aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-auth-gitlab
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-22559 Refactor submission of project permissions sync tasksAurelien Poscia2024-08-192-0/+12
|
* SONAR-22559 Add method to fetch projects' members from GitLabAurelien Poscia2024-08-191-0/+30
|
* SONAR-22596 Fail Gitlab sync task if user consent is neededNolwenn Cadic2024-07-252-0/+18
|
* SONAR-22557 Synchronize projects visiblity upon GitLab onboardingAurelien Poscia2024-07-232-1/+6
|
* 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
|
* NO-JIRA fix code smellAurelien Poscia2024-05-021-1/+0
|
* SONAR-22088 Fix GitLab auth when group sync is disabledcopy_of_masterAurelien Poscia2024-04-224-71/+266
|
* SONAR-21589 Revert gitlab login permission for no group sync to read_userNolwenn Cadic2024-03-202-2/+3
|
* NO-JIRA remove unused importsAurelien Poscia2024-01-291-2/+0
|
* SONAR-21413 Fix Gitlab form field descriptionsAntoine Vigneau2024-01-291-1/+1
|
* NO-JIRA Make Gson usage more type-safeMarcono12342024-01-291-2/+2
| | | | | | Uses `Gson.fromJson(..., TypeToken<T>)` instead of `fromJson(..., Type)` Also replaces some usage of the deprecated `JsonParser()` constructor.
* SONAR-21413 Use GitLab allowed groups to filter users authenticatingAntoine Vigneau2024-01-233-61/+174
|
* SONAR-21413 Make provisioning groups ready to handle allowed groupsAntoine Vigneau2024-01-232-18/+19
|
* NO-JIRA Update license headers to 2024Pierre2024-01-0314-14/+14
|
* SONAR-21247 Add button to trigger the syncguillaume-peoch-sonarsource2023-12-221-4/+6
|
* SONAR-21244 Remove external groups when disabling GitLab provisioning.Wojtek Wajerowicz2023-12-221-1/+2
|
* SONAR-21121 Add POST /dop-translation/gitlab-configurations/Wojtek Wajerowicz2023-12-222-6/+7
|
* SONAR-21244 Sync groups in Gitlab provisioningAntoine Vigneau2023-12-222-12/+3
|
* SONAR-21244 Add step to fetch GitLab groups membershipAurelien Poscia2023-12-221-0/+8
|
* SONAR-21119 Support Gitlab API url from configAntoine Vigneau2023-12-223-12/+17
|
* SONAR-21119 Add GitLabManagedInstanceService, reuse logic from GitHubAurelien Poscia2023-12-222-1/+15
|
* SONAR-21119 Skeleton for the Gitlab provisioning background taskAntoine Vigneau2023-12-221-0/+2
|
* SONAR-21119 Provide method to get groups for GitLab & refactored ↵Aurelien Poscia2023-12-222-4/+20
| | | | GithubPaginatedHttpClient and GithubApplicationHttpClient to make them generic
* SONAR-21119 Add GitLab config for provisioningAntoine Vigneau2023-12-223-2/+90
|
* SONAR-19084 GitHub Provisioning wordingguillaume-peoch-sonarsource2023-05-111-1/+1
|
* SONAR-19045 Migrate from javaxi.servlet to framework agnostic plugin api classesAntoine Vinot2023-04-242-15/+15
| | | | | | | Co-authored-by: Eric Giffon <eric.giffon@sonarsource.com> Co-authored-by: Alain Kermis <alain.kermis@sonarsource.com> Co-authored-by: Antoine Vinot <antoine.vinot@sonarsource.com> Co-authored-by: Jacek Poreda <jacek.poreda@sonarsource.com>
* [SONAR-18510] Fix typo in Administration pageZipeng WU2023-02-221-1/+1
|
* Update license templates for 2023Pierre2023-01-0214-14/+14
|
* SONAR-15595 Replace Gradle deprecated dependency scopesZipeng WU2022-12-011-14/+14
|
* SONAR-17226 Display authentication-related settings in a more intuitive wayRevanshu Paliwal2022-08-251-2/+1
|
* SONAR-12807 Put all ALM icons in a single locationWouter Admiraal2022-02-252-2/+2
|
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-221-5/+40
|
* Update license headers for 2022 [update headers]Pierre2022-01-2814-14/+14
|
* Improve code qualityDuarte Meneses2021-11-201-1/+1
|
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-192-6/+0
|
* SONAR-15470 Do not declare Gradle build dependencies using compile and ↵Kengo TODA2021-10-081-1/+1
| | | | runtime configurations
* SONAR-15171 filter groups sync on min_access_level 10Pierre2021-09-163-20/+16
|
* SONAR-15142 Persisting audits for User operationsBelen Pruvost2021-07-271-6/+6
|
* SONAR-14618 More gender neutral sentenceMathieu Suen2021-04-201-1/+1
|
* SONAR-14684 Fix SSF-151Philippe Perrin2021-04-151-0/+2
|
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0814-14/+14
|
* SSF-130 secure gitlab secretsZipeng WU2020-12-021-2/+2
|
* remove code smellsPierre Guillot2020-11-252-5/+8
|
* SONAR-13272 fix issue with setting some properties through env variablesMichal Duda2020-04-141-2/+2
|
* SONAR-13035 Group global ALM related settings into a single categoryWouter Admiraal2020-02-201-1/+1
|
* Format all headers for 2020Wouter Admiraal2020-01-0714-14/+14
|
* SONAR-12818 GitLab : lower the needed permission level if group sync is disabledPierre Guillot2019-12-123-5/+30
|
* SONAR-12760 remove trailing slash in gitlab url settingPierre Guillot2019-11-292-1/+10
|
* SONAR-12531 drop usage of UserIdentity#getLogin and UserIdentity#setLogin ↵Jacek2019-10-171-1/+0
| | | | | | | | (#2139) * remove login generation strategy * add migration to remove gh login strategy + code review fixes * support same login for new user and update login for SQ authority