aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-webapi
Commit message (Expand)AuthorAgeFilesLines
* SONAR-21179 Deprecate preventReactivation paramlukasz-jarocki-sonarsource2023-12-084-16/+22
* SONAR-21131 Use same enums between request and response and map parametersLéo Geoffroy2023-12-081-7/+10
* SONAR-21131 Implement api v2 service for custom rule creationEric Giffon2023-12-0810-1186/+129
* SONAR-21131 Add response to new endpoint apiv2 rulesLéo Geoffroy2023-12-0811-203/+6
* SONAR-21194 add requiredForLanguages response fields to plugins/installed end...Steve Marion2023-12-074-43/+52
* SONAR-21139 setting nulls for clean_code_attribute of security hotspots ruleslukasz-jarocki-sonarsource2023-12-061-1/+0
* SONAR-21139 fixed the issue where creating custom rule for security hotspot w...lukasz-jarocki-sonarsource2023-12-062-21/+41
* SONAR-21014 Return 400 instead 500 in case provided locale is invalidJacek Poreda2023-12-012-17/+33
* SONAR-21109 - Fix permission issue on api/project_links/delete endpointantoine.vinot2023-12-012-11/+36
* SONAR-19478 - Fix java:S1117 Local variable shadowing class fieldsantoine.vinot2023-11-291-6/+9
* SONAR-21105 Deprecate open_issues', 'reopened_issues' and 'confirmed_issues' ...Léo Geoffroy2023-11-294-2/+10
* SONAR-21042 - Remove ES Rule index usage in Recently Added Rules and Scanner ...Jacek Poreda2023-11-2811-290/+460
* SONAR-21073 Add endpoint /api/v2/authorizations/group-memberships (GET/POST/D...Wojtek Wajerowicz2023-11-285-74/+46
* SONAR-19478 Builtin quality profile should be default if custom default profi...Léo Geoffroy2023-11-273-15/+110
* SONAR-21050 Normalization of rule tags to reduce ElasticSearch usageAlain Kermis2023-11-273-33/+85
* SONAR-20977 Fix notifications sent twice for FP or accepted issuesLéo Geoffroy2023-11-2316-62/+94
* SONAR-21058 Add POST to /api/v2/authorizations/groupsWojtek Wajerowicz2023-11-235-6/+16
* SONAR-21058 Add support for collection GET /api/v2/authorizations/groupsAurelien Poscia2023-11-236-76/+68
* SONAR-21058 API v2 GET /authorizations/groups/{groupId}Wojtek Wajerowicz2023-11-2311-514/+9
* SONAR-20870 improving webapi changelog and description to correctly indicate ...lukasz-jarocki-sonarsource2023-11-224-5/+9
* SONAR-21051 use UUID as resource id for /api/v2/users-management/usersAurelien Poscia2023-11-202-11/+10
* SONAR-21043 - Remove Elasticsearch usage for missing rules countantoine.vinot2023-11-202-72/+37
* SONAR-20991 Copy old 'Sonar way' quality gate to 'Sonar way (legacy)'Nolwenn Cadic2023-11-132-25/+140
* SONAR-20607 CaYC compliancy check should support legacy cayc conditionsZipeng WU2023-11-132-16/+76
* NO-JIRA fix code smellsLéo Geoffroy2023-11-091-7/+0
* NO-JIRA Fix code smellsLéo Geoffroy2023-11-081-3/+4
* NO-JIRA Fix code smellsLéo Geoffroy2023-11-081-16/+16
* SONAR-20872 Move api/measures changes to version 10.4lukasz-jarocki-sonarsource2023-11-084-12/+12
* SONAR-20932 Updated email issue notification to handle accepted issue statuslukasz-jarocki-sonarsource2023-11-085-13/+10
* SONAR-20877 Support null values for statusLéo Geoffroy2023-11-081-1/+1
* SONAR-20870 Add accept transition in replacement of wontfixLéo Geoffroy2023-11-088-14/+38
* SONAR-20873 Add new notice issueNewStatusAndTransitionGuide Benjamin Campomenosi2023-11-082-4/+7
* SONAR-20877 Update naming to issueStatusLéo Geoffroy2023-11-0822-65/+65
* SONAR-20877 Add new status to changelog for issuesLéo Geoffroy2023-11-082-2/+3
* SONAR-20892 Updated api/measures endpoints to return renamed metriclukasz-jarocki-sonarsource2023-11-0819-77/+370
* SONAR-20871 Add simple status to the issue indexBenjamin Campomenosi2023-11-085-39/+138
* SONAR-20877 Add new status field to api responseLéo Geoffroy2023-11-0819-4/+46
* SONAR-20921 Handle more configuration errors in SAML test pageMatteo Mara2023-11-072-3/+3
* SONAR-20931 storing all information in change_data column in qprofile_changes...lukasz-jarocki-sonarsource2023-11-022-1/+2
* SONAR-20853 Set visibility from GitHub when creating a project via scanner.Wojtek Wajerowicz2023-11-023-6/+71
* SONAR-20235 Add externalIdentity filter in api/users/searchAntoine Vigneau2023-11-022-13/+68
* Update server/sonar-webserver-webapi/src/main/java/org/sonar/server/qualitypr...David Cho-Lerat2023-11-021-1/+1
* Update server/sonar-webserver-webapi/src/main/java/org/sonar/server/qualitypr...David Cho-Lerat2023-11-021-1/+1
* SONAR-20491 Improved documentation of endpoint api/qualityprofiles/projectsMatteo Mara2023-11-021-2/+3
* MMF-3429 SonarWay smooth transition (#9791)Philippe Perrin2023-11-012-51/+37
* SONAR-20787 Add telemetry about quality gate conditions and sonar way (#9743)Nolwenn Cadic2023-10-261-1/+1
* NO-JIRA remove unused importsDimitris Kavvathas2023-10-251-2/+0
* SONAR-20777 enable lifecycle management on external issuesZipeng WU2023-10-245-21/+15
* SONAR-20530 Set property to email type for validationEric Giffon2023-10-231-1/+28
* SONAR-20699 Local projects always apply permissions templateAntoine Vigneau2023-10-204-7/+13