stable

Clone or download

Read-only

Merge commit 'refs/changes/15/29115/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: Fixes request #33641: Fields not migrated error message can be wrongly displayed Change-Id: I0f35f31b23d6eed6e46366126458172324c31d6e

Modified Files

Name
M plugins/tracker/scripts/move-artifact-action/package.json +2 −0 Go to diff View file
M plugins/tracker/scripts/move-artifact-action/pnpm-lock.yaml +213 −12 Go to diff View file
A plugins/tracker/scripts/move-artifact-action/src/components/DryRunNotMigratedFieldState.test.ts +94 −0 Go to diff View file
M plugins/tracker/scripts/move-artifact-action/src/components/DryRunNotMigratedFieldState.vue +3 −2 Go to diff View file
A plugins/tracker/scripts/move-artifact-action/src/store/types.ts +31 −0 Go to diff View file
A plugins/tracker/scripts/move-artifact-action/src/vue.shims.d.ts +23 −0 Go to diff View file
A plugins/tracker/scripts/move-artifact-action/tests/local-vue-for-tests.ts +31 −0 Go to diff View file
A plugins/tracker/scripts/move-artifact-action/tsconfig.json +7 −0 Go to diff View file
M plugins/tracker/scripts/move-artifact-action/webpack.common.js +4 −1 Go to diff View file