-
-
Notifications
You must be signed in to change notification settings - Fork 451
Comparing changes
Open a pull request
base repository: voxpupuli/puppet-mongodb
base: v6.0.0
head repository: voxpupuli/puppet-mongodb
compare: v6.0.1
- 7 commits
- 5 files changed
- 2 contributors
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3c22469 - Browse repository at this point
Copy the full SHA 3c22469View commit details
Commits on May 3, 2024
-
Backslashes in a password need to be escaped
This will replace a single backslash with a double backslash in the `/root/.mongoshrc.js` file. when a password with a backslash is used, it is correctly passed on to the provider for setting the user's password, but things break when attempting to use said password for the admin user. A small explanation on the amount of backslashes: The first argument is a regular expression, so we need to escape the backslash. The second argument allows for references to capture groups or the entire match using backslashes, for example `\0` contains the entire match. This would make us end up with 4 backslashes, but apparantly the template rendering also has backslash escaping, this we need to double the amount of backslashes. So 8 in total.
Configuration menu - View commit details
-
Copy full SHA for 0428248 - Browse repository at this point
Copy the full SHA 0428248View commit details
Commits on May 6, 2024
-
Add an acceptance test with a backslash in the password
This test also lets the server class create the admin user, this abbreviates the test code a bit and increases the coverage of the acceptance test. Note that the explicit ordering of client and server was dropped.
Configuration menu - View commit details
-
Copy full SHA for 45026a0 - Browse repository at this point
Copy the full SHA 45026a0View commit details -
Allow adding in other special characters in the password
This mainly pertains to single quotes, but the test includes others as well.
Configuration menu - View commit details
-
Copy full SHA for 2ab8ca2 - Browse repository at this point
Copy the full SHA 2ab8ca2View commit details
Commits on May 7, 2024
-
Merge pull request #760 from stevenpost/admin_password/fix
Backslashes in a password need to be escaped
Configuration menu - View commit details
-
Copy full SHA for d1f5c38 - Browse repository at this point
Copy the full SHA d1f5c38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 871e5dc - Browse repository at this point
Copy the full SHA 871e5dcView commit details -
Merge pull request #761 from StatensPensjonskasse/release-6.0.1
Release 6.0.1
Configuration menu - View commit details
-
Copy full SHA for 147e0f6 - Browse repository at this point
Copy the full SHA 147e0f6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.0.0...v6.0.1