question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add push notifications on updates to a repository

See original GitHub issue

Is 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 fetching for updates (to raise notifications) and apply those changes only upon confirmation from the user.

Describe alternatives you’ve considered

None

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
andrewfulton9commented, Jun 18, 2021

@KrishnaKumarHariprasannan, I’ve been working on this in a branch on my fork.

So far I have:

  • added remote changes section
  • filled remote changes section with files that have changed on remote branch
  • added B status symbol next to file to show that it is behind on local repo. image

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.

0reactions
andrewfulton9commented, Jun 24, 2021

Thanks @fcollonval! I added draft PR #962.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found