aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-common
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-09174-174/+174
|
* SONAR-14367 Enable inline annotations by default decoration when project is ↵Jacek Poreda2025-01-092-0/+2
| | | | onboarded
* SONAR-24091 Fix quality gate on masterAlain Kermis2024-12-306-7/+7
|
* SONAR-23402 Support case with empty CleanCodeAttributeViktor Vorona2024-12-242-3/+4
|
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-183-3/+2
|
* SONAR-24003 Delete unnecessary importsJulien Camus2024-12-182-8/+4
|
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-181-10/+10
|
* SONAR-23341 Security report data are based on Security impact when in MQR modeDejan Milisavljevic2024-11-211-1/+5
|
* CODEFIX-188 Enable Ai CodeFix for new projects if all projects enabled ↵Serhat Yenican2024-11-192-2/+42
| | | | option is selected (#12216)
* SONAR-23594 Fix SSF-606Nolwenn Cadic2024-11-144-0/+57
|
* SONAR-23566 Remove deprecation on rule 'type' and 'severity'Léo Geoffroy2024-11-131-2/+0
|
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the ↵Julien HENRY2024-10-2411-64/+61
| | | | plugin API
* SONAR-23258 fix bug with custom rulesLéo Geoffroy2024-10-162-10/+17
|
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-146-18/+17
|
* SONAR-22899 Refresh GitHub App Installation token before expirationAurelien Poscia2024-08-291-2/+3
|
* SONAR-22807 Implement get and patch gitlab permissions mapping endpointNolwenn Cadic2024-08-231-1/+2
|
* SONAR-22807 Adapt the BE to use the renamed table DEVOPS_PERMS_MAPPINGAurélien Poscia2024-08-232-14/+18
|
* SONAR-22559 Remove permissions on GitLab managed groups for GitLab projectsAurelien Poscia2024-08-191-1/+11
|
* SONAR-22559 Display project name instead of ID in logsAurelien Poscia2024-08-192-0/+58
|
* SONAR-22559 Auto-provision GitLab project permissions for usersAurelien Poscia2024-08-191-0/+11
|
* SONAR-22516 Fix BBT using email configurationAntoine Vigneau2024-08-161-3/+3
|
* SONAR-22516 API v2 endpoints for managing the email configurationAntoine Vigneau2024-08-168-0/+1142
|
* SONAR-22632 Trigger provisioning after user consentNolwenn Cadic2024-07-304-23/+115
|
* SONAR-22557 Fix quality gateAurelien Poscia2024-07-231-7/+5
|
* SONAR-22557 Synchronize projects visiblity upon GitLab onboardingAurelien Poscia2024-07-2317-793/+1127
|
* SONAR-22447 Moved from javax.servlet-api to jakarta.servlet-api plus patch ↵Matteo Mara2024-07-041-1/+1
| | | | version bump
* SONAR-22447 updated rename findbugs dependencylukasz-jarocki-sonarsource2024-06-281-2/+2
|
* SONAR-22365 Fix SSF-571Antoine Vigneau2024-06-175-0/+1094
|
* SONAR-22363 Fix SSF-572Antoine Vigneau2024-06-133-2/+44
|
* SONAR-21898 make ALM/DOP types consistent between v1 and v2 endpoints.Wojtek Wajerowicz2024-04-112-0/+79
|
* SONAR-21819 Add projectKey to project-bindings endpoint responses.Wojtek Wajerowicz2024-04-103-16/+107
|
* SONAR-21052 Drop specific key validation for custom rules from rule templatesJulien HENRY2024-04-052-25/+2
|
* SONAR-21980 Fix Project Binding creationAntoine Vigneau2024-04-045-12/+8
|
* NOJIRA fix code smell.Wojtek Wajerowicz2024-04-021-1/+0
|
* SONAR-21922 API v2 endpoint for project-bindingsAntoine Vigneau2024-04-024-0/+249
|
* SONAR-21821 Add monorepo related project 'CreationMethod'sWojtek Wajerowicz2024-03-282-7/+18
|
* SONAR-21819 Add DevOpsPlatformCreator for Azure DevOps.Wojtek Wajerowicz2024-03-286-9/+505
|
* SONAR-21819 DevopsProjectCreator for BitBucket serverAntoine Vigneau2024-03-2818-38/+575
|
* SONAR-21819 Add DevOpsPlatformCreator for BitBucket Cloud.Wojtek Wajerowicz2024-03-288-29/+524
|
* SONAR-21819 Add POST /dop-translation/bound-projects endpoint.Wojtek Wajerowicz2024-03-284-0/+371
|
* SONAR-21819 Extract logic reusable between legacy and v2 endpoints.Wojtek Wajerowicz2024-03-2847-0/+6048
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-166-6/+6
| | | | org.apache.commons:commons-lang3
* SONAR-21643 Convert some IT tests to Junit 5 (#10672)Dejan Milisavljevic2024-02-221-0/+9
|
* SONAR-21165 Fix code smellsLéo Geoffroy2024-02-161-1/+1
|
* SONAR-21165 Remove uuid from issues_impacts and rules_default_impacts tableLéo Geoffroy2024-02-161-2/+2
|
* Fix SSF-530.Wojtek Wajerowicz2024-01-312-18/+55
|
* SONAR-21413 Make provisioning groups ready to handle allowed groupsAntoine Vigneau2024-01-234-41/+44
|
* SONAR-21121 Add GitLab provisioning ITs for groups and groups membershipAurelien Poscia2024-01-182-2/+11
|
* SONAR-21114 Allow updating externalProvider/externalLogin in PATCH ↵Aurelien Poscia2024-01-163-6/+73
| | | | /api/v2/users-management/users endpoint
* SONAR-21244 Allow deletion of local groups when instance is managed.Wojtek Wajerowicz2024-01-042-0/+21
|