aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-common/src/it/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24667 Stop relying on UserRole from the plugin APIJulien HENRY2025-03-275-139/+133
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-271-2/+3
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0912-12/+12
* SONAR-23402 Support case with empty CleanCodeAttributeViktor Vorona2024-12-241-2/+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 option...Serhat Yenican2024-11-191-0/+29
* SONAR-23594 Fix SSF-606Nolwenn Cadic2024-11-141-0/+24
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-245-34/+31
* SONAR-23258 fix bug with custom rulesLéo Geoffroy2024-10-161-5/+12
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-141-4/+4
* SONAR-22516 Fix BBT using email configurationAntoine Vigneau2024-08-161-3/+3
* SONAR-22516 API v2 endpoints for managing the email configurationAntoine Vigneau2024-08-162-0/+596
* SONAR-22632 Trigger provisioning after user consentNolwenn Cadic2024-07-302-19/+97
* SONAR-22365 Fix SSF-571Antoine Vigneau2024-06-171-0/+537
* SONAR-22363 Fix SSF-572Antoine Vigneau2024-06-131-0/+30
* SONAR-21052 Drop specific key validation for custom rules from rule templatesJulien HENRY2024-04-051-17/+0
* SONAR-21819 Extract logic reusable between legacy and v2 endpoints.Wojtek Wajerowicz2024-03-285-0/+1893
* Fix SSF-530.Wojtek Wajerowicz2024-01-311-5/+35
* SONAR-21413 Make provisioning groups ready to handle allowed groupsAntoine Vigneau2024-01-231-18/+19
* SONAR-21121 Add GitLab provisioning ITs for groups and groups membershipAurelien Poscia2024-01-181-1/+6
* SONAR-21114 Allow updating externalProvider/externalLogin in PATCH /api/v2/us...Aurelien Poscia2024-01-161-2/+38
* NO-JIRA Update license headers to 2024Pierre2024-01-034-4/+4
* SONAR-21250 Add validation checks for the Gitlab configurationAntoine Vigneau2023-12-221-42/+110
* SONAR-21121 Move Gitlab Config REST endpoints to Community editionAntoine Vigneau2023-12-221-0/+487
* NO-JIRA Fix code smellsEric Giffon2023-12-111-27/+24
* SONAR-21131 Add rule controller unit testsEric Giffon2023-12-081-0/+38
* SONAR-21131 Implement api v2 service for custom rule creationEric Giffon2023-12-081-0/+724
* SONAR-21073 Add endpoint /api/v2/authorizations/group-memberships (GET/POST/D...Wojtek Wajerowicz2023-11-281-1/+31
* SONAR-21051 remove un-necessarry re-fetch of UserDaoAurelien Poscia2023-11-201-1/+2
* SONAR-21051 use UUID as resource id for /api/v2/users-management/usersAurelien Poscia2023-11-201-20/+20
* SONAR-20235 Add externalIdentity filter in api/users/searchAntoine Vigneau2023-11-021-0/+28
* SONAR-20578 Add GithubPermissionsMappingService to core-extension-github-prov...Aurelien Poscia2023-09-281-309/+0
* SONAR-20532 Add POST endpoint to create permission mappingsAntoine Vigneau2023-09-281-0/+54
* SONAR-20532 Add DELETE /github-permission-mappings/{githubRole} endpointWojtek Wajerowicz2023-09-281-0/+39
* SONAR-20532 Add isBaseRole flag in /api/v2/github-permission-mappingsAurelien Poscia2023-09-281-18/+58
* SONAR-20392 Add API v2 endpoint to update GitHub permission mapping.Wojtek Wajerowicz2023-09-151-13/+90
* SONAR-20392 Add apiv2 endpoint to fetch the Github permissions mappingAntoine Vigneau2023-09-151-0/+99
* SONAR-20285 PATCH endpoint to update usersWojtek Wajerowicz2023-09-041-35/+62
* SONAR-20156 Create api/dismiss_message/dismiss endpoint Nolwenn Cadic2023-08-241-5/+5
* SONAR-20181 Support pageSize=0Aurelien Poscia2023-08-211-0/+9
* SONAR-19965 Add ITs for UserService::deactivate.Wojtek Wajerowicz2023-07-281-28/+296
* SONAR-19969 Support apiv2 POST /users to create a userAntoine Vigneau2023-07-282-4/+224
* SONAR-19964 GET /api/v2/users/:login endpointWojtek Wajerowicz2023-07-271-0/+30
* SONAR-19965 DELETE /api/v2/users/:login endpointWojtek Wajerowicz2023-07-261-9/+56
* SONAR-19963 Add GET /api/v2/users endpointAurelien Poscia2023-07-261-0/+408