Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: treydock/puppet-module-keycloak
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.0.1
Choose a base ref
...
head repository: treydock/puppet-module-keycloak
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.0.2
Choose a head ref
  • 4 commits
  • 7 files changed
  • 4 contributors

Commits on Nov 24, 2023

  1. allow absolute path for package_url parameter (#305)

    For servers without direct internet access it's usefull to
    use an absolute file path instead of a download url.
    trefzer authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    7d93588 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Bugfix: remove double declaration of "log-level" (#308)

    fixes on Puppet 8.6.0:
    Server Error: The key '["log-level"]' is declared more than once (file: /etc/puppetlabs/code/environments/production/modules/keycloak/types/configs.pp, line: 69, column: 27)
    sircubbi authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    1795982 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Fix #306 - Retrieve parentId by realm name (#307)

    * Fix #306 - Retrieve parentId by realm name
    
    * Fix unit tests
    
    ---------
    
    Co-authored-by: Trey Dockendorf <[email protected]>
    TuningYourCode and treydock authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    9a42b33 View commit details
    Browse the repository at this point in the history
  2. Release v11.0.2

    treydock committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    9c92891 View commit details
    Browse the repository at this point in the history
Loading