aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-webapi
Commit message (Expand)AuthorAgeFilesLines
* SONAR-19761 Change documentation URLWouter Admiraal2023-08-247-11/+11
* SONAR-20156 Add new endpoint api/dismiss_message/checkZipeng WU2023-08-246-30/+273
* SONAR-20157 New field previousUncompliantValue in api/new_code_periods/listZipeng WU2023-08-242-38/+85
* SONAR-20156 Create api/dismiss_message/dismiss endpoint Nolwenn Cadic2023-08-2414-48/+506
* SONAR-20156 New field previousUncompliantValue in api/new_code_periods/showZipeng WU2023-08-243-13/+57
* SONAR-19970 Remove PR measure replacementEric Giffon2023-08-236-422/+6
* Revert "SONAR-7704 Change type of components.created_at to bigint"Eric Giffon2023-08-232-2/+3
* SONAR-20198 security hospot should not return cleancode attribute, and should...Léo Geoffroy2023-08-223-4/+26
* SONAR-20198 making severity facet work together with software quality facetlukasz-jarocki-sonarsource2023-08-222-3/+2
* SONAR-20198 Fix search facetsLéo Geoffroy2023-08-226-15/+162
* SONAR-20198 Deprecate severity and type from response and parameters in rules...Léo Geoffroy2023-08-224-4/+11
* SONAR-20198 Added rules data to elasticsearch indexeslukasz-jarocki-sonarsource2023-08-221-0/+4
* SONAR-20198 - add clean code fields in rules endpoints Benjamin Campomenosi2023-08-2214-145/+327
* SONAR-19783 post review changesAurelien Poscia2023-08-221-2/+2
* SONAR-19783 clean-up github_orgs_group upon group deletionAurelien Poscia2023-08-222-0/+9
* SONAR-20181 Support pageSize=0Aurelien Poscia2023-08-212-8/+8
* SONAR-20076 Fix api/projects/search last analysis dateAlain Kermis2023-08-212-21/+60
* SONAR-20021 Adding clean code taxonomy to issues endpointslukasz-jarocki-sonarsource2023-08-184-14/+30
* SONAR-20021 Add test for cleanCodeAttribute for SearchActionlukasz-jarocki-sonarsource2023-08-181-12/+78
* SONAR-20021 Update Issues web apis with Clean Code TaxonomyJacek Poreda2023-08-1824-10/+347
* SONAR-20169 Create custom rules with default impactsLéo Geoffroy2023-08-184-5/+54
* SONAR-20047 Deprecate endpoints and params related to rule or issue type and ...Wouter Admiraal2023-08-188-4/+31
* SONAR-20021 Add new dismissNotice 'issueCleanCodeGuide' to DismissNoticeActionLéo Geoffroy2023-08-183-3/+22
* SONAR-20040 Fix response example for api/sources/issue_snippetsAlain Kermis2023-08-182-1/+80
* SONAR-19979 Allow SCM accounts to be updated on managed instancesAntoine Vigneau2023-08-112-58/+89
* SONAR-19789 schedule permissions sync task upon project onboardingAurelien Poscia2023-08-092-2/+13
* SONAR-20082 Set public permissions on managed projects at creationAntoine Vigneau2023-08-089-20/+115
* Revert "SONAR-19789 Return initial_perm_sync in /api/components/show"Antoine Vigneau2023-08-073-5/+2
* SONAR-19789 Return initial_perm_sync in /api/components/showAntoine Vigneau2023-08-043-2/+5
* SONAR-20061 purge used anticipated_transitionSteve Marion2023-08-023-1/+5
* SONAR-19372 remove branch support for anticipated transitionsPierre2023-08-023-4/+0
* 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