stable

Clone or download

Read-only

feat(functions): Tuleap functions can be restricted per project

This closes request #36885 The Tuleap functions plugin can be restricted by project to allow platform administrators to perform a progressive deployment of the feature. How to test ----------- * Install & enable the plugin => All functions must be working * Restrict the plugin and set no project allowed => All functions must not be working with a message in the log * Restrict the plugin to some projects => All functions must be working only on these projects Change-Id: Ifcef70066594437540937ba8ebb96e46bb63753b

Modified Files

Name
M plugins/tracker_functions/include/TrackerFunctions/CustomCodeExecutionTask.php +8 −0 Go to diff View file
M plugins/tracker_functions/include/tracker_functionsPlugin.php +6 −1 Go to diff View file
M plugins/tracker_functions/tests/unit/TrackerFunctions/CustomCodeExecutionTaskTest.php +61 −6 Go to diff View file