You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support downloading a git repository snapshot (#1177)
* updt git.py file to upload git repo with depth
* setting a metaDataChecked boolean flag upon git cloning a repository
* clone based on metaDataChecked flag
* clone with metadata if flag unchecked
* resolved PR comments with styling and .git file issues
* refactor git.py and resolve css bugs
* fix translation & starter test
* clone the repo in the test
* fix imports
* fix build failures
* .
* fix pR build fixes
* update var name to 'not_versioning'
* fix naming issues
* fix var name inconsistency
* .
* .
* .'
* Make versioning optional to be API backward compatible
* Lint the code
* Reorder `Git.clone` args
Fix unit tests
* Update jupyterlab_git/tests/test_clone.py
Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
* fix bugs
* .
* .
* add abs path
* .
Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
0 commit comments