]> source.dussan.org Git - sonarqube.git/commit
SONAR-19084 Improve github authentication setting
authorMathieu Suen <mathieu.suen@sonarsource.com>
Mon, 24 Apr 2023 15:18:45 +0000 (17:18 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 11 May 2023 20:03:13 +0000 (20:03 +0000)
commit47d837b5736ca2e0d71520e9d2cc9deec3388b3f
treefddbf0d67d2cf97d637ef19f7743987a3bcbd19f
parentc84b4032a56be146536423221b5c82aea7c418e3
SONAR-19084 Improve github authentication setting
21 files changed:
server/sonar-web/src/main/js/app/components/extensions/CreateApplicationForm.tsx
server/sonar-web/src/main/js/app/components/extensions/__tests__/__snapshots__/CreateApplicationForm-test.tsx.snap
server/sonar-web/src/main/js/apps/settings/components/almIntegration/AlmBindingDefinitionFormRenderer.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 [new file with mode: 0644]
server/sonar-web/src/main/js/apps/settings/components/authentication/AuthenticationSecuredField.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/settings/components/authentication/AuthenticationToggleField.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/settings/components/authentication/ConfigurationForm.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/settings/components/authentication/GithubAutheticationTab.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/settings/components/authentication/SamlAuthentication.tsx [deleted file]
server/sonar-web/src/main/js/apps/settings/components/authentication/SamlAuthenticationTab.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/settings/components/authentication/SamlConfigurationForm.tsx [deleted file]
server/sonar-web/src/main/js/apps/settings/components/authentication/SamlFormField.tsx [deleted file]
server/sonar-web/src/main/js/apps/settings/components/authentication/SamlSecuredField.tsx [deleted file]
server/sonar-web/src/main/js/apps/settings/components/authentication/SamlToggleField.tsx [deleted file]
server/sonar-web/src/main/js/apps/settings/components/authentication/__tests__/Authentication-it.tsx
server/sonar-web/src/main/js/apps/settings/components/authentication/hook/useConfiguration.ts [new file with mode: 0644]
server/sonar-web/src/main/js/apps/settings/components/authentication/hook/useGithubConfiguration.ts [new file with mode: 0644]
server/sonar-web/src/main/js/apps/settings/components/authentication/hook/useLoadSamlSettings.ts
server/sonar-web/src/main/js/components/controls/BoxedTabs.tsx
sonar-core/src/main/resources/org/sonar/l10n/core.properties