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

feat(resource): implement managed database resource types #187

Merged
merged 8 commits into from
Jan 13, 2022

Commits on Oct 22, 2021

  1. Configuration menu
    Copy the full SHA
    4904bae View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Configuration menu
    Copy the full SHA
    b18ae58 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. feat(resource): implement managed database resource types

    Wait managed database to be fully created and running before shutdown.
    peknur committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    3a852fc View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    3ee7bac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b1f971 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. feat(database): wait managed database to be fully created

    Wait managed database to be running and service name to be propagated before continuing execution.
    
    Add UpCloud Managed Databases to CHANGELOG.
    peknur committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    a98c96f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    aca62ca View commit details
    Browse the repository at this point in the history
  2. fix(dbaas): Maintenance window settings

    Maintenance window properties were ignored when creating instances
    and also in updates if only one of two properties (maintenance_window_dow,
    maintenance_window_time) were changed.
    peknur committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    9bf7014 View commit details
    Browse the repository at this point in the history