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 omdb migrations list command #6160

Merged
merged 9 commits into from
Aug 5, 2024
Merged

Add omdb migrations list command #6160

merged 9 commits into from
Aug 5, 2024

Commits on Jul 29, 2024

  1. Add omdb migrations list command

    This commit adds a new OMDB command for listing the contents of the
    migration table. The query can be filtered by migration state, and can
    also show only the migrations of one or more instances.
    hawkw committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    441c814 View commit details
    Browse the repository at this point in the history
  2. s/omcrion/omicron

    hawkw committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b00232e View commit details
    Browse the repository at this point in the history
  3. update error output

    hawkw committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    968318e View commit details
    Browse the repository at this point in the history
  4. just allow the full-table scan

    hawkw committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    cc88786 View commit details
    Browse the repository at this point in the history
  5. use an index instead

    hawkw committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    161874d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    881061e View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

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

Commits on Aug 5, 2024

  1. mess with output format a bit

    hawkw committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    cd33fc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d719e83 View commit details
    Browse the repository at this point in the history