]> source.dussan.org Git - sonarqube.git/commit
SONAR-21480 AuthenticationFormField + configuration panels (GH, GL, SAML)
authorguillaume-peoch-sonarsource <guillaume.peoch@sonarsource.com>
Tue, 23 Jan 2024 16:41:31 +0000 (17:41 +0100)
committersonartech <sonartech@sonarsource.com>
Tue, 30 Jan 2024 15:02:03 +0000 (15:02 +0000)
commitad9461f52a05c4519daca75d24f5c8972f4fdba7
treeca48160a1fae36d31c1dee6d75870016693cb7f4
parent8f24b6c18f3da5d2de1db3d637bc6eeb9e2542a2
SONAR-21480 AuthenticationFormField + configuration panels (GH, GL, SAML)
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/ConfigurationForm.tsx
server/sonar-web/src/main/js/apps/settings/components/authentication/GitLabConfigurationForm.tsx
server/sonar-web/src/main/js/apps/settings/components/authentication/GithubAuthenticationTab.tsx
server/sonar-web/src/main/js/apps/settings/components/authentication/__tests__/Authentication-Github-it.tsx
server/sonar-web/src/main/js/apps/settings/components/authentication/__tests__/Authentication-Gitlab-it.tsx