Skip to content

Conversation

@thefirehacker
Copy link
Member

No description provided.

kevin-bates and others added 30 commits November 18, 2020 08:10
_check_trash() was added (in #3304) because TrashPermissionError didn't
exist, yet.

Now that it does, we can use it, and stop guessing what will cause a
permission problem.

Closes: #3374
If the test working directory isn't trashable, we expect to not be able
to delete the non-empty directory.
Fix race condition with async kernel management
Handle TrashPermissionError, now that it exists
Co-authored-by: Kevin Bates <kbates4@gmail.com>
Add reconnection to Gateway (form nb2kg)
Ensure that cell ids persist after save
That give most of the information a user needs to write a full-fledge
extension without having to look into tornado documentation:

 - Authentication: I think all handler should be authenticated by
 default.

 - Managing state and accessing server state from the handlers: I don't
 think there is many interesting things you can do without accessing
 server state and configuration.
Replace Travis and Appveyor with Github Actions
Re-enable support for answer_yes flag
insolor and others added 19 commits January 18, 2021 14:11
Co-authored-by: Kevin Bates <kbates4@gmail.com>
DOC: Server extension, extra docs on configuration/authentication.
Drop use of deprecated pyzmq.ioloop
Skip terminal tests on Windows 3.9+ (temporary)
Update GatewayKernelManager to derive from AsyncMappingKernelManager
Allow jupyter_server-based contents managers in notebook
Allow /metrics by default if auth is off
@thefirehacker thefirehacker merged commit 3ada4e9 into AIEdX:master Feb 8, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.