stable

Clone or download

Read-only

request #13276: The logger dedicated to workflow operation does not respect the sys_logger_level setting

Change-Id: Ie1ad47cf7c02fe99b5219b781d209e3809b6c4a6

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