| Commit message (Expand) | Author | Age | Files | Lines |
* | NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdas | Pierre | 2023-07-17 | 1 | -3/+3 |
* | NO-JIRA replace toEnumSet with simple Set | Pierre | 2023-07-17 | 1 | -6/+5 |
* | NO-JIRA replace Collectors.toList to Stream.toList | Pierre | 2023-07-17 | 1 | -2/+1 |
* | NO-JIRA replace MoreCollectors.toSet(size) with Collectors.toSet | Pierre | 2023-07-17 | 1 | -2/+2 |
* | SONAR-19850 Switch all tests with different uuids by default | Léo Geoffroy | 2023-07-07 | 1 | -1/+1 |
* | SONAR-19558 Update rest of tests for other modules | Léo Geoffroy | 2023-07-03 | 1 | -1/+1 |
* | SONAR-19556 Fix DB migration and increase test coverage | Duarte Meneses | 2023-06-20 | 1 | -1/+1 |
* | SONAR-19556 Refactor use of DB columns referencing projects or branches for E... | Duarte Meneses | 2023-06-20 | 4 | -111/+100 |
* | [NOJIRA] Remove usage of deprecated Loggers. (#8527) | Wojtek Wajerowicz | 2023-06-13 | 1 | -2/+2 |
* | [NOJIRA] Remove unused imports. (#8541) | Wojtek Wajerowicz | 2023-06-13 | 1 | -2/+0 |
* | NO-JIRA fix code smell | Aurelien Poscia | 2023-05-11 | 1 | -1/+1 |
* | SONAR-19084 periodically schedule the GitHub sync task. | Wojtek Wajerowicz | 2023-05-11 | 3 | -18/+54 |
* | [NO JIRA] Fix ComponentdbTester to support different main branch UUIDs | Duarte Meneses | 2023-05-10 | 1 | -1/+1 |
* | SONAR-18850 remove usage main branch project UUID in ce task | Léo Geoffroy | 2023-04-04 | 2 | -7/+6 |
* | SONAR-18679 update UTs to ITs sonar-ce | Léo Geoffroy | 2023-03-17 | 1 | -1/+1 |
* | [NO-JIRA] explicitly declare toList collector mutable or not | Zipeng WU | 2023-01-13 | 1 | -1/+1 |
* | [NO-JIRA] Use record for data classes | Zipeng WU | 2023-01-12 | 1 | -4/+4 |
* | Update license templates for 2023 | Pierre | 2023-01-02 | 7 | -7/+7 |
* | SONAR-14128 Renamed WebServer to NodeInformation | Aurelien Poscia | 2022-12-23 | 2 | -12/+12 |
* | SONAR-14128 Store and provide node name of CE Task in /api/ce/activity | Aurelien Poscia | 2022-12-23 | 3 | -9/+65 |
* | SONAR-17699 implemented algorithm for running PRs in parallel | Lukasz Jarocki | 2022-12-09 | 1 | -8/+8 |
* | SONAR-15595 Replace Gradle deprecated dependency scopes | Zipeng WU | 2022-12-01 | 1 | -22/+22 |
* | SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar' | Duarte Meneses | 2022-11-11 | 1 | -1/+1 |
* | SONAR-17352 Refactor component keys to not include branch suffix | Duarte Meneses | 2022-10-12 | 2 | -4/+4 |
* | SONAR-16232 Add dependencies to new sonar-plugin-api | Duarte Meneses | 2022-04-21 | 1 | -1/+1 |
* | SONAR-15994 Migrate Sonarqube IOC framework from Pico to Spring | Duarte Meneses | 2022-02-22 | 1 | -1/+1 |
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 7 | -7/+7 |
* | SONAR-15631 - Refactor UTs to stop using ExpectedException | Klaudio Sinani | 2021-11-19 | 1 | -8/+4 |
* | SONAR-15470 Do not declare Gradle build dependencies using compile and runtim... | Kengo TODA | 2021-10-08 | 1 | -1/+1 |
* | 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 |
* | 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 sonar-plugin-api... | Duarte Meneses | 2019-07-12 | 1 | -3/+3 |
* | 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 |
* | remove usage of Guava Optional from ComponentDao | Sébastien Lesaint | 2018-10-04 | 1 | -1/+1 |