aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-ce/src/main
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-24745 Decouple the workflow framework from issuesJulien HENRY2025-04-031-6/+13
|
* SONAR-24720 Split the IssueWorkflow for issues and hostspotsJulien HENRY2025-04-031-0/+4
|
* SONAR-24489 Move Core extension loading to happen before start of level ↵Steve Marion2025-02-281-32/+46
| | | | containers on web and CE.
* SONAR-23111 api/system/logs now correctly return logs for data center editionLukasz Jarocki2025-01-301-1/+3
|
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0986-86/+86
|
* SONAR-22047 Remove deprecated SecurityManager codeAlain Kermis2025-01-072-56/+2
|
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-271-2/+3
|
* SONAR-15049 Taint Vulnerabilities should be reopened if new flows are createdAntoine Vinot2024-12-181-0/+2
|
* SONAR-23719 Make sure all components are using the new Email ConfigurationAntoine Vigneau2024-11-291-2/+2
|
* SONAR-23755 Add core extension common to allow SQS specific behavior to ↵Steve Marion2024-11-281-5/+5
| | | | happen. Add to DefaultLinkGenerator extension point to modify the default documentation base URL.
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the ↵Julien HENRY2024-10-242-6/+6
| | | | plugin API
* SONAR-23327 Added support for sending telemetry data in compute engine processlukasz-jarocki-sonarsource2024-10-111-1/+3
|
* SONAR-23311 Remove obsolete class ReadOnlyPropertiesDaoEric Giffon2024-10-083-101/+1
|
* SONAR-22727 Move SoftwareQualitiesMetrics to sonar-coreDejan Milisavljevic2024-08-261-1/+1
|
* SONAR-22727 Define new metrics for project ratingsDejan Milisavljevic2024-08-261-0/+2
|
* SONAR-22516 Retrieve SMTP configuration from internal_propertiesAntoine Vigneau2024-08-161-0/+2
|
* SONAR-22224 live update metricDDMili2024-06-031-0/+2
|
* NO JIRA fix code smells after moving to lang3 libraryMatteo Mara2024-03-221-1/+1
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-161-1/+1
| | | | org.apache.commons:commons-lang3
* SONAR-20479 Replace "[re-]indexation" with "[re-]indexing" in user-facing ↵David Cho-Lerat2024-01-302-3/+3
| | | | messages and code comments
* SONAR-21393 Fix article: "an" instead of "a"David Cho-Lerat2024-01-171-1/+1
|
* NO-JIRA Update license headers to 2024Pierre2024-01-0389-89/+89
|
* SONAR-21227 Configure a new Logger file for deprecated API usagesantoine.vinot2023-12-191-1/+2
|
* SONAR-20699 Send DevOps platform information for GitHub from the scanner.Wojtek Wajerowicz2023-10-201-5/+5
|
* SONAR-19648 Fix NPE when task in progress has no entityUuidEric Giffon2023-08-041-3/+4
|
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-181-8/+0
|
* SONAR-19560 Silence hz inactive exception in schedulerJacek Poreda2023-07-181-2/+3
|
* SONAR-19784 allow the CE to re-compute permissionsAurelien Poscia2023-07-181-1/+3
|
* SONAR-19784 Synchronize visibility from GitHubAurelien Poscia2023-07-181-0/+2
|
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-171-4/+4
|
* NO-JIRA replace MoreCollectors.toSet(size) with Collectors.toSetPierre2023-07-173-6/+5
|
* NO-JIRA replace MoreCollectors.toSet with Collectors.toSetPierre2023-07-171-1/+2
|
* SONAR-19558 Refactor Project IndexersDuarte Meneses2023-07-051-4/+4
|
* SONAR-19674 Notification for background task failure should apply to all the ↵Léo Geoffroy2023-06-221-8/+9
| | | | branches
* SONAR-19556 Refactor use of DB columns referencing projects or branches for ↵Duarte Meneses2023-06-204-14/+8
| | | | 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-151-25/+0
|
* SONAR-18728 Remove ES User indexAurelien Poscia2023-03-311-5/+0
|
* [NO-JIRA] Remove reported code smells about unused importsMatteo Mara2023-01-121-1/+0
|
* [NO-JIRA] Use record for data classesZipeng WU2023-01-121-2/+2
|
* [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-0289-89/+89
|
* 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-232-7/+7
|
* SONAR-14128 Store and provide node name of CE Task in /api/ce/activityAurelien Poscia2022-12-231-2/+5
|
* SONAR-17699 implemented algorithm for running PRs in parallelLukasz Jarocki2022-12-093-14/+149
|