aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-webapi-v2
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-21131 Implement api v2 service for custom rule creationEric Giffon2023-12-089-19/+171
* SONAR-21131 Add response to new endpoint apiv2 rulesLéo Geoffroy2023-12-0817-6/+1060
* SONAR-21131 Add rule creation structure on apiv2Léo Geoffroy2023-12-0812-0/+329
* NOJIRA Remove empty v2.api.user.model packageWojtek Wajerowicz2023-11-291-23/+0
* SONAR-21073 Add endpoint /api/v2/authorizations/group-memberships (GET/POST/D...Wojtek Wajerowicz2023-11-2819-22/+676
* SONAR-21072 Move and rename RestUser to comply with API v2 guidelines.Wojtek Wajerowicz2023-11-2710-61/+60
* SONAR-21058 Add POST to /api/v2/authorizations/groupsWojtek Wajerowicz2023-11-237-85/+279
* SONAR-21058 Add support for collection GET /api/v2/authorizations/groupsAurelien Poscia2023-11-235-2/+208
* SONAR-21058 Add DELETE and PATCH verb for /api/v2/authorizations/groupsAurelien Poscia2023-11-238-17/+342
* SONAR-21058 API v2 GET /authorizations/groups/{groupId}Wojtek Wajerowicz2023-11-238-0/+289
* SONAR-21051 use UUID as resource id for /api/v2/users-management/usersAurelien Poscia2023-11-205-24/+25
* SONAR-21015 Move GitHub permission mapping endpoints to dop-translation domainWojtek Wajerowicz2023-11-201-1/+0
* SONAR-21031 update /users endpoint to include domain in the pathWojtek Wajerowicz2023-11-171-1/+3
* SONAR-20944 Add externalIdentity filter in apiv2 GET users endpointAntoine Vigneau2023-11-163-10/+39
* SONAR-21016 Remove sorting from API v2 /users endpoint.Wojtek Wajerowicz2023-11-163-45/+3
* SONAR-20578 Fix deserialization when code is obfuscatedAurelien Poscia2023-09-291-0/+1
* NO-JIRA delete all useless package-info.java filesAurelien Poscia2023-09-281-23/+0
* SONAR-20578 remove dependency from common part to extensionAurelien Poscia2023-09-281-2/+0
* SONAR-20578 move web-related code to new submoduleAurelien Poscia2023-09-2816-859/+5
* SONAR-20532 allow encoded forward slashes in URLsAurelien Poscia2023-09-282-1/+58
* SONAR-20532 Add POST endpoint to create permission mappingsAntoine Vigneau2023-09-288-16/+349
* SONAR-20532 Add DELETE /github-permission-mappings/{githubRole} endpointWojtek Wajerowicz2023-09-283-24/+82
* SONAR-20532 Add isBaseRole flag in /api/v2/github-permission-mappingsAurelien Poscia2023-09-283-9/+18
* NO-JIRA fix json merge patch content typeAurelien Poscia2023-09-151-1/+1
* SONAR-20392 Add API v2 endpoint to update GitHub permission mapping.Wojtek Wajerowicz2023-09-159-13/+273
* SONAR-20392 Add apiv2 endpoint to fetch the Github permissions mappingAntoine Vigneau2023-09-1510-0/+317
* SONAR-20285 PATCH endpoint to update usersWojtek Wajerowicz2023-09-0415-104/+454
* SONAR-20184 Don't return group and token count in API v2 users responses.Wojtek Wajerowicz2023-08-224-14/+0
* SONAR-20181 Support pageSize=0Aurelien Poscia2023-08-214-17/+18
* SONAR-20181 FE - Rename pageRestResponse to pageguillaume-peoch-sonarsource2023-08-183-16/+36
* SONAR-20181 implement sort-order in documentationAurelien Poscia2023-08-185-31/+63
* SONAR-20181 ommit from /api/user/search answer the field non-compliant with a...Aurelien Poscia2023-08-187-99/+178
* SONAR-20181 Rename api/v2 pageRestResponse to page and improve docAurelien Poscia2023-08-186-27/+23
* SONAR-20039 Clarify to end users that the apiv2 is not stable yetAntoine Vigneau2023-07-311-5/+7
* SONAR-19969 Support apiv2 POST /users to create a userAntoine Vigneau2023-07-286-2/+195
* SONAR-19991 Don't depend on sonar-webserver-webapi in sonar-webserver-webapi-v2.Wojtek Wajerowicz2023-07-285-13/+12
* SONAR-19964 GET /api/v2/users/:login endpointWojtek Wajerowicz2023-07-276-19/+79
* SONAR-19963 Add tests for API v2 users controller and refactor existing testsAntoine Vigneau2023-07-2615-365/+365
* SONAR-19965 DELETE /api/v2/users/:login endpointWojtek Wajerowicz2023-07-266-36/+163
* SONAR-19963 Add GET /api/v2/users endpointAurelien Poscia2023-07-2629-26/+1010
* SONAR-18951 [WebAPI v2] Spring-driven Integration TestsAntoine Vigneau2023-04-148-271/+391
* NO-JIRA added missing package-info.javaAurelien Poscia2023-03-304-0/+92
* SONAR-18484 fix startup of Web API v2 in DCE modeAurelien Poscia2023-02-221-1/+2
* SONAR-18484 - Add api/v2/system/health endpointAntoine Vigneau2023-02-217-8/+277
* SONAR-18484 Documentation for SonarQube Web API V2 (OpenApi/Swagger)Aurelien Poscia2023-02-215-51/+44
* SONAR-18484 Add api/v2/system/liveness endpointPierre2023-02-2110-0/+480