aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/ce/CeQueueDao.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-20315 update CeQueueDao queriesPierre2023-09-281-5/+1
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Duarte Meneses2023-06-201-14/+14
* SONAR-19482 fix the CE worker pending reset mechanism to not generate transac...Pierre2023-06-091-6/+6
* Update license templates for 2023Pierre2023-01-021-1/+1
* SONAR-17699 implemented algorithm for running PRs in parallelLukasz Jarocki2022-12-091-12/+17
* SONAR-10930 add pagination in activity APIMatteo Mara2022-02-251-1/+8
* 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
* Fix oracle selects with case for issue sync progressJacek2020-06-301-1/+1
* SONAR-13444 Return hasFailure flag for indexation progress statusJacek2020-06-261-0/+4
* 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-2/+2
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* SONAR-12038 Add pendingTime to api/ce/activity_status and ComputeEngineTasks ...Duarte Meneses2019-06-031-1/+4
* SONAR-11881 ORA-01795 failure in CeQueueDaoSimon Brandhof2019-04-031-2/+2
* SONARCLOUD-310 add WS api/ce/timeout_tasksSimon Brandhof2019-01-091-0/+4
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* SONAR-11310 add temporary columns to CE tablesSébastien Lesaint2018-10-041-14/+14
* SONAR-10512 removing from queue has no effect if task status changedSébastien Lesaint2018-07-041-2/+6
* SONAR-10917 automatically cancel tasks already executed onceSébastien Lesaint2018-07-041-0/+4
* Drop usage of db column ce_queue.execution_countSimon Brandhof2018-05-151-10/+10
* Fix Quality flawsSimon Brandhof2018-05-101-8/+1
* GOV-322 support not creating task in CeQueue if pending task existsSébastien Lesaint2018-03-231-2/+25
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-9302 display built-in Quality profilesSimon Brandhof2017-06-141-2/+1
* SONAR-8986 add purge of tasks of non existing workers to ce clean jobEric Hartmann2017-04-271-0/+14
* SONAR-8987 worker reset any in progress task it has when peekingSébastien Lesaint2017-04-271-0/+8
* SONAR-8987 remove use of Guava Optional in CE tables related classesSébastien Lesaint2017-04-271-4/+4
* SONAR-9041 add CeQueueDao#selectPendingByMinimumExecutionCountSébastien Lesaint2017-04-271-0/+4
* SONAR-9040 ignore queued tasks with more than 2 execution attemptsSébastien Lesaint2017-04-271-2/+2
* SONAR-9040 fix pagination in CeQueueDao#selectEligibleForPeekSébastien Lesaint2017-04-271-2/+3
* SONAR-8985 SONAR-9040 populates CE_QUEUE.WORKER_UUID and EXECUTION_COUNTSébastien Lesaint2017-04-271-5/+6
* SONAR-9040 CeQueueDao#selectEligibleForPeek returns executionCountSébastien Lesaint2017-04-271-7/+7
* SONAR-8985 SONAR-9040 rename CeQueueDao#updateIfStatus to updateIfSébastien Lesaint2017-04-271-1/+3
* SONAR-9040 make CE_QUEUE.EXECUTION_COUNT not nullableSébastien Lesaint2017-04-271-2/+3
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-0/+135