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

Add support for configuring a DB secret's plugin_name #1320

Merged
merged 11 commits into from
Jan 29, 2022

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    2dec896 View commit details
    Browse the repository at this point in the history
  2. Minor whitespace update

    benashz committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    4ffeab5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5861db View commit details
    Browse the repository at this point in the history
  4. Document plugin_name

    benashz committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    10bb5fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c26b4d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Drop use of init()

    benashz committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    34cbaf6 View commit details
    Browse the repository at this point in the history
  2. Factor out common TestFuncs

    - ensure that all fields common to each db engine are tested.
    benashz committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    c304faa View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    benashz committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    36231a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    8405679 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1608f01 View commit details
    Browse the repository at this point in the history
  3. Use dbEngine instances in place of constants. (#1326)

    * Use dbEngine instances in place of constants.
    
    - replace the use of map for looking up dbEngine instances by name with
      a slice
    - factor out dbBackend* constants to dbEngine instances.
    
    * Use dbEngine names in db Schema fields.
    
    * Add some public getter methods to the dbEngine
    benashz authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    902dc1d View commit details
    Browse the repository at this point in the history