stable

Clone or download

Read-only

Upgrade prettier dependencies

Part of request #14725 Upgrade dev dependencies March 2020 edition prettier release note: https://prettier.io/blog/2020/03/21/2.0.0.html No functional change expected Change-Id: I23f00caf702e8aa19b5fd7fd1d4f83c40c654aa0

Modified Files

Name
M package-lock.json +6 −6 Go to diff View file
M package.json +2 −3 Go to diff View file
M plugins/admindelegation/webpack.common.js +7 −7 Go to diff View file
M plugins/agiledashboard/jest.projects.config.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/administration/administration.test.ts +7 −7 Go to diff View file
M plugins/agiledashboard/scripts/administration/jest.config.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/artifact-additional-action/jest.config.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/artifact-additional-action/src/artifact-additional-action.test.ts +11 −11 Go to diff View file
M plugins/agiledashboard/scripts/artifact-additional-action/src/artifact-additional-action.ts +7 −7 Go to diff View file
M plugins/agiledashboard/scripts/burnup-chart/src/burnup-chart-drawer.js +14 −14 Go to diff View file
M plugins/agiledashboard/scripts/burnup-chart/src/burnup-chart.js +6 −6 Go to diff View file
M plugins/agiledashboard/scripts/burnup-chart/src/burnup-data-transformer.js +5 −5 Go to diff View file
M plugins/agiledashboard/scripts/card-fields/card-computed-field/card-computed-field-directive.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/card-fields/card-fields-directive.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/card-fields/card-fields-service.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/card-fields/card-text-field/card-text-field-directive.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/card-fields/highlight-filter-test.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/card-fields/highlight-filter.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/card-fields/tuleap-card-link-directive.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/card-fields/tuleap-simple-field-directive.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/cumulative-flow-diagram/cumulative-chart-factory.js +67 −97 Go to diff View file
M plugins/agiledashboard/scripts/cumulative-flow-diagram/cumulative-chart.js +25 −25 Go to diff View file
M plugins/agiledashboard/scripts/home.js +4 −4 Go to diff View file
M plugins/agiledashboard/scripts/kanban/jest.config.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/add-in-place/add-in-place-controller.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/add-in-place/add-in-place-directive.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/add-to-dashboard/add-to-dashboard-controller.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/add-to-dashboard/add-to-dashboard-controller.test.js +15 −15 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/add-to-dashboard/add-to-dashboard-directive.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/app-config.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/app-kanban-controller.js +32 −31 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/app-kanban-controller.test.js +103 −103 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/app-main-controller.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/app.js +4 −4 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/column-collection-service.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/column-collection-service.test.js +50 −50 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/dropped-service.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/dropped-service.test.js +29 −29 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/edit-kanban/edit-kanban-autofocus-directive.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/edit-kanban/edit-kanban-controller.js +23 −25 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/edit-kanban/edit-kanban-controller.test.js +6 −6 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/error-modal/rest-error-service.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/error-modal/rest-error-service.test.js +10 −10 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/esc-key/esc-key-directive.js +3 −3 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/feedback-component.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/filter-tracker-report/filter-tracker-report-controller.js +3 −3 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/filter-tracker-report/filter-tracker-report-controller.test.js +12 −12 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/filter-tracker-report/filter-tracker-report-directive.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/filter-tracker-report/filter-tracker-report-service.js +4 −4 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/filter-tracker-report/filter-tracker-report-service.test.js +67 −67 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/filter-value.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/go-to-kanban/go-to-kanban-directive.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/in-properties-filter/in-properties-filter.js +9 −9 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/in-properties-filter/in-properties-filter.test.js +117 −117 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/jwt/jwt-service.js +3 −3 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-column/column-wip-header/column-wip-header-controller.js +3 −3 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-column/column-wip-header/column-wip-header-directive.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-column/kanban-column-controller.js +3 −3 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-column/kanban-column-controller.test.js +33 −33 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-column/kanban-column-directive.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-column/kanban-column-identifier.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-column/kanban-column-service.js +8 −8 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-column/kanban-column-service.test.js +79 −79 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-directive.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-filtered-updated-alert/kanban-filtered-updated-alert-controller.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-filtered-updated-alert/kanban-filtered-updated-alert-directive.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-filtered-updated-alert/kanban-filtered-updated-alert-service.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-item/kanban-item-controller.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-item/kanban-item-directive.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-item/kanban-item-rest-service.js +6 −6 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-item/kanban-item-rest-service.test.js +11 −11 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-item/time-info/time-info-component.js +3 −3 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-service.js +45 −47 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/kanban-service.test.js +59 −59 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/reports-modal/diagram-directive.js +7 −7 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/reports-modal/diagram-rest-service.js +3 −3 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/reports-modal/diagram-rest-service.test.js +5 −5 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/reports-modal/reports-modal-controller.js +12 −14 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/reports-modal/reports-modal-controller.test.js +23 −23 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/resize-directive.js +3 −3 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/shared-properties/shared-properties-service.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/socket/socket-config.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/socket/socket-factory.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/socket/socket-service.js +18 −18 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/user-preferences/user-preferences-service.js +5 −7 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/uuid-generator/uuid-generator-service.js +3 −3 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/wip-popover/wip-popover-directive.js +8 −8 Go to diff View file
M plugins/agiledashboard/scripts/permissions-per-group/src/AgileDashboardPermissions.vue +5 −5 Go to diff View file
M plugins/agiledashboard/scripts/permissions-per-group/src/index.js +3 −3 Go to diff View file
M plugins/agiledashboard/scripts/permissions-per-group/src/rest-querier.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/jest.config.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/animator/item-animator-service.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/app.js +3 −3 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-filter-terms.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item-collection/backlog-item-collection-service.js +5 −5 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item-collection/backlog-item-collection-service.test.js +14 −14 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item-rest/backlog-item-factory.js +4 −4 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item-rest/backlog-item-factory.test.js +12 −12 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item-rest/backlog-item-service.js +25 −25 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item-rest/backlog-item-service.test.js +7 −7 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item-selected/backlog-item-select-directive.js +4 −4 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item-selected/backlog-item-selected-bar-controller.js +3 −3 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item-selected/backlog-item-selected-bar-directive.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item-selected/backlog-item-selected-service.js +4 −4 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item/backlog-item-controller.js +17 −20 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item/backlog-item-controller.test.js +70 −70 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details-controller.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details-controller.test.js +30 −30 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details-directive.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item/backlog-item-directive.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-rest/backlog-service.js +12 −12 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-rest/backlog-service.test.js +45 −45 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog/backlog-controller.js +16 −16 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog/backlog-controller.test.js +85 −81 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog/backlog-directive.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/drop/dropped-service.js +9 −9 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/drop/dropped-service.test.js +38 −38 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/edit-item/edit-item-service.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/in-properties/in-properties-filter.js +8 −8 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/in-properties/in-properties-filter.test.js +191 −187 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/infinite-scroll/infinite-scroll-directive.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/item-progress/item-progress-component.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/item-progress/item-progress-controller.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/item-progress/item-progress-controller.test.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/milestone-collection/milestone-collection-service.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/milestone-collection/milestone-collection-service.test.js +26 −26 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/milestone-rest/milestone-service.js +42 −42 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/milestone-rest/milestone-service.test.js +17 −17 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/milestone/milestone-controller.js +13 −13 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/milestone/milestone-controller.test.js +43 −43 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/milestone/milestone-directive.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/open-tlp-dropdown-directive.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/planning-controller.js +12 −12 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/planning-controller.test.js +121 −121 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/planning-directive.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/project/project-service.js +17 −19 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/rest-error/rest-error-service.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/shared-properties/shared-properties-service.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/success-message-component.js +2 −2 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/user-preferences/user-preferences-service.js +6 −9 Go to diff View file
M plugins/agiledashboard/webpack.common.js +43 −43 Go to diff View file
M plugins/api_explorer/webpack.common.js +6 −6 Go to diff View file
M plugins/artifactsfolders/scripts/rollup.js +8 −8 Go to diff View file
M plugins/artifactsfolders/webpack.common.js +6 −6 Go to diff View file
M plugins/bugzilla_reference/scripts/bugzilla-reference.js +6 −6 Go to diff View file
M plugins/bugzilla_reference/webpack.common.js +7 −7 Go to diff View file
M plugins/captcha/webpack.common.js +5 −5 Go to diff View file
M plugins/cardwall/scripts/CardsEditInPlace.js +10 −10 Go to diff View file
M plugins/cardwall/scripts/ajaxInPlaceEditorExtensions.js +5 −5 Go to diff View file
M plugins/cardwall/scripts/cardwall.js +72 −83 Go to diff View file
M plugins/cardwall/scripts/custom-mapping.js +4 −8 Go to diff View file
M plugins/cardwall/scripts/fullscreen.js +9 −17 Go to diff View file
M plugins/cardwall/scripts/script.js +26 −32 Go to diff View file
M plugins/cardwall/site-content/en_US/script_locale.js +3 −3 Go to diff View file
M plugins/cardwall/site-content/fr_FR/script_locale.js +3 −3 Go to diff View file
M plugins/cardwall/webpack.common.js +7 −7 Go to diff View file
M plugins/crosstracker/jest.config.js +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/CrossTrackerWidget.test.js +8 −8 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/CrossTrackerWidget.vue +7 −7 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/api/rest-querier.js +15 −15 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/api/rest-querier.test.js +28 −28 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/backend-cross-tracker-report.js +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/ArtifactTable.test.js +8 −8 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/ArtifactTable.vue +7 −7 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/ArtifactTableRow.vue +3 −3 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/ErrorInactiveProjectMessage.vue +2 −2 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/ErrorMessage.vue +2 −2 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/ExportCSVButton.test.js +8 −8 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/ExportCSVButton.vue +5 −5 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/ListBindUser.vue +2 −2 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/index.js +4 −4 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.test.js +9 −9 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.vue +5 −5 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/reading-mode/TrackerListReadingMode.vue +4 −4 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/store/getters.js +4 −4 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/store/getters.test.js +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/store/index.js +2 −2 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/store/mutations.js +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/store/mutations.test.js +4 −4 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/store/state.js +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/QueryEditor.test.js +4 −4 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/QueryEditor.vue +8 −8 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerListWritingMode.vue +3 −3 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerSelection.test.js +5 −5 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerSelection.vue +9 −9 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/WritingMode.test.js +13 −13 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/WritingMode.vue +6 −6 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/project-cache.test.js +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/tql-configuration.js +3 −3 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/writing-cross-tracker-report.js +1 −1 Go to diff View file
M plugins/crosstracker/webpack.common.js +8 −8 Go to diff View file
M plugins/docman/scripts/ApprovalTableReminder.js +3 −3 Go to diff View file
M plugins/docman/scripts/docman.js +134 −134 Go to diff View file
M plugins/docman/scripts/embedded_file.js +3 −3 Go to diff View file
M plugins/docman/scripts/folder.js +1 −1 Go to diff View file
M plugins/docman/scripts/notifications.js +1 −1 Go to diff View file
M plugins/docman/webpack.common.js +7 −7 Go to diff View file
M plugins/document/jest.config.js +1 −1 Go to diff View file
M plugins/document/scripts/document/api/rest-querier.js +86 −86 Go to diff View file
M plugins/document/scripts/document/api/rest-querier.test.js +61 −61 Go to diff View file
M plugins/document/scripts/document/components/App.test.js +18 −18 Go to diff View file
M plugins/document/scripts/document/components/App.vue +7 −7 Go to diff View file
M plugins/document/scripts/document/components/Breadcrumb/DocumentBreadcrumb.test.js +8 −8 Go to diff View file
M plugins/document/scripts/document/components/Breadcrumb/DocumentBreadcrumb.vue +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Breadcrumb/DocumentBreadcrumbDocument.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Breadcrumb/DocumentBreadcrumbElement.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/ActionsButton/DetailsItemButton.test.js +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/ActionsButton/DetailsItemButton.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/ActionsButton/NewItemButton.test.js +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/ActionsButton/NewItemButton.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/ActionsButton/NewItemVersionButton.test.js +15 −15 Go to diff View file
M plugins/document/scripts/document/components/Folder/ActionsButton/NewItemVersionButton.vue +7 −7 Go to diff View file
M plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookButton.test.js +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookButton.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookDeleteButton.test.js +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/ActionsQuickLookButton/QuickLookDeleteButton.vue +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/ApprovalTables/ApprovalTableBadge.test.js +6 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/ApprovalTables/ApprovalTableBadge.vue +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/ChildFolder.test.js +20 −20 Go to diff View file
M plugins/document/scripts/document/components/Folder/ChildFolder.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Clipboard/ClipboardContentInformation.test.js +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/Clipboard/ClipboardContentInformation.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/BrowserNotSupported.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/CreationErrorDragndropErrorModal.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/CurrentFolderDropZone.test.js +11 −11 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/CurrentFolderDropZone.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/DocumentLockedForEditionErrorModal.vue +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/DocumentNeedsApprovalErrorModal.vue +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/DragNDropHandler.test.js +33 −33 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/DragNDropHandler.vue +14 −14 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/DroppedItemIsAFolderErrorModal.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/ErrorModal.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/FileAlreadyExistsDragndropErrorModal.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/MaxFilesDragndropErrorModal.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/DragNDrop/MaxSizeDragndropErrorModal.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/CopyItem.test.js +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/CopyItem.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/CutItem.test.js +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/CutItem.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DeleteItem.test.js +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DeleteItem.vue +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownButton.test.js +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownButton.vue +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownCurrentFolder.test.js +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownCurrentFolder.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownDisplayedEmbedded.test.js +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownDisplayedEmbedded.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownItemTitle.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownMenu.test.js +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownMenu.vue +7 −7 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownMenuTreeView.test.js +13 −13 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownMenuTreeView.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownQuickLook.test.js +6 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownQuickLook.vue +5 −7 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownSeparator.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/LockItem.test.js +12 −12 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/LockItem.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewDocument.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewFolderSecondaryAction.test.js +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewFolderSecondaryAction.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/NewIDocument.test.js +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/PasteItem.test.js +22 −22 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/PasteItem.vue +7 −7 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UnlockItem.test.js +20 −20 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UnlockItem.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UpdatePermissions.test.js +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UpdatePermissions.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties.test.js +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/UpdateProperties.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/EmptyState/EmptyFolderForReaders.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/EmptyState/EmptyFolderForWriters.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Error/GoBackToRootButton.test.js +8 −8 Go to diff View file
M plugins/document/scripts/document/components/Folder/Error/GoBackToRootButton.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/Error/ItemPermissionError.test.js +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/Error/ItemPermissionError.vue +7 −7 Go to diff View file
M plugins/document/scripts/document/components/Folder/Error/LoadingError.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/Error/PermissionError.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/Error/ShowErrorDetails.test.js +15 −15 Go to diff View file
M plugins/document/scripts/document/components/Folder/Error/ShowErrorDetails.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/FilesUploads/FilesUploadsManager.vue +6 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/FilesUploads/FilesUploadsModal.vue +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderContainer.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderContent.test.js +17 −17 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderContent.vue +8 −8 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderContentRow.test.js +14 −14 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderContentRow.vue +11 −11 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderHeader.test.js +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderHeader.vue +6 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderHeaderAction.test.js +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/FolderHeaderAction.vue +2 −2 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/FolderView.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemDisplay/ActionsHeader.test.js +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemDisplay/ActionsHeader.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbedded.test.js +20 −20 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbedded.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbeddedContent.test.js +9 −9 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemDisplay/DisplayEmbeddedContent.vue +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemDisplay/EmbeddedFileEditionSwitcher.test.js +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemDisplay/EmbeddedFileEditionSwitcher.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/DocumentCellTitle.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/EmbeddedCellTitle.test.js +10 −10 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/EmbeddedCellTitle.vue +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FakeCaret.test.js +20 −20 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FakeCaret.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FileCellTitle.test.js +7 −7 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FileCellTitle.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FileUploadingCellTitle.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FolderCellTitle.test.js +37 −37 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/FolderCellTitle.vue +9 −9 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/LinkCellTitle.test.js +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/LinkCellTitle.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/ItemTitle/WikiCellTitle.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/LockInfo/DocumentTitleLockInfo.test.js +15 −15 Go to diff View file
M plugins/document/scripts/document/components/Folder/LockInfo/DocumentTitleLockInfo.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadata.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataComponentTypeRenderer.test.js +6 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataComponentTypeRenderer.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataDate.test.js +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataDate.vue +6 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataListMultipleValue.test.js +33 −33 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataListMultipleValue.vue +8 −8 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataListSingleValue.test.js +19 −19 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataListSingleValue.vue +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataString.test.js +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataString.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataText.test.js +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/CustomMetadata/CustomMetadataText.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/DateFlatPicker.test.js +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/DateFlatPicker.vue +9 −9 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/DescriptionMetadata.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/DocumentGlobalMetadataForCreate.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/DocumentGlobalMetadataForUpdate.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/OtherInformationMetadataForCreate.test.js +19 −19 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/OtherInformationMetadataForCreate.vue +6 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/OtherInformationMetadataForUpdate.test.js +27 −27 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/OtherInformationMetadataForUpdate.vue +6 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/StatusMetadataWithCustomBindingForDocumentCreate.test.js +35 −35 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/StatusMetadataWithCustomBindingForDocumentCreate.vue +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/StatusMetadataWithCustomBindingForDocumentUpdate.test.js +20 −20 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/DocumentMetadata/StatusMetadataWithCustomBindingForDocumentUpdate.vue +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderDefaultPropertiesForCreate.test.js +25 −25 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderDefaultPropertiesForCreate.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderDefaultPropertiesForUpdate.test.js +106 −106 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderDefaultPropertiesForUpdate.vue +10 −10 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderGlobalMetadataForCreate.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderGlobalMetadataForUpdate.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/RecursionOptions.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/StatusMetadataWithCustomBindingForFolderCreate.test.js +35 −35 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/StatusMetadataWithCustomBindingForFolderCreate.vue +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/StatusMetadataWithCustomBindingForFolderUpdate.test.js +21 −21 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/StatusMetadataWithCustomBindingForFolderUpdate.vue +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/ObsolescenceMetadata/ObsolescenceDateMetadataForCreate.test.js +4 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/ObsolescenceMetadata/ObsolescenceDateMetadataForCreate.vue +7 −7 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/ObsolescenceMetadata/ObsolescenceDateMetadataForUpdate.test.js +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/ObsolescenceMetadata/ObsolescenceDateMetadataForUpdate.vue +7 −7 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/OwnerMetadata.test.js +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/OwnerMetadata.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/PeoplePicker.vue +7 −7 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/StatusMetadata.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/TitleMetadata.test.js +29 −29 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/TitleMetadata.vue +7 −7 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalCommon/ModalFeedback.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalCommon/ModalFooter.test.js +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalCommon/ModalHeader.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionEmbeddedFileModal.vue +8 −8 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionEmptyModal.test.js +8 −8 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionEmptyModal.vue +11 −11 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionFileModal.vue +9 −9 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionLinkModal.vue +8 −8 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/CreateNewVersionWikiModal.vue +9 −9 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/TypeSelectorForEmptyModal.test.js +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalCreateNewItemVersion/TypeSelectorForEmptyModal.vue +13 −8 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalDeleteItem/AdditionalCheckboxes/DeleteAssociatedWikiPageCheckbox.test.js +10 −10 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalDeleteItem/AdditionalCheckboxes/DeleteAssociatedWikiPageCheckbox.vue +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalDeleteItem/ModalConfirmDeletion.test.js +18 −18 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalDeleteItem/ModalConfirmDeletion.vue +9 −9 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalDeleteItem/PostItemDeletionNotification.vue +7 −7 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalNewItem/CreationModalPermissionsSection.test.js +6 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalNewItem/CreationModalPermissionsSection.vue +8 −8 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalNewItem/NewFolderModal.test.js +15 −15 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalNewItem/NewFolderModal.vue +9 −9 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalNewItem/NewItemModal.test.js +15 −15 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalNewItem/NewItemModal.vue +14 −14 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalNewItem/TypeSelector.vue +15 −10 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalNewItem/UnderTheFoldNotification.vue +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateFolderMetadataModal.test.js +29 −29 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateFolderMetadataModal.vue +9 −9 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateMetadataModal.test.js +17 −17 Go to diff View file
M plugins/document/scripts/document/components/Folder/ModalUpdateMetadata/UpdateMetadataModal.vue +10 −10 Go to diff View file
M plugins/document/scripts/document/components/Folder/Permissions/PermissionsForGroupsSelector.vue +7 −7 Go to diff View file
M plugins/document/scripts/document/components/Folder/Permissions/PermissionsSelector.test.js +7 −7 Go to diff View file
M plugins/document/scripts/document/components/Folder/Permissions/PermissionsSelector.vue +13 −13 Go to diff View file
M plugins/document/scripts/document/components/Folder/Permissions/PermissionsUpdateFolderSubItems.test.js +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Permissions/PermissionsUpdateFolderSubItems.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Permissions/PermissionsUpdateModal.test.js +21 −21 Go to diff View file
M plugins/document/scripts/document/components/Folder/Permissions/PermissionsUpdateModal.vue +10 −10 Go to diff View file
M plugins/document/scripts/document/components/Folder/ProgressBar/UploadProgressBar.test.js +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/ProgressBar/UploadProgressBar.vue +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/Property/ApprovalUpdateProperties.test.js +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/Property/ChangelogProperty.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Property/EmbeddedProperties.vue +8 −8 Go to diff View file
M plugins/document/scripts/document/components/Folder/Property/FileProperties.vue +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/Property/ItemUpdateProperties.test.js +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Property/ItemUpdateProperties.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Property/LinkProperties.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Property/LockProperty.test.js +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/Property/LockProperty.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Property/VersionTitleProperty.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/Property/WikiProperties.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentAdditionalMetadataList.test.js +7 −7 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentAdditionalMetadataList.vue +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentMetadata.test.js +16 −16 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentMetadata.vue +6 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentPreview.test.js +10 −10 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookDocumentPreview.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookEmptyOrEmbedded.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookFile.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookFolder.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookGlobal.test.js +3 −3 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookGlobal.vue +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookItemIsLockedMessage.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookLink.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookMetadataDate.test.js +6 −6 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookMetadataDate.vue +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/QuickLook/QuickLookWiki.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/RootFolder.test.js +5 −5 Go to diff View file
M plugins/document/scripts/document/components/Folder/RootFolder.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/SearchBox.vue +4 −4 Go to diff View file
M plugins/document/scripts/document/components/Folder/SwitchToOldUI.test.js +14 −14 Go to diff View file
M plugins/document/scripts/document/components/Folder/SwitchToOldUI.vue +3 −3 Go to diff View file
M plugins/document/scripts/document/components/User/UserBadge.test.js +5 −5 Go to diff View file
M plugins/document/scripts/document/components/User/UserBadge.vue +2 −2 Go to diff View file
M plugins/document/scripts/document/components/User/UserName.test.js +4 −4 Go to diff View file
M plugins/document/scripts/document/components/svg/error/LoadingErrorSvg.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/components/svg/error/PermissionErrorSvg.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/approval-table-helper.js +7 −7 Go to diff View file
M plugins/document/scripts/document/helpers/approval-table-helper.test.js +8 −8 Go to diff View file
M plugins/document/scripts/document/helpers/clipboard/clipboard-helpers.test.js +10 −10 Go to diff View file
M plugins/document/scripts/document/helpers/date-formatter.js +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/highlight-items-helper.test.js +6 −6 Go to diff View file
M plugins/document/scripts/document/helpers/local-vue.js +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/metadata-helpers/check-item-title.js +4 −4 Go to diff View file
M plugins/document/scripts/document/helpers/metadata-helpers/check-item-title.test.js +37 −37 Go to diff View file
M plugins/document/scripts/document/helpers/metadata-helpers/custom-metadata-helper.js +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/metadata-helpers/custom-metadata-helper.test.js +2 −2 Go to diff View file
M plugins/document/scripts/document/helpers/metadata-helpers/data-transformatter-helper.js +6 −6 Go to diff View file
M plugins/document/scripts/document/helpers/metadata-helpers/data-transformatter-helper.test.js +104 −104 Go to diff View file
M plugins/document/scripts/document/helpers/metadata-helpers/hardcoded-metadata-mapping-helper.js +3 −3 Go to diff View file
M plugins/document/scripts/document/helpers/metadata-helpers/hardcoded-metadata-mapping-helper.test.js +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/metadata-helpers/obsolescence-date-value.test.js +1 −3 Go to diff View file
M plugins/document/scripts/document/helpers/permissions/ugroups.js +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/permissions/ugroups.test.js +4 −4 Go to diff View file
M plugins/document/scripts/document/helpers/retrieve-subtree-helper.js +2 −2 Go to diff View file
M plugins/document/scripts/document/helpers/uploading-status-helper.test.js +14 −14 Go to diff View file
M plugins/document/scripts/document/index.js +4 −4 Go to diff View file
M plugins/document/scripts/document/router/index.js +6 −6 Go to diff View file
M plugins/document/scripts/document/store/actions-helpers/adjust-item-to-content-after-item-creation-in-folder.test.js +14 −14 Go to diff View file
M plugins/document/scripts/document/store/actions-helpers/build-parent-paths.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/actions-helpers/build-parent-paths.test.js +7 −7 Go to diff View file
M plugins/document/scripts/document/store/actions-helpers/load-ascendant-hierarchy.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/actions-helpers/load-ascendant-hierarchy.test.js +26 −26 Go to diff View file
M plugins/document/scripts/document/store/actions-helpers/load-folder-content.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/actions-helpers/load-folder-content.test.js +13 −13 Go to diff View file
M plugins/document/scripts/document/store/actions-helpers/upload-file.js +8 −8 Go to diff View file
M plugins/document/scripts/document/store/actions.js +26 −26 Go to diff View file
M plugins/document/scripts/document/store/actions.test.js +224 −224 Go to diff View file
M plugins/document/scripts/document/store/clipboard/clipboard-actions.js +2 −2 Go to diff View file
M plugins/document/scripts/document/store/clipboard/clipboard-actions.test.js +18 −18 Go to diff View file
M plugins/document/scripts/document/store/clipboard/clipboard-default-state.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/clipboard/clipboard-mutations.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/clipboard/clipboard-mutations.test.js +10 −10 Go to diff View file
M plugins/document/scripts/document/store/clipboard/module.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/error/error-getters.js +3 −3 Go to diff View file
M plugins/document/scripts/document/store/error/error-mutations.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/error/error-mutations.test.js +8 −8 Go to diff View file
M plugins/document/scripts/document/store/error/module.js +2 −2 Go to diff View file
M plugins/document/scripts/document/store/getters.js +11 −11 Go to diff View file
M plugins/document/scripts/document/store/getters.test.js +10 −10 Go to diff View file
M plugins/document/scripts/document/store/index.js +6 −6 Go to diff View file
M plugins/document/scripts/document/store/metadata/metadata-actions.test.js +8 −8 Go to diff View file
M plugins/document/scripts/document/store/metadata/metadata-default-state.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/metadata/metadata-mutations.test.js +2 −2 Go to diff View file
M plugins/document/scripts/document/store/metadata/module.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/mutations-folder-content.js +29 −26 Go to diff View file
M plugins/document/scripts/document/store/mutations-folder-content.test.js +162 −162 Go to diff View file
M plugins/document/scripts/document/store/mutations-global.js +5 −5 Go to diff View file
M plugins/document/scripts/document/store/mutations-global.test.js +8 −8 Go to diff View file
M plugins/document/scripts/document/store/mutations-upload.js +9 −9 Go to diff View file
M plugins/document/scripts/document/store/mutations-upload.test.js +53 −53 Go to diff View file
M plugins/document/scripts/document/store/state.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/store-persistence/storage.js +1 −1 Go to diff View file
M plugins/document/scripts/document/store/store-persistence/storage.test.js +1 −1 Go to diff View file
M plugins/document/webpack.common.js +10 −10 Go to diff View file
M plugins/forumml/scripts/forumml.js +5 −5 Go to diff View file
M plugins/forumml/webpack.common.js +6 −6 Go to diff View file
M plugins/frs/jest.config.js +2 −2 Go to diff View file
M plugins/frs/scripts/release-notes/src/app.js +3 −3 Go to diff View file
M plugins/frs/scripts/release-notes/src/file-download/custom-license-modal/custom-license-modal-controller.js +2 −2 Go to diff View file
M plugins/frs/scripts/release-notes/src/file-download/custom-license-modal/custom-license-modal-controller.test.js +3 −3 Go to diff View file
M plugins/frs/scripts/release-notes/src/file-download/file-download-controller.js +3 −3 Go to diff View file
M plugins/frs/scripts/release-notes/src/file-download/file-download-controller.test.js +9 −9 Go to diff View file
M plugins/frs/scripts/release-notes/src/file-download/file-download-directive.js +2 −2 Go to diff View file
M plugins/frs/scripts/release-notes/src/file-download/license-modal/license-modal-controller.js +1 −1 Go to diff View file
M plugins/frs/scripts/release-notes/src/file-download/license-modal/license-modal-controller.test.js +3 −3 Go to diff View file
M plugins/frs/scripts/release-notes/src/release/files/files-config.js +1 −1 Go to diff View file
M plugins/frs/scripts/release-notes/src/release/files/files-controller.js +1 −1 Go to diff View file
M plugins/frs/scripts/release-notes/src/release/files/files-controller.test.js +6 −6 Go to diff View file
M plugins/frs/scripts/release-notes/src/release/files/files-directive.js +1 −1 Go to diff View file
M plugins/frs/scripts/release-notes/src/release/linked-artifacts/linked-artifacts-config.js +1 −1 Go to diff View file
M plugins/frs/scripts/release-notes/src/release/linked-artifacts/linked-artifacts-controller.js +7 −7 Go to diff View file
M plugins/frs/scripts/release-notes/src/release/linked-artifacts/linked-artifacts-controller.test.js +21 −21 Go to diff View file
M plugins/frs/scripts/release-notes/src/release/linked-artifacts/linked-artifacts-directive.js +1 −1 Go to diff View file
M plugins/frs/scripts/release-notes/src/release/release-controller.js +4 −4 Go to diff View file
M plugins/frs/scripts/release-notes/src/release/release-controller.test.js +13 −13 Go to diff View file
M plugins/frs/scripts/release-notes/src/release/release-directive.js +1 −1 Go to diff View file
M plugins/frs/scripts/release-notes/src/release/release-rest-service.js +14 −14 Go to diff View file
M plugins/frs/scripts/release-notes/src/release/release-rest-service.test.js +33 −33 Go to diff View file
M plugins/frs/scripts/release-notes/src/rest-error-service.js +2 −2 Go to diff View file
M plugins/frs/scripts/release-notes/src/shared-properties-service.js +3 −3 Go to diff View file
M plugins/frs/webpack.common.js +9 −9 Go to diff View file
M plugins/git/jest.config.js +1 −1 Go to diff View file
M plugins/git/scripts/admin-notifications.js +1 −1 Go to diff View file
M plugins/git/scripts/git.js +28 −28 Go to diff View file
M plugins/git/scripts/mass-update.js +13 −23 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitInlineFilter.vue +4 −4 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitPermissions.vue +6 −6 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitPermissionsTable.vue +7 −7 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitPermissionsTableRepository.vue +5 −5 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitRepositoryTableFineGrainedPermission.vue +2 −2 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitRepositoryTableFineGrainedPermissionsRepository.vue +2 −2 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitRepositoryTableSimplePermissions.vue +2 −2 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/index.js +3 −3 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/rest-querier.js +2 −2 Go to diff View file
M plugins/git/scripts/permissions.js +14 −14 Go to diff View file
M plugins/git/scripts/repositories/src/api/rest-querier.js +13 −13 Go to diff View file
M plugins/git/scripts/repositories/src/api/rest-querier.test.js +8 −8 Go to diff View file
M plugins/git/scripts/repositories/src/components/ActionBar.vue +3 −3 Go to diff View file
M plugins/git/scripts/repositories/src/components/ActionBar/DisplayModeSwitcher.vue +4 −4 Go to diff View file
M plugins/git/scripts/repositories/src/components/ActionBar/ListFilter.vue +3 −3 Go to diff View file
M plugins/git/scripts/repositories/src/components/ActionBar/SelectOwner.vue +4 −4 Go to diff View file
M plugins/git/scripts/repositories/src/components/App.vue +4 −4 Go to diff View file
M plugins/git/scripts/repositories/src/components/ErrorMessage.vue +2 −2 Go to diff View file
M plugins/git/scripts/repositories/src/components/FilterEmptyState.vue +3 −3 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitBreadcrumbs.vue +3 −3 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitRepository.vue +5 −5 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitRepositoryCreate.vue +4 −4 Go to diff View file
M plugins/git/scripts/repositories/src/components/NoRepositoryEmptyState.vue +3 −3 Go to diff View file
M plugins/git/scripts/repositories/src/components/PullRequestBadge.vue +3 −3 Go to diff View file
M plugins/git/scripts/repositories/src/components/RepositoryList.vue +2 −2 Go to diff View file
M plugins/git/scripts/repositories/src/components/RepositoryListSpinner.vue +2 −2 Go to diff View file
M plugins/git/scripts/repositories/src/components/folders/CollapsibleFolder.vue +8 −8 Go to diff View file
M plugins/git/scripts/repositories/src/components/folders/FolderRepositoryList.vue +2 −2 Go to diff View file
M plugins/git/scripts/repositories/src/index.js +5 −5 Go to diff View file
M plugins/git/scripts/repositories/src/repository-list-presenter.js +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/store/actions.js +5 −5 Go to diff View file
M plugins/git/scripts/repositories/src/store/actions.test.js +15 −15 Go to diff View file
M plugins/git/scripts/repositories/src/store/getters.js +19 −18 Go to diff View file
M plugins/git/scripts/repositories/src/store/getters.test.js +22 −22 Go to diff View file
M plugins/git/scripts/repositories/src/store/index.js +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/store/mutations.js +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/store/mutations.test.js +17 −17 Go to diff View file
M plugins/git/scripts/repositories/src/store/state.js +2 −2 Go to diff View file
M plugins/git/scripts/repository/branch-tag-selector/src/components/App.vue +5 −5 Go to diff View file
M plugins/git/scripts/repository/branch-tag-selector/src/components/BranchesSection.vue +8 −8 Go to diff View file
M plugins/git/scripts/repository/branch-tag-selector/src/components/RefsFilter.vue +2 −2 Go to diff View file
M plugins/git/scripts/repository/branch-tag-selector/src/components/TagsSection.vue +9 −9 Go to diff View file
M plugins/git/scripts/repository/branch-tag-selector/src/helpers/encode-data.js +2 −2 Go to diff View file
M plugins/git/scripts/repository/branch-tag-selector/src/index.js +4 −4 Go to diff View file
M plugins/git/scripts/repository/src/clone-bar-dropdown.js +2 −2 Go to diff View file
M plugins/git/scripts/repository/src/copy-button.js +2 −2 Go to diff View file
M plugins/git/scripts/repository/src/shortlog.js +1 −1 Go to diff View file
M plugins/git/scripts/siteadmin/gerrit/modal-add-gerrit-server.js +5 −3 Go to diff View file
M plugins/git/scripts/siteadmin/gerrit/modal-delete-gerrit-server.js +2 −2 Go to diff View file
M plugins/git/scripts/siteadmin/gerrit/modal-edit-gerrit-server.js +2 −2 Go to diff View file
M plugins/git/scripts/siteadmin/gitolite.js +6 −6 Go to diff View file
M plugins/git/scripts/siteadmin/mirror/modal-add-mirror.js +1 −1 Go to diff View file
M plugins/git/scripts/siteadmin/mirror/modal-mirror-configuration.js +2 −2 Go to diff View file
M plugins/git/scripts/webhooks.js +6 −6 Go to diff View file
M plugins/git/webpack.common.js +22 −22 Go to diff View file
M plugins/graphontrackersv5/scripts/dependencies.js +1 −1 Go to diff View file
M plugins/graphontrackersv5/scripts/src/graph-cumulative-flow.js +19 −28 Go to diff View file
M plugins/graphontrackersv5/scripts/src/graphs-bar.js +9 −25 Go to diff View file
M plugins/graphontrackersv5/scripts/src/graphs-groupedbar.js +8 −21 Go to diff View file
M plugins/graphontrackersv5/scripts/src/graphs-pie.js +6 −6 Go to diff View file
M plugins/graphontrackersv5/webpack.common.js +7 −7 Go to diff View file
M plugins/hudson/scripts/form.js +3 −3 Go to diff View file
M plugins/hudson/scripts/hudson_tab.js +2 −2 Go to diff View file
M plugins/hudson/scripts/test-results-pie-chart.js +2 −2 Go to diff View file
M plugins/hudson/webpack.common.js +12 −9 Go to diff View file
M plugins/hudson_git/scripts/src/git-administration.ts +9 −9 Go to diff View file
M plugins/hudson_git/webpack.common.js +6 −6 Go to diff View file
M plugins/hudson_svn/scripts/form.js +3 −3 Go to diff View file
M plugins/hudson_svn/webpack.common.js +6 −6 Go to diff View file
M plugins/label/jest.config.js +1 −1 Go to diff View file
M plugins/label/scripts/configure-widget/index.js +3 −3 Go to diff View file
M plugins/label/scripts/configure-widget/labels-box.js +6 −6 Go to diff View file
M plugins/label/scripts/project-labeled-items/src/LabeledItem.vue +2 −2 Go to diff View file
M plugins/label/scripts/project-labeled-items/src/LabeledItemsList.test.js +25 −25 Go to diff View file
M plugins/label/scripts/project-labeled-items/src/LabeledItemsList.vue +6 −6 Go to diff View file
M plugins/label/scripts/project-labeled-items/src/index.js +6 −6 Go to diff View file
M plugins/label/scripts/project-labeled-items/src/rest-querier.js +2 −2 Go to diff View file
M plugins/label/scripts/project-labeled-items/src/rest-querier.test.js +28 −28 Go to diff View file
M plugins/label/webpack.common.js +8 −8 Go to diff View file
M plugins/ldap/scripts/autocomplete-for-select2.js +6 −6 Go to diff View file
M plugins/ldap/scripts/project-admin/preview-for-select2.js +3 −3 Go to diff View file
M plugins/ldap/scripts/project-admin/project-admin-members.js +2 −2 Go to diff View file
M plugins/ldap/scripts/project-admin/project-admin-ugroups.js +2 −2 Go to diff View file
M plugins/ldap/webpack.common.js +7 −7 Go to diff View file
M plugins/mediawiki/scripts/admin.js +10 −16 Go to diff View file
M plugins/mediawiki/webpack.common.js +6 −6 Go to diff View file
M plugins/oauth2_server/jest.config.js +1 −1 Go to diff View file
M plugins/oauth2_server/scripts/src/project-administration.ts +5 −5 Go to diff View file
M plugins/oauth2_server/scripts/src/replacers.test.ts +2 −2 Go to diff View file
M plugins/oauth2_server/scripts/src/user-preferences.ts +4 −4 Go to diff View file
M plugins/oauth2_server/webpack.common.js +8 −8 Go to diff View file
M plugins/openidconnectclient/scripts/open-id-connect-client.js +16 −16 Go to diff View file
M plugins/openidconnectclient/webpack.common.js +6 −6 Go to diff View file
M plugins/pluginsadministration/scripts/pluginsadministration.js +8 −8 Go to diff View file
M plugins/pluginsadministration/webpack.common.js +7 −7 Go to diff View file
M plugins/proftpd/webpack.common.js +5 −5 Go to diff View file
M plugins/project_ownership/webpack.common.js +4 −4 Go to diff View file
M plugins/projectlinks/webpack.common.js +5 −5 Go to diff View file
M plugins/projectmilestones/jest.config.js +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones-preferences/index.ts +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/index.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/api/rest-querier.test.ts +45 −45 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/api/rest-querier.ts +20 −20 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/burndown_chart_builder/burndown-chart-drawer.test.ts +16 −16 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/burndown_chart_builder/burndown-chart-drawer.ts +6 −10 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/burnup_chart_builder/burnup-chart-drawer.test.ts +12 −12 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/burnup_chart_builder/burnup-chart-drawer.ts +6 −10 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/chart-badge-generator.test.ts +2 −5 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/chart-badge-generator.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/chart-badge-services.test.ts +2 −5 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/chart-badge-services.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/chart-data-service.test.ts +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/chart-data-service.ts +3 −3 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/chart-scale-drawer.test.ts +2 −5 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/chart-scale-helper.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/time-scale-label-formatter.test.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/App.test.ts +4 −4 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/App.vue +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/PastSection/PastSection.test.ts +4 −4 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/PastSection/PastSection.vue +3 −3 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/RoadmapSection/RoadmapSection.test.ts +4 −4 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/RoadmapSection/RoadmapSection.vue +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesAllSprints.test.ts +13 −13 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesClosedSprints.test.ts +30 −30 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesClosedSprints.vue +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesDisplayer.test.ts +10 −10 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesDisplayer.vue +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesDisplayerIfOnlyClosedSprints.test.ts +3 −3 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesDisplayerIfOnlyClosedSprints.vue +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesDisplayerIfOpenSprints.test.ts +63 −63 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesDisplayerIfOpenSprints.vue +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesOpenSprint.test.ts +8 −8 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesOpenSprint.vue +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseOthersBadges.test.ts +6 −6 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/Burndown/Burndown.test.ts +3 −3 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/Burndown/Burndown.vue +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/Burndown/BurndownDisplayer.test.ts +32 −32 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/Burndown/BurndownDisplayer.vue +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/Burnup/Burnup.test.ts +3 −3 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/Burnup/Burnup.vue +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/Burnup/BurnupDisplayer.test.ts +32 −32 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/Burnup/BurnupDisplayer.vue +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/ChartDisplayer.test.ts +23 −23 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/ChartDisplayer.vue +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/ChartError.test.ts +8 −8 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/ChartError.vue +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/ReleaseButtonsDescription.test.ts +32 −32 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/ReleaseButtonsDescription.vue +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/ReleaseDescription.test.ts +26 −26 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/ReleaseDescription.vue +3 −3 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/ReleaseDescriptionBadgesTracker.test.ts +7 −7 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDisplayer.test.ts +13 −13 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDisplayer.vue +3 −3 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/PastReleaseHeaderInitialPoints.test.ts +7 −7 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeader.test.ts +12 −12 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeader.vue +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingDays.test.ts +21 −21 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingDays.vue +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingPoints.test.ts +18 −18 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingPoints.vue +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/WhatsHotSection.test.ts +8 −8 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/WhatsHotSection.vue +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/helpers/chart-helpers.test.ts +6 −6 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/helpers/date-formatters.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/helpers/milestones-sprints-helper.test.ts +6 −6 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/helpers/tracker-label-helper.test.ts +15 −15 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/store/actions.test.ts +43 −43 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/store/actions.ts +8 −8 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/store/index.ts +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/store/mutations.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/type.ts +1 −1 Go to diff View file
M plugins/projectmilestones/webpack.common.js +11 −11 Go to diff View file
M plugins/pullrequest/jest.config.js +2 −2 Go to diff View file
M plugins/pullrequest/scripts/create-pullrequest-button/src/api/rest-querier.js +4 −4 Go to diff View file
M plugins/pullrequest/scripts/create-pullrequest-button/src/components/App.vue +6 −6 Go to diff View file
M plugins/pullrequest/scripts/create-pullrequest-button/src/components/CreatePullrequestButton.vue +3 −3 Go to diff View file
M plugins/pullrequest/scripts/create-pullrequest-button/src/components/CreatePullrequestModal.vue +7 −7 Go to diff View file
M plugins/pullrequest/scripts/create-pullrequest-button/src/index.js +4 −4 Go to diff View file
M plugins/pullrequest/scripts/create-pullrequest-button/src/store/actions.js +2 −2 Go to diff View file
M plugins/pullrequest/scripts/create-pullrequest-button/src/store/actions.test.js +17 −17 Go to diff View file
M plugins/pullrequest/scripts/create-pullrequest-button/src/store/getters.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/create-pullrequest-button/src/store/index.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/create-pullrequest-button/src/store/state.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/app-controller.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/app.js +3 −3 Go to diff View file
M plugins/pullrequest/scripts/src/app/autofocus-input-directive.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/code-collapse/code-collapse-service.fixtures.spec.js +25 −25 Go to diff View file
M plugins/pullrequest/scripts/src/app/code-collapse/code-collapse-service.js +15 −15 Go to diff View file
M plugins/pullrequest/scripts/src/app/code-collapse/code-collapse-service.test.js +26 −26 Go to diff View file
M plugins/pullrequest/scripts/src/app/commits/commits-config.js +3 −3 Go to diff View file
M plugins/pullrequest/scripts/src/app/commits/commits-controller.js +7 −7 Go to diff View file
M plugins/pullrequest/scripts/src/app/commits/commits-directive.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/commits/commits-rest-service.js +2 −2 Go to diff View file
M plugins/pullrequest/scripts/src/app/dashboard/dashboard-config.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/dashboard/dashboard-controller.js +2 −2 Go to diff View file
M plugins/pullrequest/scripts/src/app/dashboard/dashboard-controller.test.js +11 −11 Go to diff View file
M plugins/pullrequest/scripts/src/app/dashboard/dashboard-directive.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/dashboard/pull-request-collection-rest-service.js +12 −12 Go to diff View file
M plugins/pullrequest/scripts/src/app/dashboard/pull-request-collection-rest-service.test.js +44 −44 Go to diff View file
M plugins/pullrequest/scripts/src/app/dashboard/pull-request-collection-service.js +6 −6 Go to diff View file
M plugins/pullrequest/scripts/src/app/dashboard/pull-request-collection-service.test.js +34 −34 Go to diff View file
M plugins/pullrequest/scripts/src/app/dashboard/pull-request-summary/pull-request-summary-controller.js +2 −2 Go to diff View file
M plugins/pullrequest/scripts/src/app/dashboard/pull-request-summary/pull-request-summary-controller.test.js +7 −7 Go to diff View file
M plugins/pullrequest/scripts/src/app/dashboard/pull-request-summary/pull-request-summary-directive.js +2 −2 Go to diff View file
M plugins/pullrequest/scripts/src/app/error-modal/error-modal-controller.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/error-modal/error-modal-service.js +3 −3 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/codemirror-helper-service.js +12 −12 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/diff-modes/side-by-side-code-placeholder-builder.js +2 −2 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/diff-modes/side-by-side-code-placeholder-builder.test.js +31 −31 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/diff-modes/side-by-side-comment-placeholder-builder.js +5 −5 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/diff-modes/side-by-side-comment-placeholder-builder.test.js +33 −33 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/diff-modes/side-by-side-diff-component.js +8 −8 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/diff-modes/side-by-side-line-grouper.js +3 −3 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/diff-modes/side-by-side-line-grouper.test.js +11 −11 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/diff-modes/side-by-side-line-height-equalizer.js +5 −5 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/diff-modes/side-by-side-line-height-equalizer.test.js +31 −31 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/diff-modes/side-by-side-line-mapper.test.js +37 −37 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/diff-modes/side-by-side-lines-state.js +3 −3 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/diff-modes/side-by-side-lines-state.test.js +24 −24 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/diff-modes/side-by-side-placeholder-positioner.test.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/diff-modes/side-by-side-scroll-synchronizer.test.js +6 −4 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/diff-modes/side-by-side-widget-finder.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/diff-modes/side-by-side-widget-finder.test.js +2 −2 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/diff-modes/unidiff-component.js +6 −6 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/file-diff-component.js +3 −3 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/file-diff-config.js +3 −3 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/file-diff-rest-service.js +4 −4 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/inline-comment-component.js +2 −2 Go to diff View file
M plugins/pullrequest/scripts/src/app/file-diff/new-inline-comment-component.js +3 −3 Go to diff View file
M plugins/pullrequest/scripts/src/app/files/filepaths-service.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/files/files-config.js +3 −3 Go to diff View file
M plugins/pullrequest/scripts/src/app/files/files-controller.js +7 −7 Go to diff View file
M plugins/pullrequest/scripts/src/app/files/files-directive.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/files/files-rest-service.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/labels/labels-controller.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/labels/labels-directive.js +2 −2 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/edit-modal/edit-modal-controller.js +2 −2 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/edit-modal/edit-modal-service.js +3 −3 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/merge-modal/merge-modal-controller.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/merge-modal/merge-modal-service.js +7 −7 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/overview-config.js +5 −5 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/overview-controller.js +9 −9 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/overview-directive.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/reviewers/reviewers-controller.js +4 −4 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/reviewers/reviewers-directive.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/reviewers/reviewers-rest-service.js +6 −6 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/reviewers/reviewers-service.js +3 −3 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/reviewers/reviewers-service.test.js +12 −12 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/reviewers/update-reviewers-modal/update-reviewers-modal-controller.js +10 −10 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/reviewers/update-reviewers-modal/update-reviewers-modal-service.js +3 −3 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/timeline/timeline-controller.js +6 −6 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/timeline/timeline-directive.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/timeline/timeline-rest-service.js +5 −5 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/timeline/timeline-service.js +14 −14 Go to diff View file
M plugins/pullrequest/scripts/src/app/overview/timeline/timeline-service.test.js +41 −41 Go to diff View file
M plugins/pullrequest/scripts/src/app/pull-request-refs/pull-request-refs-controller.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/pull-request-refs/pull-request-refs-controller.test.js +14 −14 Go to diff View file
M plugins/pullrequest/scripts/src/app/pull-request-refs/pull-request-refs.directive.js +2 −2 Go to diff View file
M plugins/pullrequest/scripts/src/app/pull-request/header/header-controller.js +2 −2 Go to diff View file
M plugins/pullrequest/scripts/src/app/pull-request/header/header-directive.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/pull-request/pull-request-config.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/pull-request/pull-request-controller.js +2 −2 Go to diff View file
M plugins/pullrequest/scripts/src/app/pull-request/pull-request-controller.test.js +4 −4 Go to diff View file
M plugins/pullrequest/scripts/src/app/pull-request/pull-request-directive.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/src/app/pull-request/pull-request-rest-service.js +7 −7 Go to diff View file
M plugins/pullrequest/scripts/src/app/pull-request/pull-request-rest-service.test.js +12 −12 Go to diff View file
M plugins/pullrequest/scripts/src/app/pull-request/pull-request-service.js +5 −5 Go to diff View file
M plugins/pullrequest/scripts/src/app/pull-request/pull-request-service.test.js +10 −10 Go to diff View file
M plugins/pullrequest/scripts/src/app/resize/resize-directive.js +3 −3 Go to diff View file
M plugins/pullrequest/scripts/src/app/shared-properties/shared-properties-service.js +2 −2 Go to diff View file
M plugins/pullrequest/scripts/src/app/tooltip-service.js +2 −2 Go to diff View file
M plugins/pullrequest/scripts/src/app/tuleap-username/tuleap-username-directive.js +2 −2 Go to diff View file
M plugins/pullrequest/scripts/src/app/user-rest-service.js +7 −7 Go to diff View file
M plugins/pullrequest/scripts/src/app/user-rest-service.test.js +15 −14 Go to diff View file
M plugins/pullrequest/webpack.common.js +17 −15 Go to diff View file
M plugins/statistics/scripts/admin.js +14 −14 Go to diff View file
M plugins/statistics/scripts/disk-usage-pie/src/disk-usage-pie-chart.js +1 −1 Go to diff View file
M plugins/statistics/webpack.common.js +12 −9 Go to diff View file
M plugins/svn/scripts/permissions-per-group/src/SVNPermissions.vue +5 −5 Go to diff View file
M plugins/svn/scripts/permissions-per-group/src/index.js +3 −3 Go to diff View file
M plugins/svn/scripts/permissions-per-group/src/rest-querier.js +2 −2 Go to diff View file
M plugins/svn/scripts/svn-admin-notifications-popover.js +8 −8 Go to diff View file
M plugins/svn/scripts/svn-admin-notifications.js +17 −17 Go to diff View file
M plugins/svn/scripts/svn.js +5 −5 Go to diff View file
M plugins/svn/site-content/en_US/script_locale.js +1 −1 Go to diff View file
M plugins/svn/site-content/fr_FR/script_locale.js +1 −1 Go to diff View file
M plugins/svn/webpack.common.js +10 −10 Go to diff View file
M plugins/taskboard/jest.config.js +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/index.ts +4 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/App.test.ts +18 −18 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/App.vue +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/EmptyState/NoContentEmptyState.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsError.test.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsError.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsErrorForAdmin.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/BoardWithoutAnyColumnsErrorForUsers.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/ErrorModal.test.ts +5 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/GlobalAppError.test.ts +9 −9 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Add/AddButton.test.ts +6 −6 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Add/AddCard.test.ts +8 −8 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Add/AddCard.vue +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/BaseCard.test.ts +15 −15 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/BaseCard.vue +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardAssignees.test.ts +12 −12 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardAssignees.vue +5 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardInfo.test.ts +5 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardInfo.vue +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardInitialEffort.test.ts +6 −6 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardWithRemainingEffort.test.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardWithRemainingEffort.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardXrefLabel.test.ts +9 −9 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/ChildCard.test.ts +10 −10 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/ChildCard.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/EditMode/CancelSaveButtons.test.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/EditMode/EditCardButtons.test.ts +10 −10 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/EditMode/EditCardButtons.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Assignees/PeoplePicker.test.ts +5 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Assignees/PeoplePicker.vue +5 −9 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Label/LabelEditor.test.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/ParentCard.vue +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/ParentCardRemainingEffort.test.ts +5 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/ParentCardRemainingEffort.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/RemainingEffort/EditRemainingEffort.test.ts +9 −9 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/UserAvatar.test.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/CellDisallowsDropOverlay.test.ts +4 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/ChildrenCell.test.ts +12 −12 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/ChildrenCell.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/DropContainerCell.test.ts +9 −9 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/DropContainerCell.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/InvalidMappingCell.test.ts +6 −6 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/InvalidMappingCell.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/SoloSwimlaneCell.test.ts +4 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/SoloSwimlaneCell.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/ChildrenSwimlane.test.ts +9 −9 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/ChildrenSwimlane.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/CollapsedSwimlane.test.ts +13 −13 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/CollapsedSwimlane.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Header/NoMappingMessage.test.ts +6 −6 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Header/SwimlaneHeader.test.ts +8 −8 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/InvalidMappingSwimlane.test.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/ParentCell.test.ts +27 −27 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/ParentCell.vue +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Skeleton/ColumnsSkeleton.test.ts +10 −10 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Skeleton/ColumnsSkeleton.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Skeleton/SwimlaneSkeleton.test.ts +6 −6 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Skeleton/SwimlaneSkeleton.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/SoloSwimlane.test.ts +7 −7 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/SoloSwimlane.vue +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/TaskBoardBody.test.ts +21 −21 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/TaskBoardBody.vue +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/ButtonBar/OpenClosedSwitcher.test.ts +16 −16 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/ButtonBar/TaskboardButtonBar.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Collapsed/CollapsedHeaderCell.test.ts +12 −12 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Collapsed/CollapsedHeaderCell.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Collapsed/CollapsedLabel.test.ts +4 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Collapsed/CollapsedLabel.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Collapsed/ExpandButton.test.ts +4 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Collapsed/ExpandButton.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/CardsInColumnCount.test.ts +12 −12 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/CollapseButton.test.ts +4 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/CollapseButton.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/ExpandedHeaderCell.test.ts +24 −24 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/ExpandedHeaderCell.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/WrongColorPopover.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/TaskBoardHeader.test.ts +9 −9 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/TaskBoardHeader.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoard.test.ts +18 −18 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoard.vue +6 −6 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/autofocus-autoselect.test.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/cards-reordering.test.ts +4 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/cards-reordering.ts +4 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/DocumentEventsHandler.test.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/DrekkenovState.test.ts +8 −8 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/DrekkenovState.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/DropGhost.test.ts +15 −15 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/OngoingDrag.test.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/OngoingDrag.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/dom-manipulation.test.ts +13 −13 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/drekkenov.test.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/drekkenov.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/event-handler-factory.test.ts +38 −38 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/event-handler-factory.ts +7 −7 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-drop.test.ts +4 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/html-to-item.test.ts +8 −8 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/html-to-item.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/list-value-to-column-mapper.test.ts +10 −10 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/list-value-to-column-mapper.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/scroll-to-item.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/update-artifact.test.ts +121 −121 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/update-artifact.ts +17 −17 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/actions.test.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/actions.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/column/column-actions.test.ts +5 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/column/column-actions.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/column/column-getters.test.ts +15 −15 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/column/column-getters.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/column/column-mutations.test.ts +4 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/column/column-mutations.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/column/index.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/error/error-actions.test.ts +7 −7 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/error/index.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/fullscreen/index.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/getters.test.ts +4 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/getters.ts +4 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/index.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/mutations.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/api-artifact-type.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-actions.test.ts +69 −69 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-actions.ts +13 −13 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-getters.test.ts +11 −11 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-mutations.test.ts +22 −22 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-mutations.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/drag-drop-actions.test.ts +38 −38 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/drag-drop-actions.ts +7 −7 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/index.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.test.ts +42 −42 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.ts +13 −13 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-getters.test.ts +65 −65 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-getters.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-helpers.test.ts +18 −18 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-mutations.test.ts +78 −78 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-mutations.ts +6 −6 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/user/index.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/user/user-actions.test.ts +8 −8 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/user/user-actions.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/type.ts +2 −2 Go to diff View file
M plugins/taskboard/webpack.common.js +13 −13 Go to diff View file
M plugins/timetracking/jest.config.js +1 −1 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/api/rest-querier.js +10 −10 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/api/rest-querier.test.js +18 −18 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/components/Widget.test.js +4 −4 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/components/Widget.vue +4 −4 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/components/WidgetArtifactTable.test.js +4 −4 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/components/WidgetArtifactTable.vue +5 −5 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/components/WidgetArtifactTableRow.vue +6 −6 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/components/WidgetLinkToArtifact.vue +3 −3 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/components/WidgetReadingMode.vue +3 −3 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/components/WidgetWritingMode.vue +4 −4 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalArtifactInfo.vue +2 −2 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalContent.test.js +4 −4 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalContent.vue +4 −4 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalDeletePopover.vue +3 −3 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalEditTime.vue +7 −7 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalRow.vue +5 −5 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTable.test.js +4 −4 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTable.vue +3 −3 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTimes.test.js +3 −3 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/components/modal/WidgetModalTimes.vue +3 −3 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/helpers/local-vue.js +1 −1 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/index.js +4 −4 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/store/actions.js +3 −3 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/store/actions.test.js +33 −33 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/store/getters.js +6 −6 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/store/getters.test.js +7 −7 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/store/index.js +1 −1 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/store/mutations.js +5 −5 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/store/mutations.test.js +8 −8 Go to diff View file
M plugins/timetracking/scripts/personal-timetracking-widget/src/store/state.js +3 −5 Go to diff View file
M plugins/timetracking/scripts/time-formatters.js +1 −1 Go to diff View file
M plugins/timetracking/scripts/time-formatters.test.js +5 −5 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/api/rest-querier.js +16 −16 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/api/rest-querier.test.js +35 −35 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/components/TimeTrackingOverview.vue +5 −5 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/components/TimeTrackingOverviewTable.vue +5 −5 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/components/TimeTrackingOverviewTableRow.vue +3 −3 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/components/TimeTrackingOverviewUserList.vue +3 −3 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/components/reading-mode/TimeTrackingOverviewReadingDates.vue +2 −2 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/components/reading-mode/TimeTrackingOverviewReadingMode.vue +3 −3 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/components/reading-mode/TimeTrackingOverviewTrackerList.vue +2 −2 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/components/writing-mode/TimeTrackingOverviewProjectOption.vue +3 −3 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/components/writing-mode/TimeTrackingOverviewTrackerList.vue +3 −3 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/components/writing-mode/TimeTrackingOverviewTrackersOptions.vue +5 −5 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/components/writing-mode/TimeTrackingOverviewWritingDates.vue +4 −4 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/components/writing-mode/TimeTrackingOverviewWritingMode.vue +3 −3 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/components/writing-mode/TimeTrackingOverviewWritingTrackers.vue +4 −4 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/index.js +4 −4 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/store/actions.js +1 −1 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/store/getters.js +8 −7 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/store/index.js +2 −2 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/store/mutations.js +12 −10 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/store/state.js +2 −4 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/tests/components/TimeTrackingOverview.test.js +4 −4 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/tests/components/TimeTrackingOverviewTableRow.test.js +8 −8 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/tests/components/TimeTrackingOverviewUserList.test.js +5 −5 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/tests/components/TimetrackingOverviewTable.test.js +4 −4 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/tests/components/reading-mode/TimeTrackingOverviewReadingMode.test.js +4 −4 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/tests/components/reading-mode/TimeTrackingOverviewTrackerList.test.js +11 −11 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/tests/components/writing-mode/TimeTrackingOverviewWritingTrackers.test.js +4 −4 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/tests/helpers/local-vue.js +1 −1 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/tests/store/actions.test.js +19 −19 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/tests/store/getters.test.js +37 −37 Go to diff View file
M plugins/timetracking/scripts/timetracking-overview-widget/src/tests/store/mutations.test.js +12 −12 Go to diff View file
M plugins/timetracking/webpack.common.js +8 −8 Go to diff View file
M plugins/tracker/grammar/generate_parser.js +4 −4 Go to diff View file
M plugins/tracker/gulpfile.js +3 −3 Go to diff View file
M plugins/tracker/jest.config.js +2 −2 Go to diff View file
M plugins/tracker/scripts/TrackerAdminFields.js +41 −41 Go to diff View file
M plugins/tracker/scripts/admin-nature.js +5 −5 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/common/FormatSelector.test.js +2 −2 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/common/FormatSelector.vue +5 −5 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/common/RichTextEditor.test.js +10 −10 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/common/RichTextEditor.vue +18 −18 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/field-dependencies-service.js +5 −5 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/field-dependencies-service.test.js +73 −73 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/followups/FollowupEditor.test.js +7 −7 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/followups/FollowupEditor.vue +6 −6 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/helpers/local-vue.js +1 −1 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/model/awkward-creation-fields-constant.js +1 −1 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/model/field-values-service.js +12 −12 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/model/field-values-service.test.js +288 −288 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/model/form-tree-builder.js +6 −6 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/model/form-tree-builder.test.js +41 −41 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/model/tracker-transformer-service.js +10 −10 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/model/tracker-transformer-service.test.js +215 −215 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/model/workflow-field-values-filter.js +2 −2 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/model/workflow-field-values-filter.test.js +6 −6 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/ng-vue-config.js +1 −1 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/quota-display/quota-display-controller.js +1 −1 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/quota-display/quota-display-directive.js +1 −1 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/rest/rest-error-state.js +1 −1 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/rest/rest-service.js +22 −22 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/rest/rest-service.test.js +62 −62 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/store/getters.js +1 −1 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/store/index.js +1 −1 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/store/state.js +1 −1 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-controller.js +20 −20 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-controller.test.js +57 −57 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/computed-field/computed-field-controller.test.js +9 −9 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/computed-field/computed-field-directive.js +2 −2 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/computed-field/computed-field-value-formatter.test.js +5 −5 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/date-field/date-field-controller.js +3 −3 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/date-field/date-field-directive.js +2 −2 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/date-field/date-field-initializer.js +1 −1 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/disabled-field-detector.js +1 −1 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/fields.js +1 −1 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/file-field/base64-transform.js +2 −2 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/file-field/file-field-controller.js +3 −3 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/file-field/file-field-controller.test.js +33 −33 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/file-field/file-field-detector.js +2 −2 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/file-field/file-field-detector.test.js +8 −8 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/file-field/file-field-directive.js +2 −2 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/file-field/file-field-validator.js +1 −1 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/file-field/file-field-validator.test.js +13 −13 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/file-field/file-input-directive.js +2 −2 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/file-field/file-upload-rules-state.js +2 −2 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/file-field/file-upload-rules-state.test.js +3 −3 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/file-field/file-uploader.js +8 −8 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/file-field/streaming-file-reader.js +5 −5 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/link-field/link-field-controller.js +7 −7 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/link-field/link-field-controller.test.js +16 −16 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/link-field/link-field-directive.js +2 −2 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/link-field/link-field-initializer.js +1 −1 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/link-field/link-field-service.test.js +17 −17 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/link-field/link-field-value-formatter.js +2 −2 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/link-field/link-field-value-formatter.test.js +6 −6 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/open-list-field-initializer.js +5 −5 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/open-list-field-validate-service.js +2 −2 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/open-list-field-validate-service.test.js +50 −50 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/static-open-list-field-controller.js +7 −7 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/static-open-list-field-controller.test.js +66 −66 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/static-open-list-field-directive.js +2 −2 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/ugroups-open-list-field-controller.js +1 −1 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/ugroups-open-list-field-controller.test.js +15 −15 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/ugroups-open-list-field-directive.js +2 −2 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/users-open-list-field-controller.js +9 −9 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/users-open-list-field-controller.test.js +97 −97 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/users-open-list-field-directive.js +2 −2 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/permission-field/permission-field-controller.test.js +20 −20 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/permission-field/permission-field-directive.js +2 −2 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/permission-field/permission-field-value-formatter.test.js +4 −4 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/text-field/TextField.test.js +7 −7 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/text-field/TextField.vue +7 −7 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-service.js +19 −19 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-service.test.js +53 −51 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal.js +4 −4 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-focus/focus-on-click-directive.js +4 −4 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-highlight/highlight-directive.js +7 −7 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-highlight/highlight-directive.test.js +9 −9 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/validate-service.js +4 −4 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/validate-service.test.js +42 −42 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/vue-initializer.js +2 −2 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/api/rest-querier.js +9 −9 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/api/rest-querier.test.js +11 −11 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/components/DryRunFullyMigratedFieldState.vue +4 −4 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/components/DryRunNotMigratedFieldState.vue +4 −4 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/components/DryRunPartiallyMigratedFieldState.vue +4 −4 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/components/DryRunPreview.vue +2 −2 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/components/FieldErrorMessage.vue +3 −3 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/components/MoveModal.vue +5 −5 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/components/MoveModalSelectors.vue +3 −3 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/components/MoveModalTitle.vue +2 −2 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/components/ProjectSelector.vue +3 −3 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/components/TrackerSelector.vue +4 −4 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/from-tracker-presenter.js +1 −1 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/modal.js +2 −2 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/store/actions.js +1 −1 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/store/actions.test.js +23 −23 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/store/getters.js +7 −7 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/store/index.js +1 −1 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/store/mutations.js +2 −2 Go to diff View file
M plugins/tracker/scripts/artifact-action-buttons/src/store/state.js +3 −3 Go to diff View file
M plugins/tracker/scripts/burndown-chart/src/burndown-chart-drawer.js +13 −13 Go to diff View file
M plugins/tracker/scripts/burndown-chart/src/burndown-chart.js +5 −5 Go to diff View file
M plugins/tracker/scripts/colorpicker/ColorPicker.vue +6 −6 Go to diff View file
M plugins/tracker/scripts/colorpicker/ColorPickerNoColorOption.vue +4 −4 Go to diff View file
M plugins/tracker/scripts/colorpicker/ColorPickerPalette.vue +4 −4 Go to diff View file
M plugins/tracker/scripts/colorpicker/ColorPickerPaletteRow.vue +5 −5 Go to diff View file
M plugins/tracker/scripts/colorpicker/ColorPickerSwitch.vue +4 −4 Go to diff View file
M plugins/tracker/scripts/colorpicker/OldColorPickerPalette.vue +3 −3 Go to diff View file
M plugins/tracker/scripts/colorpicker/OldColorPickerPaletteRow.vue +4 −4 Go to diff View file
M plugins/tracker/scripts/colorpicker/OldColorPickerPreview.vue +4 −4 Go to diff View file
M plugins/tracker/scripts/colorpicker/index.js +3 −3 Go to diff View file
M plugins/tracker/scripts/colorpicker/new-color-palette.js +1 −1 Go to diff View file
M plugins/tracker/scripts/colorpicker/old-color-palette.js +17 −17 Go to diff View file
M plugins/tracker/scripts/constants/fields-constants.js +2 −2 Go to diff View file
M plugins/tracker/scripts/global-admin.js +3 −3 Go to diff View file
M plugins/tracker/scripts/legacy/CopyArtifact.js +4 −6 Go to diff View file
M plugins/tracker/scripts/legacy/FixAggregatesHeaderHeight.js +4 −4 Go to diff View file
M plugins/tracker/scripts/legacy/LoadTrackerArtifactLink.js +65 −65 Go to diff View file
M plugins/tracker/scripts/legacy/ReorderColumns.js +17 −17 Go to diff View file
M plugins/tracker/scripts/legacy/SubmissionKeeper.js +12 −14 Go to diff View file
M plugins/tracker/scripts/legacy/TrackerAdminFieldWorkflow.js +23 −27 Go to diff View file
M plugins/tracker/scripts/legacy/TrackerArtifact.js +55 −67 Go to diff View file
M plugins/tracker/scripts/legacy/TrackerArtifactEditionSwitcher.js +81 −122 Go to diff View file
M plugins/tracker/scripts/legacy/TrackerArtifactEmailActions.js +7 −7 Go to diff View file
M plugins/tracker/scripts/legacy/TrackerArtifactLink.js +50 −56 Go to diff View file
M plugins/tracker/scripts/legacy/TrackerBinds.js +26 −30 Go to diff View file
M plugins/tracker/scripts/legacy/TrackerCheckUgroupConsistency.js +8 −8 Go to diff View file
M plugins/tracker/scripts/legacy/TrackerCollapseFieldset.js +6 −8 Go to diff View file
M plugins/tracker/scripts/legacy/TrackerCreate.js +6 −8 Go to diff View file
M plugins/tracker/scripts/legacy/TrackerDateReminderForms.js +5 −5 Go to diff View file
M plugins/tracker/scripts/legacy/TrackerEmailCopyPaste.js +9 −9 Go to diff View file
M plugins/tracker/scripts/legacy/TrackerFieldDependencies.js +34 −34 Go to diff View file
M plugins/tracker/scripts/legacy/TrackerFormElementFieldPermissions.js +7 −13 Go to diff View file
M plugins/tracker/scripts/legacy/TrackerReports.js +95 −98 Go to diff View file
M plugins/tracker/scripts/legacy/TrackerReportsSaveAsModal.js +3 −3 Go to diff View file
M plugins/tracker/scripts/legacy/TrackerRichTextEditor.js +3 −3 Go to diff View file
M plugins/tracker/scripts/legacy/TrackerSettings.js +5 −9 Go to diff View file
M plugins/tracker/scripts/legacy/TrackerTemplateSelector.js +20 −22 Go to diff View file
M plugins/tracker/scripts/legacy/TrackerTextboxLists.js +5 −5 Go to diff View file
M plugins/tracker/scripts/legacy/TrackerTriggers.js +74 −74 Go to diff View file
M plugins/tracker/scripts/legacy/artifactChildren.js +44 −48 Go to diff View file
M plugins/tracker/scripts/legacy/load-artifactChildren.js +3 −3 Go to diff View file
M plugins/tracker/scripts/legacy/modal-in-place.js +57 −61 Go to diff View file
M plugins/tracker/scripts/legacy/tracker-admin-notifications-popover.js +6 −6 Go to diff View file
M plugins/tracker/scripts/legacy/tracker-admin-notifications.js +11 −11 Go to diff View file
M plugins/tracker/scripts/legacy/tracker-report-nature-column.js +9 −9 Go to diff View file
M plugins/tracker/scripts/legacy/tracker-webhooks.js +6 −6 Go to diff View file
M plugins/tracker/scripts/permissions-per-group/src/BaseTrackerPermissions.vue +6 −6 Go to diff View file
M plugins/tracker/scripts/permissions-per-group/src/TrackerPermissionTableEmptyState.vue +3 −3 Go to diff View file
M plugins/tracker/scripts/permissions-per-group/src/TrackerPermissionsTable.vue +3 −3 Go to diff View file
M plugins/tracker/scripts/permissions-per-group/src/TrackerPermissionsTableContent.vue +4 −4 Go to diff View file
M plugins/tracker/scripts/permissions-per-group/src/index.js +3 −3 Go to diff View file
M plugins/tracker/scripts/permissions-per-group/src/rest-querier.js +2 −2 Go to diff View file
M plugins/tracker/scripts/report/TQL-CodeMirror/autocompleter.js +2 −2 Go to diff View file
M plugins/tracker/scripts/report/TQL-CodeMirror/builder.js +2 −2 Go to diff View file
M plugins/tracker/scripts/report/TQL-CodeMirror/configuration.js +14 −14 Go to diff View file
M plugins/tracker/scripts/report/expert-mode.js +2 −2 Go to diff View file
M plugins/tracker/scripts/semantic-timeframe-option-selector.js +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation-success-modal/index.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/index.ts +4 −4 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/layout/StepLayout.vue +2 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/layout/StepNavigationButtons.test.ts +8 −8 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/layout/StepNavigationButtons.vue +4 −4 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/StepOne.test.ts +11 −11 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/StepOne.vue +2 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/StepOneInfo.vue +2 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerBaseCard.test.ts +5 −5 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerBaseCard.vue +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerEmpty/TrackerEmptyCard.vue +2 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerFromAnotherProject/TrackerFromAnotherProjectCard.vue +2 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerFromAnotherProject/TrackerFromAnotherProjectSelector.test.ts +16 −22 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerFromAnotherProject/TrackerFromAnotherProjectSelector.vue +4 −3 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerTemplate/TrackerTemplateCard.vue +2 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerTemplate/TrackerTemplateSelector.test.ts +15 −15 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerXmlFile/TrackerXmlFileCard.vue +2 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerXmlFile/TrackerXmlFileSelector.test.ts +6 −6 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/StepTwo.test.ts +9 −9 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/StepTwo.vue +2 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/StepTwoInfo.vue +2 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldChosenTemplate.test.ts +12 −12 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldChosenTemplate.vue +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldName.test.ts +6 −6 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldName.vue +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldShortname.test.ts +6 −6 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldShortname.vue +3 −3 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldShortnameSlugified.test.ts +5 −5 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldShortnameSlugified.vue +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldTrackerColor.test.ts +7 −7 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldTrackerColor.vue +2 −4 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldTrackerTemplateId.test.ts +7 −7 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/helpers/shortname-slugifier.ts +2 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/helpers/xml-data-extractor.test.ts +7 −7 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/helpers/xml-data-extractor.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/router/index.ts +4 −4 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/getters.test.ts +45 −45 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/index.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/mutations.test.ts +25 −25 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/mutations.ts +4 −4 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/type.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/api/rest-querier.js +19 −19 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/api/rest-querier.test.js +13 −13 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/BaseTrackerWorkflowTransitions.test.js +2 −2 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/BaseTrackerWorkflowTransitions.vue +7 −7 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/ConfigureStateButton.test.js +1 −1 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/ConfigureStateButton.vue +4 −4 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/FirstConfiguration/FirstConfigurationImpossibleWarning.vue +2 −2 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/FirstConfiguration/FirstConfigurationSections.test.js +2 −2 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/FirstConfiguration/FirstConfigurationSections.vue +5 −5 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/Header/ChangeFieldConfirmationModal.test.js +2 −2 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/Header/HeaderSection.vue +4 −4 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/Header/WorkflowFieldChange.test.js +5 −5 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/Header/WorkflowFieldChange.vue +4 −4 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/Header/WorkflowModeSwitch.vue +4 −4 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionDeleter.test.js +7 −7 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionDeleter.vue +12 −12 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionMatrixColumnHeader.test.js +7 −7 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionMatrixColumnHeader.vue +4 −4 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionMatrixContent.test.js +7 −7 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionMatrixContent.vue +13 −12 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Empty/EmptyPostAction.test.js +1 −1 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Empty/EmptyPostAction.vue +3 −3 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Externals/AddToBacklogPostAction.test.js +1 −1 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Externals/AddToBacklogPostAction.vue +3 −3 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Externals/AddToBacklogPostActionOption.test.js +8 −8 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Externals/AddToBacklogPostActionOption.vue +6 −6 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/FilledPreConditionsSection.test.js +12 −12 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/FilledPreConditionsSection.vue +11 −11 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/ModalErrorFeedback.vue +4 −4 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/MultiSelect.vue +10 −10 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/DateInput.test.js +1 −1 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/DateInput.vue +7 −7 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/FloatInput.test.js +1 −1 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/FloatInput.vue +5 −5 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/FrozenFieldsAction.test.js +7 −7 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/FrozenFieldsAction.vue +10 −10 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/HiddenFieldsetsAction.test.js +7 −7 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/HiddenFieldsetsAction.vue +9 −9 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/IntInput.test.js +1 −1 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/IntInput.vue +5 −5 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/PostAction.test.js +8 −8 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/PostAction.vue +25 −25 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/RunJobAction.test.js +5 −5 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/RunJobAction.vue +6 −6 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/SetValueAction.test.js +11 −11 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostAction/SetValueAction.vue +16 −16 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostActionsSection.test.js +16 −16 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/PostActionsSection.vue +5 −5 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Skeletons/PreConditionsSkeleton.vue +1 −1 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/TransitionModal.test.js +4 −4 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/TransitionModal.vue +6 −6 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/TransitionModalTitle.vue +6 −6 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionRulesEnforcementWarning.test.js +3 −3 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionRulesEnforcementWarning.vue +4 −4 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/components/TransitionsMatrixSection.vue +4 −4 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/constants/workflow-constants.js +3 −3 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/index.js +3 −3 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/store/actions.js +2 −2 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/store/actions.test.js +10 −10 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/store/exception-handler.test.js +12 −12 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/store/getters.js +14 −12 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/store/getters.test.js +17 −17 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/store/index.js +2 −2 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/store/mutations.js +6 −6 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/store/mutations.test.js +24 −24 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/store/state.js +1 −1 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/store/transition-modal/module.js +2 −2 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/store/transition-modal/transition-actions.js +4 −4 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/store/transition-modal/transition-actions.test.js +11 −11 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/store/transition-modal/transition-getters.js +3 −3 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/store/transition-modal/transition-getters.test.js +8 −8 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/store/transition-modal/transition-mutations.js +9 −9 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/store/transition-modal/transition-mutations.test.js +24 −24 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/support/factories.js +27 −27 Go to diff View file
M plugins/tracker/scripts/workflow-transitions/src/support/local-vue.js +1 −1 Go to diff View file
M plugins/tracker/webpack.common.js +32 −31 Go to diff View file
M plugins/tracker_encryption/scripts/encrypted_field.js +5 −5 Go to diff View file
M plugins/tracker_encryption/scripts/update_tracker_key_modal.js +2 −2 Go to diff View file
M plugins/tracker_encryption/webpack.common.js +7 −7 Go to diff View file
M plugins/tuleap_synchro/scripts/site-admin/src/index.js +5 −5 Go to diff View file
M plugins/tuleap_synchro/webpack.common.js +7 −7 Go to diff View file
M plugins/userlog/webpack.common.js +7 −7 Go to diff View file
M plugins/velocity/scripts/velocity-chart/src/index.js +3 −3 Go to diff View file
M plugins/velocity/scripts/velocity-chart/src/velocity-chart-drawer.js +7 −7 Go to diff View file
M plugins/velocity/webpack.common.js +11 −8 Go to diff View file
M src/www/admin/usergroup.js +4 −4 Go to diff View file
M src/www/file/scripts/frs.js +41 −41 Go to diff View file
M src/www/scripts/BurningParrot/motd.js +1 −1 Go to diff View file
M src/www/scripts/BurningParrot/navbar-dropdown-projects.js +2 −2 Go to diff View file
M src/www/scripts/BurningParrot/navbar-dropdown.js +2 −2 Go to diff View file
M src/www/scripts/BurningParrot/project-flags.js +1 −1 Go to diff View file
M src/www/scripts/BurningParrot/project-privacy.js +1 −1 Go to diff View file
M src/www/scripts/BurningParrot/scrollbar.js +1 −1 Go to diff View file
M src/www/scripts/BurningParrot/sidebar.js +2 −2 Go to diff View file
M src/www/scripts/FlamingParrot/keyboard-navigation.js +8 −11 Go to diff View file
M src/www/scripts/FlamingParrot/motd.js +2 −4 Go to diff View file
M src/www/scripts/FlamingParrot/navbar.js +4 −4 Go to diff View file
M src/www/scripts/FlamingParrot/project-flags.js +2 −2 Go to diff View file
M src/www/scripts/FlamingParrot/project-privacy.js +2 −2 Go to diff View file
M src/www/scripts/FlamingParrot/sidebar.js +14 −16 Go to diff View file
M src/www/scripts/account/appearance.ts +1 −1 Go to diff View file
M src/www/scripts/account/avatar/preview.ts +2 −2 Go to diff View file
M src/www/scripts/account/avatar/reset.ts +1 −1 Go to diff View file
M src/www/scripts/account/keys-tokens.ts +3 −3 Go to diff View file
M src/www/scripts/account/timezone.ts +1 −1 Go to diff View file
M src/www/scripts/admin/generate-pie-charts.js +5 −5 Go to diff View file
M src/www/scripts/admin/massmail.js +1 −1 Go to diff View file
M src/www/scripts/admin/permission-delegation.js +1 −1 Go to diff View file
M src/www/scripts/admin/project-configuration.js +2 −2 Go to diff View file
M src/www/scripts/admin/project-history.js +4 −4 Go to diff View file
M src/www/scripts/admin/project-list.js +1 −1 Go to diff View file
M src/www/scripts/admin/project-widgets-configuration/project-widgets-configuration.test.ts +1 −1 Go to diff View file
M src/www/scripts/admin/project-widgets-configuration/project-widgets-configuration.ts +2 −2 Go to diff View file
M src/www/scripts/admin/system-events-admin-homepage.js +1 −1 Go to diff View file
M src/www/scripts/admin/system-events.js +1 −1 Go to diff View file
M src/www/scripts/admin/trackers-pending-removal.js +1 −1 Go to diff View file
M src/www/scripts/admin/userdetails.js +3 −3 Go to diff View file
M src/www/scripts/autocomplete.js +13 −13 Go to diff View file
M src/www/scripts/charts-builders/bar-chart-scales-factory.js +2 −2 Go to diff View file
M src/www/scripts/charts-builders/chart-badge-legend-generator.js +1 −1 Go to diff View file
M src/www/scripts/charts-builders/chart-column-factory.js +1 −1 Go to diff View file
M src/www/scripts/charts-builders/chart-content-legend-generator.js +2 −2 Go to diff View file
M src/www/scripts/charts-builders/chart-dates-service.d.ts +1 −1 Go to diff View file
M src/www/scripts/charts-builders/chart-dates-service.js +3 −5 Go to diff View file
M src/www/scripts/charts-builders/chart-dates-service.test.js +5 −5 Go to diff View file
M src/www/scripts/charts-builders/chart-layout-builder.js +3 −9 Go to diff View file
M src/www/scripts/charts-builders/chart-layout-service.js +1 −1 Go to diff View file
M src/www/scripts/charts-builders/chart-lines-service.js +5 −8 Go to diff View file
M src/www/scripts/charts-builders/chart-text-legend-generator.js +1 −4 Go to diff View file
M src/www/scripts/charts-builders/chart-tooltip-factory.js +8 −14 Go to diff View file
M src/www/scripts/charts-builders/line-chart-scales-factory.d.ts +1 −1 Go to diff View file
M src/www/scripts/charts-builders/line-chart-scales-factory.js +2 −2 Go to diff View file
M src/www/scripts/charts-builders/statistics-pie-chart.js +31 −52 Go to diff View file
M src/www/scripts/charts-builders/time-scale-labels-formatter.d.ts +1 −1 Go to diff View file
M src/www/scripts/charts-builders/time-scale-labels-formatter.js +7 −7 Go to diff View file
M src/www/scripts/check_pw.js +12 −16 Go to diff View file
M src/www/scripts/clamp.js +7 −7 Go to diff View file
M src/www/scripts/codendi/CreateProject.js +6 −12 Go to diff View file
M src/www/scripts/codendi/DropDownPanel.js +15 −17 Go to diff View file
M src/www/scripts/codendi/ProjectHistory.js +5 −5 Go to diff View file
M src/www/scripts/codendi/RichTextEditor.js +22 −22 Go to diff View file
M src/www/scripts/codendi/Toggler.js +11 −11 Go to diff View file
M src/www/scripts/codendi/Tooltip-loader.js +2 −2 Go to diff View file
M src/www/scripts/codendi/Tooltip.js +16 −19 Go to diff View file
M src/www/scripts/codendi/Tracker.js +2 −2 Go to diff View file
M src/www/scripts/codendi/TreeNode.js +14 −17 Go to diff View file
M src/www/scripts/codendi/common.js +7 −7 Go to diff View file
M src/www/scripts/codendi/cross_references.js +15 −28 Go to diff View file
M src/www/scripts/codendi/debug_reserved_names.js +5 −5 Go to diff View file
M src/www/scripts/codendi/feedback.js +3 −3 Go to diff View file
M src/www/scripts/dashboards/dashboard-drag-drop.js +10 −10 Go to diff View file
M src/www/scripts/dashboards/dashboard-dropdowns.js +8 −8 Go to diff View file
M src/www/scripts/dashboards/dashboard-layout.js +4 −4 Go to diff View file
M src/www/scripts/dashboards/dashboard-minimize.js +2 −2 Go to diff View file
M src/www/scripts/dashboards/dashboard-modals.js +23 −21 Go to diff View file
M src/www/scripts/dashboards/dashboard.js +1 −1 Go to diff View file
M src/www/scripts/dashboards/widgets/project-heartbeat/index.js +1 −1 Go to diff View file
M src/www/scripts/dashboards/widgets/project-heartbeat/project-heartbeat.js +8 −8 Go to diff View file
M src/www/scripts/fieldEditor.js +10 −10 Go to diff View file
M src/www/scripts/frs/admin/license-agreement.js +1 −1 Go to diff View file
M src/www/scripts/frs/permissions-per-group/BaseFRSPackagePermissions.vue +6 −6 Go to diff View file
M src/www/scripts/frs/permissions-per-group/FRSPackagePermissionsTable.vue +3 −3 Go to diff View file
M src/www/scripts/frs/permissions-per-group/FRSPackagePermissionsTablePackage.vue +4 −4 Go to diff View file
M src/www/scripts/frs/permissions-per-group/FRSPackagePermissionsTablePackageEmptyState.vue +3 −3 Go to diff View file
M src/www/scripts/frs/permissions-per-group/FRSPackagePermissionsTablePackageRelease.vue +3 −3 Go to diff View file
M src/www/scripts/frs/permissions-per-group/index.js +3 −3 Go to diff View file
M src/www/scripts/frs/permissions-per-group/rest-querier.js +2 −2 Go to diff View file
M src/www/scripts/jest.config.js +2 −2 Go to diff View file
M src/www/scripts/labels/labels-box.js +13 −13 Go to diff View file
M src/www/scripts/labels/project-admin/project-admin-labels.js +2 −2 Go to diff View file
M src/www/scripts/navbar-history/history-items-builder.js +3 −3 Go to diff View file
M src/www/scripts/navbar-history/index-flamingparrot.js +1 −1 Go to diff View file
M src/www/scripts/navbar-history/navbar-history-controller.js +5 −5 Go to diff View file
M src/www/scripts/news/permissions-per-group/BaseNewsPermissions.vue +6 −6 Go to diff View file
M src/www/scripts/news/permissions-per-group/NewsPermissionsVisibilityLabel.vue +2 −2 Go to diff View file
M src/www/scripts/news/permissions-per-group/index.js +3 −3 Go to diff View file
M src/www/scripts/news/permissions-per-group/rest-querier.js +2 −2 Go to diff View file
M src/www/scripts/project/admin/banner/index-banner-project-admin.ts +2 −2 Go to diff View file
M src/www/scripts/project/admin/banner/src/api/rest-querier.ts +3 −3 Go to diff View file
M src/www/scripts/project/admin/banner/src/components/App.test.ts +12 −12 Go to diff View file
M src/www/scripts/project/admin/banner/src/components/App.vue +4 −4 Go to diff View file
M src/www/scripts/project/admin/banner/src/components/BannerPresenter.test.ts +14 −14 Go to diff View file
M src/www/scripts/project/admin/banner/src/components/BannerPresenter.vue +3 −3 Go to diff View file
M src/www/scripts/project/admin/categories.js +3 −3 Go to diff View file
M src/www/scripts/project/admin/members-import/project-admin-members-import.js +5 −5 Go to diff View file
M src/www/scripts/project/admin/permissions-per-group/PermissionsPerGroupBadge.vue +3 −3 Go to diff View file
M src/www/scripts/project/admin/project-admin-details.js +3 −3 Go to diff View file
M src/www/scripts/project/admin/project-admin-members.js +3 −3 Go to diff View file
M src/www/scripts/project/admin/project-admin-ugroups.js +7 −7 Go to diff View file
M src/www/scripts/project/admin/services/src/components/AddModal.vue +6 −6 Go to diff View file
M src/www/scripts/project/admin/services/src/components/BaseProjectAdminAddModal.vue +1 −1 Go to diff View file
M src/www/scripts/project/admin/services/src/components/BaseProjectAdminEditModal.test.js +7 −7 Go to diff View file
M src/www/scripts/project/admin/services/src/components/BaseProjectAdminEditModal.vue +1 −1 Go to diff View file
M src/www/scripts/project/admin/services/src/components/BaseSiteAdminAddModal.vue +3 −3 Go to diff View file
M src/www/scripts/project/admin/services/src/components/BaseSiteAdminEditModal.test.js +7 −7 Go to diff View file
M src/www/scripts/project/admin/services/src/components/BaseSiteAdminEditModal.vue +2 −2 Go to diff View file
M src/www/scripts/project/admin/services/src/components/EditModal.vue +6 −6 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/EditableSystemService.vue +2 −2 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/IconSelector.vue +9 −9 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/InCreationCustomService.vue +5 −5 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/InEditionCustomService.test.js +3 −3 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/InEditionCustomService.vue +7 −7 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/ReadOnlySystemService.vue +2 −2 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/ServiceDescription.vue +5 −5 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/ServiceLabel.vue +5 −5 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/ServiceLink.vue +6 −6 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/ServiceShortname.vue +5 −5 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/service-mixin.js +4 −4 Go to diff View file
M src/www/scripts/project/admin/services/src/components/Service/system-service-mixin.js +2 −2 Go to diff View file
M src/www/scripts/project/admin/services/src/components/add-modal-mixin.js +7 −7 Go to diff View file
M src/www/scripts/project/admin/services/src/components/edit-modal-mixin.js +7 −7 Go to diff View file
M src/www/scripts/project/admin/services/src/components/service-modal-mixin.js +6 −6 Go to diff View file
M src/www/scripts/project/admin/services/src/modal-initializer.js +3 −3 Go to diff View file
M src/www/scripts/project/admin/services/src/support/local-vue.js +1 −1 Go to diff View file
M src/www/scripts/project/admin/services/src/vue-modal-initializer.js +3 −3 Go to diff View file
M src/www/scripts/project/banner/project-banner-clamp.test.ts +3 −3 Go to diff View file
M src/www/scripts/project/banner/project-banner-clamp.ts +2 −2 Go to diff View file
M src/www/scripts/project/banner/project-banner-show-hide.test.ts +5 −5 Go to diff View file
M src/www/scripts/project/banner/project-banner-show-hide.ts +1 −1 Go to diff View file
M src/www/scripts/project/registration/index.ts +5 −5 Go to diff View file
M src/www/scripts/project/registration/src/api/rest-querier.test.ts +5 −5 Go to diff View file
M src/www/scripts/project/registration/src/api/rest-querier.ts +7 −7 Go to diff View file
M src/www/scripts/project/registration/src/components/App.test.ts +1 −1 Go to diff View file
M src/www/scripts/project/registration/src/components/Approval/ProjectApproval.test.ts +8 −8 Go to diff View file
M src/www/scripts/project/registration/src/components/Approval/ProjectApproval.vue +1 −1 Go to diff View file
M src/www/scripts/project/registration/src/components/Approval/ProjectApprovalSvg.vue +1 −1 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Agreement/AgreementModal.test.ts +3 −3 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Agreement/PolicyAgreement.test.ts +1 −1 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Agreement/PolicyAgreement.vue +1 −1 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Fields/FieldDescription.test.ts +4 −4 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Fields/FieldsList.test.ts +7 −7 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.test.ts +12 −12 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.vue +5 −7 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectName.test.ts +2 −2 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectName.vue +1 −1 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectShortName.test.ts +28 −28 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/Input/ProjectShortName.vue +4 −4 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/ProjectInformation.test.ts +66 −66 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/ProjectInformation.vue +9 −9 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/ProjectInformationFooter.test.ts +5 −5 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/ProjectInformationSvg.vue +3 −3 Go to diff View file
M src/www/scripts/project/registration/src/components/Information/TroveCat/TroveCategoryList.test.ts +6 −6 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/Advanced/AdvancedTemplateList.test.ts +15 −15 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/Advanced/AdvancedTemplateList.vue +2 −2 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/Advanced/UserProjectList.test.ts +6 −6 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/AllProjectTemplates.test.ts +1 −1 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/AllProjectTemplates.vue +2 −2 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/Company/CompanyTemplateList.test.ts +9 −9 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/Company/CompanyTemplateList.vue +1 −1 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/NewProjectBoxesSvg.vue +3 −3 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/TemplateCard.test.ts +4 −4 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/TemplateFooter.test.ts +8 −8 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/Tuleap/TuleapTemplateList.test.ts +6 −6 Go to diff View file
M src/www/scripts/project/registration/src/components/Template/Tuleap/TuleapTemplateList.vue +1 −1 Go to diff View file
M src/www/scripts/project/registration/src/helpers/is-element-in-viewport.test.ts +2 −2 Go to diff View file
M src/www/scripts/project/registration/src/router/index.ts +5 −5 Go to diff View file
M src/www/scripts/project/registration/src/store/getters.test.ts +7 −7 Go to diff View file
M src/www/scripts/project/registration/src/store/index.ts +1 −1 Go to diff View file
M src/www/scripts/project/registration/src/store/mutations.test.ts +9 −9 Go to diff View file
M src/www/scripts/project/registration/src/store/mutations.ts +1 −1 Go to diff View file
M src/www/scripts/project/registration/src/store/state.ts +1 −1 Go to diff View file
M src/www/scripts/register.js +14 −26 Go to diff View file
M src/www/scripts/trackerv3_artifact.js +2 −2 Go to diff View file
M src/www/scripts/tuleap/admin-access-mode.js +6 −6 Go to diff View file
M src/www/scripts/tuleap/admin-description-fields.js +8 −8 Go to diff View file
M src/www/scripts/tuleap/admin-homepage.js +8 −8 Go to diff View file
M src/www/scripts/tuleap/autocomplete-for-select2.js +11 −11 Go to diff View file
M src/www/scripts/tuleap/ckeditor/consistent-uploaded-files-before-submit-checker.js +1 −1 Go to diff View file
M src/www/scripts/tuleap/ckeditor/consistent-uploaded-files-before-submit-checker.test.js +10 −10 Go to diff View file
M src/www/scripts/tuleap/ckeditor/file-upload-handler-factory.js +7 −7 Go to diff View file
M src/www/scripts/tuleap/ckeditor/file-upload-handler-factory.test.js +39 −39 Go to diff View file
M src/www/scripts/tuleap/ckeditor/form-adapter.js +2 −2 Go to diff View file
M src/www/scripts/tuleap/ckeditor/form-adapter.test.js +4 −4 Go to diff View file
M src/www/scripts/tuleap/ckeditor/get-upload-image-options.js +6 −6 Go to diff View file
M src/www/scripts/tuleap/ckeditor/get-upload-image-options.test.js +11 −11 Go to diff View file
M src/www/scripts/tuleap/ckeditor/image-urls-finder.js +1 −1 Go to diff View file
M src/www/scripts/tuleap/datetimepicker.js +6 −6 Go to diff View file
M src/www/scripts/tuleap/escaper.js +4 −4 Go to diff View file
M src/www/scripts/tuleap/get-style-class-property.js +2 −2 Go to diff View file
M src/www/scripts/tuleap/gettext/gettext-init.test.js +2 −2 Go to diff View file
M src/www/scripts/tuleap/gettext/vue-gettext-init.test.ts +8 −8 Go to diff View file
M src/www/scripts/tuleap/gettext/vue-gettext-init.ts +1 −1 Go to diff View file
M src/www/scripts/tuleap/listFilter.js +13 −13 Go to diff View file
M src/www/scripts/tuleap/manage-allowed-projects-on-resource.js +12 −12 Go to diff View file
M src/www/scripts/tuleap/massmail_initialize_ckeditor.js +4 −4 Go to diff View file
M src/www/scripts/tuleap/massmail_project_members.js +3 −3 Go to diff View file
M src/www/scripts/tuleap/modals/modal-opener.test.ts +5 −5 Go to diff View file
M src/www/scripts/tuleap/project-history.js +3 −3 Go to diff View file
M src/www/scripts/tuleap/project-privacy-tooltip.js +2 −2 Go to diff View file
M src/www/scripts/tuleap/search.js +17 −19 Go to diff View file
M src/www/scripts/tuleap/svn.js +15 −24 Go to diff View file
M src/www/scripts/tuleap/textarea_rte.js +5 −5 Go to diff View file
M src/www/scripts/tuleap/timezone.js +3 −5 Go to diff View file
M src/www/scripts/tuleap/toggler.js +3 −3 Go to diff View file
M src/www/scripts/tuleap/trovecat.js +4 −4 Go to diff View file
M src/www/scripts/tuleap/tuleap-ckeditor-toolbar.js +1 −1 Go to diff View file
M src/www/scripts/tuleap/tuleap-mention.js +12 −12 Go to diff View file
M src/www/scripts/tuleap/tuleap-modal.js +21 −23 Go to diff View file
M src/www/scripts/tuleap/tuleap-standard-homepage.js +5 −5 Go to diff View file
M src/www/scripts/tuleap/tuleap-tours.js +9 −9 Go to diff View file
M src/www/scripts/tuleap/user-and-ugroup-autocompleter.js +10 −10 Go to diff View file
M src/www/scripts/viewportchecker/viewport-checker.js +6 −6 Go to diff View file
M src/www/scripts/vue-components/skeletons/SkeletonTable.vue +4 −4 Go to diff View file
M src/www/scripts/vue-components/store-wrapper-jest.js +1 −1 Go to diff View file
M src/www/scripts/webpack.config.js +60 −60 Go to diff View file
M src/www/scripts/webpack.richtext.js +8 −8 Go to diff View file
M src/www/scripts/webpack.vue.js +8 −8 Go to diff View file
M src/www/scripts/webpack.vue.with.manifest.js +8 −8 Go to diff View file
M src/www/scripts/widgets/contact-modal.js +4 −4 Go to diff View file
M src/www/themes/BurningParrot/css/account/webpack.common.js +3 −3 Go to diff View file
M src/www/themes/BurningParrot/css/dashboards/webpack.common.js +3 −3 Go to diff View file
M src/www/themes/BurningParrot/css/project-registration-creation/webpack.common.js +3 −3 Go to diff View file
M src/www/themes/BurningParrot/css/project-registration/webpack.common.js +3 −3 Go to diff View file
M src/www/themes/BurningParrot/webpack.common.js +4 −4 Go to diff View file
M src/www/themes/FlamingParrot/webpack.common.js +5 −5 Go to diff View file
M src/www/themes/common/tlp/angular-tlp/angular-async.js +1 −4 Go to diff View file
M src/www/themes/common/tlp/angular-tlp/tlp-modal-service-test.js +65 −65 Go to diff View file
M src/www/themes/common/tlp/angular-tlp/tlp-modal-service.js +6 −6 Go to diff View file
M src/www/themes/common/tlp/angular-tlp/tlp-select2-directive.js +3 −3 Go to diff View file
M src/www/themes/common/tlp/doc/js/editors.js +44 −44 Go to diff View file
M src/www/themes/common/tlp/doc/js/illustration-helper.js +2 −2 Go to diff View file
M src/www/themes/common/tlp/doc/js/main.js +6 −6 Go to diff View file
M src/www/themes/common/tlp/doc/js/polyfills.js +1 −1 Go to diff View file
M src/www/themes/common/tlp/jest.config.js +1 −1 Go to diff View file
M src/www/themes/common/tlp/mocks/index.js +3 −3 Go to diff View file
M src/www/themes/common/tlp/mocks/tlp-fetch-mock-helper.js +3 −3 Go to diff View file
M src/www/themes/common/tlp/src/js/dropdowns.js +5 −5 Go to diff View file
M src/www/themes/common/tlp/src/js/fetch-wrapper.js +20 −18 Go to diff View file
M src/www/themes/common/tlp/src/js/fetch-wrapper.test.js +34 −34 Go to diff View file
M src/www/themes/common/tlp/src/js/filter-inline-table.js +1 −1 Go to diff View file
M src/www/themes/common/tlp/src/js/modal.js +6 −6 Go to diff View file
M src/www/themes/common/tlp/src/js/popovers.js +12 −12 Go to diff View file
M src/www/themes/common/tlp/src/js/select2.d.ts +1 −1 Go to diff View file
M src/www/themes/common/tlp/webpack.common.js +14 −14 Go to diff View file
M src/www/themes/common/webpack.common.js +5 −5 Go to diff View file
M tests/e2e/distlp/cypress/integration/svn.spec.js +2 −4 Go to diff View file
M tests/e2e/distlp/cypress/support/commands.js +1 −1 Go to diff View file
M tests/e2e/full/cypress/integration/agile-dasboard.spec.js +6 −6 Go to diff View file
M tests/e2e/full/cypress/integration/check_permissions_spec.js +14 −14 Go to diff View file
M tests/e2e/full/cypress/integration/dashboard_project.spec.js +2 −2 Go to diff View file
M tests/e2e/full/cypress/integration/dashboard_user.spec.js +15 −27 Go to diff View file
M tests/e2e/full/cypress/integration/docman_spec.js +27 −39 Go to diff View file
M tests/e2e/full/cypress/integration/document_spec.js +4 −4 Go to diff View file
M tests/e2e/full/cypress/integration/frs_spec.js +15 −15 Go to diff View file
M tests/e2e/full/cypress/integration/git.spec.js +6 −6 Go to diff View file
M tests/e2e/full/cypress/integration/kanban.spec.js +14 −26 Go to diff View file
M tests/e2e/full/cypress/integration/mediawiki_spec.js +2 −2 Go to diff View file
M tests/e2e/full/cypress/integration/platform_allows_anonymous_spec.js +4 −4 Go to diff View file
M tests/e2e/full/cypress/integration/platform_allows_restricted.js +5 −5 Go to diff View file
M tests/e2e/full/cypress/integration/project_admin.spec.js +9 −11 Go to diff View file
M tests/e2e/full/cypress/integration/svn.spec.js +19 −19 Go to diff View file
M tests/e2e/full/cypress/integration/taskboard_spec.js +22 −26 Go to diff View file
M tests/e2e/full/cypress/integration/timetracking.spec.js +21 −51 Go to diff View file
M tests/e2e/full/cypress/integration/tracker_workflow_spec.js +9 −15 Go to diff View file
M tests/e2e/full/cypress/support/api-helper.js +5 −5 Go to diff View file
M tests/e2e/full/cypress/support/commands.js +3 −3 Go to diff View file
M tests/jest/angular-promise-wrapper.js +3 −3 Go to diff View file
M tests/jest/fail-unhandled-promise-rejection.js +1 −1 Go to diff View file
M tests/jest/jest.base.config.js +6 −6 Go to diff View file
M tests/jest/jest.projects.config.js +2 −2 Go to diff View file
M tools/utils/scripts/easygettext-loader.js +1 −1 Go to diff View file
M tools/utils/scripts/gettext/compile.js +2 −2 Go to diff View file
M tools/utils/scripts/gettext/file-extractor.js +19 −19 Go to diff View file
M tools/utils/scripts/gettext/log.js +1 −1 Go to diff View file
M tools/utils/scripts/ie11-polyfill-names.js +1 −1 Go to diff View file
M tools/utils/scripts/vue-typescript-gettext-extractor-cli.js +1 −1 Go to diff View file
M tools/utils/scripts/webpack-aliases.js +4 −4 Go to diff View file
M tools/utils/scripts/webpack-configurator.js +19 −19 Go to diff View file
M tools/utils/scripts/webpack-custom-plugins.js +1 −1 Go to diff View file
M tools/utils/scripts/webpack-rule-configs.js +46 −46 Go to diff View file