Add push notifications on updates to a repository
See original GitHub issueIs your feature request related to a problem? Please describe.
In a collaborative environment, where two or more people are working on a shared notebook (or any other document), it will be useful to know when there are updates done on that notebook by others and pull those changes.
Describe the solution you’d like
Github PR shows a “Refresh” button in PRs and Confluence has a “Reload Page” notification for such scenarios - a similar toast and/or notification on the sidebar can help (not sure this is the right UX). To be clear, we would fetch
ing for updates (to raise notifications) and apply
those changes only upon confirmation from the user.
Describe alternatives you’ve considered
None
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
About email notifications for pushes to your repository
Enabling email notifications for pushes to your repository ... Under your repository name, click Settings. ... Type up to two email addresses, separated...
Read more >How do I get notifications for commits to a GitHub repository?
Go to your github project -> Settings -> notifications. Add any address you want to notify when commits ...
Read more >Create a notification rule - AWS CodeCommit
Learn how to create a notification rule for AWS CodeCommit. ... Choose Repositories, and then choose a repository where you want to add...
Read more >Repository notifications | Bitbucket Data Center and Server 8.6
No notifications will be sent for pushes to the repository. A notification will only be sent if a push adds or removes at...
Read more >Add push notifications to a web app - Google Codelabs
Add push notifications to a web app · On this page · Overview · What you'll learn · What you'll need · Get...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@KrishnaKumarHariprasannan, I’ve been working on this in a branch on my fork.
So far I have:
I am wondering on what people’s thoughts are for what available options for the files in the remote section should be. Currently I just have it so that a user can open the local version of the file. I was thinking on adding the capability to checkout the remote file into the current branch, raising a warning if there are local changes that would be overwritten, and also to see the diff between the remote file and the local file.
Thanks @fcollonval! I added draft PR #962.