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 asynchronous AuthorizedSession class #1580

Commits on Aug 12, 2024

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

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    b6c1593 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'add-support-for-async-authorized-session-api' into impl…

    …ement-async-authorized-session-class
    ohmayr committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    8bad0bc View commit details
    Browse the repository at this point in the history
  3. move timeout guard to sessions

    ohmayr committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    08fe837 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    b67951b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd2b143 View commit details
    Browse the repository at this point in the history
  3. cleanup

    ohmayr committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bd30f49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b3a637 View commit details
    Browse the repository at this point in the history
  5. update number of retries to 3

    ohmayr committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    34b1fd7 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. refactor test cases

    ohmayr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5091495 View commit details
    Browse the repository at this point in the history
  2. fix linter and mypy issues

    ohmayr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e6bd847 View commit details
    Browse the repository at this point in the history
  3. fix pytest code coverage

    ohmayr committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    43d36aa View commit details
    Browse the repository at this point in the history