aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-webapi-v2
Commit message (Expand)AuthorAgeFilesLines
* SONAR-22807 Implement get and patch gitlab permissions mapping endpointNolwenn Cadic2024-08-231-0/+1
* SONAR-22516 API v2 endpoints for managing the email configurationAntoine Vigneau2024-08-1618-17/+1491
* SONAR-22785 Fix description of API docs in users and groups search (#11536)Sarath Nair2024-08-152-2/+2
* SONAR-22447 Updated hibernate-validator group IDMatteo Mara2024-07-041-1/+1
* SONAR-22447 Moved from javax.servlet-api to jakarta.servlet-api plus patch ve...Matteo Mara2024-07-041-1/+1
* SONAR-22447 Moved javax.el to jakarta.el plus patch version bumpMatteo Mara2024-07-041-1/+1
* SONAR-22447 move back all dependency management into the main build.gradle filesSteve Marion2024-07-011-1/+1
* NOJIRA Clarify how to use api/v2/dop-translation/bound-projectsAntoine Vigneau2024-06-261-1/+1
* SONAR-22365 Fix SSF-571Antoine Vigneau2024-06-1719-8/+1217
* NOJIRA Clarify api/v2 externalProvider descriptionAntoine Vigneau2024-06-061-5/+5
* SONAR-22141 implement simple linear ETA algorithm for db-migration.Steve Marion2024-05-084-63/+22
* SONAR-22141 add new fields in the response of migrations-status endpointMatteo Mara2024-05-082-7/+29
* SONAR-22141 added new endpoint /api/v2/system/migrations-statuslukasz-jarocki-sonarsource2024-05-086-0/+296
* SONAR-22035 Fix json returned by api/v2/analysis/engineJulien HENRY2024-05-062-2/+2
* SONAR-22035 New Endpoints to download Scanner Engineantoine.vinot2024-05-0311-2/+480
* SONAR-22034 New Endpoints to get JREs metadata and download JREantoine.vinot2024-05-0315-9/+699
* SONAR-22033 New endpoint to get the server version.antoine.vinot2024-04-167-0/+199
* SONAR-21898 make ALM/DOP types consistent between v1 and v2 endpoints.Wojtek Wajerowicz2024-04-113-11/+22
* SONAR-21819 Add projectKey to project-bindings endpoint responses.Wojtek Wajerowicz2024-04-103-39/+69
* SONAR-21819 Make documentation for pagination consistent.Wojtek Wajerowicz2024-04-101-1/+4
* SONAR-21922 API v2 endpoint for project-bindingsAntoine Vigneau2024-04-0212-0/+595
* SONAR-21819 Add DevOpsPlatformCreator for Azure DevOps.Wojtek Wajerowicz2024-03-281-0/+1
* SONAR-21819 DevopsProjectCreator for BitBucket serverAntoine Vigneau2024-03-283-6/+24
* SONAR-21819 Add DevOpsPlatformCreator for BitBucket Cloud.Wojtek Wajerowicz2024-03-281-1/+6
* SONAR-21819 Add api/v2 endpoint to get all DOP SettingsAntoine Vigneau2024-03-2810-4/+336
* SONAR-21819 Add POST /dop-translation/bound-projects endpoint.Wojtek Wajerowicz2024-03-2811-1/+438
* SONAR-21927 move from org.glassfish:javax.el:3.0.0 to org.glassfish:jakarta.e...Matteo Mara2024-03-271-1/+1
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-1/+1
* SONAR-21643 Convert some IT tests to Junit 5 (#10672)Dejan Milisavljevic2024-02-221-0/+7
* Fix SSF-530.Wojtek Wajerowicz2024-01-313-8/+61
* SONAR-21413 Introduce isProvisioningTokenSet in the GitLab config responsesAntoine Vigneau2024-01-234-6/+30
* SONAR-21413 Make provisioning groups ready to handle allowed groupsAntoine Vigneau2024-01-235-69/+78
* SONAR-21114 Remove the version tag from api/v2Aurelien Poscia2024-01-161-1/+0
* SONAR-21114 Allow updating externalProvider/externalLogin in PATCH /api/v2/us...Aurelien Poscia2024-01-163-1/+42
* SONAR-21114 PATCH /api/v2/users allow changing loginAurelien Poscia2024-01-153-35/+57
* SONAR-21244 Allow deletion of local groups when instance is managed.Wojtek Wajerowicz2024-01-042-3/+8
* NO-JIRA Update license headers to 2024Pierre2024-01-03109-109/+109
* SONAR-21250 Add validation checks for the Gitlab configurationAntoine Vigneau2023-12-227-44/+79
* SONAR-21121 Move Gitlab Config REST endpoints to Community editionAntoine Vigneau2023-12-2213-0/+1048
* SONAR-21121 Add PATCH /dop-translation/gitlab-configurations/Aurelien Poscia2023-12-222-1/+10
* SONAR-21121 Add GET /dop-translation/gitlab-configurations/ and refactored re...Aurelien Poscia2023-12-228-4/+161
* SONAR-21121 Add GET /dop-translation/gitlab-configurations/:idAurelien Poscia2023-12-221-0/+1
* SONAR-21228 Log deprecated API usage for API V2Alain Kermis2023-12-196-1/+369
* SONAR-21131 Add rule controller unit testsEric Giffon2023-12-084-57/+157
* SONAR-21131 Use same enums between request and response and map parametersLéo Geoffroy2023-12-0813-23/+52
* 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