aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-webapi-v2/src/test
Commit message (Expand)AuthorAgeFilesLines
* SONAR-22433 Add version to OpenAPI infoVictor Schneuwly45 hours1-0/+19
* SONAR-24667 Stop relying on UserRole from the plugin APIJulien HENRY2025-03-271-1/+1
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-272-6/+6
* SONAR-24413 check azure openai endpoint connectionSerhat Yenican2025-03-101-1/+12
* SQRP-150 Endpoints to download the CLIantoine.vinot2025-02-191-0/+10
* SONAR-24315 Simplify the Spring configurationJulien HENRY2025-02-062-16/+55
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0930-30/+30
* SONAR-23910 Support externalId in PATCH /api/v2/users-management/users/{ID}Aurelien Poscia2025-01-032-0/+9
* SONAR-24082 Fix quality gate statusMatteo Mara2024-12-241-1/+2
* SONAR-24044 Lower logging in Exception Handler methods.Steve Marion2024-12-191-17/+15
* SONAR-19122 Upgrade to Spring 6Jacek Poreda2024-12-182-5/+5
* SONAR-24003 Delete unnecessary importsJulien Camus2024-12-182-4/+0
* SONAR-24004 Replace lambda with method referenceJulien Camus2024-12-181-5/+9
* CODEFIX-246 Add logging to the handler of ServerExceptionsVojtech Suchy2024-12-181-0/+3
* SONAR-22998 fetch active rules with a dedicated endpointPierre Guillot2024-12-182-0/+178
* SONAR-23652 Add modified flag to payload of mode endpointLéo Geoffroy2024-11-261-1/+18
* SONAR-23651 Trigger conditions mismatch notification when mode is changedLéo Geoffroy2024-11-261-0/+165
* SONAR-23593 /clean-code-policy/rules accepts type and severityOrlovAlexander2024-11-151-20/+59
* SONAR-23265 Fix SSF-623Julien Camus2024-10-041-4/+4
* SONAR-23082 Improve exception handling in APIJulien Camus2024-10-031-17/+306
* SONAR-23079 Improve exception handlingJulien Camus2024-09-181-29/+30
* SONAR-22516 API v2 endpoints for managing the email configurationAntoine Vigneau2024-08-162-0/+646
* SONAR-22365 Fix SSF-571Antoine Vigneau2024-06-172-1/+501
* SONAR-22141 implement simple linear ETA algorithm for db-migration.Steve Marion2024-05-081-17/+16
* SONAR-22141 add new fields in the response of migrations-status endpointMatteo Mara2024-05-081-2/+11
* SONAR-22141 added new endpoint /api/v2/system/migrations-statuslukasz-jarocki-sonarsource2024-05-081-0/+152
* SONAR-22035 Fix json returned by api/v2/analysis/engineJulien HENRY2024-05-061-1/+1
* SONAR-22035 New Endpoints to download Scanner Engineantoine.vinot2024-05-033-2/+204
* SONAR-22034 New Endpoints to get JREs metadata and download JREantoine.vinot2024-05-035-9/+308
* SONAR-22033 New endpoint to get the server version.antoine.vinot2024-04-162-0/+88
* SONAR-21898 make ALM/DOP types consistent between v1 and v2 endpoints.Wojtek Wajerowicz2024-04-111-7/+18
* SONAR-21819 Add projectKey to project-bindings endpoint responses.Wojtek Wajerowicz2024-04-101-28/+44
* SONAR-21922 API v2 endpoint for project-bindingsAntoine Vigneau2024-04-021-0/+229
* SONAR-21819 DevopsProjectCreator for BitBucket serverAntoine Vigneau2024-03-281-3/+6
* SONAR-21819 Add api/v2 endpoint to get all DOP SettingsAntoine Vigneau2024-03-282-1/+111
* SONAR-21819 Add POST /dop-translation/bound-projects endpoint.Wojtek Wajerowicz2024-03-281-0/+151
* Fix SSF-530.Wojtek Wajerowicz2024-01-311-0/+48
* SONAR-21413 Introduce isProvisioningTokenSet in the GitLab config responsesAntoine Vigneau2024-01-231-5/+24
* SONAR-21413 Make provisioning groups ready to handle allowed groupsAntoine Vigneau2024-01-231-45/+51
* SONAR-21114 Allow updating externalProvider/externalLogin in PATCH /api/v2/us...Aurelien Poscia2024-01-161-0/+13
* SONAR-21114 PATCH /api/v2/users allow changing loginAurelien Poscia2024-01-151-35/+45
* SONAR-21244 Allow deletion of local groups when instance is managed.Wojtek Wajerowicz2024-01-041-2/+2
* NO-JIRA Update license headers to 2024Pierre2024-01-0314-14/+14
* SONAR-21250 Add validation checks for the Gitlab configurationAntoine Vigneau2023-12-221-15/+22
* SONAR-21121 Move Gitlab Config REST endpoints to Community editionAntoine Vigneau2023-12-221-0/+432
* SONAR-21228 Log deprecated API usage for API V2Alain Kermis2023-12-192-1/+206
* SONAR-21131 Add rule controller unit testsEric Giffon2023-12-082-18/+155
* SONAR-21131 Implement api v2 service for custom rule creationEric Giffon2023-12-081-0/+3
* SONAR-21131 Add response to new endpoint apiv2 rulesLéo Geoffroy2023-12-082-1/+183
* SONAR-21131 Add rule creation structure on apiv2Léo Geoffroy2023-12-081-0/+56