stable

Clone or download

Read-only

feat: display pull-requests labels

part of story #33006 Create filters on my PR How to test: - When a pull-request has labels --> They are displayed - When a pull-request has too many labels --> They wrap - When a pull-request has a broken git reference --> The labels are not displayed --> The error badge is displayed instead Change-Id: Icd325897d7b87067ee1291342203a653edd950a7

Modified Files

Name
M plugins/pullrequest/scripts/pullrequest-homepage/src/api/tuleap-rest-querier.test.ts +35 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-homepage/src/api/tuleap-rest-querier.ts +21 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-homepage/src/components/List/PullRequest/PullRequestCard.vue +2 −0 Go to diff View file
A plugins/pullrequest/scripts/pullrequest-homepage/src/components/List/PullRequest/PullRequestLabels.test.ts +73 −0 Go to diff View file
A plugins/pullrequest/scripts/pullrequest-homepage/src/components/List/PullRequest/PullRequestLabels.vue +73 −0 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-homepage/src/components/List/PullRequest/PullRequestSummary.vue +1 −0 Go to diff View file