aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce/src/main/java/org/sonar/ce/queue/InternalCeQueue.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* SONAR-20479 Replace "[re-]indexation" with "[re-]indexing" in user-facing mes...David Cho-Lerat2024-01-301-1/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* Update license templates for 2023Pierre2023-01-021-1/+1
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* SONAR-14698 Live index use all workersPierre2021-04-161-2/+1
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* SONAR-13400 exclude portfolio (but not applications) from worker peek during ...Pierre2020-06-261-1/+2
* SONAR-13444 background tasks for issue indexation implementationPierre2020-06-261-1/+3
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* SONAR-10028 move CeQueueCleaner to Web to support clusteringSébastien Lesaint2019-07-301-10/+0
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* SONAR-10917 automatically cancel tasks already executed onceSébastien Lesaint2018-07-041-0/+2
* rename package org.sonar.server.computation to org.sonar.ce.taskSébastien Lesaint2018-06-291-2/+2
* move classes around to prepare creation of sonar-ce-task moduleSébastien Lesaint2018-06-291-0/+2
* Drop usage of db column ce_queue.execution_countSimon Brandhof2018-05-151-2/+0
* SONAR-10592 rename concept of WorkersPauseStatusSimon Brandhof2018-05-101-1/+1
* SONAR-10592 ability to pause/resume Compute Engine workersSimon Brandhof2018-05-101-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-9715 remove unused "pause" mode for the compute engineDaniel Schwarz2017-09-051-6/+0
* SONAR-8986 add purge of tasks of non existing workers to ce clean jobEric Hartmann2017-04-271-3/+3
* SONAR-8987 remove use of Guava Optional in CE tables related classesSébastien Lesaint2017-04-271-1/+1
* SONAR-9057 CE tables cleaning and purging is done by web leaderSébastien Lesaint2017-04-271-0/+78