]> source.dussan.org Git - sonarqube.git/commit
SONAR-18689 Add Filters for all, local and managed users on user list
authorguillaume-peoch-sonarsource <guillaume.peoch@sonarsource.com>
Thu, 9 Mar 2023 09:10:18 +0000 (10:10 +0100)
committersonartech <sonartech@sonarsource.com>
Wed, 22 Mar 2023 20:04:07 +0000 (20:04 +0000)
commitc96fc17ae41f274d56cd329af1373a94352d74bf
tree709b273f35559b424a5d18230d9725e638df8dc8
parent2879fc6789ada0ebfe449f47572a89ba7a83e9ed
SONAR-18689 Add Filters for all, local and managed users on user list
22 files changed:
server/sonar-web/src/main/js/api/mocks/UsersServiceMock.ts
server/sonar-web/src/main/js/api/users.ts
server/sonar-web/src/main/js/apps/users/Search.tsx [deleted file]
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/__tests__/UsersApp-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/users/__tests__/UsersList-test.tsx
server/sonar-web/src/main/js/apps/users/__tests__/__snapshots__/UsersApp-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/users/__tests__/__snapshots__/UsersList-test.tsx.snap
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/apps/users/components/__tests__/UserActions-test.tsx
server/sonar-web/src/main/js/apps/users/components/__tests__/UserGroups-test.tsx
server/sonar-web/src/main/js/apps/users/components/__tests__/UserListItem-test.tsx
server/sonar-web/src/main/js/apps/users/components/__tests__/UserListItemIdentity-test.tsx
server/sonar-web/src/main/js/apps/users/components/__tests__/__snapshots__/UserListItem-test.tsx.snap
server/sonar-web/src/main/js/apps/users/components/__tests__/__snapshots__/UserListItemIdentity-test.tsx.snap
server/sonar-web/src/main/js/apps/users/utils.ts
server/sonar-web/src/main/js/helpers/testMocks.ts
server/sonar-web/src/main/js/types/users.ts
sonar-core/src/main/resources/org/sonar/l10n/core.properties