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

Implement operations status polling in backend pod #749

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 28, 2024

  1. frontend: Add a note to ConvertCStoHCPOpenShiftCluster

    Matthew Barnes committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b8cc9dc View commit details
    Browse the repository at this point in the history
  2. database: Add QueryItemsIterator type

    Converts the result of azcosmos.ContainerItem.NewQueryItemsPager
    to a failable push iterator (push iterators are new in Go 1.23).
    Matthew Barnes committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1e4f067 View commit details
    Browse the repository at this point in the history
  3. database: Add DBClient.UpdateOperationDoc method

    Matthew Barnes committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    37c9223 View commit details
    Browse the repository at this point in the history
  4. database: Add DBClient.ListAllOperationDocs method

    This also defines a DBClientIterator interface so the in-memory
    cache can mimic QueryItemsIterator.
    Matthew Barnes committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    91d3e09 View commit details
    Browse the repository at this point in the history
  5. ocm: Add ClusterServiceConfig.GetCSClusterStatus method

    Will add something similar for node pools once the new "aro_hcp"
    API is available from Cluster Service.
    Matthew Barnes committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5b8c447 View commit details
    Browse the repository at this point in the history
  6. backend: Add OperationsScanner

    Periodically scans the "Operations" Cosmos DB container.
    Matthew Barnes committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8e280fe View commit details
    Browse the repository at this point in the history