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

Asyncio migration #22

Merged
merged 5 commits into from
Dec 18, 2023
Merged

Asyncio migration #22

merged 5 commits into from
Dec 18, 2023

Commits on Dec 18, 2023

  1. chore: update packages

    devraj committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    8b9384b View commit details
    Browse the repository at this point in the history
  2. chore: move to concurrency

    this is our attempt to move to concurrency before the library goes out of hand
    there are a few exception at the moment around typer not being able to support
    async/await we can work around that when they support it
    
    #18
    devraj committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    cc73e4e View commit details
    Browse the repository at this point in the history
  3. chore: resolve merge conflict

    devraj committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    647c4ee View commit details
    Browse the repository at this point in the history
  4. fix: basic lifecycle of asyncio working

    moved to explicitly closing the client upon each requestREFS #18
    devraj committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    86918f8 View commit details
    Browse the repository at this point in the history
  5. refactor: all tests are now async

    pending running a full test this changes all the test calls to be
    async, we recomend merging this branch into the dto-implementation
    branch and let the tests run against the server to see if the
    tests pass
    
    REFS #18
    devraj committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    baaf841 View commit details
    Browse the repository at this point in the history