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: v8.2.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: v8.2.1
Choose a head ref
  • 8 commits
  • 5 files changed
  • 6 contributors

Commits on Aug 9, 2022

  1. Only require password when used

    If the if in line 39 evaluates to false, the user has been created
    elsewhere, and we don't actually use (and thus need) password in
    `postgresql::server::db` class.
    arjenz committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    4812333 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Merge pull request #1356 from arjenz/allow_undef_password

    Only require password when used
    david22swan authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    79bec28 View commit details
    Browse the repository at this point in the history
  2. (GH-1360) Reverting REFERENCE.md changes

    In the release prep the automated job ran and as an oversight
    documentation has been removed. This PR reverts that change to add back
    in the documentation.
    pmcmaw committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    8a93c14 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1361 from pmcmaw/revert-docs-removal

    (GH-1360) Reverting REFERENCE.md changes
    david22swan authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    1915b16 View commit details
    Browse the repository at this point in the history
  4. Fix puppet-strings documentation

    In 37e5bea an empty line was added,
    splitting the documentation block. Removing the empty line creates a
    single documentation block again.
    
    Fixes: 37e5bea
    ekohl committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    e463cda View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1363 from ekohl/fix-docs

    Fix puppet-strings documentation
    pmcmaw authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    b2e365a View commit details
    Browse the repository at this point in the history
  6. Release prep v8.2.1

    GitHub Action committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    789052d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Merge pull request #1362 from puppetlabs/release-prep

    Release prep v8.2.1
    GSPatton authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    061f379 View commit details
    Browse the repository at this point in the history
Loading