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: puppetlabs/puppetlabs-postgresql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.7.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-postgresql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.8.0
Choose a head ref
  • 19 commits
  • 10 files changed
  • 9 contributors

Commits on Sep 2, 2020

  1. Merge pull request #1189 from puppetlabs/release

    Release MergeBack v6.7.0
    adrianiurca authored Sep 2, 2020
    Configuration menu
    Copy the full SHA
    556e6c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. (IAC-1136) Back out CentOS 8 tests from TravisCI

    Ciaran McCrisken committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    e60a05d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1194 from sanfrancrisko/maint/IAC-1136/back_out_c…

    …entos8
    
    (IAC-1136) Back out CentOS 8 tests
    david22swan authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    8c58d14 View commit details
    Browse the repository at this point in the history
  3. (maint) Use 'policycoreutils-python-utils' on RHEL 8

    The `policycoreutils-python` package has now been replaced by the `policycoreutils-python-utils`
    on RHEL 8 according to [this documentation](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/considerations_in_adopting_rhel_8/index#selinux-python3_security)
    Ciaran McCrisken committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    3ed5c40 View commit details
    Browse the repository at this point in the history
  4. (maint) Fix typo in provision.yaml

    sanfrancrisko authored and Ciaran McCrisken committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    6627295 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Merge pull request #1192 from puppetlabs/maint/fix_provision_yml_defa…

    …ult_config
    
    (maint) Fix typo in provision.yaml
    daianamezdrea authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    3de8d68 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1193 from sanfrancrisko/fix/policycoreutils-pytho…

    …n_pkg_rhel8
    
    (maint) Use 'policycoreutils-python-utils' on RHEL 8
    daianamezdrea authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    5a6d364 View commit details
    Browse the repository at this point in the history
  3. Allow removal of config_entries via main class

    This allows removal of config entries by setting their value to undef.
    In doing so, users can remove values via hiera. One example is
    checkpoint_segments which was removed in PostgreSQL 9.5, but commonly
    used as a tuning parameter in older versions.
    ekohl authored and Ciaran McCrisken committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    df7f406 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1187 from ekohl/remove-config-entries

    Allow removal of config_entries via main class
    sanfrancrisko authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    648c135 View commit details
    Browse the repository at this point in the history
  5. Fix code indentation

    neomilium committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    ca0f9bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    baa0091 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1188 from opus-codium/fix-contrib-debian-10

    Fix contrib package name under debian 10
    sanfrancrisko authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    b78a2c2 View commit details
    Browse the repository at this point in the history
  8. Update pg_hba_rule.pp

    Postgres 12 now supports hostgss encryption. Added hostgssenc to allowed hba rule type.
    osijan committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    7481dd7 View commit details
    Browse the repository at this point in the history
  9. Update pg_hba_rule.pp

    osijan committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    cb5ebd4 View commit details
    Browse the repository at this point in the history
  10. Update pg_hba_rule.pp

    osijan committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    6941e5c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Fix incorrect guard clause logic

    Introduced in #1193
    Ciaran McCrisken committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    b036667 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Merge pull request #1195 from osijan/main

    add hostgssenc type to pg_hba rules
    sanfrancrisko authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    08d4b8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1196 from sanfrancrisko/fix/install_deps_helper_m…

    …ethod
    
    Fix incorrect guard clause logic
    daianamezdrea authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    855ab6d View commit details
    Browse the repository at this point in the history
  3. Release version 6.8.0

    Auto-release committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    45fb3c6 View commit details
    Browse the repository at this point in the history
Loading