stable
Clone or download
Read-only
Merge commit 'refs/changes/47/23847/1' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #22691: Editing a changeset comment fallbacks on the synchronous notification system Change-Id: I2b4f359881b32d826898c422bfbaa0bfeb4f80aa
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db/install.sql | +0 | −9 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/ActionsRunner.php | +0 | −11 | Go to diff View file |
D | plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/ActionsRunnerDao.php | +0 | −70 | Go to diff View file |
D | plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/AsynchronousSupervisor.php | +0 | −75 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +0 | −13 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Changeset/PostCreation/ActionsRunnerTest.php | +4 | −13 | Go to diff View file |
M | src/common/Queue/Noop/PersistentQueue.php | +7 | −0 | Go to diff View file |
M | src/common/Queue/PersistentQueue.php | +2 | −0 | Go to diff View file |
A | src/common/Queue/PersistentQueueStatistics.php | +53 | −0 | Go to diff View file |
A | src/common/Queue/QueueSupervisor.php | +50 | −0 | Go to diff View file |
M | src/common/Queue/Redis/RedisPersistentQueue.php | +28 | −0 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_SYSTEM_CHECK.class.php | +10 | −0 | Go to diff View file |
A | tests/unit/common/Queue/Noop/PersistentQueueTest.php | +41 | −0 | Go to diff View file |
A | tests/unit/common/Queue/PersistentQueueStatisticsTest.php | +45 | −0 | Go to diff View file |
A | tests/unit/common/Queue/QueueSupervisorTest.php | +92 | −0 | Go to diff View file |