stable

Clone or download

Read-only

Import the Move artifact modal dynamically

Part of story #11347 have a UI to accesss Move artifact How to test: - build the app - Open the "Move artifact" modal. It's javascript code should be lazy-loaded and the "Actions" dropdown icon should show a spinner. - No functional change Note: the error feedback is not translated, but I'm not sure it's worth it to include node-gettext just for cases where a file cannot be loaded from the server. Change-Id: I92b92337fa0c27bb9730f72fab0c6cc265c834b1

Modified Files

Name
M .eslintrc +1 −0 Go to diff View file
M package-lock.json +219 −0 Go to diff View file
M package.json +2 −0 Go to diff View file
M plugins/tracker/templates/action-buttons/action-buttons.mustache +3 −1 Go to diff View file
M plugins/tracker/templates/action-buttons/move-artifact.mustache +3 −6 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/app.spec.js +1 −0 Go to diff View file
A plugins/tracker/www/scripts/artifact-action-buttons/src/codendi-mock.spec.js +1 −0 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/components/MoveModal.vue +6 −5 Go to diff View file
M plugins/tracker/www/scripts/artifact-action-buttons/src/index.js +23 −20 Go to diff View file
A plugins/tracker/www/scripts/artifact-action-buttons/src/modal.js +43 −0 Go to diff View file
M plugins/tracker/www/scripts/webpack.config.js +4 −2 Go to diff View file
M tools/utils/scripts/webpack-configurator.js +18 −12 Go to diff View file
M tools/utils/scripts/webpack-rule-configs.js +21 −22 Go to diff View file