aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce-common
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-15470 Do not declare Gradle build dependencies using compile and ↵Kengo TODA2021-10-081-1/+1
| | | | runtime configurations
* SONAR-15259 Migrate portfolios from XML to DBJacek2021-09-081-0/+5
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-087-7/+7
|
* SONAR-13999 drop organization from CE stepsJacek2020-12-222-25/+6
|
* SONAR-14033 Refactor storage of applicationsDuarte Meneses2020-11-281-0/+14
|
* remove code smellsPierre Guillot2020-11-251-4/+4
|
* SONAR-13400 exclude portfolio (but not applications) from worker peek during ↵Pierre2020-06-261-5/+5
| | | | indexation
* SONAR-13444 background tasks for issue indexation implementationPierre2020-06-261-6/+5
|
* fix FP with a sequence uuid factory for ceQueue testsPierre2020-05-251-9/+10
|
* Format all headers for 2020Wouter Admiraal2020-01-077-7/+7
|
* use testFixtures instead of test configuration of server-commonSébastien Lesaint2019-09-021-2/+1
|
* drop now useless module sonar-db-testingSébastien Lesaint2019-09-021-1/+1
|
* use testFixtures instead of test configuration of db-daoSébastien Lesaint2019-09-021-1/+0
|
* remove need to add H2 dependency when depending on sonar-db-testingSébastien Lesaint2019-08-141-2/+0
|
* SONAR-10028 move CeQueueCleaner to Web to support clusteringSébastien Lesaint2019-07-302-0/+16
|
* Clean depsDuarte Meneses2019-07-171-6/+10
|
* Extract implementation from plugin API and create new module ↵Duarte Meneses2019-07-121-3/+3
| | | | sonar-plugin-api-impl
* SONARCLOUD-310 add WS api/ce/timeout_tasksSimon Brandhof2019-01-093-5/+72
|
* Fix license headers for 2019Duarte Meneses2019-01-027-7/+7
|
* SONAR-11266 Replace submitterUuid with submitterLogin in CE logs (#775)Benoit2018-10-102-19/+65
|
* SONAR-11310 add temporary columns to CE tablesSébastien Lesaint2018-10-044-152/+296
| | | | | | | | | | - add main_component_uuid temporary columns to CE_QUEUE - add main_last_key and main_component_uuid columns to CE_ACTIVITY - back to initial paradigm in Compute Engine: even for branches/PRs, the row in table PROJECTS a task belongs to is created in api/ce/submit - add main component concept to CeTask - improved consistency check when processing a report task to account for row in PROJECTS now being the one of the branche/PR - stronger validation of characteristics passed to api/ce/submit - add api/system/migrate_data for SonarCloud online data migration
* remove usage of Guava Optional from ComponentDaoSébastien Lesaint2018-10-041-1/+1
|
* SONAR-11077 access to task characteristics in CE queueSimon Brandhof2018-08-023-45/+87
|
* 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
| | | | also: make CeQueueDto#started_at and CeQueueDto#workerUuid read only fields as a new task can be inserted in queue only with these two fields null
* create module sonar-ce-commonSébastien Lesaint2018-06-298-0/+1151