]> source.dussan.org Git - sonarqube.git/commit
Rewrite users page to TS and React
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Mon, 6 Nov 2017 13:18:22 +0000 (14:18 +0100)
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>
Fri, 24 Nov 2017 16:22:33 +0000 (17:22 +0100)
commit1fccf4779bbf4d1c125fd65ed3972b57b3c1be6e
tree95747a368747f6287e966ebd563f5c814575e4a6
parent51c76205777a9a05783c781bad8c66e3eadef163
Rewrite users page to TS and React
51 files changed:
server/sonar-web/package.json
server/sonar-web/src/main/js/api/components.ts
server/sonar-web/src/main/js/api/user-tokens.ts
server/sonar-web/src/main/js/api/users.ts
server/sonar-web/src/main/js/app/styles/init/misc.css
server/sonar-web/src/main/js/apps/account/components/Password.js
server/sonar-web/src/main/js/apps/account/tokens-view.js
server/sonar-web/src/main/js/apps/issues/utils.js
server/sonar-web/src/main/js/apps/tutorials/onboarding/TokenStep.js
server/sonar-web/src/main/js/apps/users/Header.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/users/Search.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/users/UsersApp.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/users/UsersAppContainer.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/users/UsersList.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/users/components/DeactivateForm.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/users/components/GroupsForm.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/users/components/PasswordForm.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/users/components/TokensForm.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/users/components/TokensFormItem.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/users/components/TokensFormNewToken.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/users/components/UserActions.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/users/components/UserForm.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/users/components/UserGroups.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/users/components/UserListItem.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/users/components/UserListItemIdentity.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/users/components/UserScmAccountInput.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/users/components/UserScmAccounts.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/users/components/UsersAppContainer.js [deleted file]
server/sonar-web/src/main/js/apps/users/components/UsersAppContainerOld.js [new file with mode: 0644]
server/sonar-web/src/main/js/apps/users/components/UsersSelectSearch.js [deleted file]
server/sonar-web/src/main/js/apps/users/components/UsersSelectSearch.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/users/components/UsersSelectSearchOption.js [deleted file]
server/sonar-web/src/main/js/apps/users/components/UsersSelectSearchValue.js [deleted file]
server/sonar-web/src/main/js/apps/users/components/__tests__/UsersSelectSearch-test.js [deleted file]
server/sonar-web/src/main/js/apps/users/components/__tests__/UsersSelectSearch-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/users/components/__tests__/UsersSelectSearchOption-test.js [deleted file]
server/sonar-web/src/main/js/apps/users/components/__tests__/UsersSelectSearchValue-test.js [deleted file]
server/sonar-web/src/main/js/apps/users/components/__tests__/__snapshots__/UsersSelectSearch-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/users/components/__tests__/__snapshots__/UsersSelectSearch-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/users/components/__tests__/__snapshots__/UsersSelectSearchOption-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/users/components/__tests__/__snapshots__/UsersSelectSearchValue-test.js.snap [deleted file]
server/sonar-web/src/main/js/apps/users/routes.ts
server/sonar-web/src/main/js/apps/users/tokens-view.js
server/sonar-web/src/main/js/apps/users/utils.ts [new file with mode: 0644]
server/sonar-web/src/main/js/components/common/DeferredSpinner.tsx
server/sonar-web/src/main/js/components/controls/ActionsDropdown.tsx
server/sonar-web/src/main/js/components/icons-components/BulletListIcon.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/issue/popups/SetAssigneePopup.js
server/sonar-web/src/main/js/components/ui/buttons.tsx
server/sonar-web/yarn.lock
sonar-core/src/main/resources/org/sonar/l10n/core.properties