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: voxpupuli/puppet-mongodb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.1
Choose a base ref
...
head repository: voxpupuli/puppet-mongodb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.2
Choose a head ref
  • 7 commits
  • 6 files changed
  • 3 contributors

Commits on Mar 27, 2018

  1. Configuration menu
    Copy the full SHA
    aa0a078 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Add check if scram credentials are insync with hash

    For mongodb >3 the auth mechanism SCRAM-SHA-1 is the new default.
    This adds a util and check if the keys computed by password_hash,
    salt and iterationCount matches the keys of the existing user.
    ctrox committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    6b7aeaf View commit details
    Browse the repository at this point in the history
  2. Some rubocop fixes

    ctrox committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    f09fe75 View commit details
    Browse the repository at this point in the history
  3. Fix user unit test

    ctrox committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    98e1970 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #455 from ninech/scram

    Add check if scram credentials are insync with hash
    bastelfreak authored Mar 28, 2018
    Configuration menu
    Copy the full SHA
    5f89261 View commit details
    Browse the repository at this point in the history
  5. release 2.1.2

    bastelfreak committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    95c3664 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #456 from bastelfreak/rel212

    release 2.1.2
    juniorsysadmin authored Mar 28, 2018
    Configuration menu
    Copy the full SHA
    44e8306 View commit details
    Browse the repository at this point in the history
Loading