]> source.dussan.org Git - sonarqube.git/commit
SONAR-9925 Rewrite session to typescript
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Wed, 4 Oct 2017 16:14:49 +0000 (18:14 +0200)
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>
Tue, 10 Oct 2017 13:39:29 +0000 (06:39 -0700)
commitcb8126d2d05acc3605fb233c68b935de4dc74214
treee6c3e85696630f6101ce7d6ca080ef3d5485e113
parent3bcf9ea40fe7dc563a1c8e438c0f6e3b5226466d
SONAR-9925 Rewrite session to typescript
23 files changed:
server/sonar-web/src/main/js/api/users.ts
server/sonar-web/src/main/js/app/components/SimpleContainer.js [deleted file]
server/sonar-web/src/main/js/app/components/SimpleContainer.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/sessions/components/LoginForm.js [deleted file]
server/sonar-web/src/main/js/apps/sessions/components/LoginForm.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/sessions/components/LoginFormContainer.js [deleted file]
server/sonar-web/src/main/js/apps/sessions/components/LoginFormContainer.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/sessions/components/Logout.js [deleted file]
server/sonar-web/src/main/js/apps/sessions/components/Logout.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/sessions/components/OAuthProviders.js [deleted file]
server/sonar-web/src/main/js/apps/sessions/components/OAuthProviders.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/sessions/components/SimpleSessionsContainer.js [deleted file]
server/sonar-web/src/main/js/apps/sessions/components/SimpleSessionsContainer.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/sessions/components/Unauthorized.tsx
server/sonar-web/src/main/js/apps/sessions/components/__tests__/LoginForm-test.js [deleted file]
server/sonar-web/src/main/js/apps/sessions/components/__tests__/LoginForm-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/sessions/components/__tests__/__snapshots__/LoginForm-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/sessions/components/__tests__/__snapshots__/LoginForm-test.tsx.snap [new file with mode: 0644]
sonar-core/src/main/resources/org/sonar/l10n/core.properties
tests/src/test/resources/user/BaseIdentityProviderTest/display_message_in_ui_but_not_in_log_when_unauthorized_exception.html
tests/src/test/resources/user/BaseIdentityProviderTest/fail_to_authenticate_when_not_allowed_to_sign_up.html
tests/src/test/resources/user/OAuth2IdentityProviderTest/display_message_in_ui_but_not_in_log_when_unauthorized_exception.html
tests/src/test/resources/user/OAuth2IdentityProviderTest/fail_to_authenticate_when_not_allowed_to_sign_up.html