aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce/src/main/java/org/sonar/ce/queue
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-096-6/+6
* NO JIRA fix code smells after moving to lang3 libraryMatteo Mara2024-03-221-1/+1
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-1/+1
* SONAR-20479 Replace "[re-]indexation" with "[re-]indexing" in user-facing mes...David Cho-Lerat2024-01-302-3/+3
* NO-JIRA Update license headers to 2024Pierre2024-01-036-6/+6
* SONAR-20699 Send DevOps platform information for GitHub from the scanner.Wojtek Wajerowicz2023-10-201-5/+5
* SONAR-19648 Fix NPE when task in progress has no entityUuidEric Giffon2023-08-041-3/+4
* 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-202-12/+6
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-132-6/+6
* 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 unused importsMatteo Mara2023-01-121-1/+0
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-101-2/+2
* [NO-JIRA] Remove reported code smells about usage of instanceofMatteo Mara2023-01-101-2/+2
* Update license templates for 2023Pierre2023-01-026-6/+6
* 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-092-14/+147
* Update license headers for 2022 [update headers]Pierre2022-01-285-5/+5
* Fix code quality issuesDuarte Meneses2021-09-241-1/+1
* SONAR-14698 Live index use all workersPierre2021-04-162-4/+14
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-085-5/+5
* SONAR-13999 drop organization from CE stepsJacek2020-12-221-3/+2
* SONAR-13400 exclude portfolio (but not applications) from worker peek during ...Pierre2020-06-262-3/+4
* SONAR-13444 background tasks for issue indexation implementationPierre2020-06-262-15/+17
* Format all headers for 2020Wouter Admiraal2020-01-075-5/+5
* SONAR-10028 move CeQueueCleaner to Web to support clusteringSébastien Lesaint2019-07-303-103/+0
* SONAR-11675 delete scan contexts and CE activities on project purgeSébastien Lesaint2019-05-311-33/+6
* SONARCLOUD-310 add WS api/ce/timeout_tasksSimon Brandhof2019-01-091-15/+1
* Fix license headers for 2019Duarte Meneses2019-01-026-6/+6
* 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
* Clean-up orphans of CE task inputs at any startupSimon Brandhof2018-08-161-2/+1
* SONARCLOUD-115 do not cancel CE tasks when starting blue/green nodeSimon Brandhof2018-08-161-13/+21
* 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-042-0/+17
* rename package org.sonar.server.computation to org.sonar.ce.taskSébastien Lesaint2018-06-292-5/+5
* move classes around to prepare creation of sonar-ce-task moduleSébastien Lesaint2018-06-292-0/+4
* rename to package org.sonar.ce.task.projectanalysisSébastien Lesaint2018-06-291-2/+1
* SONAR-10416 Purge child tables of CE Queue at startupEric Hartmann2018-06-071-0/+2
* Drop usage of db column ce_queue.execution_countSimon Brandhof2018-05-152-19/+2
* SONAR-10592 rename concept of WorkersPauseStatusSimon Brandhof2018-05-102-2/+2
* SONAR-10592 ability to pause/resume Compute Engine workersSimon Brandhof2018-05-102-2/+2
* Fix issues with daylight saving timeSimon Brandhof2018-03-261-10/+6
* Move To GradleDavid Rautureau2018-03-091-3/+3
* SONAR-9218 purge ce_scanner_context older than 28 days at startupSébastien Lesaint2018-02-141-4/+16