Steven Post

Results 18 comments of Steven Post

I restored my branch so you can take what you find useful. I think using `YAML.safe_load` is better suited in unit tests when compared to regexes.

Not sure how to get the test to actually run...

I get the `if`, I started out with a copy of the acceptance tests for a replicaset, but these new ones doesn't seem to be processed. Currently no clue on...

Closing, see https://github.com/voxpupuli/puppet-mongodb/pull/729#issuecomment-2061175472

Original bug submitter here. The exact file I used when reporting this bug can be found on the following URL: https://culsans-public.s3-eu-west-1.amazonaws.com/dynatrace-config-v1.json It is rather large (1.3 MB), so I'm not...

Suggested task: Remove `params` class in favour of module data. There is currently a mix of module data and the `params` class, the module should have either one, not both....

Do you want to keep the module backwards compatible between 4.x and 5.x? I guess not, since it's a major release. How far back do we need to support old...

Considering 4.4 has reached EOL, I would drop support for it, and only support 5.0 and up.

> Oh right. My thought was to drop really old versions at first in a release with updated module dependencies and updated OS support. We could drop 4.4 in the...

@h-haaks I would be very careful with releasing that as a 5.0.0. If we break anything else with the move to mongosh, we need to bump the major version again....