aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-common
Commit message (Expand)AuthorAgeFilesLines
* 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 ve...Matteo Mara2024-07-041-1/+1
* 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 org.apache.commons:commons...Matteo Mara2024-03-166-6/+6
* 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 /api/v2/us...Aurelien Poscia2024-01-163-6/+73
* SONAR-21244 Allow deletion of local groups when instance is managed.Wojtek Wajerowicz2024-01-042-0/+21
* NO-JIRA Update license headers to 2024Pierre2024-01-0383-83/+83
* SONAR-21250 Add validation checks for the Gitlab configurationAntoine Vigneau2023-12-226-88/+211
* SONAR-21121 Move Gitlab Config REST endpoints to Community editionAntoine Vigneau2023-12-227-1/+967
* SONAR-21121 Renamed allowUserToSignUp to allowUsersToSignUpAurelien Poscia2023-12-221-0/+8
* SONAR-21121 Add POST /dop-translation/gitlab-configurations/Wojtek Wajerowicz2023-12-221-1/+9
* SONAR-21121 Add PATCH /dop-translation/gitlab-configurations/Aurelien Poscia2023-12-222-0/+121
* NO-JIRA Fix code smellsEric Giffon2023-12-111-27/+24
* SONAR-21179 Deprecate preventReactivation paramlukasz-jarocki-sonarsource2023-12-081-1/+1
* SONAR-21131 Add rule controller unit testsEric Giffon2023-12-082-0/+41
* SONAR-21131 Add tests for RuleService and fix code smellsLéo Geoffroy2023-12-082-1/+70
* SONAR-21131 Use same enums between request and response and map parametersLéo Geoffroy2023-12-081-2/+8
* SONAR-21131 Implement api v2 service for custom rule creationEric Giffon2023-12-087-6/+1235
* SONAR-21131 Add response to new endpoint apiv2 rulesLéo Geoffroy2023-12-087-3/+224
* SONAR-21131 Add rule creation structure on apiv2Léo Geoffroy2023-12-083-0/+76
* SONAR-21073 Add endpoint /api/v2/authorizations/group-memberships (GET/POST/D...Wojtek Wajerowicz2023-11-288-3/+451
* SONAR-21058 Add POST to /api/v2/authorizations/groupsWojtek Wajerowicz2023-11-232-16/+48