aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-webapi/src
Commit message (Expand)AuthorAgeFilesLines
* Fix unstable UTDuarte Meneses2021-11-181-1/+1
* SONAR-14315 Cannot paginate /api/project_tags/searchDuarte Meneses2021-11-182-3/+6
* Improve code qualityDuarte Meneses2021-11-1813-42/+32
* SONAR-15398 update class and method namesDuarte Meneses2021-11-184-7/+7
* SONAR-13426 Validate token for public project when auth is forcedPierre2021-11-183-10/+147
* SONAR-14907 Update WebAPI examplesWouter Admiraal2021-11-179-12/+12
* SONAR-13427 implement ITsLukasz Jarocki2021-11-163-5/+6
* SONAR-15406 Issue change log is not sort by createdDateDuarte Meneses2021-11-162-12/+38
* SONAR-13427 Added a new endpoint to renew the project badge tokenLukasz Jarocki2021-11-164-2/+200
* SONAR-13426 accept tokens on api/project_badges/measure and quality_gate endp...Pierre2021-11-155-28/+42
* SONAR-13426 add api/project_badges/token endpointPierre2021-11-155-4/+202
* SONAR-15579 Improve error verbosity on permission template matching key colli...Klaudio Sinani2021-11-092-1/+30
* SONAR-15397 Fix Issue tags aren't filtered by branchZipeng WU2021-11-052-15/+106
* SONAR-15501 Fix response example for `api/project_analyses/search` endpoint +...Klaudio Sinani2021-11-042-17/+19
* SONAR-15580 Migrate api/project_dump/status endpoint to CE + unit testsKlaudio Sinani2021-11-043-1/+546
* SONAR-15574 Add package info file for `org.sonar.server.projectanalysis.ws` p...Klaudio Sinani2021-11-041-0/+23
* SONAR-15574 open source background project export task processingpierre2021-11-044-6/+9
* SONAR-15574 move Project export API to community editionPierre2021-11-0411-0/+644
* SONAR-15567 Add new `projectImportFeatureEnabled` feature flag (#4891)klaudio-sinani-sonarsource2021-11-043-0/+37
* SONAR-15588 Endpoint for dismissing sonarlint promotionZipeng WU2021-11-034-2/+137
* SONAR-15587 - Return sonarLintAdSeen in CurrentAction payloadBelen Pruvost2021-11-033-4/+17
* SONAR-15603 - Quality Profile permission delegation logsBelen Pruvost2021-11-032-2/+5
* SONAR-15602 - Quality Gate permission delegation logsBelen Pruvost2021-11-032-2/+4
* SONAR-15423 Download access.log in system administration pageZipeng WU2021-11-032-40/+20
* Fix code quality issuesDuarte Meneses2021-10-252-3/+3
* SONAR-15440 Add permission delegate in ListActionZipeng WU2021-10-227-21/+92
* SONAR-15548 Extend permission on Quality Gate actions to selected users and g...Zipeng WU2021-10-226-4/+121
* SONAR-15541 Create api/qualitygates/remove_user serviceZipeng WU2021-10-227-43/+331
* SONAR-15442 Deactivate an user should remove its permission on Quality GateZipeng WU2021-10-222-13/+29
* SONAR-15539 - Removing a QG removes QG permissionsBelen Pruvost2021-10-222-0/+51
* SONAR-15443 - Removing a group removes QG group permissionBelen Pruvost2021-10-222-0/+18
* SONAR-15441 - QG Groups Remove EndpointBelen Pruvost2021-10-227-62/+349
* SONAR-15514 Create api/qualitygates/search_users serviceZipeng WU2021-10-229-24/+507
* SONAR-15441 - QG Groups Search EndpointBelen Pruvost2021-10-2211-77/+653
* SONAR-15441 - Create api/qualitygates/add_group endpointbelen-pruvost-sonarsource2021-10-226-4/+298
* SONAR-15500 Create api/qualitygates/add_user serviceZipeng WU2021-10-226-1/+292
* SONAR-15511 Update api/system/upgrades to add latest LTS informationMathieu Suen2021-10-213-0/+12
* SONAR-15486 add a new field to response of /api/issues/search endpoint - quic...Lukasz Jarocki2021-10-134-41/+66
* SONAR-15488 x-total header is optionalPierre2021-10-081-5/+8
* SONAR-15458 update /api/users/current to return information about usage of so...Lukasz Jarocki2021-10-013-5/+18
* cleaning up some code smellsPierre2021-10-012-3/+1
* Fix code quality issuesDuarte Meneses2021-09-2414-60/+35
* SONAR-15425 'api/rules/repositories' is empty for new instancesDuarte Meneses2021-09-233-3/+3
* SONAR-15408 Custom config for security analysis supports validators (#4735)Gyula Sallai2021-09-212-5/+97
* SONAR-15228 Add missing web service response examplesDuarte Meneses2021-09-1618-5/+52
* SONAR-15338 updated documentationLukasz Jarocki2021-09-161-2/+3
* SONAR-15338 setSecuredSettings added to the api/settings/values endpointLukasz Jarocki2021-09-163-22/+40
* SONAR-15202 Fix display of sub-portfolio as favoriteJacek2021-09-162-12/+71
* [NO-JIRA] Addressing some code smellsBelen Pruvost2021-09-162-15/+2
* SONAR-15233 - Handle tildas on BBS OnboardingBelen Pruvost2021-09-152-4/+39