stable
Clone or download
Read-only
Part of story #10410 have burning parrot pull requests How to test: - The labels are properly displayed in the dashboard (list of all pull rrequests). They are not editable - The labels are properly displayed in the pull request details pane. You can add, remove and search labels. Labels are persisted on the backend properly. - No functional changes on the Project admin labels or the Labeled items widget configuration Change-Id: I300937089850375b3ce7b39e6eedf3395f5eea91
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/pullrequest/www/scripts/package-lock.json | +5 | −0 | Go to diff View file |
M | plugins/pullrequest/www/scripts/package.json | +1 | −0 | Go to diff View file |
M | plugins/pullrequest/www/scripts/po/fr.po | +4 | −0 | Go to diff View file |
M | plugins/pullrequest/www/scripts/po/template.pot | +4 | −0 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/app.js | +2 | −2 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/dashboard/pull-request-summary/_pull-request-summary.scss | +10 | −10 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/dashboard/pull-request-summary/pull-request-summary.tpl.html | +33 | −32 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/labels/labels-controller.js | +4 | −3 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/labels/labels-directive.js | +5 | −7 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/pull-request-refs/_pull-request-refs.scss | +2 | −3 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/pull-request/_pull-request.scss | +6 | −13 | Go to diff View file |
M | plugins/pullrequest/www/scripts/src/app/pull-request/header/header.tpl.html | +3 | −1 | Go to diff View file |
M | plugins/pullrequest/www/scripts/webpack.config.js | +0 | −1 | Go to diff View file |
M | plugins/pullrequest/www/themes/BurningParrot/css/_pull-requests.scss | +1 | −0 | Go to diff View file |
M | site-content/fr_FR/scripts/locale.txt | +0 | −4 | Go to diff View file |
D | src/www/scripts/labels/index.js | +0 | −7 | Go to diff View file |
M | src/www/scripts/labels/labels-box.js | +132 | −115 | Go to diff View file |
A | src/www/themes/BurningParrot/css/includes/labels/_labels-box.scss | +156 | −0 | Go to diff View file |
M | src/www/themes/FlamingParrot/css/utils/_definitions.scss | +0 | −1 | Go to diff View file |
D | src/www/themes/FlamingParrot/css/utils/_labels-box.scss | +0 | −225 | Go to diff View file |
M | tools/utils/scripts/webpack-aliases.js | +0 | −11 | Go to diff View file |