aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-webapi-v2
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-20285 PATCH endpoint to update usersWojtek Wajerowicz2023-09-0415-104/+454
| | | Co-authored-by: Aurelien Poscia <aurelien.poscia@sonarsource.com>
* 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 ↵Aurelien Poscia2023-08-187-99/+178
| | | | access-level
* 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