stable

Clone or download

Read-only

feat: Display the currently assigned tags

part of story #31537 Add tags and make them updatable How to test: - On a pull-request having tags --> The tags are displayed --> Outline tags are outlined --> They have the right color - On a pull-request with no tags --> There is an empty state text Change-Id: I4c8a9e11a6e49b9299bce3074f14fdc26e52f57d

Modified Files

Name
M plugins/pullrequest/scripts/lib/rest-api-types/package.json +1 −0 Go to diff View file
M plugins/pullrequest/scripts/lib/rest-api-types/pnpm-lock.yaml +2 −0 Go to diff View file
A plugins/pullrequest/scripts/lib/rest-api-types/src/labels.ts +31 −0 Go to diff View file
M plugins/pullrequest/scripts/lib/rest-api-types/src/main.ts +1 −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 +35 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/api/tuleap-rest-querier.ts +16 −0 Go to diff View file
A plugins/pullrequest/scripts/pullrequest-overview/src/components/Labels/PullRequestLabels.test.ts +128 −0 Go to diff View file
A plugins/pullrequest/scripts/pullrequest-overview/src/components/Labels/PullRequestLabels.vue +94 −0 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/OverviewPane.vue +2 −0 Go to diff View file