stable
Clone or download
Read-only
This is part of story #10499 Have a labels widget on project dashboards How to test: - run 'npm run sass' in tuleap dir - When hovering an item, you should see the PR creation date and creator Change-Id: If9ee016c7ec5f276c5159e2a09475a9cee903fe3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/label/www/scripts/project-labeled-items/src/LabeledItem.vue | +4 | −3 | Go to diff View file |
M | plugins/label/www/themes/BurningParrot/css/_label.scss | +49 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/Label/LabeledItemCollector.php | +57 | −2 | Go to diff View file |
A | plugins/pullrequest/include/PullRequest/Label/LabeledPullRequestPresenter.php | +54 | −0 | Go to diff View file |
M | plugins/pullrequest/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/pullrequest/include/pullrequestPlugin.class.php | +8 | −1 | Go to diff View file |
A | plugins/pullrequest/templates/labeled-pull-request.mustache | +10 | −0 | Go to diff View file |
M | plugins/pullrequest/tests/Label/LabeledItemCollectorTest.php | +25 | −1 | Go to diff View file |