stable
Clone or download
Read-only
Merge 'gerrit #15015' into stable/master
* commit '4e2ddff177': request #13397 Centralize vuex-mock-store and wrapper in core Change-Id: I8ab17a543fa9aee87154de6d7ffb0fb8a771c308
Modified Files
Name | ||||
---|---|---|---|---|
M | .eslintrc.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Breadcrumb/DocumentBreadcrumb.spec.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsButton/UpdateItemButton.spec.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsDropDown/DropdownMenu.spec.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsDropDown/DropdownMenuCurrentFolder.spec.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookButton.spec.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookDeleteButton.spec.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DragNDrop/CurrentFolderDropZone.spec.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/DragNDrop/DragNDropHandler.spec.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Error/GoBackToRootButton.spec.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Error/ShowErrorDetails.spec.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContentRow.spec.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderHeaderAction.spec.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderLoadingScreen.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemDisplay/ActionsHeader.spec.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbedded.spec.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ItemTitle/FolderCellTitle.spec.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/Metadata/TitleMetadata.spec.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ModalDeleteItem/ModalConfirmationDeletion.spec.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ProgressBar/UploadProgressBar.spec.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentPreview.spec.js | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/User/UserBadge.spec.js | +1 | −1 | Go to diff View file |
D | plugins/document/scripts/document/helpers/store-wrapper.spec-helper.js | +0 | −42 | Go to diff View file |
M | plugins/document/scripts/package-lock.json | +0 | −15 | Go to diff View file |
M | plugins/document/scripts/package.json | +1 | −2 | Go to diff View file |
M | plugins/document/scripts/webpack.config.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/package-lock.json | +0 | −135 | Go to diff View file |
M | plugins/timetracking/www/scripts/package.json | +2 | −4 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/Widget.spec.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/WidgetArtifactTable.spec.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalContent.spec.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTable.spec.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTimes.spec.js | +1 | −1 | Go to diff View file |
D | plugins/timetracking/www/scripts/personal-timetracking-widget/src/helpers/store-wrapper.spec-helper.js | +0 | −42 | Go to diff View file |
M | plugins/timetracking/www/scripts/timetracking-overview-widget/src/tests/components/TimeTrackingOverview.spec.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/timetracking-overview-widget/src/tests/components/TimetrackingOverviewTable.spec.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/timetracking-overview-widget/src/tests/components/reading-mode/TimeTrackingOverviewReadingMode.spec.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/timetracking-overview-widget/src/tests/components/reading-mode/TimeTrackingOverviewTrackerList.spec.js | +1 | −1 | Go to diff View file |
M | plugins/timetracking/www/scripts/timetracking-overview-widget/src/tests/components/writing-mode/TimeTrackingOverviewWritingTrackers.spec.js | +1 | −1 | Go to diff View file |
D | plugins/timetracking/www/scripts/timetracking-overview-widget/src/tests/helpers/store-wrapper.spec-helper.js | +0 | −42 | Go to diff View file |
M | plugins/timetracking/www/scripts/webpack.config.js | +6 | −8 | Go to diff View file |
M | plugins/tracker/www/scripts/package-lock.json | +0 | −15 | Go to diff View file |
M | plugins/tracker/www/scripts/package.json | +1 | −2 | Go to diff View file |
M | plugins/tracker/www/scripts/webpack.config.js | +1 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/BaseTrackerWorkflowTransitions.spec.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/FirstConfiguration/FirstConfigurationSections.spec.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionDeleter.spec.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionMatrixColumnHeader.spec.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionMatrixContent.spec.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/FilledPreConditionsSection.spec.js | +2 | −2 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/FrozenFieldsAction.spec.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/PostAction.spec.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/RunJobAction.spec.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostAction/SetValueAction.spec.js | +2 | −2 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PostActionsSection.spec.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionRulesEnforcementWarning.spec.js | +1 | −1 | Go to diff View file |
M | src/www/scripts/package-lock.json | +15 | −0 | Go to diff View file |
M | src/www/scripts/package.json | +2 | −1 | Go to diff View file |
R | plugins/tracker/www/scripts/workflow-transitions/src/support/store-wrapper.spec-helper.js | Go to diff View file | ||
M | tools/utils/scripts/webpack-aliases.js | +6 | −1 | Go to diff View file |