-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
don't use docmanager reload when opening gitignore #759
Conversation
this would affect all open widgets, not just the gitignore editor and could result in unsaved changes being lost
/binder |
Hey @ianhi as you moved opening the gitignore file to the model to access If it is ok for you. Happy to merge and release. |
great!
I pushed a fix for the failing tests. With that I'm all for merging and releasing - Hooray for github actions! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @ianhi
@meeseeksdev backport to 0.11.x |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free to suggest an improvement. |
* don't use docmanager reload when opening gitignore this would affect all open widgets, not just the gitignore editor and could result in unsaved changes being lost * Debug binder * Turn off minimization * All actions handle by the model * remove unused import Co-authored-by: Frédéric Collonval <[email protected]>
…11.x Backport PR #759 on branch 0.11.x
fixes: #758
This makes sure that the displayed gitignore file is up to date without running the risk of overwriting unsaved changes in open notebooks.