stable
Clone or download
Read-only
Closes story #31130 Add "Checkout" button
How to test: A new button `checkout` is displayed You can either checkout with ssh or http Like anglur app, when ssh url is defined for repository, it is used as default value to checkout Change-Id: Ib980e9681d56cf784efa0453f737382f5145416e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/pullrequest/scripts/lib/rest-api-types/src/pull-request.ts | +7 | −0 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/package.json | +1 | −0 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/pnpm-lock.yaml | +2 | −0 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/po/fr_FR.po | +12 | −0 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/src/components/OverviewPane.vue | +4 | −0 | Go to diff View file |
A | plugins/pullrequest/scripts/pullrequest-overview/src/components/ReadOnlyInfo/PullRequestCheckoutButton.test.ts | +80 | −0 | Go to diff View file |
A | plugins/pullrequest/scripts/pullrequest-overview/src/components/ReadOnlyInfo/PullRequestCheckoutButton.vue | +145 | −0 | Go to diff View file |