stable
Clone or download
Read-only
Merge 'gerrit #10336' into stable/master
* commit '9195147085': request #11004 Replace RabbitMQ queues by Redis Change-Id: I943aa1a0d597ee20ad389c04cb39e91584b3d681
Modified Files
Name | ||||
---|---|---|---|---|
M | docker-compose.yml | +8 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/Notification/AsynchronousNotifier.php | +11 | −36 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/Notification/Notifier.php | +6 | −7 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +3 | −3 | Go to diff View file |
M | src/common/Queue/Factory.php | +7 | −2 | Go to diff View file |
A | src/common/Queue/QueueServerConnectionException.php | +27 | −0 | Go to diff View file |
A | src/common/Queue/Redis/RedisPersistentQueue.php | +149 | −0 | Go to diff View file |
M | src/common/Queue/Worker.php | +15 | −39 | Go to diff View file |
R | src/common/Queue/WorkerGetQueue.php | Go to diff View file | ||
M | src/common/autoload.php | +5 | −3 | Go to diff View file |
M | src/etc/local.inc.dist | +3 | −0 | Go to diff View file |
A | src/etc/redis.inc.dist | +5 | −0 | Go to diff View file |
M | src/www/include/pre.php | +1 | −0 | Go to diff View file |