Jon Koops
bf3162ff38
Add the React Compiler linter ( #34360 )
...
Closes #34359
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-10-28 16:28:20 +01:00
Marek Posolda
3784fd1f67
Attempt to run snapshot Keycloak server against production DB should fail during migration
...
closes #30364
Signed-off-by: mposolda <mposolda@gmail.com>
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
2024-10-28 15:02:26 +00:00
Douglas Palmer
c816d5e030
Flaky test: org.keycloak.testsuite.broker.KcOidcBrokerTest#testPostBrokerLoginFlowWithOTP_bruteForceEnabled
...
Closes #34075
Signed-off-by: Douglas Palmer <dpalmer@redhat.com>
2024-10-28 11:30:38 -03:00
dependabot[bot]
046b96485b
Bump rollup from 4.24.0 to 4.24.2 ( #34374 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.24.0 to 4.24.2.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.24.0...v4.24.2 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-28 12:21:58 +01:00
dependabot[bot]
a888bf5eb1
Bump uuid from 10.0.0 to 11.0.1 ( #34375 )
...
Bumps [uuid](https://github.com/uuidjs/uuid ) from 10.0.0 to 11.0.1.
- [Release notes](https://github.com/uuidjs/uuid/releases )
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v10.0.0...v11.0.1 )
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-28 12:10:29 +01:00
AndyMunro
4984900bae
Make organizations chapter available in downstream
...
Closes #34382
Signed-off-by: AndyMunro <amunro@redhat.com>
2024-10-28 10:28:24 +01:00
Steven Hawkins
dbc2ab3cd0
fix: upgrading angus mail to 2.0.3 ( #34316 )
...
closes : #33798
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
2024-10-25 17:36:07 +02:00
dependabot[bot]
9a7189d9f7
Bump @patternfly/react-styles from 5.4.0 to 5.4.1 ( #34170 )
...
Bumps @patternfly/react-styles from 5.4.0 to 5.4.1.
---
updated-dependencies:
- dependency-name: "@patternfly/react-styles"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-25 15:19:07 +00:00
Erik Jan de Wit
b01552fe0d
use the path of the last group to display ( #34303 )
...
fixes : #34229
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-10-25 09:29:19 -04:00
Erik Jan de Wit
2e56896b05
remove copied FileUpload component ( #34290 )
...
* remove copied FileUpload component
fixes : #32420
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
* removed dependencies
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
---------
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-10-25 15:27:47 +02:00
Erik Jan de Wit
b57b0bec88
focus input on first click ( #34283 )
...
fixes : #34054
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-10-25 09:26:44 -04:00
Erik Jan de Wit
4d25128018
add brute force enabled so we can render switch ( #34282 )
...
fixes : #34065
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-10-25 09:25:03 -04:00
Erik Jan de Wit
2f64f43266
required can have a value that is a boolean when used with controls ( #34251 )
...
* required is a boolean when used with controls
fixes : #33614
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
* simplified rules declaration
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
* added missing messages
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
* use value when it's present
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
---------
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-10-25 09:24:09 -04:00
Erik Jan de Wit
624817bdc1
also call onToggle on open changed ( #33813 )
...
fixes : #31415
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-10-25 09:21:56 -04:00
Ingrid Kamga
c4d6979907
Scaffold verification of SD-JWT VP token ( #29859 ) ( #33752 )
...
Closes #29859
Signed-off-by: Ingrid Kamga <Ingrid.Kamga@adorsys.com>
2024-10-25 14:49:25 +02:00
Andy
f994cc54d5
Remove robots.txt entirely
...
* remove robots.txt entirely, as blocking page-
crawling prevents the `X-Robots-Tag` headers
(and similar meta tags) from working as intended.
Closes #17433
Signed-off-by: Andy <andy@slice.is>
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
2024-10-25 12:09:50 +00:00
Ryan Emerson
5246fffb03
Reuse a single DB instance across all tests in the store-integration-tests job ( #34340 )
...
Closes #34339
Signed-off-by: Ryan Emerson <remerson@redhat.com>
2024-10-25 12:34:53 +02:00
Pedro Ruivo
84f4bd8af1
Client Scope updates are not replicated between Keycloak nodes
...
Fixes #33731
Signed-off-by: Pedro Ruivo <pruivo@redhat.com>
2024-10-25 11:22:15 +02:00
rmartinc
e41553bcfb
Create a new logout session when initiating it for another client
...
Closes #34207
Signed-off-by: rmartinc <rmartinc@redhat.com>
2024-10-25 10:02:23 +02:00
dependabot[bot]
ca6a1bfebf
Bump i18next from 23.16.2 to 23.16.3 ( #34325 )
...
Bumps [i18next](https://github.com/i18next/i18next ) from 23.16.2 to 23.16.3.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v23.16.2...v23.16.3 )
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-25 09:48:06 +02:00
dependabot[bot]
f403b3538b
Bump cypress from 13.15.0 to 13.15.1 ( #34326 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 13.15.0 to 13.15.1.
- [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/v13.15.0...v13.15.1 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-25 09:47:46 +02:00
dependabot[bot]
deb2353ecd
Bump chai from 5.1.1 to 5.1.2 ( #34279 )
...
Bumps [chai](https://github.com/chaijs/chai ) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/chaijs/chai/releases )
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md )
- [Commits](https://github.com/chaijs/chai/compare/v5.1.1...v5.1.2 )
---
updated-dependencies:
- dependency-name: chai
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-25 01:21:10 +00:00
Ryan Emerson
6eb870fcfc
Add JDBC_PING2 stacks for both TCP and UDP
...
Closes #34265
Signed-off-by: Ryan Emerson <remerson@redhat.com>
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
2024-10-25 00:17:44 +02:00
Douglas Palmer
fd1dd49ade
Flaky Test: BrowserFlowTest.testAlternativeNonInteractiveExecutorInSubflow()
...
Closes #34273
Signed-off-by: Douglas Palmer <dpalmer@redhat.com>
2024-10-24 22:36:11 +02:00
Kamesh Akella
1dc3b08ba8
update the sizing guide with the correct instance type
...
Closes #34315
Signed-off-by: Kamesh Akella <kamesh.asp@gmail.com>
2024-10-24 21:55:51 +02:00
Martin Kanis
4f3ced9560
ConcurrentModificationException when restarting user sessions
...
Closes #34093
Signed-off-by: Martin Kanis <mkanis@redhat.com>
2024-10-24 21:26:50 +02:00
Stian Thorgersen
4b605382f7
Use mwvn instead of mvn in frontend-plugin-cache ( #34296 )
...
Signed-off-by: stianst <stianst@gmail.com>
2024-10-24 13:48:48 +00:00
Dave Meyer
883b0a3378
doc: Replaced dead link ( #34239 )
...
Replaced dead link to quickstart template with a (similar) template.
Signed-off-by: Dave Meyer <7davidmeyer@gmail.com>
2024-10-24 15:28:42 +02:00
dependabot[bot]
69ecd0e5fb
Bump vite from 5.4.9 to 5.4.10 ( #34277 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.9 to 5.4.10.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.10/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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-24 12:43:14 +02:00
Marek Posolda
2e4a3f6f5f
Keycloak-admin-client should work with the future versions of Keycloak server ( #34285 )
...
closes #34284
Signed-off-by: mposolda <mposolda@gmail.com>
2024-10-24 12:43:04 +02:00
dependabot[bot]
5bac1b2567
Bump eslint-plugin-playwright from 1.8.1 to 2.0.0 ( #34278 )
...
Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright ) from 1.8.1 to 2.0.0.
- [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases )
- [Changelog](https://github.com/playwright-community/eslint-plugin-playwright/blob/main/CHANGELOG.md )
- [Commits](https://github.com/playwright-community/eslint-plugin-playwright/compare/v1.8.1...v2.0.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-playwright
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-24 12:42:38 +02:00
dependabot[bot]
5a2f11c2ee
Bump @types/react from 18.3.11 to 18.3.12 ( #34280 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.3.11 to 18.3.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-24 12:41:26 +02:00
Miquel Simon
602604459d
Added support for Nexus 3 repositories ( #34138 )
...
Closes #34136
Signed-off-by: Miquel Simon <msimonma@redhat.com>
2024-10-24 12:19:09 +02:00
Erik Jan de Wit
e6c9f4a1f7
no longer use the icons as they are not part of PF ( #33575 )
...
fixes : #33282
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-10-24 10:17:00 +02:00
Steven Hawkins
964f6b9aac
fix: refines the provider caching logic ( #34220 )
...
closes : #34219
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
2024-10-23 15:00:00 -04:00
Erik Jan de Wit
e520c71a1a
added dynamic components to client authenticator ( #34259 )
...
fixes : #33729
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-10-23 14:39:11 -04:00
Erik Jan de Wit
617d677341
Re enable duplicate group test ( #34248 )
...
The problem with the modal dialogs has been fixed, so this test will now pass again
fixes : #33653
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-10-23 14:38:25 -04:00
Erik Jan de Wit
9db3c5eb06
also find the name of the pre selected resource ( #34236 )
...
fixes : #34017
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-10-23 14:35:51 -04:00
Erik Jan de Wit
cc5b8dfd38
reset first when selecting subgroup ( #34200 )
...
fixes : #34149
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-10-23 14:34:09 -04:00
Erik Jan de Wit
d1504e4657
more space for the title override PF style ( #33746 )
...
* more space for the title override PF style
fixes : #33607
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
* changed to percentages
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
---------
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-10-23 14:31:46 -04:00
Steven Hawkins
f06d76a5aa
fix: adding more information about http-enabled ( #33795 )
...
closes : #33605
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
2024-10-23 17:34:34 +02:00
Steven Hawkins
b2ccde29bb
fix: persist build time spi options ( #34157 )
...
closes : #33902
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
2024-10-23 16:51:11 +02:00
Ryan Emerson
044d71bd77
Aurora IT tests failing periodically with download of node ( #34107 )
...
Closes #33767
Co-authored-by: Jon Koops <jonkoops@gmail.com>
Signed-off-by: Ryan Emerson <remerson@redhat.com>
2024-10-23 15:19:10 +02:00
Steven Hawkins
358d234538
fix: corrects cli arg stringification ( #34156 )
...
closes : #34155
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
2024-10-23 14:27:36 +02:00
rmartinc
f548517f5b
Catch model exception when creating the admin user
...
Closes #32356
Signed-off-by: rmartinc <rmartinc@redhat.com>
2024-10-23 13:32:58 +02:00
dependabot[bot]
e1520deb72
Bump @types/node from 22.7.7 to 22.7.9 ( #34243 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.7.7 to 22.7.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-23 13:29:59 +02:00
Steven Hawkins
bd499755a2
fix: providing a separate session for each file ( #34210 )
...
closes : #34095
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
2024-10-23 13:11:42 +02:00
Dami
cef0231bf0
Add descriptive error to updateToken()
( #34113 )
...
Closes #13852
Signed-off-by: Dami <74161050+adropofliquid@users.noreply.github.com>
2024-10-23 11:07:33 +00:00
SebastEnn
e6e2bfdf30
Fix password validation with uppercase and lowercase minimum requirements ( #34152 )
...
Closes #34151
Signed-off-by: SebastEnn <103125747+SebastEnn@users.noreply.github.com>
2024-10-23 12:09:04 +02:00
dependabot[bot]
d900397d6f
Bump @patternfly/react-core from 5.4.1 to 5.4.2 ( #34175 )
...
Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react ) from 5.4.1 to 5.4.2.
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.4.1...@patternfly/react-core@5.4.2 )
---
updated-dependencies:
- dependency-name: "@patternfly/react-core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-23 10:02:53 +00:00