aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-common/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-25454 Implement repository URL-based project bindings fuzzy searchJulien Camus10 days2-8/+384
* SONAR-24780 Add userId parameter to GET /authorizations/groupsAurelien Poscia2025-05-121-6/+27
* SONAR-24667 Stop relying on UserRole from the plugin APIJulien HENRY2025-03-273-20/+22
* SC-19458 Improve API documentation v2 for /dop-translation/bound-projectsTom2025-02-041-1/+1
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0937-37/+37
* SONAR-14367 Enable inline annotations by default decoration when project is o...Jacek Poreda2025-01-091-0/+1
* SONAR-24091 Fix quality gate on masterAlain Kermis2024-12-303-4/+4
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-181-1/+0
* SONAR-23594 Fix SSF-606Nolwenn Cadic2024-11-141-0/+20
* SONAR-23427 Stop relying on Qualifiers, Scopes and ResourceType from the plug...Julien HENRY2024-10-241-2/+2
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-144-13/+12
* SONAR-22899 Refresh GitHub App Installation token before expirationAurelien Poscia2024-08-291-2/+3
* SONAR-22807 Adapt the BE to use the renamed table DEVOPS_PERMS_MAPPINGAurélien Poscia2024-08-231-9/+13
* SONAR-22559 Display project name instead of ID in logsAurelien Poscia2024-08-191-0/+46
* SONAR-22557 Fix quality gateAurelien Poscia2024-07-231-7/+5
* SONAR-22557 Synchronize projects visiblity upon GitLab onboardingAurelien Poscia2024-07-237-473/+704
* SONAR-21898 make ALM/DOP types consistent between v1 and v2 endpoints.Wojtek Wajerowicz2024-04-111-0/+40
* SONAR-21819 Add projectKey to project-bindings endpoint responses.Wojtek Wajerowicz2024-04-101-12/+47
* SONAR-21980 Fix Project Binding creationAntoine Vigneau2024-04-041-2/+4
* SONAR-21922 API v2 endpoint for project-bindingsAntoine Vigneau2024-04-021-0/+122
* SONAR-21821 Add monorepo related project 'CreationMethod'sWojtek Wajerowicz2024-03-281-5/+8
* SONAR-21819 Add DevOpsPlatformCreator for Azure DevOps.Wojtek Wajerowicz2024-03-283-9/+293
* SONAR-21819 DevopsProjectCreator for BitBucket serverAntoine Vigneau2024-03-288-24/+321
* SONAR-21819 Add DevOpsPlatformCreator for BitBucket Cloud.Wojtek Wajerowicz2024-03-283-25/+307
* SONAR-21819 Add POST /dop-translation/bound-projects endpoint.Wojtek Wajerowicz2024-03-281-0/+212
* SONAR-21819 Extract logic reusable between legacy and v2 endpoints.Wojtek Wajerowicz2024-03-288-0/+1419
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-163-3/+3
* SONAR-21244 Allow deletion of local groups when instance is managed.Wojtek Wajerowicz2024-01-041-0/+17
* NO-JIRA Update license headers to 2024Pierre2024-01-0317-17/+17
* SONAR-21131 Add tests for RuleService and fix code smellsLéo Geoffroy2023-12-081-0/+68
* SONAR-21131 Add response to new endpoint apiv2 rulesLéo Geoffroy2023-12-081-0/+59
* SONAR-21073 Add endpoint /api/v2/authorizations/group-memberships (GET/POST/D...Wojtek Wajerowicz2023-11-282-0/+232
* SONAR-21058 Add POST to /api/v2/authorizations/groupsWojtek Wajerowicz2023-11-231-8/+33
* SONAR-21058 Add support for collection GET /api/v2/authorizations/groupsAurelien Poscia2023-11-231-0/+96
* SONAR-21058 API v2 GET /authorizations/groups/{groupId}Wojtek Wajerowicz2023-11-231-0/+357
* SONAR-20181 Support pageSize=0Aurelien Poscia2023-08-211-0/+58
* SONAR-19991 Don't depend on sonar-webserver-webapi in sonar-webserver-webapi-v2.Wojtek Wajerowicz2023-07-2810-0/+971
* SONAR-19965 DELETE /api/v2/users/:login endpointWojtek Wajerowicz2023-07-261-0/+220
* SONAR-19963 Add GET /api/v2/users endpointAurelien Poscia2023-07-261-0/+64
* rename sonar-webserver-common to sonar-webserver-apiSébastien Lesaint2019-08-1436-3753/+0
* remove all other dependencies onto sonar-serverSébastien Lesaint2019-08-1411-0/+610
* remove dependency from sonar-webserver-webapi to sonar-serverSébastien Lesaint2019-08-1422-0/+2930
* create webserver-auth and webserver-common from sonar-serverSébastien Lesaint2019-08-143-0/+213