Commit graph

297 commits

Author SHA1 Message Date
Jon Koops
b4c4ddc797
Rename all references to 'Admin Console' to 'Admin UI' (#3930) 2022-12-07 15:28:28 +00:00
Jon Koops
289862429a
Upgrade useParams() to React Router v6 (#3956) 2022-12-07 15:23:12 +01:00
Dominik Kawka
4bc08e3cb3
User groups testing (#3951) 2022-12-07 10:06:35 +01:00
Erik Jan de Wit
998b111d6e
Convert string value to number (#3925) 2022-12-07 10:06:01 +01:00
Erik Jan de Wit
d9e44202d4
Make always the default (#3944) 2022-12-07 10:05:32 +01:00
agagancarczyk
f000e7de69
Added potentially missing url type in form fields (#3947) 2022-12-07 10:04:37 +01:00
Dominik Kawka
74830c60e8
Fix typo in test function name (#3952) 2022-12-07 10:04:20 +01:00
Jon Koops
c1f545fb4c
Use react-hook-form v7 for scope details form (#3953) 2022-12-07 10:03:51 +01:00
Jon Koops
b4d001bd82
Use react-hook-form v7 for search dropdown form (#3955) 2022-12-07 10:03:38 +01:00
dependabot[bot]
e5cd8b30d4
Bump @cypress/webpack-preprocessor from 5.15.5 to 5.15.6 (#3933)
Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress) from 5.15.5 to 5.15.6.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/@cypress/webpack-preprocessor-v5.15.5...@cypress/webpack-preprocessor-v5.15.6)

---
updated-dependencies:
- dependency-name: "@cypress/webpack-preprocessor"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-06 17:37:11 +00:00
dependabot[bot]
f3d1d9d722
Bump react-router-dom-v5-compat from 6.4.3 to 6.4.4 (#3937)
Bumps [react-router-dom-v5-compat](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom-v5-compat) from 6.4.3 to 6.4.4.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom-v5-compat/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom-v5-compat@6.4.4/packages/react-router-dom-v5-compat)

---
updated-dependencies:
- dependency-name: react-router-dom-v5-compat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-06 18:29:20 +01:00
Dominik Kawka
9c5b948c57
Added label in Client policies > global profile details heading (#3926) 2022-12-06 17:01:05 +01:00
Erik Jan de Wit
3f90f9ecf6
Convert attribute name in watch (#3929) 2022-12-06 16:58:43 +01:00
Erik Jan de Wit
3ac040dc34
Added group sync to group mapper (#3943) 2022-12-06 16:57:21 +01:00
dependabot[bot]
79c8b69eae
Bump @cypress/webpack-batteries-included-preprocessor (#3940)
Bumps [@cypress/webpack-batteries-included-preprocessor](https://github.com/cypress-io/cypress) from 2.2.4 to 2.3.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/@cypress/webpack-batteries-included-preprocessor-v2.2.4...@cypress/webpack-batteries-included-preprocessor-v2.3.0)

---
updated-dependencies:
- dependency-name: "@cypress/webpack-batteries-included-preprocessor"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-06 14:57:39 +01:00
Jon Koops
c2924ceb9c
Use react-hook-form v7 for client scope form (#3885) 2022-12-06 14:38:28 +01:00
Jon Koops
07f5e070e0
Add wait to 'enable user events' test (#3946) 2022-12-06 12:42:34 +01:00
Erik Jan de Wit
14a7e49468
Add federated user link (#3928) 2022-12-06 11:05:41 +01:00
Dominik Kawka
14beb87b6b
Improved required field validation for SAML idp details (#3915) 2022-12-02 16:58:39 +01:00
Erik Jan de Wit
997881a7a1
Use react-hook-form v7 for client section (#3919) 2022-12-02 15:54:30 +01:00
agagancarczyk
8dde92e2fd
Fixed username not wrapping (#3923)
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2022-12-02 10:30:32 +00:00
agagancarczyk
77ec5a4c5f
Renamed mapping(s) to role(s) (#3920)
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2022-12-02 09:41:30 +00:00
agagancarczyk
e28277846d
Changed temporarily disabled to temporarily locked status - #1705 (#3917)
* Changed temporaryDisabled to temporaryLocked

* Changed temporaryDisabled to temporaryLocked

Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2022-12-02 09:41:15 +00:00
Erik Jan de Wit
2f8980d09a
Don't use a default value in BooleanComponent (#3822) 2022-12-01 16:10:33 +01:00
agagancarczyk
c3b08cd601
Readmes updates (#3807)
* updated READMEs

* updated READMEs

* updated READMEs

* feedback

* Apply review feedback

Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2022-12-01 14:19:06 +00:00
dependabot[bot]
8bdabbedb7
Bump prettier from 2.7.1 to 2.8.0 (#3874)
Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.7.1...2.8.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-01 15:15:27 +01:00
Erik Jan de Wit
ab46a292d8
Fixed typo in attribute name (#3909) 2022-12-01 12:58:45 +01:00
Jon Koops
7eb77cc0a7
Replace Axios with the Fetch API (#3899) 2022-11-30 17:46:17 +01:00
Erik Jan de Wit
4b3eb4a9e4
Fixed broken tests (#3895) 2022-11-30 15:38:04 +01:00
Erik Jan de Wit
d06669df27
Added way to convert multi line to string (#3827) 2022-11-29 12:16:36 +01:00
Jon Koops
79c1890f00
Remove unused MultivaluedScopesComponent component (#3886) 2022-11-29 12:12:31 +01:00
dependabot[bot]
f38f19eb0b
Bump @babel/core from 7.20.2 to 7.20.5 (#3889)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.2 to 7.20.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.20.5/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 12:11:14 +01:00
Jon Koops
f515790975
Use react-hook-form v7 for add host dialog form (#3887) 2022-11-29 10:28:36 +01:00
dependabot[bot]
8d49cfdb82
Bump cypress from 11.1.0 to 11.2.0 (#3872)
Bumps [cypress](https://github.com/cypress-io/cypress) from 11.1.0 to 11.2.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v11.1.0...v11.2.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 09:59:45 +01:00
dependabot[bot]
51f1ba00a3
Bump @cypress/webpack-batteries-included-preprocessor (#3871)
Bumps [@cypress/webpack-batteries-included-preprocessor](https://github.com/cypress-io/cypress) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/@cypress/webpack-batteries-included-preprocessor-v2.2.3...@cypress/webpack-batteries-included-preprocessor-v2.2.4)

---
updated-dependencies:
- dependency-name: "@cypress/webpack-batteries-included-preprocessor"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 00:28:26 +01:00
dependabot[bot]
11ed0743c0
Bump @4tw/cypress-drag-drop from 2.2.1 to 2.2.2 (#3873)
Bumps [@4tw/cypress-drag-drop](https://github.com/4teamwork/cypress-drag-drop) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/4teamwork/cypress-drag-drop/releases)
- [Changelog](https://github.com/4teamwork/cypress-drag-drop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/4teamwork/cypress-drag-drop/compare/v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: "@4tw/cypress-drag-drop"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28 21:53:21 +01:00
dependabot[bot]
2f227f9cb1
Bump i18next-http-backend from 2.0.1 to 2.0.2 (#3884)
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/i18next/i18next-http-backend/releases)
- [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: i18next-http-backend
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28 12:31:43 +01:00
dependabot[bot]
f3248d30e7
Bump vitest from 0.25.2 to 0.25.3 (#3882)
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.25.2 to 0.25.3.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.25.3/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28 11:20:58 +01:00
Jon Koops
7dec66edfc
Make convertAttributeNameToForm type-safe (#3869) 2022-11-25 15:58:10 +01:00
Jon Koops
69fa367bf9
Use react-hook-form v7 for add sub-flow modal (#3868) 2022-11-25 14:48:17 +01:00
Douglas Palmer
2ed958b4d0
Use cryptoInfo to populate key type dropdowns (#3818) 2022-11-24 17:59:02 +01:00
Jon Koops
0e04f088e2
Make form attribute conversion type-safe (#3823) 2022-11-24 16:48:22 +01:00
Erik Jan de Wit
03520dc30a
Fixes parsing the list into sub-lists (#3815) 2022-11-22 18:48:38 +01:00
Jon Koops
c9b783f9e0
Use react-hook-form v7 for events section (#3813) 2022-11-21 16:54:33 +01:00
dependabot[bot]
1d67402051
Bump jsdom from 20.0.2 to 20.0.3 (#3810)
Bumps [jsdom](https://github.com/jsdom/jsdom) from 20.0.2 to 20.0.3.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/20.0.2...20.0.3)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21 12:46:38 +01:00
Erik Jan de Wit
465b3c4a26
Changed to use the right handler (#3806) 2022-11-18 17:46:12 +01:00
Jon Koops
a407aa5c8e
Add ESLint import plugin and use reccomended config (#3805) 2022-11-18 17:13:39 +01:00
Erik Jan de Wit
0a3564bb3f
Config can be empty (#3803) 2022-11-18 16:54:21 +01:00
dependabot[bot]
1e7ae6b2ea
Bump vitest from 0.25.1 to 0.25.2 (#3802)
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.25.1 to 0.25.2.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.25.2/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-18 16:35:02 +01:00
dependabot[bot]
502e018bfd
Bump vite from 3.2.3 to 3.2.4 (#3801)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v3.2.4/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v3.2.4/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-18 15:44:47 +01:00