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: implement async client for LROs #707

Merged
merged 14 commits into from
Oct 7, 2024

Commits on Oct 3, 2024

  1. feat: implement AbstractOperationsAsyncClient to support long runni…

    …ng operations
    parthea authored and ohmayr committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4613cb3 View commit details
    Browse the repository at this point in the history
  2. remove coverage guards

    ohmayr committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    009a5ee View commit details
    Browse the repository at this point in the history
  3. address presubmit failures

    ohmayr committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0f7a7d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b51c64 View commit details
    Browse the repository at this point in the history
  5. tests cleanup

    ohmayr committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    50d751e View commit details
    Browse the repository at this point in the history
  6. fix incorrect tests

    ohmayr committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5a4af8d View commit details
    Browse the repository at this point in the history
  7. file bugs

    ohmayr committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2dea508 View commit details
    Browse the repository at this point in the history
  8. add auth import

    ohmayr committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f448498 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. address PR comments

    ohmayr committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ec2baa4 View commit details
    Browse the repository at this point in the history
  2. address PR comments

    ohmayr committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    1913c76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80e27e4 View commit details
    Browse the repository at this point in the history
  4. disable retry parameter

    ohmayr committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    dbf4abd View commit details
    Browse the repository at this point in the history
  5. add retry parameter

    ohmayr committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    53591d8 View commit details
    Browse the repository at this point in the history
  6. address PR comments

    ohmayr committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c0daf3d View commit details
    Browse the repository at this point in the history