stable
Clone or download
Read-only
Merge commit 'refs/changes/36/29736/10' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: Closes request #35099: Remove Split Kanban/Baklog feature flag Change-Id: I583aa154d6cc90e90a2dce3deccdd722c11c091a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/AdminChartsPresenter.php | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AdminController.class.php | +8 | −133 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AdminScrumPresenter.class.php | +2 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardLegacyController.php | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/AgileDashboardServiceHomepageUrlBuilder.php | +0 | −28 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Artifact/AdditionalArtifactActionBuilder.php | +6 | −12 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/BreadCrumbDropdown/AgileDashboardCrumbBuilder.php | +2 | −11 | Go to diff View file |
D | plugins/agiledashboard/include/AgileDashboard/BreadCrumbDropdown/VirtualTopMilestoneCrumbBuilder.php | +0 | −62 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/CSRFSynchronizerTokenProvider.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/ConfigurationDao.class.php | +0 | −11 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/ConfigurationManager.class.php | +0 | −19 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Masschange/AdditionalMasschangeActionBuilder.php | +2 | −6 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Masschange/AdditionalMasschangeActionProcessor.php | +2 | −10 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/AllBreadCrumbsForMilestoneBuilder.php | +0 | −8 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2Presenter.php | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Scrum/ScrumPresenterBuilder.php | +0 | −6 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Semantic/Semantic_InitialEffort.class.php | +3 | −18 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Workflow/AddToTopBacklog.php | +2 | −11 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouter.class.php | +6 | −65 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouterBuilder.php | +3 | −59 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardService.php | +1 | −24 | Go to diff View file |
M | plugins/agiledashboard/include/PermissionsPerGroup/AgileDashboardJSONPermissionsRetriever.php | +1 | −5 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/ArtifactMilestone.class.php | +0 | −38 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Configuration/ScrumConfiguration.php | +0 | −5 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/ImportTemplateFormPresenter.php | +0 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/Milestone.class.php | +0 | −8 | Go to diff View file |
D | plugins/agiledashboard/include/Planning/MilestoneBurndownFieldChecker.php | +0 | −57 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestoneControllerFactory.php | +0 | −6 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestoneFactory.class.php | +2 | −98 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestonePaneFactory.class.php | +0 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/NoMilestone.class.php | +0 | −5 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningController.class.php | +1 | −370 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningFormPresenter.class.php | +1 | −7 | Go to diff View file |
D | plugins/agiledashboard/include/Planning/Presenters/AlternativeBoardLinkEvent.php | +0 | −62 | Go to diff View file |
D | plugins/agiledashboard/include/Planning/Presenters/AlternativeBoardLinkPresenter.php | +0 | −46 | Go to diff View file |
D | plugins/agiledashboard/include/Planning/Presenters/BaseHomePresenter.class.php | +0 | −109 | Go to diff View file |
D | plugins/agiledashboard/include/Planning/Presenters/HomePresenter.class.php | +0 | −235 | Go to diff View file |
D | plugins/agiledashboard/include/Planning/Presenters/LastLevelMilestone.class.php | +0 | −42 | Go to diff View file |
D | plugins/agiledashboard/include/Planning/Presenters/MilestoneAccessPresenter.class.php | +0 | −63 | Go to diff View file |
D | plugins/agiledashboard/include/Planning/Presenters/MilestoneBurndownSummaryPresenter.class.php | +0 | −48 | Go to diff View file |
D | plugins/agiledashboard/include/Planning/Presenters/MilestoneSummaryPresenter.class.php | +0 | −72 | Go to diff View file |
D | plugins/agiledashboard/include/Planning/Presenters/MilestoneSummaryPresenterAbstract.class.php | +0 | −102 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/VirtualTopMilestone.class.php | +0 | −5 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/VirtualTopMilestoneController.php | +2 | −16 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/VirtualTopMilestonePresenterBuilder.php | +1 | −6 | Go to diff View file |
M | plugins/agiledashboard/include/ServiceAdministration/ConfigurationResponse.php | +0 | −5 | Go to diff View file |
M | plugins/agiledashboard/include/ServiceAdministration/RedirectURI.php | +0 | −16 | Go to diff View file |
M | plugins/agiledashboard/include/ServiceAdministration/ScrumConfigurationUpdater.php | +5 | −38 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.php | +6 | −50 | Go to diff View file |
M | plugins/agiledashboard/package.json | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/pnpm-lock.yaml | +10 | −262 | Go to diff View file |
M | plugins/agiledashboard/scripts/artifact-additional-action/po/fr_FR.po | +0 | −22 | Go to diff View file |
M | plugins/agiledashboard/scripts/artifact-additional-action/po/pt_BR.po | +0 | −18 | Go to diff View file |
M | plugins/agiledashboard/scripts/artifact-additional-action/src/artifact-additional-action.ts | +10 | −28 | Go to diff View file |
D | plugins/agiledashboard/scripts/display-angular-feedback.js | +0 | −28 | Go to diff View file |
D | plugins/agiledashboard/scripts/home.js | +0 | −47 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/po/fr_FR.po | +0 | −3 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details-controller.js | +1 | −4 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/main-controller.js | +0 | −2 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/shared-properties/shared-properties-service.js | +0 | −10 | Go to diff View file |
M | plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po | +0 | −214 | Go to diff View file |
M | plugins/agiledashboard/site-content/pt_BR/LC_MESSAGES/tuleap-agiledashboard.po | +0 | −185 | Go to diff View file |
M | plugins/agiledashboard/templates/admin-charts.mustache | +0 | −5 | Go to diff View file |
D | plugins/agiledashboard/templates/admin-kanban.mustache | +0 | −52 | Go to diff View file |
M | plugins/agiledashboard/templates/admin-scrum.mustache | +1 | −31 | Go to diff View file |
M | plugins/agiledashboard/templates/admin-scrum/edit-planning.mustache | +1 | −6 | Go to diff View file |
D | plugins/agiledashboard/templates/empty-home.mustache | +0 | −24 | Go to diff View file |
D | plugins/agiledashboard/templates/empty-kanban.mustache | +0 | −7 | Go to diff View file |
D | plugins/agiledashboard/templates/empty-scrum.mustache | +0 | −12 | Go to diff View file |
D | plugins/agiledashboard/templates/home-kanban.mustache | +0 | −112 | Go to diff View file |
D | plugins/agiledashboard/templates/home.mustache | +0 | −158 | Go to diff View file |
M | plugins/agiledashboard/templates/import.mustache | +1 | −11 | Go to diff View file |
M | plugins/agiledashboard/templates/pane-planning-v2.mustache | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/templates/semantics/admin-inital-effort.mustache | +1 | −6 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AdminControllerTest.php | +0 | −14 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboardServiceHomepageUrlBuilderTest.php | +0 | −23 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/AgileDashboard_ConfigurationManagerTest.php | +0 | −6 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Artifact/AdditionalArtifactActionBuilderTest.php | +0 | −3 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Masschange/AdditionalMasschangeActionBuilderTest.php | +0 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Masschange/AdditionalMasschangeActionProcessorTest.php | +0 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/ArtifactMilestoneTest.php | +0 | −46 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneControllerTest.php | +0 | −11 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryGetAllMilestonesTest.php | +0 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneFactoryTest.php | +0 | −11 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/PlanningControllerTest.php | +0 | −16 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Scrum/ScrumPresenterBuilderTest.php | +0 | −3 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboardRouterTest.php | +0 | −9 | Go to diff View file |
D | plugins/agiledashboard/tests/unit/Planning/Configuration/ScrumConfigurationTest.php | +0 | −63 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/Planning/VirtualTopMilestonePresenterBuilderTest.php | +0 | −2 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/ServiceAdministration/RedirectURITest.php | +0 | −16 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/ServiceAdministration/ScrumConfigurationUpdaterTest.php | +2 | −137 | Go to diff View file |
D | plugins/agiledashboard/tests/unit/Stub/SplitKanbanConfigurationCheckerStub.php | +0 | −47 | Go to diff View file |
M | plugins/agiledashboard/themes/FlamingParrot/css/_default-style.scss | +0 | −424 | Go to diff View file |
M | plugins/agiledashboard/webpack.common.js | +0 | −2 | Go to diff View file |
M | plugins/cardwall/include/OnTop/ConfigFactory.class.php | +0 | −8 | Go to diff View file |
M | plugins/cardwall/include/cardwallPlugin.php | +0 | −14 | Go to diff View file |
M | plugins/cardwall/scripts/legacy/src/cardwall.js | +0 | −163 | Go to diff View file |
M | plugins/kanban/db/install.sql | +0 | −6 | Go to diff View file |
D | plugins/kanban/include/Kanban/AdminKanbanPresenter.class.php | +0 | −55 | Go to diff View file |
D | plugins/kanban/include/Kanban/CheckSplitKanbanConfiguration.php | +0 | −53 | Go to diff View file |
D | plugins/kanban/include/Kanban/FirstKanbanCreator.php | +0 | −141 | Go to diff View file |
D | plugins/kanban/include/Kanban/ForceUsageOfSplitKanbanEvent.php | +0 | −44 | Go to diff View file |
M | plugins/kanban/include/Kanban/Home/KanbanHomeController.php | +2 | −17 | Go to diff View file |
D | plugins/kanban/include/Kanban/KanbanConfigurationUpdater.php | +0 | −61 | Go to diff View file |
M | plugins/kanban/include/Kanban/KanbanManager.php | +0 | −17 | Go to diff View file |
D | plugins/kanban/include/Kanban/Legacy/LegacyConfigurationDao.php | +0 | −67 | Go to diff View file |
D | plugins/kanban/include/Kanban/Legacy/LegacyKanbanActivator.php | +0 | −26 | Go to diff View file |
D | plugins/kanban/include/Kanban/Legacy/LegacyKanbanDeactivator.php | +0 | −26 | Go to diff View file |
D | plugins/kanban/include/Kanban/Legacy/LegacyKanbanRetriever.php | +0 | −26 | Go to diff View file |
D | plugins/kanban/include/Kanban/Legacy/ServiceForKanbanEvent.php | +0 | −33 | Go to diff View file |
M | plugins/kanban/include/Kanban/ShowKanbanController.php | +2 | −14 | Go to diff View file |
D | plugins/kanban/include/Kanban/SplitKanbanConfiguration.php | +0 | −42 | Go to diff View file |
D | plugins/kanban/include/Kanban/SplitKanbanConfigurationChecker.php | +0 | −28 | Go to diff View file |
M | plugins/kanban/include/Kanban/XML/KanbanXMLExporter.php | +2 | −3 | Go to diff View file |
M | plugins/kanban/include/Kanban/XML/KanbanXmlImporter.php | +0 | −6 | Go to diff View file |
M | plugins/kanban/include/kanbanPlugin.php | +3 | −62 | Go to diff View file |
M | plugins/kanban/site-content/fr_FR/LC_MESSAGES/tuleap-kanban.po | +0 | −40 | Go to diff View file |
D | plugins/kanban/tests/unit/FirstKanbanCreatorTest.php | +0 | −211 | Go to diff View file |
D | plugins/kanban/tests/unit/Kanban/CheckSplitKanbanConfigurationTest.php | +0 | −100 | Go to diff View file |
D | plugins/kanban/tests/unit/KanbanConfigurationUpdaterTest.php | +0 | −126 | Go to diff View file |
D | plugins/kanban/tests/unit/Stubs/Legacy/LegacyKanbanActivatorStub.php | +0 | −40 | Go to diff View file |
D | plugins/kanban/tests/unit/Stubs/Legacy/LegacyKanbanDeactivatorStub.php | +0 | −38 | Go to diff View file |
D | plugins/kanban/tests/unit/Stubs/Legacy/LegacyKanbanRetrieverStub.php | +0 | −45 | Go to diff View file |
M | plugins/kanban/tests/unit/XML/KanbanXMLExporterTest.php | +10 | −7 | Go to diff View file |
M | plugins/kanban/tests/unit/XML/KanbanXmlImporterTest.php | +5 | −26 | Go to diff View file |
M | plugins/program_management/include/Adapter/BacklogPlugin/BacklogServiceBlocker.php | +1 | −7 | Go to diff View file |
M | plugins/program_management/include/Adapter/BacklogPlugin/ProgramServiceBlocker.php | +2 | −30 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/ArtifactTopBacklogActionBuilder.php | +4 | −21 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +2 | −21 | Go to diff View file |
M | plugins/program_management/scripts/artifact-additional-action/po/fr_FR.po | +0 | −22 | Go to diff View file |
M | plugins/program_management/scripts/artifact-additional-action/po/pt_BR.po | +0 | −18 | Go to diff View file |
M | plugins/program_management/scripts/artifact-additional-action/src/artifact-additional-action.ts | +10 | −28 | Go to diff View file |
M | plugins/program_management/site-content/fr_FR/LC_MESSAGES/tuleap-program_management.po | +0 | −21 | Go to diff View file |
M | plugins/program_management/site-content/pt_BR/LC_MESSAGES/tuleap-program_management.po | +0 | −15 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/BacklogPlugin/BacklogServiceBlockerTest.php | +13 | −35 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/BacklogPlugin/ProgramServiceBlockerTest.php | +12 | −45 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/ArtifactTopBacklogActionBuilderTest.php | +0 | −7 | Go to diff View file |
M | plugins/taskboard/include/taskboardPlugin.php | +0 | −17 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php | +0 | −12 | Go to diff View file |
D | plugins/tracker/include/Tracker/Events/SplitBacklogFeatureFlagEvent.php | +0 | −45 | Go to diff View file |
M | plugins/tracker/include/Tracker/Workflow/WorkflowMenuTabPresenter.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Workflow/WorkflowMenuTabPresenterBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Workflow/WorkflowTransitionController.php | +0 | −3 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/po/fr_FR.po | +0 | −20 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/po/pt_BR.po | +0 | −16 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/BaseTrackerWorkflowTransitions.vue | +0 | −8 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Externals/AddToBacklogAgileDashboardPostAction.test.js | +1 | −8 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Externals/AddToBacklogAgileDashboardPostAction.vue | +7 | −13 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Externals/AddToBacklogAgileDashboardPostActionOption.test.js | +2 | −2 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Externals/AddToBacklogAgileDashboardPostActionOption.vue | +3 | −8 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Externals/AddToBacklogProgramManagementPostAction.test.js | +1 | −8 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Externals/AddToBacklogProgramManagementPostAction.vue | +7 | −13 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Externals/AddToBacklogProgramManagementPostActionOption.test.js | +2 | −2 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/components/TransitionModal/Externals/AddToBacklogProgramManagementPostActionOption.vue | +3 | −8 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/index.js | +1 | −2 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/store/transition-modal/module.js | +0 | −1 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/store/transition-modal/transition-actions.js | +0 | −5 | Go to diff View file |
M | plugins/tracker/scripts/workflow-transitions/src/store/transition-modal/transition-mutations.js | +0 | −5 | Go to diff View file |
M | plugins/tracker/templates/workflow-transitions/workflow-transitions.mustache | +0 | −1 | Go to diff View file |
M | src/common/Layout/ProjectSidebarToolsBuilder.php | +2 | −2 | Go to diff View file |
D | src/common/Project/Service/HideServiceInUserInterfaceEvent.php | +0 | −45 | Go to diff View file |
M | src/common/Project/Service/ServicesPresenterBuilder.php | +0 | −5 | Go to diff View file |
M | tests/unit/common/Layout/ProjectSidebarToolsBuilderTest.php | +1 | −30 | Go to diff View file |
M | tests/unit/common/Project/Service/ServicesPresenterBuilderTest.php | +0 | −29 | Go to diff View file |