aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-webapi-v2/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-25454 Implement repository URL-based project bindings fuzzy searchHEADmasterJulien Camus5 hours2-20/+36
* SONAR-25178 Default api/v2 content negotiation to JSONAntoine Vigneau2025-05-261-0/+6
* SONAR-25122 Handle restricted usage of AI CodeFixVojtech Suchy2025-05-212-0/+10
* SONAR-24880 use WebMvcConfigurer.getValidatorHavoc Pennington2025-05-201-5/+20
* SONAR-24830 Fix Broken Access Control "/api/v2/users-management/users"Guillaume Péoc'h2025-05-123-10/+2
* SONAR-24780 Add userId parameter to GET /authorizations/groupsAurelien Poscia2025-05-123-3/+19
* SONAR-21634 Update documentation of the API V2Matteo Mara2025-04-241-2/+2
* SONAR-22433 Add version to OpenAPI infoVictor Schneuwly2025-04-161-6/+10
* 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-273-5/+5
* SONAR-24395 Make flag for internal endpoint Sonar specificAntoine Vigneau2025-03-191-1/+1
* SQRP-295 Add SCA Feature Enablement (#13175)John Bintz2025-03-171-0/+1
* SONAR-24413 check azure openai endpoint connectionSerhat Yenican2025-03-102-1/+18
* SCA-105 move SCA endpoints into their own /sca domain and tweak path namesHavoc Pennington2025-03-101-0/+6
* SQRP-150 Endpoints to download the CLIantoine.vinot2025-02-193-53/+105
* SONAR-24315 Simplify the Spring configurationJulien HENRY2025-02-063-189/+37
* SC-19458 Improve API documentation v2 for /dop-translation/bound-projectsTom2025-02-041-1/+2
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-09169-169/+169
* SONAR-23910 Support externalId in PATCH /api/v2/users-management/users/{ID}Aurelien Poscia2025-01-035-4/+19
* SONAR-24053 Replace expression language usage by simple message interpolation...Steve Marion2024-12-311-3/+8
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-271-6/+2
* SONAR-24044 Lower logging in Exception Handler methods.Steve Marion2024-12-191-26/+28
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-182-13/+1
* SONAR-19122 Upgrade to Spring 6Jacek Poreda2024-12-1831-63/+56
* CODEFIX-246 Add logging to the handler of ServerExceptionsVojtech Suchy2024-12-181-0/+1
* SONAR-18646 Drop htmlDesc from api/rules/show and api/rules/searchJulien HENRY2024-12-181-3/+0
* SONAR-22998 fetch active rules with a dedicated endpointPierre Guillot2024-12-186-0/+180
* SQRP-119 (#12446)Anita Stanisz2024-11-291-2/+2
* SQRP-119 Rename notifications (#12414)Anita Stanisz2024-11-291-2/+2
* SONAR-23652 Add modified flag to payload of mode endpointLéo Geoffroy2024-11-262-11/+22
* SONAR-23651 Trigger conditions mismatch notification when mode is changedLéo Geoffroy2024-11-269-0/+275
* SONAR-23593 /clean-code-policy/rules accepts type and severityOrlovAlexander2024-11-152-5/+15
* SONAR-23594 Fix SSF-606Nolwenn Cadic2024-11-141-0/+1
* SONAR-23265 Fix SSF-623Julien Camus2024-10-042-8/+7
* SONAR-23082 Improve exception handling in APIJulien Camus2024-10-032-43/+188
* SONAR-23079 Improve exception handlingJulien Camus2024-09-181-10/+23
* SONAR-22951 Use 5 levels severities for Software ImpactDejan Milisavljevic2024-09-181-1/+3
* [NO-JIRA] Fix bean naming in API V2 + enable failing fast in case same bean n...Jacek Poreda2024-09-041-1/+3
* 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-1616-17/+845
* SONAR-22785 Fix description of API docs in users and groups search (#11536)Sarath Nair2024-08-152-2/+2
* NOJIRA Clarify how to use api/v2/dop-translation/bound-projectsAntoine Vigneau2024-06-261-1/+1
* SONAR-22365 Fix SSF-571Antoine Vigneau2024-06-1717-7/+716
* NOJIRA Clarify api/v2 externalProvider descriptionAntoine Vigneau2024-06-061-5/+5
* SONAR-22141 implement simple linear ETA algorithm for db-migration.Steve Marion2024-05-083-46/+6
* SONAR-22141 add new fields in the response of migrations-status endpointMatteo Mara2024-05-081-5/+18
* SONAR-22141 added new endpoint /api/v2/system/migrations-statuslukasz-jarocki-sonarsource2024-05-085-0/+144
* 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-038-0/+276
* SONAR-22034 New Endpoints to get JREs metadata and download JREantoine.vinot2024-05-039-0/+390