aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-20021 adding default impacts when registering a rulelukasz-jarocki-sonarsource2023-08-181-0/+2
|
* SONAR-20021 reducing the number of responsiblities and renaming of ↵lukasz-jarocki-sonarsource2023-08-181-2/+6
| | | | RegisterRules class to comply with Java standards
* SONAR-19945 allow GitHub provisioning on more than 30 orgsAurelien Poscia2023-08-091-0/+4
|
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-182-15/+2
|
* SONAR-19784 Improve GitHub project lookup to disallow visibility updateAntoine Vigneau2023-07-181-2/+2
|
* SONAR-19784 Synchronize visibility from GitHubAurelien Poscia2023-07-181-0/+2
|
* NO-JIRA remove unused importsPierre2023-07-171-1/+0
|
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-171-1/+1
|
* NO-JIRA replace MoreCollectors.toSet with Collectors.toSetPierre2023-07-171-2/+2
|
* NO-JIRA replace MoreCollectors.toList with Collectors.toListPierre2023-07-171-2/+2
|
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-071-1/+1
|
* SONAR-19558 Refactor Project IndexersDuarte Meneses2023-07-051-4/+4
|
* SONAR-19558 Update rest of tests for other modulesLéo Geoffroy2023-07-031-1/+1
|
* NO-JIRA (code smell fix): using isEmpty, isTrue, isNegative for better ↵Bruno Andrade2023-06-191-2/+3
| | | | readability
* SONAR-19454 Update the api/alm_integrations/import_gitlab_project API (#8493)Zipeng WU2023-06-141-0/+2
| | | Co-authored-by: Nolwenn Cadic <nolwenn.cadic@sonarsource.com>
* SONAR-19425 Rename docker to container in telemetry and system infoAlain Kermis2023-06-131-2/+2
|
* SONAR-19425 Init components to add cloud usage to telemetryEric Giffon2023-06-131-0/+2
|
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-1310-24/+27
|
* SONAR-19346 GitHub config check available in Community EditionAntoine Vigneau2023-06-051-0/+4
|
* SONAR-19340 Raise event whenever hotspots change in WSAlain Kermis2023-05-301-0/+2
|
* SONAR-19336 Filter allowed GitHub orgs for automatic provisioningAntoine Vigneau2023-05-251-0/+2
|
* SONAR-19014 Don't rely on plugin APIs list of static resourcesDuarte Meneses2023-05-031-4/+3
|
* SONAR-19091 Fix SSF-383Jacek Poreda2023-04-241-1/+1
|
* SONAR-19045 Migrate from javaxi.servlet to framework agnostic plugin api classesAntoine Vinot2023-04-2412-155/+258
| | | | | | | Co-authored-by: Eric Giffon <eric.giffon@sonarsource.com> Co-authored-by: Alain Kermis <alain.kermis@sonarsource.com> Co-authored-by: Antoine Vinot <antoine.vinot@sonarsource.com> Co-authored-by: Jacek Poreda <jacek.poreda@sonarsource.com>
* SONAR-19107 Fix SSF-385Duarte Meneses2023-04-202-4/+7
|
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-113-37/+42
|
* SONAR-18728 Remove ES User indexAurelien Poscia2023-03-311-6/+0
|
* SONAR-18393 Return 400 Bad Request in case request contains unsupported charAurelien Poscia2023-03-302-0/+14
|
* SONAR-18809 fix SSF-358Matteo Mara2023-03-232-2/+2
| | | | Co-authored-by: Ambroise C <ambroise.christea@sonarsource.com>
* SONAR-18654 Component for indicating if instance is externally managed.Wojtek Wajerowicz2023-03-221-2/+3
|
* SONAR-18679 Move remaining ITsLéo Geoffroy2023-03-211-1/+1
|
* SONAR-16198 removing the 6 built in common rulesMatteo Mara2023-02-271-2/+0
|
* SONAR-18484 Documentation for SonarQube Web API V2 (OpenApi/Swagger)Aurelien Poscia2023-02-211-4/+2
|
* SONAR-18484 Add api/v2/system/liveness endpointPierre2023-02-217-2/+351
|
* SONAR-18396 - Support user soft deletion on Azure through SCIMAntoine Vigneau2023-02-101-1/+1
|
* [NO-JIRA] Drop blue green deployment flagJacek Poreda2023-02-092-4/+2
|
* Fix logback configZipeng WU2023-02-021-8/+3
|
* [NO JIRA] Fix quality issues related to assertionsDuarte Meneses2023-01-121-1/+1
|
* SONAR-18164 Deprecate language specific parametersalain2023-01-111-0/+2
|
* [NO-JIRA] Remove reported code smells about switch statementsMatteo Mara2023-01-101-12/+6
|
* Update license templates for 2023Pierre2023-01-0266-68/+66
|
* SONAR-17610 Backend documentation links targets https://docs.sonarqube.org/ ↵Benjamin Campomenosi2022-12-281-0/+2
| | | | instead of embedded doc
* SONAR-14128 Renamed WebServer to NodeInformationAurelien Poscia2022-12-234-17/+16
|
* SONAR-17645 Support user commissioning and decomissioning through SCIM for OktaWojtek Wajerowicz2022-12-082-41/+54
|
* SONAR-17678 remove usage of pack200Matteo Mara2022-12-062-4/+2
|
* SONAR-15595 Replace Gradle deprecated dependency scopesZipeng WU2022-12-011-26/+26
|
* SONAR-17619 Fix SSF-157alain2022-11-292-0/+152
|
* MMF-2745 Default permission improvementsJacek2022-11-211-1/+2
|
* SONAR-17593 Rename gradle task and extension from 'sonarqube' to 'sonar'Duarte Meneses2022-11-111-1/+1
|
* SONAR-17524 changing default branch name for projectsLukasz Jarocki2022-11-011-0/+2
|