stable

Clone or download

Read-only

Add the Scaled Agile service

The service is now visible in the project administration and can be activated. Accessing the service in a project not defined as a program now throw a 403 instead of a 500. This could be improved in the future with a clean empty state and a way for administrators to setup the whole plugin. Part of story #18408: plan Features in Program Increment Change-Id: I80854a01d9ebbfba46d78c458ae8551a7834c220

Modified Files

Name
M plugins/scaled_agile/db/install.sql +6 −0 Go to diff View file
A plugins/scaled_agile/db/mysql/2021/202101131515_add_scaled_agile_service.php +48 −0 Go to diff View file
M plugins/scaled_agile/db/uninstall.sql +2 −0 Go to diff View file
M plugins/scaled_agile/include/DisplayProgramBacklogController.php +10 −4 Go to diff View file
M plugins/scaled_agile/include/scaled_agilePlugin.php +11 −0 Go to diff View file
M plugins/scaled_agile/site-content/fr_FR/LC_MESSAGES/tuleap-scaled_agile.po +6 −0 Go to diff View file
M plugins/scaled_agile/tests/unit/DisplayProgramBacklogControllerTest.php +20 −5 Go to diff View file
M plugins/scaled_agile/tests/unit/scaled_agilePluginTest.php +18 −0 Go to diff View file