aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-alm-client
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-24667 Stop relying on UserRole from the plugin APIJulien HENRY2025-03-272-33/+35
|
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0998-98/+98
|
* SONAR-23978 Add missing pagination to copilot callLéo Geoffroy2025-01-071-5/+5
|
* SONAR-24091 Fix quality gate on masterAlain Kermis2024-12-305-5/+5
|
* SONAR-24021 Invoke method(s) only conditionallyJulien Camus2024-12-272-12/+12
|
* SONAR-24066 Replace deprecated LoggerLevel calls to SLF4J LevelJulien Camus2024-12-202-10/+8
|
* SONAR-23990 Replace with text blockJulien Camus2024-12-194-315/+328
|
* SONAR-19122 Update annotations from javax to jakartaJacek Poreda2024-12-181-1/+1
|
* SONAR-24003 Delete unnecessary importsJulien Camus2024-12-181-5/+4
|
* SONAR-23973 fix SSF-697Aurelien Poscia2024-12-181-0/+2
|
* SONAR-23845 Add pagination to SearchBitbucketServerReposActionJulien Camus2024-12-183-23/+82
|
* SONAR-23844 Add pagination to ListBitbucketServerProjectsActionJulien Camus2024-12-183-250/+358
|
* SONAR-23470 Fix URL validation check for Bitbucket 9.0+Pawel Kupinski2024-10-293-5/+42
|
* NO-JIRA Fix the Quality GateMatteo Mara2024-10-151-2/+1
|
* NO-JIRA Remove new code issues resulting from the update of the deprecated ↵Matteo Mara2024-10-141-81/+77
| | | | methods.
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-144-24/+23
|
* SONAR-22862 Synchronisation supports custom roles mappingNolwenn Cadic2024-08-292-7/+61
|
* SONAR-22899 Refresh GitHub App Installation token before expirationAurelien Poscia2024-08-292-380/+408
|
* SONAR-22807 Adapt the BE to use the renamed table DEVOPS_PERMS_MAPPINGAurélien Poscia2024-08-232-15/+15
|
* SONAR-22559 Add method to fetch projects' members from GitLabAurelien Poscia2024-08-193-2/+87
|
* SONAR-22531 Retrieve project's visibility from GitLabAurelien Poscia2024-07-192-32/+41
|
* NO-JIRA fix quality gateMatteo Mara2024-07-021-2/+1
|
* SONAR-19530 acted upon warnings about missing response examples in webapilukasz-jarocki-sonarsource2024-06-264-5/+5
|
* SONAR-22359 Make hashing of user UUID in telemetry FIPS-compliantAlain Kermis2024-06-181-1/+1
|
* SONAR-22365 Fix SSF-571Antoine Vigneau2024-06-171-6/+18
|
* SONAR-22201 Fix GitHub rate limit computation (#11200)Aurélien Poscia2024-06-064-19/+26
| | | Co-authored-by: Peter Horvath <peter.horvath@sonarsource.com>
* SONAR-22194 Use Okhttp interceptor to log requestsJulien HENRY2024-05-072-14/+5
|
* SONAR-22119 update test after updating the bouncycastle dependency to ↵Matteo Mara2024-04-301-1/+1
| | | | version 1.78.1
* SONAR-22119 backend minor dependency updatesMatteo Mara2024-04-301-1/+1
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-169-33/+33
| | | | org.apache.commons:commons-lang3
* SONAR-21569 Update org.bouncycastle:bcpkix-jdk18o 1.76 -> 1.77Wojtek Wajerowicz2024-02-081-1/+1
|
* NO-JIRA Make Gson usage more type-safeMarcono12342024-01-294-7/+13
| | | | | | Uses `Gson.fromJson(..., TypeToken<T>)` instead of `fromJson(..., Type)` Also replaces some usage of the deprecated `JsonParser()` constructor.
* SONAR-20451 Extend reset time in RatioBasedRateLimitCheckerTest.Wojtek Wajerowicz2024-01-231-1/+2
|
* SONAR-21121 Add GitLab provisioning ITs for groups and groups membershipAurelien Poscia2024-01-182-0/+72
|
* SONAR-21088 Fix SSF-434Wojtek Wajerowicz2024-01-1727-1402/+52
|
* NO-JIRA Update license headers to 2024Pierre2024-01-03108-108/+108
|
* SONAR-21250 Add validation checks for the Gitlab configurationAntoine Vigneau2023-12-222-25/+109
|
* SONAR-21244 Sync groups in Gitlab provisioningAntoine Vigneau2023-12-221-1/+0
|
* SONAR-21244 Add step to fetch GitLab groups membershipAurelien Poscia2023-12-222-11/+50
|
* SONAR-21121 Add GET /dop-translation/gitlab-configurations/ and refactored ↵Aurelien Poscia2023-12-221-1/+1
| | | | resource search
* SONAR-21119 Add method to get Gitlab group membersAntoine Vigneau2023-12-223-21/+133
|
* SONAR-21119 Provide method to get groups for GitLab & refactored ↵Aurelien Poscia2023-12-2224-246/+613
| | | | GithubPaginatedHttpClient and GithubApplicationHttpClient to make them generic
* SONAR-21119 made GithubApplicationHttpClient generic and as well as rate ↵Aurelien Poscia2023-12-2215-226/+378
| | | | checking mechanism
* SONAR-20700 Move GitHubPermissionConverter to sonar-alm-clientAurelien Poscia2023-10-202-0/+234
|
* SONAR-20700 Created DevOpsProjectCreator and DevOpsProjectCreatorInteface to ↵Aurelien Poscia2023-10-202-6/+4
| | | | better structure code
* SONAR-20700 Move getRepositoryCollaborators/getRepositoryTeams from ↵Aurelien Poscia2023-10-208-11/+294
| | | | GithubUserClient to GithubApplicationClient (and make it accessible for commmunity edition)
* SONAR-20699 Auto-bind project to GitHub DevOps configAurelien Poscia2023-10-206-358/+608
|
* SONAR-20699 Infer GitHub DevOps Platform from scanner informationAntoine Vigneau2023-10-203-0/+47
|
* SONAR-20451 Fix flakyness of RatioBasedRateLimitCheckerTest.checkRateLimitAurelien Poscia2023-09-121-5/+6
|
* SONAR-20328 Update org.bouncycastle:bcpkix-jdk18on to 1.76Matteo Mara2023-09-061-1/+1
|