aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-webapi
Commit message (Expand)AuthorAgeFilesLines
* SONAR-18856 Refactor properties and related web servicesDuarte Meneses2023-06-0117-160/+74
* SONAR-18856 Refactor propertiesDuarte Meneses2023-06-016-176/+118
* SONAR-18856 Refactor properties and favoritesLukasz Jarocki2023-06-014-22/+23
* SONAR-18856 Refactor favorites and propertiesDuarte Meneses2023-06-0121-535/+321
* SONAR-19340 Raise event whenever hotspots change in WSAlain Kermis2023-05-308-36/+202
* SONAR-19339 Expose api/hotspots/pullJacek2023-05-3020-83/+900
* SONAR-19346 deprecated /api/ce/task in favour of /api/ce/activityAurelien Poscia2023-05-261-2/+5
* SONAR-19346 update payload examples for /api/ce/task and /api/ce/activityAurelien Poscia2023-05-262-47/+45
* SONAR-19346 Publish GitHub sync provisioning summaryAurelien Poscia2023-05-268-109/+146
* SONAR-19294 fail call to api/new_code_period/set when non-compliant option is...Zipeng WU2023-05-232-3/+41
* SONAR-19294 Fail to unset NCD when parent NCD not CaYC compliant (#8314)Nolwenn Cadic2023-05-234-14/+337
* SONAR-19197 Update ES and web services with code variantsEric Giffon2023-05-169-10/+156
* [NO JIRA] Remove dead code in PropertiesDaoDuarte Meneses2023-05-151-1/+1
* SONAR-19147 Fix assigned_to_me facetDimitris Kavvathas2023-05-121-3/+3
* SONAR-18856 accurate usage of project uuid in applicationsLukasz Jarocki2023-05-124-12/+33
* SONAR-15440 SONAR-15441 Remove internal flag for Quality Gate permission mana...Zipeng WU2023-05-1212-12/+0
* SONAR-19085 Add debug logs when syncing groups.Wojtek Wajerowicz2023-05-111-5/+16
* SONAR-19085 Create and update GitHub groupsAntoine Vigneau2023-05-113-0/+188
* SONAR-19085 Add step to delete removed groups.Wojtek Wajerowicz2023-05-112-0/+8
* SONAR-19084 Add step to deactivate removed users.Wojtek Wajerowicz2023-05-113-8/+3
* SONAR-18856 refactor `project_badge_token` Benjamin Campomenosi2023-05-111-3/+4
* SONAR-18856 Fix ce/Analysis/status endpointLéo Geoffroy2023-05-112-28/+34
* SONAR-18856 Fix Delete/List branch endpoint to support project uuidLéo Geoffroy2023-05-112-26/+32
* SONAR-18856 Fix RenameAction endpoint to support project uuidLéo Geoffroy2023-05-114-23/+28
* SONAR-18856 Fix Import branches / BranchSupportDelegate to support projectuu...Léo Geoffroy2023-05-111-1/+1
* SONAR-18856 Refactor 'new_code_periods'Duarte Meneses2023-05-104-4/+4
* SONAR-18856 Adapt ALM provisionning to not rely on component uuid for project...Léo Geoffroy2023-05-1047-167/+251
* SONAR-19103 Open documentation links safely in new tabsZipeng WU2023-05-0914-199/+93
* SONAR-18856 Adapt IT tests to support branch and project having different uuidsLéo Geoffroy2023-05-08166-1437/+1424
* SONAR-18596 Change permissions for get_binding API to BrowseViktor Vorona2023-05-052-13/+13
* SONAR-18917 Project analysis token isn't updated when project is rekeyedDuarte Meneses2023-05-044-15/+25
* SONAR-18741 Drop support for providing module keys in wsLéo Geoffroy2023-05-0314-7/+24
* SONAR-18742 Remove usage of 'BRC' in component/search and component/treeLéo Geoffroy2023-05-036-17/+60
* SONAR-18927 fixed an issue with project badges for private applicationsLukasz Jarocki2023-05-025-7/+46
* Update server/sonar-webserver-webapi/build.gradleSteve Marion2023-04-281-1/+1
* [NO-JIRA] set spring-test version to the springVersion variableSteve Marion2023-04-281-1/+1
* Revert "SONAR-19050 added characteristic to elasticsearch index"Duarte Meneses2023-04-2813-279/+15
* Revert "SONAR-19050 Add characteristic to response of issue web services"Duarte Meneses2023-04-2818-30/+9
* Revert "SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549"Duarte Meneses2023-04-287-42/+46
* Revert "SONAR-19050 /api/issues/search now always return all possible values ...Duarte Meneses2023-04-282-13/+2
* SONAR-19103 Improve New Code Definition descriptions and help textsAmbroise C2023-04-2712-56/+242
* SONAR-19050 /api/issues/search now always return all possible values for char...Lukasz Jarocki2023-04-252-2/+13
* SONAR-19050 Upgrade sonar-plugin-api to v9.16.0.549Duarte Meneses2023-04-247-46/+42
* SONAR-19050 Add characteristic to response of issue web servicesDuarte Meneses2023-04-2418-9/+30
* SONAR-19050 added characteristic to elasticsearch indexlukasz-jarocki-sonarsource2023-04-2413-15/+279
* SONAR-19031 - Make api/hotspots/change_status public.Antoine Vinot2023-04-242-3/+5
* SONAR-19045 Migrate from javaxi.servlet to framework agnostic plugin api classesAntoine Vinot2023-04-2412-184/+156
* [SONAR-18964] the sonarlint and SQ last connected before request fields now i...Steve Marion2023-04-172-4/+27
* [SONAR-18964] make query parameters lastConnectedAfter, lastConnectedBefore, ...Steve Marion2023-04-122-16/+48
* [SONAR-18964] add sonarLintLastConnectionDate parameter to api/users/search r...Steve Marion2023-04-123-14/+178