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

[storage] remove dead retry #25455

Merged
merged 25 commits into from
Aug 4, 2022
Merged

Commits on Jun 23, 2022

  1. Don't import from aiohttp in blob.aio

    Steven Jin committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    23aa10e View commit details
    Browse the repository at this point in the history
  2. update changelog

    Steven Jin committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    802de5c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. remove dead code

    Steven Jin committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    aa70719 View commit details
    Browse the repository at this point in the history
  2. changelog formatting

    Steven Jin committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    a9d97d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. add retries back in

    Steven Jin committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    46efbf9 View commit details
    Browse the repository at this point in the history
  2. Catch correct exception

    Steven Jin committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    5ba8e98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3f9f54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab942ac View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. missing import

    Steven Jin committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    307bd48 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix/storage-aiohttp-dependency' of github.com:Azure/azu…

    …re-sdk-for-python into fix/storage-aiohttp-dependency
    Steven Jin committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    c0037d7 View commit details
    Browse the repository at this point in the history
  3. catch azure.core exceptions

    Steven Jin committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    40f49f5 View commit details
    Browse the repository at this point in the history
  4. Revert

    Steven Jin committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    f82a0e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. changelog typo

    Steven Jin committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    5f340c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. changelog formatting

    Steven Jin committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    685e130 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. more changelog

    Steven Jin committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    a3144d0 View commit details
    Browse the repository at this point in the history
  2. merge main

    Steven Jin committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    d1d7fef View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    789ab08 View commit details
    Browse the repository at this point in the history
  2. start retry tests

    Steven Jin committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    5fbf043 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. remove unused retry

    Steven Jin committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    6aa0a3a View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. initial tests

    Steven Jin committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    9e55db6 View commit details
    Browse the repository at this point in the history
  2. remove retry

    Steven Jin committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    ec0aef3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9d31e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. typo

    Steven Jin committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    80096aa View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. unused im

    Steven Jin committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    efd1473 View commit details
    Browse the repository at this point in the history
  2. live-only test

    Steven Jin committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    f65d1f0 View commit details
    Browse the repository at this point in the history