stable
Clone or download
Read-only
This remove the feature flag that was introduced when the DB based queue whas added. We are now confident enough the DB based queue work as expected. As a side effect we now always have an async queue system available. Part of request #38264 Drop Redis async queue Change-Id: I9ec55c5c5c185f6b3e4898913ddf8ee379bb66c2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/fts_common/include/FullTextSearchBackendPlugin.php | +0 | −5 | Go to diff View file |
M | plugins/mediawiki_standalone/include/mediawiki_standalonePlugin.php | +0 | −8 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/IterationUpdateDispatcher.php | +3 | −32 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/MirroredTimeboxesSynchronizationDispatcher.php | +7 | −23 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementCreationDispatcher.php | +9 | −32 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementUpdateDispatcher.php | +3 | −35 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +4 | −16 | Go to diff View file |
M | plugins/program_management/tests/rest/v1/Helper/ProgramDataBuilder.php | +1 | −5 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/IterationUpdateDispatcherTest.php | +1 | −31 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/MirroredTimeboxesSynchronizationDispatcherTest.php | +0 | −22 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementCreationDispatcherTest.php | +0 | −51 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementUpdateDispatcherTest.php | +2 | −59 | Go to diff View file |
D | plugins/pullrequest/include/PullRequest/Notification/EventDispatcherWithFallback.php | +0 | −69 | Go to diff View file |
R | plugins/pullrequest/include/PullRequest/Notification/EventSubjectToNotificationAsynchronousRedisDispatcher.php | Go to diff View file | ||
M | plugins/pullrequest/include/PullRequest/Notification/PullRequestNotificationSupport.php | +3 | −10 | Go to diff View file |
D | plugins/pullrequest/tests/unit/Notification/EventDispatcherWithFallbackTest.php | +0 | −82 | Go to diff View file |
R | plugins/pullrequest/tests/unit/Notification/EventSubjectToNotificationAsynchronousRedisDispatcherTest.php | Go to diff View file | ||
M | plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArtifactDeletorBuilder.php | +1 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/AsynchronousArtifactsDeletionActionsRunner.php | +11 | −17 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/ActionsQueuer.php | +12 | −40 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/AsyncJiraScheduler.php | +0 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/JiraImporter/JiraRunner.php | +8 | −38 | Go to diff View file |
D | plugins/tracker/include/Tracker/Creation/JiraImporter/NoNoopPersistentQueueForJiraImport.php | +0 | −31 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/TrackerCreationPresenter.php | +0 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/TrackerCreationPresenterBuilder.php | +0 | −10 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +2 | −5 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/StepOne.vue | +1 | −4 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/index.ts | +0 | −2 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/store/type.ts | +0 | −1 | Go to diff View file |
M | plugins/tracker/templates/tracker-creation/tracker-creation-app.mustache | +0 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/AsyncJiraSchedulerTest.php | +0 | −53 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/JiraImporter/JiraRunnerTest.php | +1 | −63 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/TrackerCreationPresenterBuilderTest.php | +0 | −22 | Go to diff View file |
M | plugins/tracker_functions/include/tracker_functionsPlugin.php | +0 | −7 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +0 | −5 | Go to diff View file |
M | site-content/ko_KR/LC_MESSAGES/tuleap-core.po | +0 | −3 | Go to diff View file |
M | site-content/pt_BR/LC_MESSAGES/tuleap-core.po | +0 | −3 | Go to diff View file |
M | src/common/Config/GetConfigKeys.php | +0 | −2 | Go to diff View file |
D | src/common/Plugin/MandatoryAsyncWorkerSetupPluginInstallRequirement.php | +0 | −42 | Go to diff View file |
M | src/common/Project/REST/v1/ProjectResource.class.php | +1 | −2 | Go to diff View file |
M | src/common/Project/Registration/Template/CustomProjectArchive.php | +1 | −6 | Go to diff View file |
M | src/common/Queue/DB/DBPersistentQueue.php | +0 | −6 | Go to diff View file |
M | src/common/Queue/EnqueueTask.php | +2 | −3 | Go to diff View file |
M | src/common/Queue/NbBackendWorkersConfigValidator.php | +4 | −28 | Go to diff View file |
D | src/common/Queue/NoQueueSystemAvailableException.php | +0 | −26 | Go to diff View file |
M | src/common/Queue/PersistentQueue.php | +0 | −3 | Go to diff View file |
M | src/common/Queue/QueueFactory.php | +7 | −41 | Go to diff View file |
D | src/common/Queue/QueueServerConnectionException.php | +0 | −26 | Go to diff View file |
D | src/common/Queue/Redis/BackOffDelayFailedMessage.php | +0 | −73 | Go to diff View file |
D | src/common/Queue/Redis/CannotDelayMessageThatHasNotBeenQueuedException.php | +0 | −33 | Go to diff View file |
D | src/common/Queue/Redis/EventMessageForPersistentQueue.php | +0 | −37 | Go to diff View file |
D | src/common/Queue/Redis/RedisEventMessageForPersistentQueue.php | +0 | −123 | Go to diff View file |
D | src/common/Queue/Redis/RedisPersistentQueue.php | +0 | −217 | Go to diff View file |
M | src/common/Queue/Worker.php | +1 | −2 | Go to diff View file |
M | src/common/Queue/WorkerAvailability.php | +6 | −9 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +1 | −2 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_SYSTEM_CHECK.class.php | +1 | −2 | Go to diff View file |
D | tests/unit/common/Plugin/MandatoryAsyncWorkerSetupPluginInstallRequirementTest.php | +0 | −57 | Go to diff View file |
M | tests/unit/common/Project/Registration/Template/CustomProjectArchiveTest.php | +2 | −31 | Go to diff View file |
M | tests/unit/common/Queue/NbBackendWorkersConfigValidatorTest.php | +5 | −98 | Go to diff View file |
M | tests/unit/common/Queue/QueueFactoryTest.php | +2 | −6 | Go to diff View file |
D | tests/unit/common/Queue/Redis/BackOffDelayFailedMessageTest.php | +0 | −101 | Go to diff View file |
D | tests/unit/common/Queue/Redis/RedisEventMessageForPersistentQueueTest.php | +0 | −68 | Go to diff View file |
M | tests/unit/common/Queue/WorkerAvailabilityTest.php | +0 | −10 | Go to diff View file |