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

Migrating to Quart #6

Merged
merged 9 commits into from
Jul 6, 2019
Merged

Migrating to Quart #6

merged 9 commits into from
Jul 6, 2019

Commits on Jul 3, 2019

  1. Add async dependencies

    intendednull committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    7233eda View commit details
    Browse the repository at this point in the history
  2. Add concurrent request support to Client

    Migrate syncronous requests to use async instead while preserving functionality.
    Sync requests may still be made.
    
    Use an alias for the typing module, the import list was getting pretty long.
    intendednull committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    dfc45d0 View commit details
    Browse the repository at this point in the history
  3. Add azavea unit tests

    intendednull committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    f054037 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. Remove requests lib

    intendednull committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    9bc7749 View commit details
    Browse the repository at this point in the history
  2. Refactor default request arguements for AsyncProxy

    The default behavior is more explicit in the init methods.
    intendednull committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    90f5675 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Migrate flask to quart

    intendednull committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    1125fbc View commit details
    Browse the repository at this point in the history
  2. Add teardown for azavea client

    Close the session.
    intendednull committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    81aa4a5 View commit details
    Browse the repository at this point in the history
  3. Fix minor issues introduced in async migration

    Move dependency to dev section.
    
    Fix mislabled async on magic methods
    intendednull committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    1284fd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    786aac2 View commit details
    Browse the repository at this point in the history