aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-webapi
Commit message (Expand)AuthorAgeFilesLines
* SONAR-19372 validate transitionsPierre Guillot2023-08-025-20/+58
* SONAR-19372 add api/issues/anticipated_transitions endpointDimitris Kavvathas2023-08-0211-1/+953
* Revert "SONAR-19233 Drop deprecated paging response fields"Jacek Poreda2023-08-0223-26/+147
* SONAR-19233 Drop deprecated paging response fieldsEric Giffon2023-07-3123-147/+26
* SONAR-19969 Support apiv2 POST /users to create a userAntoine Vigneau2023-07-285-67/+40
* SONAR-19991 Don't depend on sonar-webserver-webapi in sonar-webserver-webapi-v2.Wojtek Wajerowicz2023-07-2836-1717/+31
* SONAR-19965 DELETE /api/v2/users/:login endpointWojtek Wajerowicz2023-07-2641-524/+62
* SONAR-19963 Add GET /api/v2/users endpointAurelien Poscia2023-07-2630-427/+150
* SONAR-7704 Change type of components.created_at to bigintEric Giffon2023-07-242-3/+2
* SONAR-19850 Fix code smellsBenjamin Campomenosi2023-07-193-11/+10
* SONAR-19850 Apply validation fixeslukasz-jarocki-sonarsource2023-07-194-8/+11
* SONAR-19850 Fix code smellsLéo Geoffroy2023-07-193-4/+3
* SONAR-19850 Fix tests after enabling different uuids for project and branchlukasz-jarocki-sonarsource2023-07-1910-26/+15
* SONAR-19850 Fix new code period bug on project creationLéo Geoffroy2023-07-1914-46/+71
* SONAR-19850 Fix project export statusLéo Geoffroy2023-07-192-24/+22
* SONAR-19850 Use different uuids for project and branchlukasz-jarocki-sonarsource2023-07-198-89/+96
* SONAR-19850 Fix name of method in ProjectLifeCycleListenersBenjamin Campomenosi2023-07-194-4/+4
* SONAR-19850 Add indexer event for switch of main branchLéo Geoffroy2023-07-192-3/+14
* SONAR-19850 Add POST endpoint to set main branchBenjamin Campomenosi2023-07-195-1/+385
* SONAR-19935 Rename ws param projectKey to projectEric Giffon2023-07-192-25/+28
* SONAR-19934 Rename ws param componentKeys to componentsEric Giffon2023-07-194-36/+39
* SONAR-19728 Update ws indexation_status to return project count instead of br...Eric Giffon2023-07-193-12/+18
* SONAR-19728 Remove ordering from query, fetch issue keysJacek Poreda2023-07-192-13/+13
* SONAR-19728 add `api/hotspots/list` endpointJacek2023-07-1914-214/+1106
* SONAR-19728 add api/issues/list WS actionJacek Poreda2023-07-195-0/+1095
* SONAR-19728 Remove needIssueSync flag from api/components/search_projectsEric Giffon2023-07-193-50/+14
* SONAR-19962 Upgrade Sonar Plugin API to v10.0.0.695Duarte Meneses2023-07-1821-188/+24
* SONAR-19610 Fix Markdown description not saved when using /api/rules/update e...Alain Kermis2023-07-182-4/+5
* SONAR-19860 Add information for the response fields 'lastAnalysisDate' and 'r...Dimitris Kavvathas2023-07-182-44/+27
* SONAR-19790 Return managed status for project in /api/project/searchAntoine Vigneau2023-07-183-12/+64
* SONAR-19786 Apply project permissions from GitHub at user levelAurelien Poscia2023-07-1813-94/+149
* SONAR-19790 Don't apply permissions templates when importing projectWojtek Wajerowicz2023-07-184-18/+103
* SONAR-19790 Disallow applying permission template on managed projectViktor Vorona2023-07-184-7/+25
* SONAR-19790 handled managed projects /api/permissions/[bulk_]apply_templateAurelien Poscia2023-07-184-9/+69
* SONAR-19787 Restrict permissions changes on managed instancesAntoine Vigneau2023-07-1817-80/+389
* SONAR-19785 update SQ groups permissions from GitHub teams permissionsAurelien Poscia2023-07-1813-142/+146
* SONAR-19784 Improve GitHub project lookup to disallow visibility updateAntoine Vigneau2023-07-182-61/+15
* SONAR-19784 Synchronize visibility from GitHubAurelien Poscia2023-07-182-103/+23
* SONAR-19784 Do not allow visibility update on managed projectsAntoine Vigneau2023-07-182-2/+78
* NO-JIRA remove unused importsPierre2023-07-1736-50/+1
* NO-JIRA replace guava copy uniqueIndex to Collectors.toMap and simplify lambdasPierre2023-07-1739-109/+101
* NO-JIRA replace Collectors.toList to Stream.toListPierre2023-07-1777-150/+135
* NO-JIRA replace MoreCollectors.join with String.join or Collectors.joiningPierre2023-07-172-10/+5
* NO-JIRA replace MoreCollectors.toOneElement with Optional.findFirstPierre2023-07-173-11/+9
* NO-JIRA replace MoreCollectors.toHashSet(size) with Collectors.toSetPierre2023-07-174-9/+8
* NO-JIRA replace MoreCollectors.toHashSet with Collectors.toSetPierre2023-07-175-9/+7
* NO-JIRA replace MoreCollectors.toArrayList(size) with Collectors.toListPierre2023-07-174-11/+12
* NO-JIRA replace MoreCollectors.toArrayList with Collectors.toListPierre2023-07-173-7/+6
* NO-JIRA replace MoreCollectors.toImmutableSet with ImmutableSet.toImmutableSe...Pierre2023-07-171-2/+2
* NO-JIRA replace MoreCollectors.toImmutableList with ImmutableList.toImmutable...Pierre2023-07-171-2/+2