Skip to content
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

Provide git repository status when culling idle sessions #404

Open
mohammad-alisafaee opened this issue Sep 22, 2023 · 0 comments
Open

Provide git repository status when culling idle sessions #404

mohammad-alisafaee opened this issue Sep 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@mohammad-alisafaee
Copy link
Contributor

mohammad-alisafaee commented Sep 22, 2023

We implemented 2-step session culling in #366: An idle session is hibernated first and then deleted after a while.

However, when hibernating an idle session, we don't provide repository status (clean/dirty, pushed, ...) in Jupyter server's annotations as we normally do when hibernating from the UI. The reason is that we didn't want to access a session's sidecar from Amalthea to get the status.

We should implement a way to provide this information and put them in the annotations so that UI can give proper feedback to users.

@mohammad-alisafaee mohammad-alisafaee added the enhancement New feature or request label Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant