aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-common/src/main/java/org/sonar/ce/queue/CeQueueImpl.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
* SONAR-21121 Add POST /dop-translation/gitlab-configurations/Wojtek Wajerowicz2023-12-221-0/+5
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-171-3/+3
* NO-JIRA replace toEnumSet with simple SetPierre2023-07-171-6/+5
* NO-JIRA replace MoreCollectors.toSet(size) with Collectors.toSetPierre2023-07-171-2/+2
* SONAR-19556 Fix DB migration and increase test coverageDuarte Meneses2023-06-201-1/+1
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Duarte Meneses2023-06-201-38/+37
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-131-2/+2
* SONAR-19084 periodically schedule the GitHub sync task.Wojtek Wajerowicz2023-05-111-17/+35
* [NO-JIRA] explicitly declare toList collector mutable or notZipeng WU2023-01-131-1/+1
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-14128 Renamed WebServer to NodeInformationAurelien Poscia2022-12-231-6/+6
* SONAR-14128 Store and provide node name of CE Task in /api/ce/activityAurelien Poscia2022-12-231-2/+7
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-2/+2
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* SONAR-13999 drop organization from CE stepsJacek2020-12-221-10/+1
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* SONAR-10028 move CeQueueCleaner to Web to support clusteringSébastien Lesaint2019-07-301-0/+5
* SONARCLOUD-310 add WS api/ce/timeout_tasksSimon Brandhof2019-01-091-3/+30
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* SONAR-11266 Replace submitterUuid with submitterLogin in CE logs (#775)Benoit2018-10-101-6/+22
* SONAR-11310 add temporary columns to CE tablesSébastien Lesaint2018-10-041-38/+73
* remove usage of Guava Optional from ComponentDaoSébastien Lesaint2018-10-041-1/+1
* SONAR-11077 access to task characteristics in CE queueSimon Brandhof2018-08-021-37/+63
* SONAR-11077 fix Quality flawSimon Brandhof2018-08-021-44/+21
* SONAR-10512 removing from queue has no effect if task status changedSébastien Lesaint2018-07-041-7/+20
* SONAR-10917 automatically cancel tasks already executed onceSébastien Lesaint2018-07-041-2/+1
* create module sonar-ce-commonSébastien Lesaint2018-06-291-0/+294