-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement ui to support multiple remotes (#1146)
* implement name-url pair for adding remote repo * implement name-url pair for adding remote repo * Style Add Remote form * show existing remote on add remote form * Implement backend api to show remote url info * Refactor remote_show function to handle verbose case * Implement remote dialog box using React * Style remote dialog * Add remove remote button * Implement backend to remove remote * Document codes * Show push remote url only * Implement pushing options for multiple remotes * Change GitRemoteDetailsShowHandler successful code Co-authored-by: Frédéric Collonval <[email protected]> * Attempting to implement the DELETE method for removing a remote * style existing remote list with the grid api * Fix git remote remove route bug * Implement advanced push dialog box * Show remote url in advanced push dialog and increase text font size * Move dialog action buttons to just below input fields and display message when loading remotes * Display loading message when getting remote information and handle no remote case * Add tests for remote_show and remote_remove * Remove cancel button from add remote dialog * Change command gitAddRemote to gitManageRemote Disable arguments for the command * Rename files to reflect command name 'ManageRemote' * Refactor manageRemote command to let the dialog handle the adding and removing of remtoes * Comment out tests for addRemote command * Remove test for git:add-remote command * Add tests for component 'ManageRemoteDialogue' Co-authored-by: Frédéric Collonval <[email protected]>
- Loading branch information
1 parent
6854bb4
commit 2fc7423
Showing
14 changed files
with
898 additions
and
114 deletions.
There are no files selected for viewing
This file contains 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 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 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 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.