]> source.dussan.org Git - sonarqube.git/commit
SONAR-21119 UI for GitLab Authentication tab with users and groups provisioning
authorguillaume-peoch-sonarsource <guillaume.peoch@sonarsource.com>
Thu, 30 Nov 2023 11:09:06 +0000 (12:09 +0100)
committersonartech <sonartech@sonarsource.com>
Fri, 22 Dec 2023 20:03:01 +0000 (20:03 +0000)
commite4e087dd7877352e2d77f9531535258224820e9f
tree1ac7d7cc6a7645b796a1702500e2829f8dc63d09
parent3cbfd8163ffdc42f89631382031dd115c0df65b6
SONAR-21119 UI for GitLab Authentication tab with users and groups provisioning
44 files changed:
server/sonar-web/src/main/js/api/mocks/AuthenticationServiceMock.ts
server/sonar-web/src/main/js/api/mocks/GroupsServiceMock.ts
server/sonar-web/src/main/js/api/mocks/SystemServiceMock.ts
server/sonar-web/src/main/js/api/provisioning.ts
server/sonar-web/src/main/js/api/settings.ts
server/sonar-web/src/main/js/app/components/AlmSynchronisationWarning.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/GitHubSynchronisationWarning.tsx
server/sonar-web/src/main/js/app/components/GitLabSynchronisationWarning.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/groups/GroupsApp.tsx
server/sonar-web/src/main/js/apps/groups/__tests__/GroupsApp-it.tsx
server/sonar-web/src/main/js/apps/groups/components/Header.tsx
server/sonar-web/src/main/js/apps/groups/components/List.tsx
server/sonar-web/src/main/js/apps/groups/components/ListItem.tsx
server/sonar-web/src/main/js/apps/permissions/project/components/__tests__/PermissionsProject-it.tsx
server/sonar-web/src/main/js/apps/settings/components/authentication/Authentication.tsx
server/sonar-web/src/main/js/apps/settings/components/authentication/AuthenticationFormField.tsx
server/sonar-web/src/main/js/apps/settings/components/authentication/AuthenticationMultiValuesField.tsx
server/sonar-web/src/main/js/apps/settings/components/authentication/AuthenticationSecuredField.tsx
server/sonar-web/src/main/js/apps/settings/components/authentication/AuthenticationToggleField.tsx
server/sonar-web/src/main/js/apps/settings/components/authentication/GitLabAuthenticationTab.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/settings/components/authentication/GitLabConfigurationForm.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/settings/components/authentication/GithubAuthenticationTab.tsx
server/sonar-web/src/main/js/apps/settings/components/authentication/SamlAuthenticationTab.tsx
server/sonar-web/src/main/js/apps/settings/components/authentication/__tests__/Authentication-it.tsx
server/sonar-web/src/main/js/apps/settings/utils.ts
server/sonar-web/src/main/js/apps/users/UsersApp.tsx
server/sonar-web/src/main/js/apps/users/UsersList.tsx
server/sonar-web/src/main/js/apps/users/__tests__/UsersApp-it.tsx
server/sonar-web/src/main/js/apps/users/components/UserActions.tsx
server/sonar-web/src/main/js/apps/users/components/UserListItem.tsx
server/sonar-web/src/main/js/apps/users/components/UserListItemIdentity.tsx
server/sonar-web/src/main/js/components/controls/ManagedFilter.tsx
server/sonar-web/src/main/js/components/hooks/useManageProvider.ts [deleted file]
server/sonar-web/src/main/js/components/permissions/GroupHolder.tsx
server/sonar-web/src/main/js/components/permissions/UserHolder.tsx
server/sonar-web/src/main/js/helpers/mocks/alm-integrations.ts
server/sonar-web/src/main/js/helpers/mocks/definitions-list.ts
server/sonar-web/src/main/js/queries/identity-provider.ts
server/sonar-web/src/main/js/types/features.ts
server/sonar-web/src/main/js/types/provisioning.ts
server/sonar-web/src/main/js/types/settings.ts
server/sonar-web/src/main/js/types/tasks.ts
server/sonar-web/src/main/js/types/types.ts
sonar-core/src/main/resources/org/sonar/l10n/core.properties