stable
Clone or download
Read-only
Merge commit 'refs/changes/34/14734/1' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #13276: The logger dedicated to workflow operation does not respect the sys_logger_level setting Change-Id: I59750b463976e1e8d6d3c2ddca32bf8e00c4591a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArchiveAndDeleteArtifactTaskBuilder.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/TrackerFactory.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/RulesManager.class.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/Trigger/RulesProcessor.class.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/include/Workflow/Workflow.class.php | +1 | −0 | Go to diff View file |
R | plugins/tracker/include/Workflow/WorkflowBackendLogger.class.php | Go to diff View file | ||
M | plugins/tracker/include/Workflow/WorkflowFactory.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Workflow/WorkflowWithoutTransition.class.php | +3 | −1 | Go to diff View file |
A | plugins/tracker/phpunit/Tracker/Workflow/WorkflowBackendLoggerTest.php | +101 | −0 | Go to diff View file |
M | plugins/tracker/tests/builders/aWorkflow.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/tests/workflow/Trigger/RulesManagerTest.php | +6 | −4 | Go to diff View file |
M | plugins/tracker/tests/workflow/Trigger/RulesProcessorTest.php | +4 | −2 | Go to diff View file |
D | plugins/tracker/tests/workflow/WorkflowBackendLoggerTest.php | +0 | −74 | Go to diff View file |
M | plugins/tracker/tests/workflow/WorkflowFactoryTest.php | +5 | −4 | Go to diff View file |
M | plugins/tracker/tests/workflow/WorkflowTest.php | +7 | −4 | Go to diff View file |