stable

Clone or download

Read-only

Autofix typescript imports

Part of request #19300 Enforce @typescript-eslint/consistent-type-imports No functional change expected Change-Id: I10782c724636a3d86ef7443de9ca2a3850d0be9e

Modified Files

Name
M .eslintrc.js +1 −0 Go to diff View file
M plugins/agiledashboard/scripts/burnup-chart/src/burnup-data-transformer.d.ts +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/api/rest-querier.test.ts +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item-rest/backlog-item-factory.test.ts +2 −1 Go to diff View file
M plugins/agiledashboard/scripts/shared/error-message-helper.ts +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/api/rest-querier.ts +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/reading-mode/reading-cross-tracker-report.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/api/lock-rest-querier.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/api/lock-rest-querier.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/api/metadata-rest-querier.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/api/permissions-rest-querier.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/api/permissions-rest-querier.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/approval-table-helper.test.ts +2 −1 Go to diff View file
M plugins/document/scripts/document/helpers/clipboard/clipboard-helpers.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/clipboard/clipboard-helpers.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/highlight-items-helper.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/highlight-items-helper.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/metadata-helpers/check-item-title.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/metadata-helpers/check-item-title.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/metadata-helpers/creation-data-transformatter-helper.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/metadata-helpers/creation-data-transformatter-helper.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/metadata-helpers/custom-metadata-helper.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/metadata-helpers/custom-metadata-helper.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/metadata-helpers/hardcoded-metadata-mapping-helper.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/metadata-helpers/hardcoded-metadata-mapping-helper.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/metadata-helpers/value-transformer/list-value-helper.test.ts +2 −2 Go to diff View file
M plugins/document/scripts/document/helpers/metadata-helpers/value-transformer/list-value-helper.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/metadata-helpers/value-transformer/status-metadata-helper.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/metadata-helpers/value-transformer/status-metadata-helper.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/retrieve-subtree-helper.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/uploading-status-helper.test.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/helpers/uploading-status-helper.ts +1 −1 Go to diff View file
M plugins/document/scripts/document/keyboard-navigation/keyboard-navigation.ts +4 −3 Go to diff View file
M plugins/forumml/scripts/new-thread/src/helpers/local-vue-for-test.ts +1 −1 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitInlineFilter.test.ts +2 −1 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitPermissions.test.ts +2 −1 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitPermissions.vue +1 −1 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitPermissionsTable.test.ts +2 −1 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitPermissionsTable.vue +1 −1 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitPermissionsTableRepository.test.ts +3 −2 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitPermissionsTableRepository.vue +1 −1 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitRepositoryTableFineGrainedPermission.test.ts +2 −1 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitRepositoryTableFineGrainedPermission.vue +1 −1 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitRepositoryTableFineGrainedPermissionsRepository.test.ts +3 −2 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitRepositoryTableFineGrainedPermissionsRepository.vue +1 −1 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitRepositoryTableSimplePermissions.test.ts +3 −2 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/GitRepositoryTableSimplePermissions.vue +1 −1 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/rest-querier.test.ts +1 −1 Go to diff View file
M plugins/git/scripts/permissions-per-group/src/rest-querier.ts +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/api/rest-querier.test.ts +3 −4 Go to diff View file
M plugins/git/scripts/repositories/src/api/rest-querier.ts +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/breadcrumb-presenter.ts +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/CreateGitlabLinkModal/CredentialsFormModal.test.ts +3 −2 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/CreateGitlabLinkModal/CredentialsFormModal.vue +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/CreateGitlabLinkModal/GitlabRepositoryModal.test.ts +3 −2 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/CreateGitlabLinkModal/GitlabRepositoryModal.vue +3 −2 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/CreateGitlabLinkModal/ListRepositoriesModal.test.ts +4 −3 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/CreateGitlabLinkModal/ListRepositoriesModal.vue +3 −3 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/EditAccessTokenGitlabModal/AccessTokenFormModal.test.ts +3 −2 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/EditAccessTokenGitlabModal/AccessTokenFormModal.vue +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/EditAccessTokenGitlabModal/ConfirmReplaceTokenModal.test.ts +3 −2 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/EditAccessTokenGitlabModal/ConfirmReplaceTokenModal.vue +2 −2 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/EditAccessTokenGitlabModal/EditAccessTokenGitlabModal.test.ts +3 −2 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/EditAccessTokenGitlabModal/EditAccessTokenGitlabModal.vue +3 −2 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/RegenerateGitlabWebhookModal/RegenerateGitlabWebhook.test.ts +3 −2 Go to diff View file
M plugins/git/scripts/repositories/src/components/GitlabModal/RegenerateGitlabWebhookModal/RegenerateGitlabWebhook.vue +3 −2 Go to diff View file
M plugins/git/scripts/repositories/src/components/folders/CollapsibleFolder.test.ts +3 −2 Go to diff View file
M plugins/git/scripts/repositories/src/components/folders/CollapsibleFolder.vue +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/components/folders/FolderRepositoryList.vue +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/gitlab/gitlab-api-querier.ts +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/gitlab/gitlab-checker.test.ts +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/gitlab/gitlab-checker.ts +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/gitlab/gitlab-credentials-helper.test.ts +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/gitlab/gitlab-credentials-helper.ts +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/gitlab/gitlab-repository-formatter.test.ts +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/gitlab/gitlab-repository-formatter.ts +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/repository-list-presenter.ts +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/support/filter.test.ts +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/support/filter.ts +1 −1 Go to diff View file
M plugins/git/scripts/repositories/src/type.ts +1 −1 Go to diff View file
M plugins/git/scripts/repository/branch-tag-selector/src/components/App.vue +1 −1 Go to diff View file
M plugins/git/scripts/repository/branch-tag-selector/src/components/BranchesSection.test.ts +1 −1 Go to diff View file
M plugins/git/scripts/repository/branch-tag-selector/src/components/BranchesSection.vue +1 −1 Go to diff View file
M plugins/git/scripts/repository/branch-tag-selector/src/components/TagsSection.test.ts +1 −1 Go to diff View file
M plugins/git/scripts/repository/branch-tag-selector/src/components/TagsSection.vue +1 −1 Go to diff View file
M plugins/git/scripts/repository/branch-tag-selector/src/helpers/encode-data.ts +1 −1 Go to diff View file
M plugins/git/scripts/repository/branch-tag-selector/src/helpers/local-vue-for-test.ts +1 −1 Go to diff View file
M plugins/oauth2_server/scripts/src/replacers.test.ts +1 −1 Go to diff View file
M plugins/oauth2_server/scripts/src/replacers.ts +1 −1 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/App.test.ts +2 −1 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/App.vue +1 −1 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ElementCard.test.ts +3 −2 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ElementCard.vue +1 −1 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/EmptyState.test.ts +2 −1 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/ProgramIncrementCard.vue +1 −1 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/ProgramIncrementFeatureList.test.ts +2 −2 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/ProgramIncrementFeatureList.vue +3 −2 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/ProgramIncrementList.test.ts +2 −2 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/ProgramIncrementList.vue +2 −4 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ToBePlanned/EmptyState.test.ts +2 −1 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ToBePlanned/ToBePlanned.test.ts +2 −2 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ToBePlanned/ToBePlanned.vue +2 −4 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Breadcrumb.test.ts +2 −1 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Breadcrumb.vue +2 −1 Go to diff View file
M plugins/program_management/scripts/program_management/src/configuration.ts +1 −1 Go to diff View file
M plugins/program_management/scripts/program_management/src/helpers/ProgramIncrement/Feature/feature-retriever.test.ts +2 −1 Go to diff View file
M plugins/program_management/scripts/program_management/src/helpers/ProgramIncrement/Feature/feature-retriever.ts +1 −1 Go to diff View file
M plugins/program_management/scripts/program_management/src/helpers/ProgramIncrement/program-increment-retriever.test.ts +2 −1 Go to diff View file
M plugins/program_management/scripts/program_management/src/helpers/ToBePlanned/element-to-plan-retriever.test.ts +2 −1 Go to diff View file
M plugins/program_management/scripts/program_management/src/helpers/ToBePlanned/element-to-plan-retriever.ts +1 −1 Go to diff View file
M plugins/program_management/scripts/program_management/src/helpers/local-vue-for-test.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/index.ts +2 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/api/rest-querier.test.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/api/rest-querier.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/burndown_chart_builder/burndown-chart-drawer.test.ts +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/burndown_chart_builder/burndown-chart-drawer.ts +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/burnup_chart_builder/burnup-chart-drawer.test.ts +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/burnup_chart_builder/burnup-chart-drawer.ts +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/chart-badge-generator.test.ts +3 −2 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 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/chart-badge-services.ts +2 −2 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 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/chart-scale-drawer.ts +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/chart-scale-helper.ts +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/pie_chart_drawer/pie-chart-drawer.test.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/pie_chart_drawer/pie-chart-drawer.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/time-scale-label-formatter.test.ts +2 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/chart_builder/time-scale-label-formatter.ts +2 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/App.test.ts +3 −2 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 +3 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/PastSection/PastSection.vue +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/ProjectMilestonesEmpty/RoadmapEmptyStateSection.test.ts +3 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/RoadmapSection/RoadmapSection.test.ts +3 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesAllSprints.test.ts +3 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesAllSprints.vue +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesClosedSprints.test.ts +3 −2 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 +3 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesDisplayer.vue +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesDisplayerIfOnlyClosedSprints.test.ts +3 −2 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 +3 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesDisplayerIfOpenSprints.vue +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseBadgesOpenSprint.test.ts +3 −2 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 +3 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseBadges/ReleaseOthersBadges.vue +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/Burndown/Burndown.test.ts +3 −2 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 +3 −2 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 −2 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 +3 −2 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 +4 −3 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/ChartDisplayer.vue +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/Chart/ChartError.test.ts +3 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/ReleaseButtonsDescription.test.ts +3 −2 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 +3 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/ReleaseDescription.vue +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/ReleaseDescriptionBadgesTracker.test.ts +3 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/ReleaseDescriptionBadgesTracker.vue +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/TestManagement/TestManagement.test.ts +4 −3 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/TestManagement/TestManagement.vue +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/TestManagement/TestManagementDisplayer.test.ts +4 −3 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/TestManagement/TestManagementDisplayer.vue +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDisplayer.test.ts +4 −3 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDisplayer.vue +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/PastReleaseHeaderInitialPoints.test.ts +3 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/PastReleaseHeaderInitialPoints.vue +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/PastReleaseHeaderTestsDisplayer.test.ts +3 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/PastReleaseHeaderTestsDisplayer.vue +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeader.test.ts +3 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeader.vue +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingDays.test.ts +3 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingDays.vue +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingPoints.test.ts +3 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseHeader/ReleaseHeaderRemainingPoints.vue +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/WhatsHotSection.test.ts +3 −2 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-helper.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/helpers/chart-helpers.test.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/helpers/local-vue-for-test.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/helpers/milestones-sprints-helper.test.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/helpers/milestones-sprints-helper.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/helpers/test-management-helper.test.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/helpers/test-management-helper.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/helpers/tracker-label-helper.test.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/helpers/tracker-label-helper.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/store/actions.test.ts +2 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/store/actions.ts +3 −3 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/store/getters.ts +1 −1 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/store/index.ts +3 −2 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/store/mutations.ts +1 −1 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 +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/App.vue +2 −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 +4 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/GlobalError/GlobalAppError.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Add/AddCard.test.ts +6 −5 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 +5 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/BaseCard.vue +3 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardAssignees.test.ts +5 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardAssignees.vue +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardInfo.test.ts +3 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardInfo.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardInitialEffort.vue +1 −1 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 +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardXrefLabel.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/ChildCard.test.ts +3 −2 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 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/EditMode/EditCardButtons.test.ts +4 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/EditMode/EditCardButtons.vue +2 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Assignees/PeoplePicker.test.ts +3 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Assignees/PeoplePicker.vue +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Assignees/type.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Label/LabelEditor.test.ts +2 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/ParentCard.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/ParentCardRemainingEffort.test.ts +3 −2 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 +5 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/RemainingEffort/EditRemainingEffort.vue +3 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/UserAvatar.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/UserAvatar.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/ChildrenCell.test.ts +4 −3 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 +4 −3 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 +4 −3 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 +3 −2 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/Cell/classes-for-collapsed-column-mixin.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/expand-collapsed-column-mixin.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/hovering-state-for-collapsed-column-mixin.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/ChildrenSwimlane.test.ts +4 −3 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 +2 −2 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 +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Header/NoMappingMessage.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Header/SwimlaneHeader.test.ts +5 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Header/SwimlaneHeader.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/InvalidMappingSwimlane.test.ts +4 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/InvalidMappingSwimlane.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/ParentCell.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/ParentCell.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Skeleton/ColumnsSkeleton.test.ts +1 −1 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 +1 −1 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 +4 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/SoloSwimlane.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/TaskBoardBody.test.ts +4 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/TaskBoardBody.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Collapsed/CollapsedHeaderCell.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Collapsed/CollapsedLabel.test.ts +4 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Collapsed/ExpandButton.test.ts +4 −3 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 +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/CardsInColumnCount.vue +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/CollapseButton.test.ts +4 −3 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 +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/TaskBoardHeader.test.ts +3 −2 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/Header/header-cell-mixin.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoard.test.ts +4 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/components/TaskBoard/TaskBoard.vue +4 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/card-default.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/card-default.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/cards-reordering.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/cards-reordering.ts +2 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/DocumentEventsHandler.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/DocumentEventsHandler.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/DrekkenovState.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/DrekkenovState.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/DropGhost.test.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/DropGhost.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/OngoingDrag.test.ts +1 −1 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 +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/dom-manipulation.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/drekkenov.test.ts +2 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/drekkenov.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/event-handler-factory.test.ts +4 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-and-drop/event-handler-factory.ts +4 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-drop.test.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/drag-drop.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/have-assignees-changed.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/have-assignees-changed.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/html-to-item.test.ts +1 −1 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 +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/list-value-to-column-mapper.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/local-vue-for-test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/progress-bars.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/progress-bars.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/update-artifact.test.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/helpers/update-artifact.ts +4 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/actions.test.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/actions.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/column/column-actions.test.ts +4 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/column/column-actions.ts +5 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/column/column-getters.test.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/column/column-getters.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/column/column-mutations.test.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/column/column-mutations.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/column/index.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/column/type.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/error/error-actions.test.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/error/error-actions.ts +4 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/error/error-mutations.test.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/error/error-mutations.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/error/index.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/fullscreen/fullscreen-getters.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/fullscreen/fullscreen-mutations.ts +1 −1 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/fullscreen/index.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/getters.test.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/getters.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/index.ts +5 −4 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/card-actions.test.ts +6 −6 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-actions.ts +6 −6 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-getters.test.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-getters.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-mutations.test.ts +4 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/card-mutations.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/card/type.ts +9 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/drag-drop-actions.test.ts +10 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/drag-drop-actions.ts +9 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/index.ts +4 −4 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.test.ts +5 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-actions.ts +5 −5 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-getters.test.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-getters.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-helpers.test.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-helpers.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-mutations.test.ts +3 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/swimlane-mutations.ts +3 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/type.ts +2 −2 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/type.ts +6 −6 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/user/index.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/user/user-actions.test.ts +3 −3 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/user/user-actions.ts +3 −3 Go to diff View file
M plugins/taskboard/tests/e2e/cypress/cypress/integration/taskboard.spec.ts +1 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/hast-util-to-string.d.ts +1 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/rehype-parse.d.ts +1 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/truncate.ts +1 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/unist-util-remove.d.ts +1 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/keyboard-navigation/setup-shortcuts.ts +1 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/keyboard-navigation/test-campaign-shortcuts/campaign-actions-shortcuts.ts +3 −3 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/keyboard-navigation/test-campaign-shortcuts/navigation-shortcuts.ts +4 −3 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/keyboard-navigation/test-campaign-shortcuts/test-actions-shortcuts.ts +3 −3 Go to diff View file
M plugins/testplan/scripts/test-plan/index.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/AddTestButtonWithAdditionalActionsMenu.test.ts +4 −3 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/AddTestButtonWithAdditionalActionsMenu.vue +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemCard.test.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemCard.vue +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemContainer.test.ts +4 −3 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemContainer.vue +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemCoverage.test.ts +3 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/BacklogItemCoverage.vue +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/ExportButton.test.ts +5 −4 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/ExportButton.vue +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/ExportError.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/ListOfBacklogItem.test.ts +5 −4 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/ListOfBacklogItems.vue +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/ListOfTestDefinitions.test.ts +4 −3 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/ListOfTestDefinitions.vue +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCard.test.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCard.vue +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCardStatus.test.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCardStatus.vue +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCardStatusTooltipIcon.test.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCardStatusTooltipIcon.vue +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCardXrefTitle.test.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCardXrefTitle.vue +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignCard.test.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignCard.vue +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignEmptyState.test.ts +3 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignProgression.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/CampaignProgression.vue +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/CreateCampaignTestSelector.test.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/CreateCampaignTestSelector.vue +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/CreateModal.test.ts +5 −5 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/CreateModal.vue +6 −7 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/GlobalErrorMessage.test.ts +4 −3 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/ListOfCampaigns.test.ts +5 −4 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/ListOfCampaigns.vue +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/ListOfCampaignsHeader.test.ts +5 −4 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/Campaigns/ListOfCampaignsHeader.vue +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/BacklogItems/compute-test-stats.test.ts +3 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/BacklogItems/compute-test-stats.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/BacklogItems/url-builder.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/BacklogItems/url-builder.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Campaigns/tracker-reports-retriever.test.ts +2 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Exporter/XLSX/download-xlsx.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Exporter/XLSX/download-xlsx.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Exporter/XLSX/transform-report-to-xlsx-sheet.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Exporter/XLSX/transform-report-to-xlsx-sheet.ts +4 −3 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/Section/Tracker/artifact.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/Section/Tracker/artifacts-retriever.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/Section/Tracker/artifacts-retriever.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/Section/Tracker/trackers-retriever.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/Section/general-information-builder.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/Section/justifications-builder.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/Section/justifications-builder.ts +5 −4 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/Section/requirements-builder.test.ts +3 −3 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/Section/requirements-builder.ts +6 −5 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/Section/test-results-builder.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/Section/test-results-builder.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/Section/transform-field-value-into-cell.test.ts +3 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/Section/transform-field-value-into-cell.ts +3 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/get-planned-test-cases.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/get-planned-test-cases.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/internationalize-test-status.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/internationalize-test-status.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/report-creator.test.ts +4 −4 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/Report/report-creator.ts +3 −3 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/download-export-document.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/download-export-document.ts +4 −3 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/local-vue-for-test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/vue-gettext-provider-for-test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-actions.test.ts +4 −4 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-actions.ts +6 −5 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-mutations.test.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/backlog-item/backlog-item-mutations.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/backlog-item/index.ts +3 −3 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/backlog-item/type.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/campaign/campaign-actions.test.ts +5 −5 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/campaign/campaign-actions.ts +6 −5 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/campaign/campaign-mutations.test.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/campaign/campaign-mutations.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/campaign/index.ts +3 −3 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/campaign/type.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/index.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/type.ts +2 −2 Go to diff View file
M plugins/tracker/scripts/artifact/RichTextEditorsCreator.test.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/artifact/RichTextEditorsCreator.ts +4 −3 Go to diff View file
M plugins/tracker/scripts/artifact/list-fields.ts +2 −1 Go to diff View file
M plugins/tracker/scripts/artifact/list-pickers-creator.test.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/artifact/list-pickers-creator.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/DisplayInterface.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/FlamingParrotDocumentAdapter.ts +2 −5 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/FormatSelectorBuilder.test.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/FormatSelectorBuilder.ts +4 −4 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/RichTextEditorFactory.ts +3 −3 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/TextEditor.test.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/TextEditor.ts +3 −2 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/options-defaulter.test.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/options-defaulter.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/pofile-shim.d.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/types.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/index.ts +2 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/layout/StepNavigationButtons.test.ts +3 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/StepOne.test.ts +3 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/StepOne.vue +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/DefaultTemplate/DefaultTemplateCard.test.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/DefaultTemplate/DefaultTemplateCard.vue +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/DefaultTemplate/DefaultTemplateSection.test.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/DefaultTemplate/DefaultTemplateSection.vue +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/FromJira/TrackerFromJira.test.ts +3 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/FromJira/TrackerFromJira.vue +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/FromJira/TrackerFromJiraProject.test.ts +3 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/FromJira/TrackerFromJiraProject.vue +6 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/FromJira/TrackerFromJiraServer.test.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/FromJira/TrackerFromJiraServer.vue +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerBaseCard.test.ts +4 −2 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/TrackerFromAnotherProject/TrackerFromAnotherProjectSelector.test.ts +3 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerFromAnotherProject/TrackerFromAnotherProjectSelector.vue +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerTemplate/TrackerTemplateSelector.test.ts +3 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerTemplate/TrackerTemplateSelector.vue +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/TrackerXmlFile/TrackerXmlFileSelector.test.ts +3 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/StepTwo.test.ts +3 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldCSRFToken.vue +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldChosenTemplate.test.ts +3 −2 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/FieldDescription.vue +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldFromJira.test.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldFromJira.vue +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldName.test.ts +3 −2 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 +3 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldShortname.vue +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldShortnameSlugified.test.ts +2 −1 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 +3 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldTrackerColor.vue +4 −3 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldTrackerTemplateId.test.ts +3 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-two/creation-fields/FieldTrackerTemplateId.vue +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/helpers/local-vue-for-tests.ts +1 −1 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/store/actions.test.ts +2 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/actions.ts +2 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/getters.test.ts +2 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/getters.ts +2 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/index.ts +3 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/is-default-template-selected.test.ts +2 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/is-default-template-selected.ts +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/mutations.test.ts +2 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/store/mutations.ts +1 −1 Go to diff View file
M src/scripts/BurningParrot/src/help-dropdown.ts +2 −1 Go to diff View file
M src/scripts/FlamingParrot/help-dropdown.ts +2 −1 Go to diff View file
M src/scripts/account/appearance.ts +2 −1 Go to diff View file
M src/scripts/account/keys-tokens.ts +2 −1 Go to diff View file
M src/scripts/charts-builders/chart-dates-service.d.ts +2 −2 Go to diff View file
M src/scripts/charts-builders/chart-layout-builder.d.ts +2 −2 Go to diff View file
M src/scripts/charts-builders/chart-lines-service.d.ts +4 −4 Go to diff View file
M src/scripts/charts-builders/line-chart-scales-factory.d.ts +1 −1 Go to diff View file
M src/scripts/charts-builders/statistics-pie-chart.d.ts +1 −1 Go to diff View file
M src/scripts/charts-builders/time-scale-labels-formatter.d.ts +1 −1 Go to diff View file
M src/scripts/charts-builders/type.d.ts +1 −1 Go to diff View file
M src/scripts/invite-buddies/handle-error.ts +1 −1 Go to diff View file
M src/scripts/keyboard-navigation/add-to-help-modal.test.ts +1 −1 Go to diff View file
M src/scripts/keyboard-navigation/add-to-help-modal.ts +1 −1 Go to diff View file
M src/scripts/lib/list-picker/src/dropdown/DropdownManager.test.ts +2 −2 Go to diff View file
M src/scripts/lib/list-picker/src/dropdown/DropdownManager.ts +2 −2 Go to diff View file
M src/scripts/lib/list-picker/src/events/EventManager.test.ts +7 −7 Go to diff View file
M src/scripts/lib/list-picker/src/events/EventManager.ts +6 −6 Go to diff View file
M src/scripts/lib/list-picker/src/events/ListOptionsChangesObserver.test.ts +4 −4 Go to diff View file
M src/scripts/lib/list-picker/src/events/ListOptionsChangesObserver.ts +4 −4 Go to diff View file
M src/scripts/lib/list-picker/src/events/ScrollingManager.ts +1 −1 Go to diff View file
M src/scripts/lib/list-picker/src/helpers/color-helper.ts +1 −1 Go to diff View file
M src/scripts/lib/list-picker/src/helpers/templates/list-picker-element-badge-creator.ts +3 −2 Go to diff View file
M src/scripts/lib/list-picker/src/helpers/templates/predefined-item-template-retriever-helper.ts +2 −1 Go to diff View file
M src/scripts/lib/list-picker/src/items/ItemsMapManager.test.ts +2 −1 Go to diff View file
M src/scripts/lib/list-picker/src/items/ItemsMapManager.ts +2 −2 Go to diff View file
M src/scripts/lib/list-picker/src/items/ListItemMapBuilder.test.ts +3 −2 Go to diff View file
M src/scripts/lib/list-picker/src/items/ListItemMapBuilder.ts +3 −2 Go to diff View file
M src/scripts/lib/list-picker/src/list-picker.ts +2 −2 Go to diff View file
M src/scripts/lib/list-picker/src/navigation/KeyboardNavigationManager.test.ts +1 −1 Go to diff View file
M src/scripts/lib/list-picker/src/navigation/KeyboardNavigationManager.ts +1 −1 Go to diff View file
M src/scripts/lib/list-picker/src/pofile-shim.d.ts +1 −1 Go to diff View file
M src/scripts/lib/list-picker/src/renderers/BaseComponentRenderer.ts +1 −1 Go to diff View file
M src/scripts/lib/list-picker/src/renderers/DropdownContentRenderer.test.ts +1 −1 Go to diff View file
M src/scripts/lib/list-picker/src/renderers/DropdownContentRenderer.ts +3 −3 Go to diff View file
M src/scripts/lib/list-picker/src/selection/MultipleSelectionManager.test.ts +3 −3 Go to diff View file
M src/scripts/lib/list-picker/src/selection/MultipleSelectionManager.ts +4 −4 Go to diff View file
M src/scripts/lib/list-picker/src/selection/SingleSelectionManager.test.ts +2 −2 Go to diff View file
M src/scripts/lib/list-picker/src/selection/SingleSelectionManager.ts +3 −3 Go to diff View file
M src/scripts/lib/list-picker/src/type.ts +1 −1 Go to diff View file
M src/scripts/lib/vue-breadcrumb-privacy/src/BreadcrumbPrivacy.test.ts +1 −1 Go to diff View file
M src/scripts/lib/vue-breadcrumb-privacy/src/BreadcrumbPrivacy.vue +2 −1 Go to diff View file
M src/scripts/lib/vue-breadcrumb-privacy/src/project-privacy-helper.test.ts +2 −1 Go to diff View file
M src/scripts/platform/banner/admin/src/api/rest-querier.ts +1 −1 Go to diff View file
M src/scripts/platform/banner/admin/src/components/App.vue +1 −1 Go to diff View file
M src/scripts/platform/banner/admin/src/components/BannerPresenter.vue +1 −1 Go to diff View file
M src/scripts/platform/banner/admin/src/helpers/local-vue-for-tests.ts +1 −1 Go to diff View file
M src/scripts/project/admin/banner/src/components/App.vue +1 −1 Go to diff View file
M src/scripts/project/admin/banner/src/components/BannerPresenter.vue +1 −1 Go to diff View file
M src/scripts/project/admin/banner/src/helpers/local-vue-for-tests.ts +1 −1 Go to diff View file
M src/scripts/project/registration/index.ts +3 −3 Go to diff View file
M src/scripts/project/registration/src/api/rest-querier.test.ts +1 −1 Go to diff View file
M src/scripts/project/registration/src/api/rest-querier.ts +1 −1 Go to diff View file
M src/scripts/project/registration/src/components/App.test.ts +2 −1 Go to diff View file
M src/scripts/project/registration/src/components/Information/Agreement/AgreementModal.test.ts +1 −1 Go to diff View file
M src/scripts/project/registration/src/components/Information/Agreement/AgreementModal.vue +2 −1 Go to diff View file
M src/scripts/project/registration/src/components/Information/Fields/FieldDescription.test.ts +3 −2 Go to diff View file
M src/scripts/project/registration/src/components/Information/Fields/FieldsList.test.ts +3 −2 Go to diff View file
M src/scripts/project/registration/src/components/Information/Fields/FieldsList.vue +1 −1 Go to diff View file
M src/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.test.ts +2 −2 Go to diff View file
M src/scripts/project/registration/src/components/Information/Input/ProjectInformationInputPrivacyList.vue +3 −2 Go to diff View file
M src/scripts/project/registration/src/components/Information/Input/ProjectName.test.ts +4 −3 Go to diff View file
M src/scripts/project/registration/src/components/Information/Input/ProjectShortName.test.ts +4 −3 Go to diff View file
M src/scripts/project/registration/src/components/Information/Input/type.ts +1 −1 Go to diff View file
M src/scripts/project/registration/src/components/Information/ProjectInformation.test.ts +6 −5 Go to diff View file
M src/scripts/project/registration/src/components/Information/ProjectInformation.vue +1 −1 Go to diff View file
M src/scripts/project/registration/src/components/Information/ProjectInformationFooter.test.ts +4 −3 Go to diff View file
M src/scripts/project/registration/src/components/Information/TroveCat/TroveCategoryList.test.ts +2 −1 Go to diff View file
M src/scripts/project/registration/src/components/Information/TroveCat/TroveCategoryList.vue +1 −1 Go to diff View file
M src/scripts/project/registration/src/components/Template/Advanced/AdvancedTemplateList.test.ts +5 −4 Go to diff View file
M src/scripts/project/registration/src/components/Template/Advanced/AdvancedTemplateList.vue +1 −1 Go to diff View file
M src/scripts/project/registration/src/components/Template/Advanced/UserProjectList.test.ts +5 −4 Go to diff View file
M src/scripts/project/registration/src/components/Template/Advanced/UserProjectList.vue +1 −1 Go to diff View file
M src/scripts/project/registration/src/components/Template/AllProjectTemplates.test.ts +2 −1 Go to diff View file
M src/scripts/project/registration/src/components/Template/Company/CompanyTemplateList.test.ts +5 −4 Go to diff View file
M src/scripts/project/registration/src/components/Template/Company/CompanyTemplateList.vue +1 −1 Go to diff View file
M src/scripts/project/registration/src/components/Template/TemplateCard.test.ts +4 −3 Go to diff View file
M src/scripts/project/registration/src/components/Template/TemplateCard.vue +1 −1 Go to diff View file
M src/scripts/project/registration/src/components/Template/TemplateFooter.test.ts +4 −3 Go to diff View file
M src/scripts/project/registration/src/components/Template/Tuleap/TuleapTemplateList.test.ts +5 −4 Go to diff View file
M src/scripts/project/registration/src/components/Template/Tuleap/TuleapTemplateList.vue +1 −1 Go to diff View file
M src/scripts/project/registration/src/helpers/local-vue-for-tests.ts +1 −1 Go to diff View file
M src/scripts/project/registration/src/store/actions.ts +3 −3 Go to diff View file
M src/scripts/project/registration/src/store/configuration/index.ts +3 −3 Go to diff View file
M src/scripts/project/registration/src/store/getters.test.ts +2 −2 Go to diff View file
M src/scripts/project/registration/src/store/getters.ts +1 −1 Go to diff View file
M src/scripts/project/registration/src/store/index.ts +5 −3 Go to diff View file
M src/scripts/project/registration/src/store/mutations.test.ts +2 −2 Go to diff View file
M src/scripts/project/registration/src/store/mutations.ts +3 −3 Go to diff View file
M src/scripts/project/registration/src/store/state.ts +1 −1 Go to diff View file
M src/scripts/project/registration/src/store/type.ts +2 −2 Go to diff View file
M src/scripts/site-admin/dates-display.ts +1 −1 Go to diff View file
M src/scripts/site-admin/generate-pie-charts.ts +1 −1 Go to diff View file
M src/scripts/switch-to/src/components/AppBurningParrot.test.ts +1 −1 Go to diff View file
M src/scripts/switch-to/src/components/AppBurningParrot.vue +2 −1 Go to diff View file
M src/scripts/switch-to/src/components/AppFlamingParrot.test.ts +1 −1 Go to diff View file
M src/scripts/switch-to/src/components/Body/Projects/ListOfProjects.test.ts +2 −2 Go to diff View file
M src/scripts/switch-to/src/components/Body/Projects/ListOfProjects.vue +1 −1 Go to diff View file
M src/scripts/switch-to/src/components/Body/Projects/ProjectLink.test.ts +2 −2 Go to diff View file
M src/scripts/switch-to/src/components/Body/Projects/ProjectLink.vue +4 −6 Go to diff View file
M src/scripts/switch-to/src/components/Body/RecentItems/ListOfRecentItems.test.ts +2 −2 Go to diff View file
M src/scripts/switch-to/src/components/Body/RecentItems/ListOfRecentItems.vue +1 −1 Go to diff View file
M src/scripts/switch-to/src/components/Body/RecentItems/RecentItemsEntry.test.ts +2 −2 Go to diff View file
M src/scripts/switch-to/src/components/Body/RecentItems/RecentItemsEntry.vue +2 −2 Go to diff View file
M src/scripts/switch-to/src/components/Body/SwitchToBody.test.ts +1 −1 Go to diff View file
M src/scripts/switch-to/src/components/Body/SwitchToBody.vue +1 −1 Go to diff View file
M src/scripts/switch-to/src/components/Body/TroveCatLink.test.ts +1 −1 Go to diff View file
M src/scripts/switch-to/src/components/Header/SwitchToFilter.test.ts +3 −2 Go to diff View file
M src/scripts/switch-to/src/components/Header/SwitchToFilter.vue +1 −1 Go to diff View file
M src/scripts/switch-to/src/components/Header/SwitchToHeader.test.ts +2 −2 Go to diff View file
M src/scripts/switch-to/src/components/Header/SwitchToHeader.vue +2 −2 Go to diff View file
M src/scripts/switch-to/src/helpers/local-vue-for-test.ts +1 −1 Go to diff View file
M src/scripts/switch-to/src/initiate-app.ts +2 −2 Go to diff View file
M src/scripts/switch-to/src/store/actions.test.ts +3 −3 Go to diff View file
M src/scripts/switch-to/src/store/actions.ts +3 −3 Go to diff View file
M src/scripts/switch-to/src/store/getters.test.ts +2 −2 Go to diff View file
M src/scripts/switch-to/src/store/getters.ts +2 −2 Go to diff View file
M src/scripts/switch-to/src/store/index.ts +3 −2 Go to diff View file
M src/scripts/switch-to/src/store/mutations.test.ts +2 −2 Go to diff View file
M src/scripts/switch-to/src/store/mutations.ts +2 −2 Go to diff View file
M src/scripts/switch-to/src/store/type.ts +1 −1 Go to diff View file
M src/scripts/tuleap/gettext/gettext-init.d.ts +1 −1 Go to diff View file
M src/scripts/tuleap/gettext/vue-gettext-init.test.ts +3 −2 Go to diff View file
M src/scripts/tuleap/gettext/vue-gettext-init.ts +1 −1 Go to diff View file
M src/scripts/tuleap/modals/modal-opener.ts +2 −1 Go to diff View file
M src/scripts/vue-components/store-wrapper-jest.d.ts +1 −1 Go to diff View file
M src/themes/tlp/src/index.fr_FR.ts +2 −1 Go to diff View file
M src/themes/tlp/src/js/dropdowns.test.ts +1 −1 Go to diff View file
M src/themes/tlp/src/js/index.ts +6 −7 Go to diff View file
M src/themes/tlp/src/js/modal.test.ts +1 −1 Go to diff View file
M src/themes/tlp/src/js/popovers.test.ts +2 −1 Go to diff View file
M src/themes/tlp/src/js/popovers.ts +2 −1 Go to diff View file