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

Commits on Feb 12, 2024

  1. [version] Adjust supported version to +4.4

    * Make latest stable version the default
    * Add more recent redhat/centos versions
    * Update supported distro matrix
    * Set default repo version to 6.0
    * Adjust server package name to the upstream repos for debian
    Johan De Wit committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e3abb58 View commit details
    Browse the repository at this point in the history
  2. [facts] Remove support for version < 4.4 and use mongosh

    Johan De Wit committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1ec631b View commit details
    Browse the repository at this point in the history
  3. [momgosh] Replace mongo shell with mongosh

    Johan De Wit committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    820856c View commit details
    Browse the repository at this point in the history
  4. [config] Remove old version from template name

    Johan De Wit committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    8516688 View commit details
    Browse the repository at this point in the history
  5. [provider] Replace obsolete methods for server selection

    Johan De Wit committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    bb3783d View commit details
    Browse the repository at this point in the history
  6. [config] Use default data and logdir

    Johan De Wit committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    aa16e6f View commit details
    Browse the repository at this point in the history
  7. [debug] Debug statements

    Johan De Wit committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    c89b8a3 View commit details
    Browse the repository at this point in the history
  8. [provider/user] Adjust errormessage to new error messages

    Johan De Wit committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e4ec0bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a4f06ba View commit details
    Browse the repository at this point in the history
  10. [authentication] fix authentication function

    Johan De Wit committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e811dc7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9fb9e9e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bcad078 View commit details
    Browse the repository at this point in the history
  13. [authentication] make ismaster work with authentication enbaled befor…

    …e user admin is created
    Johan De Wit committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    7b35131 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. [docs] Move README into the manifests

    Johan De Wit committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    07eac43 View commit details
    Browse the repository at this point in the history
  2. [test] Fix unit and acceptance tests

    * Fix linter and regenerate REFERENCE.md
    * Fix rubocop
    * Re-add opsmanager unit test
    * Use both new mongosh and mongoshrc in acceptance
    * Client package is now intalled by the server (mandatory for mongosh)
    * Fix some tests due to changed output mongosh
    * add some more rspec tests, and fix template
    Johan De Wit committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    8a8033b View commit details
    Browse the repository at this point in the history
  3. [mongos] set fork off by default (see issue voxpupuli#667)

    Johan De Wit committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    6dfb04f View commit details
    Browse the repository at this point in the history
  4. [x509] Add x509 support for admin user

    * use x509 autentication method for admin user, used to login in the
      api.
    * add supported_athentication_mechanisms, whish restricts the suppported
      authentication mechanism supported by the server.
    Johan De Wit committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2e1bcc0 View commit details
    Browse the repository at this point in the history
  5. [cleanup] cleanup unused code and debug lines

    Johan De Wit committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    ece1942 View commit details
    Browse the repository at this point in the history
  6. [cleanup] Remove version check, since we only support from 4 and high…

    …er now
    Johan De Wit committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    045b3df View commit details
    Browse the repository at this point in the history
  7. [reference] Regenerate

    Johan De Wit committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    22c5fab View commit details
    Browse the repository at this point in the history
  8. [fix] Remove duplicate parameteers and add missing one

    Johan De Wit committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    63a0d8b View commit details
    Browse the repository at this point in the history
  9. [provider] Use ruby variable name fix

    Johan De Wit committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    8995d4d View commit details
    Browse the repository at this point in the history
  10. [termplate] Remove double empty lines

    Johan De Wit committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d666752 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8b615a7 View commit details
    Browse the repository at this point in the history