Yuvi
Yuvi
@manics ah damn, it looks like the *environment repository* branch in the binder generated is actually reused to in the default generator. This sucks, because they both actually need different...
Thank you for the PR, @ctriquet-cs! One question I have now is about backwards compatibility - what would happen in cases when the repo was previously already cloned with the...
Heya! Unfortunately partial checkouts are a bit tricky with git, and since nbgitpuller just sits on top of git, I don't think we'll really be able to fully support it....
Yep, git can not really do concurrent operations on a repository cleanly, and we try to make that the case by grabbing a lock before doing any operations. Clearly that...
This race condition continues to exist, I suspect the multiple links are perhaps because the race was not hit, or if the issue is caused by multiple different kinds of...
Thanks for opening this, @ericvd-ucb! I've opened #169 to start documenting some of these best practices. There are some very basic ones there right now, and we'll add more as...
Thanks for opening this! This only applies to the binder tab, right?
I don't really understand how to make sure notebook extensions work with both classic notebook and jupyter_server :( I couldn't find anything written about it either - you got any...
Re-opening, since I think we should support private repositories in ways that don't require folks to share their personal access token (equivalent to a password) with others. I've opened https://github.com/jupyterhub/nbgitpuller/issues/85...
I've got it working with github.com/yuvipanda/git-credential-helpers. There's some helpful config [here](https://github.com/utoronto-2i2c/jupyterhub-deploy/blob/staging/hub/values.yaml#L100), [here](https://github.com/utoronto-2i2c/jupyterhub-deploy/blob/staging/hub/templates/git-config.yaml). https://github.com/utoronto-2i2c/jupyterhub-deploy#pulling-from-private-github-repos-with-nbgitpuller describes the final workflow. Would love for someone to write this up! I'll try and find some...