Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Move to mongosh and support mongodb versions 4.4+ only #677

Closed
wants to merge 24 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e3abb58
[version] Adjust supported version to +4.4
Jun 5, 2023
1ec631b
[facts] Remove support for version < 4.4 and use mongosh
Jun 5, 2023
820856c
[momgosh] Replace mongo shell with mongosh
Jun 5, 2023
8516688
[config] Remove old version from template name
Jun 6, 2023
bb3783d
[provider] Replace obsolete methods for server selection
Jun 6, 2023
aa16e6f
[config] Use default data and logdir
Jun 13, 2023
c89b8a3
[debug] Debug statements
Jun 15, 2023
e4ec0bb
[provider/user] Adjust errormessage to new error messages
Jun 16, 2023
a4f06ba
[mongosh] Fix unexpected token error due to changed output
Jun 16, 2023
e811dc7
[authentication] fix authentication function
Jun 16, 2023
9fb9e9e
[config] add allowInvalidHostnames when found in config file
Jun 20, 2023
bcad078
[authentication] No authentication possible when no user is yet created
Jun 20, 2023
7b35131
[authentication] make ismaster work with authentication enbaled befor…
Jun 28, 2023
07eac43
[docs] Move README into the manifests
Jul 7, 2023
8a8033b
[test] Fix unit and acceptance tests
Jul 10, 2023
6dfb04f
[mongos] set fork off by default (see issue #667)
Jul 18, 2023
2e1bcc0
[x509] Add x509 support for admin user
Jul 17, 2023
ece1942
[cleanup] cleanup unused code and debug lines
Aug 17, 2023
045b3df
[cleanup] Remove version check, since we only support from 4 and high…
Aug 17, 2023
22c5fab
[reference] Regenerate
Jan 20, 2024
63a0d8b
[fix] Remove duplicate parameteers and add missing one
Feb 19, 2024
8995d4d
[provider] Use ruby variable name fix
Feb 19, 2024
d666752
[termplate] Remove double empty lines
Feb 19, 2024
8b615a7
[certificates] Introduce cluster certs, and useSystemCa switch
Feb 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/pkg/
/Gemfile.lock
/Gemfile.local
/Gemfile.local.lock
/vendor/
/.vendor/
/spec/fixtures/manifests/
Expand Down
Loading
Loading