aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-21025 remove deprecated plugins/index.txt filePierre2024-03-201-5/+0
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-164-4/+4
* SONAR-21643 Make rule compatible with JUnit5 (#10700)Dejan Milisavljevic2024-02-264-4/+11
* NO-JIRA Update license headers to 2024Pierre2024-01-0341-41/+41
* SONAR-20056 - Fix flaky test on constructor_does_not_start_a_new_Threadantoine.vinot2023-08-111-9/+10
* SONAR-19560 Silence hz inactive exception in schedulerJacek Poreda2023-07-181-2/+23
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-2/+2
* NO-JIRA replace MoreCollectors.toSet with Collectors.toSetPierre2023-07-171-2/+1
* SONAR-19556 Refactor use of DB columns referencing projects or branches for E...Duarte Meneses2023-06-201-1/+3
* [NO JIRA] Remove dead code in PropertiesDaoDuarte Meneses2023-05-151-29/+0
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-113-9/+9
* SONAR-18799 made one of the test more tolerant to type of exceptions expectedLukasz Jarocki2023-04-061-3/+4
* SONAR-18679 update UTs to ITs sonar-ceLéo Geoffroy2023-03-177-2562/+0
* Fix logback configZipeng WU2023-02-021-5/+2
* SONAR-17706 Remove root_uuid in Components and all its usesDuarte Meneses2023-02-021-2/+0
* SONAR-17706 Remove module related columns in Components and all its usesDuarte Meneses2023-02-021-4/+2
* [NO JIRA] Fix quality issues related to assertionsDuarte Meneses2023-01-122-9/+11
* [NO-JIRA] Use record for data classesZipeng WU2023-01-123-28/+28
* Update license templates for 2023Pierre2023-01-0248-48/+48
* SONAR-14128 Renamed WebServer to NodeInformationAurelien Poscia2022-12-231-11/+11
* SONAR-14128 Store and provide node name of CE Task in /api/ce/activityAurelien Poscia2022-12-231-5/+38
* SONAR-17699 implemented algorithm for running PRs in parallelLukasz Jarocki2022-12-092-4/+396
* SONAR-17444 Analyzers's cache should expire after 7 daysZipeng WU2022-10-183-0/+174
* NO-JIRA Fix code smellsAntoine Vinot2022-10-141-8/+13
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-16/+28
* SONAR-17352 Refactor component keys to not include branch suffixLukasz Jarocki2022-10-121-1/+2
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-4/+4
* fix some typoscui fliter2022-08-311-1/+1
* SONAR-17200 Move to HikariCP from Apache DBCPJacek2022-08-291-6/+5
* SONAR-15399 Replace nanohttpd used by CE for monitoring and log control.Steve Marion2022-08-264-96/+137
* SONAR-16292 JMX metric "PendingCount" should return total value of pending ta...Léo Geoffroy2022-06-021-49/+0
* NO-JIRA Update Mockito and simpleframework to latest major versionLéo Geoffroy2022-04-047-23/+23
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-227-99/+67
* Update license headers for 2022 [update headers]Pierre2022-01-2845-45/+45
* Improve code qualityDuarte Meneses2021-11-206-22/+22
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-1919-267/+173
* SONAR-15142 - Add componentKey to all logsBelen Pruvost2021-08-192-4/+4
* SONAR-15142 - Add component qualifier to new value in LogsBelen Pruvost2021-08-192-4/+4
* SONAR-15138 Generate PDFJeremy Davis2021-08-091-1/+1
* SONAR-15139 - Update Report Endpoints to work with Projects and Appsbelen-pruvost-sonarsource2021-08-091-1/+1
* SONAR-15142 - Log Permission, Plugin, Secret Key, License and SettingsBelen Pruvost2021-07-272-4/+4
* SONAR-15057 Change Optional<Long> type to long, to comply CeTasksMBean with J...Jacek2021-06-231-2/+2
* Improve test coverageDuarte Meneses2021-06-172-43/+126
* SONAR-14886 Plugins should not modify SonarQube's home directoryDuarte Meneses2021-06-091-0/+46
* SONAR-14698 Live index use all workersPierre2021-04-162-54/+52
* SONAR-14625 Upgrade to Hazelcast 4.2Zipeng WU2021-04-151-21/+29
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0843-43/+43
* SONAR-13999 drop organization from CE stepsJacek2020-12-224-52/+11
* SONAR-13999 remove orgs from permission WSMichal Duda2020-12-221-12/+12
* fix code smellsPierre2020-12-141-10/+10