stable
Clone or download
Read-only
No functional change expected in the tracker workflow administration page. The app and its styles load correctly and the app is translated. The modals and popover work as before. The tracker_workflow e2e test should cover non-regression. Note: "tracker-email-copy-paste" is removed, it was never active on this page. It can only apply to the Edit artifact view. part of request #29264 Split the build of tracker plugin frontend assets into multiple apps Change-Id: Id0df4e5d60864b90b90ae08b0cae053c0d214281
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Workflow/WorkflowTransitionController.php | +5 | −6 | Go to diff View file |
M | plugins/tracker/package.json | +0 | −1 | Go to diff View file |
M | plugins/tracker/pnpm-lock.yaml | +0 | −30 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/jest.config.js | +2 | −2 | Go to diff View file |
A | plugins/tracker/scripts/workflow-transitions/package.json | +31 | −0 | Go to diff View file |
A | plugins/tracker/scripts/workflow-transitions/pnpm-lock.yaml | +345 | −0 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/BaseTrackerWorkflowTransitions.test.js | +24 | −13 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/ConfigureStateButton.test.js | +7 | −7 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/FirstConfiguration/FirstConfigurationSections.test.js | +9 | −6 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/Header/ChangeFieldConfirmationModal.test.js | +5 | −5 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/Header/WorkflowFieldChange.test.js | +23 | −14 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/Header/WorkflowFieldChange.vue | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/Header/WorkflowModeSwitch.vue | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionDeleter.test.js | +31 | −17 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionDeleter.vue | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionMatrixColumnHeader.test.js | +16 | −9 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionMatrixContent.test.js | +12 | −9 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Empty/EmptyPostAction.test.js | +3 | −3 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Externals/AddToBacklogAgileDashboardPostAction.test.js | +3 | −3 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Externals/AddToBacklogAgileDashboardPostActionOption.test.js | +5 | −5 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Externals/AddToBacklogProgramManagementPostAction.test.js | +3 | −3 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Externals/AddToBacklogProgramManagementPostActionOption.test.js | +5 | −5 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/FilledPreConditionsSection.test.js | +27 | −40 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/DateInput.test.js | +4 | −4 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/FloatInput.test.js | +4 | −4 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/FrozenFieldsAction.test.js | +3 | −3 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/HiddenFieldsetsAction.test.js | +3 | −3 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/IntInput.test.js | +4 | −4 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/PostAction.test.js | +3 | −3 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/RunJobAction.test.js | +3 | −3 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/SetValueAction.test.js | +6 | −6 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostActionsSection.test.js | +3 | −3 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/TransitionModal.test.js | +26 | −24 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/TransitionModal.vue | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionRulesEnforcementWarning.test.js | +11 | −7 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/index.js | +9 | −18 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/support/local-vue.js | +8 | −10 | Go to diff View file |
R | plugins/tracker/themes/BurningParrot/css/workflow/_header.scss | Go to diff View file | ||
R | plugins/tracker/themes/BurningParrot/css/workflow/_matrix.scss | Go to diff View file | ||
R | plugins/tracker/themes/BurningParrot/css/workflow/_transition-modal.scss | Go to diff View file | ||
R | plugins/tracker/themes/BurningParrot/css/workflow.scss | Go to diff View file | ||
A | plugins/tracker/scripts/workflow-transitions/webpack.common.js | +59 | −0 | Go to diff View file |
A | plugins/tracker/scripts/workflow-transitions/webpack.dev.js | +23 | −0 | Go to diff View file |
A | plugins/tracker/scripts/workflow-transitions/webpack.prod.js | +23 | −0 | Go to diff View file |
M | plugins/tracker/webpack.common.js | +0 | −2 | Go to diff View file |