stable
Clone or download
Read-only
story #31191 [pullrequest-overview] Add reviewers and make them updatable This part only add the reviewers as readonly property in pullrequest information Change-Id: Id65a5ec50ecfdb2ea01e25c7440f694ada7bb849
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/pullrequest/scripts/lib/rest-api-types/src/pull-request.ts | +5 | −0 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/po/fr_FR.po | +6 | −0 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/src/api/tuleap-rest-querier.test.ts | +21 | −0 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/src/api/tuleap-rest-querier.ts | +10 | −1 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/src/components/OverviewPane.vue | +2 | −0 | Go to diff View file |
A | plugins/pullrequest/scripts/pullrequest-overview/src/components/WriteInfo/PullRequestReviewerList.test.ts | +126 | −0 | Go to diff View file |
A | plugins/pullrequest/scripts/pullrequest-overview/src/components/WriteInfo/PullRequestReviewerList.vue | +87 | −0 | Go to diff View file |