aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce/src/main/java/org/sonar/ce/queue/InternalCeQueueImpl.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-171-4/+4
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Duarte Meneses2023-06-201-7/+1
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-131-3/+3
* SONAR-19482 fix the CE worker pending reset mechanism to not generate transac...Pierre2023-06-091-7/+13
* [NO-JIRA] Remove reported code smells about usage of instanceofMatteo Mara2023-01-101-2/+2
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-14128 Renamed WebServer to NodeInformationAurelien Poscia2022-12-231-5/+5
* SONAR-14128 Store and provide node name of CE Task in /api/ce/activityAurelien Poscia2022-12-231-2/+5
* SONAR-17699 implemented algorithm for running PRs in parallelLukasz Jarocki2022-12-091-14/+5
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* Fix code quality issuesDuarte Meneses2021-09-241-1/+1
* SONAR-14698 Live index use all workersPierre2021-04-161-2/+13
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* SONAR-13999 drop organization from CE stepsJacek2020-12-221-3/+2
* SONAR-13400 exclude portfolio (but not applications) from worker peek during ...Pierre2020-06-261-2/+2
* SONAR-13444 background tasks for issue indexation implementationPierre2020-06-261-14/+14
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* SONAR-10028 move CeQueueCleaner to Web to support clusteringSébastien Lesaint2019-07-301-5/+0
* SONARCLOUD-310 add WS api/ce/timeout_tasksSimon Brandhof2019-01-091-15/+1
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* SONARCLOUD-310 Ce task can now fail after a maximum amount of timeSébastien Lesaint2018-12-211-1/+1
* SONARCLOUD-193 move TypedException to correct packageSébastien Lesaint2018-12-211-1/+1
* SONAR-11266 Replace submitterUuid with submitterLogin in CE logs (#775)Benoit2018-10-101-1/+1
* SONAR-11310 add temporary columns to CE tablesSébastien Lesaint2018-10-041-6/+5
* remove usage of Guava Optional from ComponentDaoSébastien Lesaint2018-10-041-1/+1
* SONAR-11145 fix CE queue status not updated when task does not existSébastien Lesaint2018-08-211-11/+20
* SONAR-11077 access to task characteristics in CE queueSimon Brandhof2018-08-021-5/+19
* SONAR-10917 automatically cancel tasks already executed onceSébastien Lesaint2018-07-041-0/+15
* rename package org.sonar.server.computation to org.sonar.ce.taskSébastien Lesaint2018-06-291-3/+3
* move classes around to prepare creation of sonar-ce-task moduleSébastien Lesaint2018-06-291-0/+2
* rename to package org.sonar.ce.task.projectanalysisSébastien Lesaint2018-06-291-2/+1
* Drop usage of db column ce_queue.execution_countSimon Brandhof2018-05-151-17/+2
* 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
* Move To GradleDavid Rautureau2018-03-091-3/+3
* Merge branch 'branch-6.7'Sébastien Lesaint2018-01-231-1/+1
|\
| * SONAR-10297 ce task run at most onceSébastien Lesaint2018-01-181-1/+1
* | Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
|/
* Populate error type when CE task fails with TypedMessageExceptionSimon Brandhof2017-09-281-0/+4
* SONAR-9762 Add a meaningful error message when purge is failingEric Hartmann2017-09-141-1/+7
* SONAR-9715 remove unused "pause" mode for the compute engineDaniel Schwarz2017-09-051-20/+1
* SONAR-9715 Implement pause mechanism during shutdownDaniel Schwarz2017-09-051-2/+5
* Select finished analyses in DB by component uuids and from datesTeryk Bellahsene2017-07-241-5/+4
* Fix Quality flawsSimon Brandhof2017-05-021-4/+2
* SONAR-8986 add purge of tasks of non existing workers to ce clean jobEric Hartmann2017-04-271-1/+9
* SONAR-8987 worker reset any in progress task it has when peekingSébastien Lesaint2017-04-271-1/+9
* SONAR-8987 remove use of Guava Optional in CE tables related classesSébastien Lesaint2017-04-271-3/+3
* SONAR-9057 CE tables cleaning and purging is done by web leaderSébastien Lesaint2017-04-271-0/+251