-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GoToOpenPullReqesut button to be button Group to include the M…
…ulti Repos (#2566) * init groupbutton * add gitrepos btn group * remove unused code * remove uneeded import * enhance btn text * omit protocol so that all links can be open * refactor typo * add open pull request btn to add app view * make sure btn are disabled while there is no options * update gitrepos to be sent to the component * wip * add a little hook * fix issue were URIJS getting wrong domain value * update bitbucket provider condition * add handle for case azure ssh devops * strip out port from url * Rollback changes to getInitialGitRepo, don't consider managementClusterName * update test and add icon to pull request btn * remove unused improts * update failing test case * update failing test case --------- Co-authored-by: Simon Howe <[email protected]>
- Loading branch information
Showing
10 changed files
with
274 additions
and
131 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ | |
"@types/react-router-dom": "^5.1.7", | ||
"@types/react-syntax-highlighter": "^13.5.2", | ||
"@types/styled-components": "^5.1.9", | ||
"@types/urijs": "^1.19.19", | ||
"@weaveworks/progressive-delivery": "0.0.0-rc13", | ||
"@weaveworks/weave-gitops": "npm:@weaveworks/[email protected]", | ||
"@weaveworks/weave-gitops-main": "0.20.0-12-gccf5178b", | ||
|
@@ -53,6 +54,7 @@ | |
"remark-gfm": "^3.0.1", | ||
"styled-components": "^5.3.0", | ||
"typescript": "^4.1.2", | ||
"urijs": "^1.19.11", | ||
"web-vitals": "^1.0.1", | ||
"yaml": "^2.2.1" | ||
}, | ||
|
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.