aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src/main/java/org/sonar/db/ce
Commit message (Expand)AuthorAgeFilesLines
* SONAR-23122 Add telemetry to async issue index creation at startup.Steve Marion2025-01-102-0/+6
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0925-25/+25
* SONAR-22559 Update permissions during project onboardingNolwenn Cadic2024-08-191-0/+1
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-1/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-0325-25/+25
* SONAR-20699 Send DevOps platform information for GitHub from the scanner.Wojtek Wajerowicz2023-10-201-4/+8
* SONAR-20315 update CeQueueDao queriesPierre2023-09-282-7/+2
* SONAR-20156 Create api/dismiss_message/dismiss endpoint Nolwenn Cadic2023-08-243-46/+12
* SONAR-19789 schedule permissions sync task upon project onboardingAurelien Poscia2023-08-091-0/+2
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Duarte Meneses2023-06-209-66/+62
* SONAR-19383 Remove unnecessary methods from CeTaskMessagesDao. (#8539)Wojtek Wajerowicz2023-06-152-8/+0
* SONAR-19482 fix the CE worker pending reset mechanism to not generate transac...Pierre2023-06-092-7/+9
* SONAR-19346 Publish GitHub sync provisioning summaryAurelien Poscia2023-05-262-15/+21
* SONAR-19346 Add sync information to GitHub provisioning status endpoint. (#8353)Wojtek Wajerowicz2023-05-261-1/+2
* SONAR-19159 Increase TASK_TYPE column size in ce_queue and ce_activityAntoine Vigneau2023-05-111-4/+1
* SONAR-18860 Remove use of main_branch_project_uuid in DB mappersDuarte Meneses2023-04-072-2/+2
* SONAR-18850 update branch mapper to use is main and update test frameworkLukasz Jarocki2023-04-041-15/+0
* SONAR-18545 Report processing fails when a warning message is too longZipeng WU2023-02-231-2/+6
* Update license templates for 2023Pierre2023-01-0226-26/+26
* SONAR-14128 Store and provide node name of CE Task in /api/ce/activityAurelien Poscia2022-12-231-2/+16
* SONAR-17699 implemented algorithm for running PRs in parallelLukasz Jarocki2022-12-094-13/+133
* SONAR-16115 Store plugin's scanner cache in SonarQubeDuarte Meneses2022-03-181-27/+4
* SONAR-10930 add pagination in activity APIMatteo Mara2022-02-253-1/+14
* Update license headers for 2022 [update headers]Pierre2022-01-2824-24/+24
* [NO-JIRA] Fix reported code smells9.3.0.51899Klaudio Sinani2022-01-281-4/+0
* SONAR-15770 added compute engine metricsLukasz Jarocki2021-12-132-0/+6
* Improve code qualityDuarte Meneses2021-11-201-1/+1
* SONAR-15574 open source background project export task processingpierre2021-11-041-0/+1
* SONAR-15225 Cancelled tasks for indexations should be count as failuresJacek2021-09-162-3/+3
* SONAR-15144 - Audit Log Clean Up Jobbelen-pruvost-sonarsource2021-07-271-1/+2
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0824-24/+24
* InputSteam.read() implementation should not return a signed byteZipeng WU2020-12-141-1/+3
* SONAR-13862 Do not display dismissed warnings in api/ce/analysis_statusMichal Duda2020-09-292-0/+9
* SONAR-13862 Add a WS for dismissing analysis warning by the current userMichal Duda2020-09-294-12/+60
* SONAR-13862 Add dismiss information to 'api/ce/analysis_status' WSJulien Lancelot2020-09-291-0/+13
* Fix oracle selects with case for issue sync progressJacek2020-06-302-2/+2
* SONAR-13444 Return hasFailure flag for indexation progress statusJacek2020-06-263-0/+11
* SONAR-13400 exclude portfolio (but not applications) from worker peek during ...Pierre2020-06-262-3/+5
* SONAR-13444 purge CE indexation tasks when triggering a disaster recoveryPierre2020-06-262-0/+8
* SONAR-13444 background tasks for issue indexation implementationPierre2020-06-263-3/+4
* Format all headers for 2020Wouter Admiraal2020-01-0723-23/+23
* SONAR-12038 Add pendingTime to api/ce/activity_status and ComputeEngineTasks ...Duarte Meneses2019-06-032-1/+7
* SONAR-11881 ORA-01795 failure in CeQueueDaoSimon Brandhof2019-04-032-4/+3
* SONAR-11797 fix for exception on project overview pageMichal Duda2019-03-072-10/+3
* SONARCLOUD-310 add WS api/ce/timeout_tasksSimon Brandhof2019-01-094-8/+40
* Fix license headers for 2019Duarte Meneses2019-01-0223-23/+23
* SONARCLOUD-192 add WS api/ce/queue_statsSébastien Lesaint2018-12-211-3/+3
* SONAR-11260 Add web service to provide analysis statusJanos Gyerik2018-10-102-0/+14
* SONAR-11238 api/ce/[task|activity|component] return task warningsSébastien Lesaint2018-10-103-2/+30
* SONAR-11238 add table CE_TASK_MESSAGESébastien Lesaint2018-10-103-0/+139