]> source.dussan.org Git - sonarqube.git/commit
SONAR-19967 Use GET api/v2/users on the FE
authorguillaume-peoch-sonarsource <guillaume.peoch@sonarsource.com>
Wed, 26 Jul 2023 09:41:36 +0000 (11:41 +0200)
committersonartech <sonartech@sonarsource.com>
Mon, 31 Jul 2023 20:03:32 +0000 (20:03 +0000)
commitc2347bf17b536401cc808882e299b46e99fd9032
tree8ece8fb4e2e410192601654e54718e987f5bbbc0
parenta0bade28a6c8a387afbe78a8fd3bc90bb00aa267
SONAR-19967 Use GET api/v2/users on the FE
15 files changed:
server/sonar-web/src/main/js/api/mocks/UsersServiceMock.ts
server/sonar-web/src/main/js/api/queries/users.ts
server/sonar-web/src/main/js/api/users.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/GroupsForm.tsx
server/sonar-web/src/main/js/apps/users/components/PasswordForm.tsx
server/sonar-web/src/main/js/apps/users/components/TokensFormModal.tsx
server/sonar-web/src/main/js/apps/users/components/UserActions.tsx
server/sonar-web/src/main/js/apps/users/components/UserForm.tsx
server/sonar-web/src/main/js/apps/users/components/UserGroups.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/helpers/testMocks.ts