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

Add Async Support #1899

Merged
merged 28 commits into from
Feb 22, 2022
Merged

Add Async Support #1899

merged 28 commits into from
Feb 22, 2022

Commits on Jan 24, 2022

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

Commits on Jan 25, 2022

  1. Add asyncio test suite and remove Py3.6 support

    * We need Python 3.7 from async-timeout plus 3.6 EOLed
    * test_commands not implemented yet
    * Added uvloop support (hopefully)
    Andrew-Chen-Wang committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    76cccc9 View commit details
    Browse the repository at this point in the history
  2. Lint

    Andrew-Chen-Wang committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    6e629ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b90d7d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

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

Commits on Feb 9, 2022

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

Commits on Feb 10, 2022

  1. PR discussion, test removal

    chayim committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    66a0efd View commit details
    Browse the repository at this point in the history
  2. Mark tests as onlynoncluster

    dvora-h committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    ba541e7 View commit details
    Browse the repository at this point in the history
  3. fixing linters

    chayim committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    6690caf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8d7a22 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Configuration menu
    Copy the full SHA
    cdf7ce8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90e129c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5639363 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63f9430 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

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

Commits on Feb 15, 2022

  1. black, to python 3.6

    chayim committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    d1abb6c View commit details
    Browse the repository at this point in the history
  2. python 3.6

    chayim committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    a4d791f View commit details
    Browse the repository at this point in the history
  3. requirements

    chayim committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    e49f9e7 View commit details
    Browse the repository at this point in the history
  4. uvloop

    chayim committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    b50b265 View commit details
    Browse the repository at this point in the history
  5. 3.6 trove

    chayim committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    0a2713b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba024cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8640954 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. python 3.6 fixes

    fixing async tests
    
    core.command typing that broke command tests
    chayim committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    f8a119c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c81f3a2 View commit details
    Browse the repository at this point in the history
  3. standalone fix

    chayim committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    f1c60c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. fixing 3.6 tests, and cluster tests

    updating docs to point to async connections
    
    adding python deprecation notice
    chayim committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    f4c062b View commit details
    Browse the repository at this point in the history
  2. vulture whitelist

    chayim committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    f4a6955 View commit details
    Browse the repository at this point in the history
  3. linter: black

    chayim committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    d688f55 View commit details
    Browse the repository at this point in the history