stable
Clone or download
Read-only
Merge commit 'refs/changes/41/10641/1' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #11178 Use vue-runtime only in labeled items widget
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/label/templates/widgets/project-labeled-items.mustache | +5 | −7 | Go to diff View file |
M | plugins/label/www/scripts/karma.conf.js | +3 | −4 | Go to diff View file |
M | plugins/label/www/scripts/package-lock.json | +25 | −0 | Go to diff View file |
M | plugins/label/www/scripts/package.json | +2 | −1 | Go to diff View file |
M | plugins/label/www/scripts/project-labeled-items/src/LabeledItemsList.spec.js | +29 | −34 | Go to diff View file |
M | plugins/label/www/scripts/project-labeled-items/src/LabeledItemsList.vue | +102 | −89 | Go to diff View file |
M | plugins/label/www/scripts/project-labeled-items/src/app.spec.js | +3 | −2 | Go to diff View file |
A | plugins/label/www/scripts/project-labeled-items/src/gettext-provider.js | +27 | −0 | Go to diff View file |
M | plugins/label/www/scripts/project-labeled-items/src/index.js | +12 | −8 | Go to diff View file |
M | plugins/label/www/scripts/project-labeled-items/src/rest-querier.spec.js | +73 | −111 | Go to diff View file |
D | plugins/label/www/scripts/tlp-mock.spec.js | +0 | −1 | Go to diff View file |
M | plugins/label/www/scripts/webpack.config.js | +64 | −34 | Go to diff View file |