Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ayushshrivastava027
Copy link

No description provided.

dependabot bot and others added 30 commits May 29, 2024 10:45
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.34.1 to 7.34.2.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.34.1...v7.34.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Closes keycloak#9979

Co-authored-by: Jon Koops <[email protected]>
Signed-off-by: Martin Bartoš <[email protected]>
Closes keycloak#29787

Signed-off-by: Ryan Emerson <[email protected]>
Signed-off-by: Alexander Schwartz <[email protected]>
Co-authored-by: Alexander Schwartz <[email protected]>
Co-authored-by: Alexander Schwartz <[email protected]>
Co-authored-by: andymunro <[email protected]>
* initial screen

Signed-off-by: Erik Jan de Wit <[email protected]>

* more screens

Signed-off-by: Erik Jan de Wit <[email protected]>

* added members tab

Signed-off-by: Erik Jan de Wit <[email protected]>

* added the backend

Signed-off-by: Erik Jan de Wit <[email protected]>

* added member add / invite models

Signed-off-by: Erik Jan de Wit <[email protected]>

* initial version of the identity provider section

Signed-off-by: Erik Jan de Wit <[email protected]>

* add link and unlink providers

Signed-off-by: Erik Jan de Wit <[email protected]>

* small fix

Signed-off-by: Erik Jan de Wit <[email protected]>

* PR comments

Signed-off-by: Erik Jan de Wit <[email protected]>

* Do not validate broker domain when the domain is an empty string

Closes keycloak#29759

Signed-off-by: Pedro Igor <[email protected]>
Signed-off-by: Erik Jan de Wit <[email protected]>

* added filter and value

Signed-off-by: Erik Jan de Wit <[email protected]>

* added test

Signed-off-by: Erik Jan de Wit <[email protected]>

* added first name last name

Signed-off-by: Erik Jan de Wit <[email protected]>

* refresh menu when realm organization is changed

Signed-off-by: Erik Jan de Wit <[email protected]>

* changed to record

Signed-off-by: Erik Jan de Wit <[email protected]>

* changed to form data

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed lint error

Signed-off-by: Erik Jan de Wit <[email protected]>

* Changing name of invitation parameters

Signed-off-by: Pedro Igor <[email protected]>
Signed-off-by: Erik Jan de Wit <[email protected]>

* Chancing name of parameters on the client

Signed-off-by: Pedro Igor <[email protected]>
Signed-off-by: Erik Jan de Wit <[email protected]>

* Enable organization at the realm before running tests

Signed-off-by: Pedro Igor <[email protected]>
Signed-off-by: Erik Jan de Wit <[email protected]>

* Domain help message

Signed-off-by: Pedro Igor <[email protected]>
Signed-off-by: Erik Jan de Wit <[email protected]>

* Handling model validation errors when creating organizations

Signed-off-by: Pedro Igor <[email protected]>
Signed-off-by: Erik Jan de Wit <[email protected]>

* Message key for organizationDetails

Signed-off-by: Pedro Igor <[email protected]>
Signed-off-by: Erik Jan de Wit <[email protected]>

* Do not change kc.org attribute on group

Signed-off-by: Pedro Igor <[email protected]>
Signed-off-by: Erik Jan de Wit <[email protected]>

* add realm into the context

Signed-off-by: Erik Jan de Wit <[email protected]>

* tests

Signed-off-by: Erik Jan de Wit <[email protected]>

* Changing button in invitation model to use Send instead of Save

Signed-off-by: Pedro Igor <[email protected]>
Signed-off-by: Erik Jan de Wit <[email protected]>

* Better message when validating the organization domain

Signed-off-by: Pedro Igor <[email protected]>
Signed-off-by: Erik Jan de Wit <[email protected]>

* Fixing compilation error after rebase

Signed-off-by: Pedro Igor <[email protected]>
Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed test

Signed-off-by: Erik Jan de Wit <[email protected]>

* removed wait as it no longer required and skip flacky test

Signed-off-by: Erik Jan de Wit <[email protected]>

* skip tests that are flaky

Signed-off-by: Erik Jan de Wit <[email protected]>

* stabilize user create test

Signed-off-by: Erik Jan de Wit <[email protected]>

---------

Signed-off-by: Erik Jan de Wit <[email protected]>
Signed-off-by: Pedro Igor <[email protected]>
Co-authored-by: Pedro Igor <[email protected]>
Closes keycloak#29699

Signed-off-by: Bruno Oliveira da Silva <[email protected]>
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](cypress-io/eslint-plugin-cypress@v3.2.0...v3.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* removed deprecated select

Signed-off-by: Erik Jan de Wit <[email protected]>

* some more deprecation removal

working towards fixing: keycloak#28197

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed tests

Signed-off-by: Erik Jan de Wit <[email protected]>

* changed to use new api

Signed-off-by: Erik Jan de Wit <[email protected]>

* more deprecation removal

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed merge error

Signed-off-by: Erik Jan de Wit <[email protected]>

* fix tests

Signed-off-by: Erik Jan de Wit <[email protected]>

* small fix

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed tests

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed merge error

Signed-off-by: Erik Jan de Wit <[email protected]>

* no more default text for SelectOption

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed tests

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed tests

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed test

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed test

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed tests

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed tests

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed test

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed tests

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed test

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed tests

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed tests

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed tests

Signed-off-by: Erik Jan de Wit <[email protected]>

* changed to use id

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed dropdown in keycloakCard and test fixes

Signed-off-by: mfrances <[email protected]>
Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed lint error

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed test

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed tests

Signed-off-by: Erik Jan de Wit <[email protected]>

* fix dropdown/select related test failures

Signed-off-by: mfrances <[email protected]>

* fixed test

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed test

Signed-off-by: Erik Jan de Wit <[email protected]>

* i18n label

Signed-off-by: Erik Jan de Wit <[email protected]>

* fix test

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed tests

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed tests

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed test

Signed-off-by: Erik Jan de Wit <[email protected]>

* removed

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed merge error

Signed-off-by: Erik Jan de Wit <[email protected]>

---------

Signed-off-by: Erik Jan de Wit <[email protected]>
Signed-off-by: mfrances <[email protected]>
Co-authored-by: mfrances <[email protected]>
* small fix that adds collapse icon based on count

Signed-off-by: Erik Jan de Wit <[email protected]>

* fixed test

Signed-off-by: Erik Jan de Wit <[email protected]>

---------

Signed-off-by: Erik Jan de Wit <[email protected]>
closes keycloak#25945

Signed-off-by: Stefan Wiedemann <[email protected]>


Co-authored-by: Erik Jan de Wit <[email protected]>
Co-authored-by: Jon Koops <[email protected]>
Closes: keycloak#29491

Co-authored-by: Václav Muzikář <[email protected]>
Co-authored-by: Martin Bartoš <[email protected]>
Signed-off-by: Peter Zaoral <[email protected]>
ahus1 and others added 29 commits September 13, 2024 12:43
…en searching by attributes (keycloak#32886)

Closes keycloak#32870

Signed-off-by: Stefan Guilhen <[email protected]>
Co-authored-by: Stefan Guilhen <[email protected]>
Closes keycloak#31165

Signed-off-by: Pedro Igor <[email protected]>
(cherry picked from commit 0410653)

Co-authored-by: Pedro Igor <[email protected]>
…figuration (keycloak#32649) (keycloak#33056)

* Avoid NPE if realm configuration contains invalid required action configuration

If users removed implementations or renamed the provider id of a required action, then the realm configuration might contain dangling references to required actions.
If we then try to find the RequiredActionFactory to determine the if the required action is configurable then NPE is thrown. This PR prevents the NPE with a guard clause.

Fixes keycloak#32624

Signed-off-by: Thomas Darimont <[email protected]>

* Log a warning if required action with missing provider is detected.

Signed-off-by: Thomas Darimont <[email protected]>

---------

Signed-off-by: Thomas Darimont <[email protected]>
(cherry picked from commit d28adcb)

Co-authored-by: Thomas Darimont <[email protected]>
Closes keycloak#32758

Signed-off-by: Erik Jan de Wit <[email protected]>
(cherry picked from commit aec3eb9)
fixes: keycloak#32834

Signed-off-by: Erik Jan de Wit <[email protected]>
(cherry picked from commit d1f1411)
Invalidate CachedUserModel before UserRemovedEvent

closes keycloak#32194

Signed-off-by: Christian Janker <[email protected]>
…lias (keycloak#32999) (keycloak#33070)

- prevent issues when ordering by guiOrder due to pagination of results

Closes keycloak#32669

Signed-off-by: Stefan Guilhen <[email protected]>
(cherry picked from commit 6503d20)

Co-authored-by: Stefan Guilhen <[email protected]>
fixes: keycloak#31038

Signed-off-by: Erik Jan de Wit <[email protected]>
(cherry picked from commit ffbfb74)

Co-authored-by: Erik Jan de Wit <[email protected]>
Closes keycloak#32197

Signed-off-by: Giuseppe Graziano <[email protected]>
(cherry picked from commit b46fab2)
Signed-off-by: Agnieszka Gancarczyk <[email protected]>
- Disables the remote operator tests, which will have to be fixed later.
- Fixes the action expired error which occurs when accessing regular registration page with Organizations enabled.
- Fixes a race condition in the test suite causing sporadic failures.

Closes keycloak#33064

Signed-off-by: Stefan Guilhen <[email protected]>
Signed-off-by: rmartinc <[email protected]>
Signed-off-by: Jon Koops <[email protected]>
Co-authored-by: rmartinc <[email protected]>
Co-authored-by: Jon Koops <[email protected]>
fixes: keycloak#32156

Signed-off-by: Erik Jan de Wit <[email protected]>
(cherry picked from commit b287ab7)
fixes: keycloak#32915

Signed-off-by: Erik Jan de Wit <[email protected]>
(cherry picked from commit 5e65bdd)
fixes: keycloak#32481

Signed-off-by: Erik Jan de Wit <[email protected]>
(cherry picked from commit 5308313)
@ayushshrivastava027 ayushshrivastava027 merged commit 6fb20d6 into main Jun 30, 2025
59 of 144 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.