aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce/src
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-19674 Notification for background task failure should apply to all the ↵Léo Geoffroy2023-06-222-45/+88
| | | | branches
* SONAR-19556 Refactor use of DB columns referencing projects or branches for ↵Duarte Meneses2023-06-208-91/+87
| | | | Entities
* [NO JIRA] Remove unused importsDuarte Meneses2023-06-191-1/+0
|
* No-JIRA Code smell fix: Logs are expecting args, but weren't being passedBruno Andrade2023-06-191-1/+1
|
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-1313-39/+42
|
* SONAR-19482 fix the CE worker pending reset mechanism to not generate ↵Pierre2023-06-091-7/+13
| | | | transaction rollback
* [NO JIRA] Remove dead code in PropertiesDaoDuarte Meneses2023-05-152-54/+0
|
* SONAR-18856 Adapt IT tests to support branch and project having different uuidsLéo Geoffroy2023-05-082-4/+4
|
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-115-47/+41
|
* SONAR-18799 made one of the test more tolerant to type of exceptions expectedLukasz Jarocki2023-04-061-3/+4
|
* SONAR-18850 remove usage main branch project UUID in ce taskLéo Geoffroy2023-04-041-12/+20
|
* SONAR-18728 Remove ES User indexAurelien Poscia2023-03-311-5/+0
|
* SONAR-18679 update UTs to ITs sonar-ceLéo Geoffroy2023-03-177-8/+7
|
* 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] Remove reported code smells about unused importsMatteo Mara2023-01-121-1/+0
|
* [NO-JIRA] Use record for data classesZipeng WU2023-01-124-30/+30
|
* [NO-JIRA] Remove reported code smells about usages of toListMatteo Mara2023-01-102-5/+4
|
* [NO-JIRA] Remove reported code smells about usage of instanceofMatteo Mara2023-01-101-2/+2
|
* Update license templates for 2023Pierre2023-01-02137-137/+137
|
* SONAR-17610 Backend documentation links targets https://docs.sonarqube.org/ ↵Benjamin Campomenosi2022-12-281-1/+4
| | | | instead of embedded doc
* SONAR-14128 Renamed WebServer to NodeInformationAurelien Poscia2022-12-233-18/+18
|
* SONAR-14128 Store and provide node name of CE Task in /api/ce/activityAurelien Poscia2022-12-232-7/+43
|
* SONAR-17699 implemented algorithm for running PRs in parallelLukasz Jarocki2022-12-095-18/+545
|
* SONAR-17524 changing default branch name for projectsLukasz Jarocki2022-11-011-0/+2
|
* [NO-JIRA] Fix reported code smells & bugsKlaudio Sinani2022-10-281-0/+23
|
* SONAR-17497 Add web service to reindex issuesalain2022-10-271-0/+5
|
* SONAR-17444 Analyzers's cache should expire after 7 daysZipeng WU2022-10-189-1/+351
|
* NO-JIRA Fix code smellsAntoine Vinot2022-10-141-8/+13
|
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-122-30/+40
|
* SONAR-17352 Refactor component keys to not include branch suffixLukasz Jarocki2022-10-122-4/+10
|
* SONAR-17352 Refactor component keys to not include branch suffixDuarte Meneses2022-10-121-4/+4
|
* fix some typoscui fliter2022-08-312-2/+2
| | | | Signed-off-by: cui fliter <imcusg@gmail.com>
* SONAR-17200 Move to HikariCP from Apache DBCPJacek2022-08-293-86/+19
|
* SONAR-15399 Replace nanohttpd used by CE for monitoring and log control.Steve Marion2022-08-268-220/+253
| | | | Remove httpd dependency, replace it by apache http client imported by ES-client lib. Remove httpAction registering and dispatching mechanism.
* SONAR-16449 remove SonarCloud references in SonarQube codebasePierre Guillot2022-06-072-35/+1
|
* SONAR-13822 Make plugin requirements check consistence between CE and WEB ↵Jacek2022-06-071-1/+5
| | | | processes
* SONAR-16292 JMX metric "PendingCount" should return total value of pending ↵Léo Geoffroy2022-06-023-91/+4
| | | | tasks instead of 0
* SONAR-16232 Drop usage of deprecated org.sonar.api.SonarQubeVersionJacek2022-05-311-2/+2
|
* SONAR-16232 Use plugin api version for SonarRuntime implJacek2022-05-311-3/+4
| | | | - introduce internal SonarQubeVersion
* SONAR-16303 Change RuleDescriptionFormatter from a static helper to regular beanZipeng WU2022-05-111-0/+2
|
* NO-JIRA Update Mockito and simpleframework to latest major versionLéo Geoffroy2022-04-047-23/+23
|
* SONAR-10179 improve consistency of start/stop log messages and identifiers ↵Aurelien Poscia2022-03-181-7/+8
| | | | | | of processes Author: Aurelien Poscia <aurelien.poscia@sonarsource.com>
* SONAR-16047 Don't start MyBatis in every testDuarte Meneses2022-03-041-0/+2
|
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-2221-186/+141
|
* Update license headers for 2022 [update headers]Pierre2022-01-28129-129/+129
|
* Improve code qualityDuarte Meneses2021-11-206-22/+22
|
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-1920-269/+173
|