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

Don't wait on *List resources for info module #253

Merged
merged 3 commits into from
Nov 8, 2021

Commits on Nov 8, 2021

  1. Don't wait on *List resources for info module

    We can't use the same wait logic on *List resources because they lack
    the same metadata that other resources have. We should ensure that we
    are waiting on the items in the list, but not the list itself. Waiting
    on the list itself results in unexpected behavior.
    
    This fixes the waiting logic when waiting on a list to wait until the
    list being queried contains one or more items, or the wait timeout has
    been reached. Each item in the list can then be waited on with the usual
    wait logic.
    gravesm committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    99c8bf7 View commit details
    Browse the repository at this point in the history
  2. Add changelog fragment

    gravesm committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    9624de0 View commit details
    Browse the repository at this point in the history
  3. Black formatting

    gravesm committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    b5c03f0 View commit details
    Browse the repository at this point in the history