-
Notifications
You must be signed in to change notification settings - Fork 377
Add the ability to save Git login temporarily
#1099
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
Merged
fcollonval
merged 26 commits into
jupyterlab:master
from
quachtridat:quachtridat/issue659
Apr 4, 2022
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
f3327b7
Adjust git command handlers
quachtridat 38b30ff
Add `credential_helper` to server settings
quachtridat 0bad2a8
Implement logic for setting git credential helper
quachtridat bf13b83
Extend git commands to support credentials caching
quachtridat c88d70a
Add tests for the new credentials caching logic
quachtridat 4199e48
Extend `Git.IAuth` and `CredentialsBox`
quachtridat e718d4b
Extend `clone()`, `push()`, `pull()` in model
quachtridat 9a236c3
Extend model for `_fetchRemotes()`
quachtridat 292b25c
Implement `fetch()`
quachtridat 8e2c780
Remove a redundant member
quachtridat 84bd60e
Extend `showGitOperationDialog()`
quachtridat 996a5e7
Match the `IGitExtension` with `push()` in model
quachtridat 4f0badf
Extend `StatusWidget`
quachtridat 5abed4d
Reuse `showGitOperationDialog()` in `StatusWidget`
quachtridat 71deeec
Add a notification dot to `StatusWidget`
quachtridat a578272
Implement `ensure_git_credential_cache_daemon()`
quachtridat 2754f04
Extend `check/ensure_credential_helper()`
quachtridat 7ed1908
Refactor `push/pull/fetch/clone`
quachtridat 2a1e7ba
Refactor and adjust tests to adopt new changes
quachtridat e87b6ff
Include `"message"` in `fetch()`'s response
quachtridat 17eed00
Lint files with ESLint
quachtridat be51d01
Adjust `test_handlers.py` to adopt new changes
quachtridat dff54f2
Revert `await` back to `call`
quachtridat b4ae04a
Adopt PR review suggestions
quachtridat 66421b9
Fix CI
quachtridat d11c2dd
Reformat `model.ts` with Prettier
quachtridat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.