aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-webapi
Commit message (Expand)AuthorAgeFilesLines
...
* [NO JIRA] Remove unused importsDuarte Meneses2023-04-122-2/+0
* SONAR-18860 Fix sql queries for components in the main branch and fix ITsDuarte Meneses2023-04-125-94/+78
* SONAR-19015 Use new log test fixtures in the sonar-plugin-apiJeremy Davis2023-04-117-28/+29
* [SONAR-18809] replace hash by nonce for CSP headersSteve Marion2023-04-112-63/+13
* SONAR-18850 clean sonar-webserver-auth of main_branc_project_uuid usage Benjamin Campomenosi2023-04-0718-114/+163
* SONAR-18850 mainBranchProjectUuid refactoringLukasz Jarocki2023-04-064-25/+36
* SONAR-18850 made org.sonar.server.component.ws.ShowAction not dependent on ma...Lukasz Jarocki2023-04-051-6/+10
* SONAR-18850 removing usage of mainBranchUuid from selectByKeyAndBranchOrPrLukasz Jarocki2023-04-0410-40/+35
* SONAR-18850 remove usage main branch project UUID in ce taskLéo Geoffroy2023-04-043-10/+9
* SONAR-18860 Refactor usage of main_branch_project_uuid to use branch is_main ...Duarte Meneses2023-04-0421-171/+205
* SONAR-18850 update branch mapper to use is main and update test frameworkLukasz Jarocki2023-04-0433-96/+113
* SONAR-18850 remove usage main branch component for private moduleLéo Geoffroy2023-04-043-24/+4
* SONAR-18850 update branch mapper to use is main and update test framework Benjamin Campomenosi2023-04-041-0/+1
* SONAR-18956 improve api/system/health permission requirement descriptionPierre2023-04-041-1/+5
* SONAR-18955 fix the description of qualitygates endpointsMatteo Mara2023-04-033-4/+4
* SONAR-18743 fix changelog and response examples of issues endpointsMatteo Mara2023-03-3116-16/+8
* SONAR-18728 Remove ES User indexAurelien Poscia2023-03-319-116/+13
* SONAR-18728 use DB calls to replace UserIndex.getAtMostThreeActiveUsersForScm...Aurelien Poscia2023-03-311-1/+1
* SONAR-18728 Use table SCM_ACCOUNTS instead of SCM_ACCOUNTS column in USERSAurelien Poscia2023-03-318-15/+18
* SONAR-18872 improve total ncloc computation10.0.0.68432Pierre2023-03-302-10/+3
* SONAR-17705 fix description of qualitygates/copy and qualitygates/rename endp...Matteo Mara2023-03-302-2/+2
* [NO-JIRA] Remove generic code smellsMatteo Mara2023-03-302-2/+2
* [NO-JIRA] Remove code smells related to missing @deprecated javadocMatteo Mara2023-03-303-0/+9
* SONAR-18745 Drop default field in api/qualitygates/listMatteo Mara2023-03-303-14/+1
* NO-JIRA remove Optional<> method parameterAurelien Poscia2023-03-301-4/+4
* SONAR-18750 Remove api/qualityprofiles/projects deprecated more response fieldZipeng WU2023-03-301-2/+1
* SONAR-18747 Remove api/qualitygates/search deprecated more response fieldZipeng WU2023-03-302-5/+6
* SONAR-18746 Drop periodIndex field related to periodsMatteo Mara2023-03-304-19/+1
* SONAR-18933 Deprecate the id field in the response of quality gates copy and ...Matteo Mara2023-03-302-0/+2
* SONAR-18752 Drop the id field in the response of multiple endpointsMatteo Mara2023-03-309-34/+28
* SONAR-18740 Drop the 'logs' response field of api/ce/activity and api/ce/comp...Zipeng WU2023-03-294-5/+3
* SONAR-18746 Remove the field periods from the response of api/qualitygates/pr...Matteo Mara2023-03-294-23/+10
* SONAR-18713 Deprecate all the API parameters related to SANS Top 25Matteo Mara2023-03-287-3/+19
* SONAR-18809 fix SSF-358Matteo Mara2023-03-232-1/+65
* NO-JIRA - rename isEnable to isAvailable for feature flag, as features can be...Pierre2023-03-2211-26/+26
* SONAR-18657 allow filtering on isManaged for /api/user_groups/searchWojtek Wajerowicz2023-03-222-15/+134
* SONAR-18525 fixed few code smellsAurelien Poscia2023-03-222-3/+2
* SONAR-18689 add filtering by managed in /api/users/searchAurelien Poscia2023-03-222-7/+111
* SONAR-18657 Do not use Elastic Search for /api/users/searchMathieu Suen2023-03-223-56/+44
* SONAR-18654 Lock users endpointsAntoine Vigneau2023-03-2210-15/+198
* SONAR-18654 prevent editing groups when instance is managed.Wojtek Wajerowicz2023-03-2214-32/+249
* SONAR-18654 add ability to check if instance is managed.Wojtek Wajerowicz2023-03-221-0/+17
* SONAR-18656 Identify managed users and groupsAurelien Poscia2023-03-2217-74/+393
* SONAR-18525 fix POST supportAurelien Poscia2023-03-224-14/+30
* SONAR-18525 delete group, even if some local users are left insideAurelien2023-03-222-32/+11
* SONAR-18525 Rely on GroupService instead of GroupSupport for PUT /api/scim/v2...Wojtek Wajerowicz2023-03-229-215/+252
* SONAR-18532 Add support for group membership DELETE in /api/scim/v2/GroupsAntoine Vigneau2023-03-226-41/+306
* SONAR-18525 Support of PUT verb for /api/scim/v2/Groups/{groupId}Wojtek Wajerowicz2023-03-224-23/+180
* SONAR-18525 Support of DELETE verb for /api/scim/v2/GroupsAurelien Poscia2023-03-222-0/+17
* SONAR-18687 Move ITs for sonar-werserver-webapi from src/test to src/it Benjamin Campomenosi2023-03-17442-460/+344