aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-auth-github
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2 hours42-42/+42
|
* SONAR-24091 Fix quality gate on masterAlain Kermis10 days8-36/+2
|
* SONAR-23984 Add Scheduler to fetch information about Copilot usageLéo Geoffroy2024-12-201-5/+19
|
* SONAR-23990 Replace with text blockJulien Camus2024-12-194-84/+86
|
* SONAR-19122 Upgrade to Spring 6Jacek Poreda2024-12-181-3/+3
|
* SONAR-23932 Update sonar-plugin-api and remove dropped methodsJacek Poreda2024-12-181-19/+0
|
* NO-JIRA Stop using deprecated methods from RandomStringUtilsMatteo Mara2024-10-141-11/+11
|
* SONAR-22899 Refresh GitHub App Installation token before expirationAurelien Poscia2024-08-2911-110/+474
|
* SONAR-22559 Refactor submission of project permissions sync tasksAurelien Poscia2024-08-192-0/+13
|
* SONAR-22596 Fail Gitlab sync task if user consent is neededNolwenn Cadic2024-07-251-0/+1
|
* SONAR-22557 Synchronize projects visiblity upon GitLab onboardingAurelien Poscia2024-07-232-0/+71
|
* SONAR-22447 Moved from javax.servlet-api to jakarta.servlet-api plus patch ↵Matteo Mara2024-07-041-1/+1
| | | | version bump
* SONAR-22447 updated rename findbugs dependencylukasz-jarocki-sonarsource2024-06-281-1/+1
|
* SONAR-22365 Fix SSF-571Antoine Vigneau2024-06-173-68/+64
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-162-3/+3
| | | | org.apache.commons:commons-lang3
* SONAR-21643 Convert some IT tests to Junit 5 (#10672)Dejan Milisavljevic2024-02-221-0/+9
|
* NO-JIRA remove unused importsAurelien Poscia2024-01-292-4/+0
|
* NO-JIRA Make Gson usage more type-safeMarcono12342024-01-292-6/+4
| | | | | | Uses `Gson.fromJson(..., TypeToken<T>)` instead of `fromJson(..., Type)` Also replaces some usage of the deprecated `JsonParser()` constructor.
* SONAR-21088 fix QGAurelien Poscia2024-01-182-2/+0
|
* SONAR-21088 Fix SSF-434Wojtek Wajerowicz2024-01-1723-48/+1700
|
* SONAR-21396 Migrate session pages to the new UIJeremy Davis2024-01-052-2/+2
|
* NO-JIRA Update license headers to 2024Pierre2024-01-0322-22/+22
|
* SONAR-21244 Clean github_orgs_groups table when disabling GitHub auto ↵Wojtek Wajerowicz2023-12-222-6/+15
| | | | provisioning.
* SONAR-21247 Add button to trigger the syncguillaume-peoch-sonarsource2023-12-221-1/+1
|
* SONAR-21119 Add GitLabManagedInstanceService, reuse logic from GitHubAurelien Poscia2023-12-221-1/+10
|
* SONAR-20700 Move GitHubPermissionConverter to sonar-alm-clientAurelien Poscia2023-10-202-232/+0
|
* SONAR-20700 Move GithubPermissionConverter to community editionAurelien Poscia2023-10-203-0/+262
|
* SONAR-20392 Update wordingViktor Vorona2023-09-151-3/+4
|
* SONAR-20393 allow to deactivate GH project visibility syncAurelien Poscia2023-09-123-6/+39
|
* SONAR-20309 Fail GH sync bg task, in case user consent is neededAurelien Poscia2023-08-312-0/+18
|
* SONAR-19850 Switch all tests with different uuids by defaultLéo Geoffroy2023-07-072-2/+2
|
* SONAR-19558 Update rest of tests for other modulesLéo Geoffroy2023-07-032-2/+2
|
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-131-3/+3
|
* SONAR-19337 Add endpoint to validate GitHub provisioning config. (#8414)Wojtek Wajerowicz2023-06-011-0/+5
|
* SONAR-19336 add warning in case organizations whitelist is not setAurelien Poscia2023-05-311-2/+2
|
* SONAR-19336 Filter allowed GitHub orgs for automatic provisioningAntoine Vigneau2023-05-256-12/+17
|
* SONAR-19084 GitHub Provisioning wordingguillaume-peoch-sonarsource2023-05-112-2/+2
|
* SONAR-19085 Remove external_groups entries when GitHub provisioning is ↵Aurelien Poscia2023-05-114-5/+35
| | | | deactivated
* SONAR-19085 Ensure .commit() is called when deleting groups.Wojtek Wajerowicz2023-05-111-1/+1
|
* SONAR-19084 Improve GitHub authentication settingsMathieu Suen2023-05-111-1/+1
|
* SONAR-19086 Compare DB groups and GitHub teams, update DB membership accordinglyAurelien Poscia2023-05-112-2/+11
|
* SONAR-19084 Add GitHubManagedInstanceService to web server contextAurelien Poscia2023-05-112-224/+0
|
* SONAR-19085 Add step to fetch groups from DBWojtek Wajerowicz2023-05-113-1/+113
|
* SONAR-19084 Prevent enabling GitHub provisioning if config is incompleteAurelien Poscia2023-05-112-3/+37
|
* SONAR-19084 Add step to deactivate removed users.Wojtek Wajerowicz2023-05-111-1/+1
|
* SONAR-19084 Sync Users from GitHubAntoine Vigneau2023-05-114-18/+25
|
* SONAR-19084 Add API endpoints github_provisioning/{enable/disable/status}Aurelien Poscia2023-05-112-2/+15
|
* SONAR-19084 Compute isManaged flag correctly for GitHub usersAurelien Poscia2023-05-111-7/+16
|
* SONAR-19084 Add AppId and PrivateKey field to the GitHub configAntoine Vigneau2023-05-113-10/+65
|
* SONAR-19084 load all GitHub usersAurelien Poscia2023-05-115-5/+107
|