aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-webapi-v2
Commit message (Expand)AuthorAgeFilesLines
* SONAR-25454 Implement repository URL-based project bindings fuzzy searchJulien Camus10 days5-21/+250
* SONAR-25178 Default api/v2 content negotiation to JSONAntoine Vigneau2025-05-261-0/+6
* SONAR-25122 Handle restricted usage of AI CodeFixVojtech Suchy2025-05-213-0/+21
* SONAR-24880 use WebMvcConfigurer.getValidatorHavoc Pennington2025-05-202-5/+29
* SONAR-24830 Fix Broken Access Control "/api/v2/users-management/users"Guillaume Péoc'h2025-05-124-15/+2
* SONAR-24780 Add userId parameter to GET /authorizations/groupsAurelien Poscia2025-05-124-3/+25
* SONAR-21634 Update documentation of the API V2Matteo Mara2025-04-242-2/+6
* SONAR-22433 Add version to OpenAPI infoVictor Schneuwly2025-04-162-6/+29
* SONAR-24667 Stop relying on UserRole from the plugin APIJulien HENRY2025-03-272-2/+2
* SONAR-24520 Replace usages of Plugin API RuleType with internal Enumantoine.vinot2025-03-275-11/+11
* 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-103-2/+30
* 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-194-53/+115
* SONAR-24315 Simplify the Spring configurationJulien HENRY2025-02-065-205/+92
* SC-19458 Improve API documentation v2 for /dop-translation/bound-projectsTom2025-02-041-1/+2
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-09200-200/+200
* SONAR-23910 Support externalId in PATCH /api/v2/users-management/users/{ID}Aurelien Poscia2025-01-037-4/+28
* SONAR-24053 Replace expression language usage by simple message interpolation...Steve Marion2024-12-313-5/+17
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-271-6/+2
* SONAR-24082 Fix quality gate statusMatteo Mara2024-12-241-1/+2
* SONAR-24044 Lower logging in Exception Handler methods.Steve Marion2024-12-192-43/+43
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-183-13/+1
* SONAR-19122 Upgrade to Spring 6Jacek Poreda2024-12-1835-70/+64
* 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-182-0/+4
* 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-188-0/+358
* 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-263-12/+40
* SONAR-23651 Trigger conditions mismatch notification when mode is changedLéo Geoffroy2024-11-2610-0/+440
* SONAR-23593 /clean-code-policy/rules accepts type and severityOrlovAlexander2024-11-153-25/+74
* SONAR-23594 Fix SSF-606Nolwenn Cadic2024-11-141-0/+1
* SONAR-23265 Fix SSF-623Julien Camus2024-10-043-12/+11
* SONAR-23082 Improve exception handling in APIJulien Camus2024-10-033-60/+494
* SONAR-23079 Improve exception handlingJulien Camus2024-09-182-39/+53
* 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-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