aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-auth-github/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24336 handle paginationAurelien Poscia2025-02-171-1/+1
* SONAR-24336 Make GitHub login ready to scale with # of organizationsAurelien Poscia2025-02-173-23/+113
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-0913-13/+13
* SONAR-24091 Fix quality gate on masterAlain Kermis2024-12-303-3/+0
* 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-294-50/+264
* SONAR-22557 Synchronize projects visiblity upon GitLab onboardingAurelien Poscia2024-07-231-0/+52
* SONAR-22365 Fix SSF-571Antoine Vigneau2024-06-171-14/+14
* SONAR-21452 move from commons-lang:commons-lang to org.apache.commons:commons...Matteo Mara2024-03-161-2/+2
* SONAR-21088 Fix SSF-434Wojtek Wajerowicz2024-01-175-29/+388
* SONAR-21396 Migrate session pages to the new UIJeremy Davis2024-01-051-1/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-038-8/+8
* SONAR-21244 Clean github_orgs_groups table when disabling GitHub auto provisi...Wojtek Wajerowicz2023-12-221-308/+0
* SONAR-20700 Move GitHubPermissionConverter to sonar-alm-clientAurelien Poscia2023-10-201-123/+0
* SONAR-20700 Move GithubPermissionConverter to community editionAurelien Poscia2023-10-201-0/+123
* SONAR-20393 allow to deactivate GH project visibility syncAurelien Poscia2023-09-122-5/+23
* SONAR-20309 Fail GH sync bg task, in case user consent is neededAurelien Poscia2023-08-311-0/+12
* 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
* SONAR-19336 Filter allowed GitHub orgs for automatic provisioningAntoine Vigneau2023-05-253-6/+7
* SONAR-19084 GitHub Provisioning wordingguillaume-peoch-sonarsource2023-05-111-1/+1
* SONAR-19085 Remove external_groups entries when GitHub provisioning is deacti...Aurelien Poscia2023-05-113-4/+21
* SONAR-19085 Ensure .commit() is called when deleting groups.Wojtek Wajerowicz2023-05-111-1/+1
* SONAR-19086 Compare DB groups and GitHub teams, update DB membership accordinglyAurelien Poscia2023-05-111-1/+6
* SONAR-19084 Add GitHubManagedInstanceService to web server contextAurelien Poscia2023-05-111-130/+0
* SONAR-19085 Add step to fetch groups from DBWojtek Wajerowicz2023-05-111-0/+59
* SONAR-19084 Prevent enabling GitHub provisioning if config is incompleteAurelien Poscia2023-05-111-1/+24
* SONAR-19084 Sync Users from GitHubAntoine Vigneau2023-05-112-2/+8
* SONAR-19084 Add API endpoints github_provisioning/{enable/disable/status}Aurelien Poscia2023-05-111-0/+9
* SONAR-19084 Add AppId and PrivateKey field to the GitHub configAntoine Vigneau2023-05-112-2/+27
* SONAR-19084 load all GitHub usersAurelien Poscia2023-05-112-1/+80
* SONAR-19084 add setting for GitHub provisioningAurelien Poscia2023-05-114-6/+115
* SONAR-19045 Migrate from javaxi.servlet to framework agnostic plugin api classesAntoine Vinot2023-04-241-2/+25
* Update license templates for 2023Pierre2023-01-028-8/+8
* SONAR-12807 Put all ALM icons in a single locationWouter Admiraal2022-02-251-1/+1
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-221-4/+3
* Update license headers for 2022 [update headers]Pierre2022-01-288-8/+8
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-192-11/+4
* Fix code quality issuesDuarte Meneses2021-10-252-3/+3
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-088-8/+8
* Code smells test fixesJacek2020-12-091-1/+1
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-143-3/+6
* Format all headers for 2020Wouter Admiraal2020-01-078-8/+8
* SONAR-12531 drop usage of UserIdentity#getLogin and UserIdentity#setLogin (#...Jacek2019-10-175-103/+11
* SONAR-12471 Embed GitHub authenticationJulien Lancelot2019-10-078-0/+1165