Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-15470 Do not declare Gradle build dependencies using compile and ↵ | Kengo TODA | 2021-10-08 | 1 | -1/+1 |
| | | | | runtime configurations | ||||
* | SONAR-15259 Migrate portfolios from XML to DB | Jacek | 2021-09-08 | 1 | -0/+5 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 7 | -7/+7 |
| | |||||
* | SONAR-13999 drop organization from CE steps | Jacek | 2020-12-22 | 2 | -25/+6 |
| | |||||
* | SONAR-14033 Refactor storage of applications | Duarte Meneses | 2020-11-28 | 1 | -0/+14 |
| | |||||
* | remove code smells | Pierre Guillot | 2020-11-25 | 1 | -4/+4 |
| | |||||
* | SONAR-13400 exclude portfolio (but not applications) from worker peek during ↵ | Pierre | 2020-06-26 | 1 | -5/+5 |
| | | | | indexation | ||||
* | SONAR-13444 background tasks for issue indexation implementation | Pierre | 2020-06-26 | 1 | -6/+5 |
| | |||||
* | fix FP with a sequence uuid factory for ceQueue tests | Pierre | 2020-05-25 | 1 | -9/+10 |
| | |||||
* | Format all headers for 2020 | Wouter Admiraal | 2020-01-07 | 7 | -7/+7 |
| | |||||
* | use testFixtures instead of test configuration of server-common | Sébastien Lesaint | 2019-09-02 | 1 | -2/+1 |
| | |||||
* | drop now useless module sonar-db-testing | Sébastien Lesaint | 2019-09-02 | 1 | -1/+1 |
| | |||||
* | use testFixtures instead of test configuration of db-dao | Sébastien Lesaint | 2019-09-02 | 1 | -1/+0 |
| | |||||
* | remove need to add H2 dependency when depending on sonar-db-testing | Sébastien Lesaint | 2019-08-14 | 1 | -2/+0 |
| | |||||
* | SONAR-10028 move CeQueueCleaner to Web to support clustering | Sébastien Lesaint | 2019-07-30 | 2 | -0/+16 |
| | |||||
* | Clean deps | Duarte Meneses | 2019-07-17 | 1 | -6/+10 |
| | |||||
* | Extract implementation from plugin API and create new module ↵ | Duarte Meneses | 2019-07-12 | 1 | -3/+3 |
| | | | | sonar-plugin-api-impl | ||||
* | SONARCLOUD-310 add WS api/ce/timeout_tasks | Simon Brandhof | 2019-01-09 | 3 | -5/+72 |
| | |||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 7 | -7/+7 |
| | |||||
* | SONAR-11266 Replace submitterUuid with submitterLogin in CE logs (#775) | Benoit | 2018-10-10 | 2 | -19/+65 |
| | |||||
* | SONAR-11310 add temporary columns to CE tables | Sébastien Lesaint | 2018-10-04 | 4 | -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 ComponentDao | Sébastien Lesaint | 2018-10-04 | 1 | -1/+1 |
| | |||||
* | SONAR-11077 access to task characteristics in CE queue | Simon Brandhof | 2018-08-02 | 3 | -45/+87 |
| | |||||
* | SONAR-11077 fix Quality flaw | Simon Brandhof | 2018-08-02 | 1 | -44/+21 |
| | |||||
* | SONAR-10512 removing from queue has no effect if task status changed | Sébastien Lesaint | 2018-07-04 | 1 | -7/+20 |
| | |||||
* | SONAR-10917 automatically cancel tasks already executed once | Sébastien Lesaint | 2018-07-04 | 1 | -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-common | Sébastien Lesaint | 2018-06-29 | 8 | -0/+1151 |