stable

Clone or download

Read-only

feat: Switch feature flag to disabling

This reverts commit f39318f93f03af7ba7239a647c743e683ee54e2d. Feature is stable enough to be put in early birds' hands. Furthermore the split should be the default starting 15.0. We switch back to the original behavior of feature flag: disable the split for a subset of projects. tuleap config-set feature_flag_temporarily_deactivate_split_kanban_for_project 0 => (default) the split is enabled for every projects tuleap config-set feature_flag_temporarily_deactivate_split_kanban_for_project 1 => the split is disabled for every projects tuleap config-set feature_flag_temporarily_deactivate_split_kanban_for_project 123,234 => the split is disabled for projects with id 123 or 234 Part of story #33979: have dedicated Backlog service Change-Id: I0cc90ec7dddb367c5784a94d1ca0630e2291db92

Modified Files

Name
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/MilestoneControllerTest.php +2 −3 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Scrum/ScrumPresenterBuilderTest.php +8 −12 Go to diff View file
M plugins/agiledashboard/tests/unit/ServiceAdministration/ScrumConfigurationUpdaterTest.php +5 −5 Go to diff View file
M plugins/kanban/include/Kanban/CheckSplitKanbanConfiguration.php +7 −7 Go to diff View file
M plugins/kanban/include/Kanban/SplitKanbanConfiguration.php +8 −2 Go to diff View file
M plugins/kanban/tests/unit/Kanban/CheckSplitKanbanConfigurationTest.php +10 −10 Go to diff View file
M tools/utils/setup_templates/kanban/project.xml +1 −1 Go to diff View file