mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-11 18:45:34 +00:00
keycloak_user: fix email_verified is not idempotent (#11749)
* fix: email_verified is not idempotent
* autopep8
* fix import-before-documentation
* address reviewer comments
* rever formatting
* revert more stuff
* fix whitespace
* clean up
* fix diff mode
* nox -Re formatters
* Update plugins/modules/keycloak_user.py
* add deprecation warning
* keycloak_default_behavior
* Apply suggestions from code review
* Update plugins/modules/keycloak_user.py
* fix is_struct_included
* ignore keycloak_default_behavior and fix is_struct_included
* fix diff for groups
* fix changed flag in check mode
* nox -Re formatters
* fix group diff
* nox -Re formatters
* fix comment logic
* add todos
* fix user_profile_metadata in diff
* refactor diff
* rm default for required_actions
* update required_actions docstring
* fix before_user group handling
* nox -Re formatters
* fix yaml indent in doc strings
* use f-strings
* fix tests
* fix test_add_new_user
* rename keycloak_default_behavior to email_verified_behavior
* fix stupid
* nox -Re formatters
* remove typing from docstring
* remove user_profile_metadata parameter
* Update plugins/module_utils/_keycloak.py
* improve docs
* precompute ignored_arguments list
* nox -Re formatters
* simplify diff logic
* add more tests
* nox -Re formatters
* fix docs
* clean up more
* fix endstate when user does not change
* finalize integrationtest
* fail if group is not found
* fix tests
* nox -Re formatters
* fix docstring
* add integration tests for required_actions
* fix diff logic and fail early
* nox -Re formatters
* fix boolean logic error
* Apply suggestions from code review
* Apply suggestions from code review
---------
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| become | ||
| cache | ||
| callback | ||
| connection | ||
| filter | ||
| inventory | ||
| lookup | ||
| module_utils | ||
| modules | ||
| plugin_utils | ||