stable
Clone or download
Read-only
This is part of story #10498: Add labels on pull requests This commit is necessary to be able to display labels in pull requests (See corresponding review https://gerrit.tuleap.net/9317). Change-Id: I96db74eb52976c98e14ea169cc9bdf579a2b314a
Modified Files
Name | ||||
---|---|---|---|---|
A | src/common/Label/Label.php | +53 | −0 | Go to diff View file |
A | src/common/Label/PaginatedCollectionsOfLabels.php | +60 | −0 | Go to diff View file |
M | src/common/autoload.php | +4 | −2 | Go to diff View file |
M | src/db/mysql/database_structure.sql | +9 | −0 | Go to diff View file |
A | src/db/mysql/updates/2017/201708220952_create_project_label.php | +51 | −0 | Go to diff View file |
A | src/www/scripts/labels/index.js | +7 | −0 | Go to diff View file |
A | src/www/scripts/labels/labels-box.js | +32 | −0 | Go to diff View file |
M | src/www/scripts/package.json | +1 | −1 | Go to diff View file |
M | src/www/scripts/webpack.config.js | +106 | −55 | Go to diff View file |
A | src/www/themes/FlamingParrot/css/utils/_badge-colors.scss | +97 | −0 | Go to diff View file |
M | src/www/themes/FlamingParrot/css/utils/_definitions.scss | +1 | −0 | Go to diff View file |
A | src/www/themes/FlamingParrot/css/utils/_item-label.scss | +38 | −0 | Go to diff View file |
M | src/www/themes/FlamingParrot/css/utils/_navbar-dropdown-history.scss | +0 | −100 | Go to diff View file |
M | src/www/themes/FlamingParrot/css/utils/_pre-definitions.scss | +2 | −1 | Go to diff View file |
M | src/www/themes/FlamingParrot/css/utils/_variables-common.scss | +2 | −0 | Go to diff View file |