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 conversion #723

Merged
merged 49 commits into from
Jul 24, 2023
Merged

Asyncio conversion #723

merged 49 commits into from
Jul 24, 2023

Commits on May 24, 2023

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

Commits on May 25, 2023

  1. Update tests for asyncIO

    Add aiohttp requirement
    mkmer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    6acc457 View commit details
    Browse the repository at this point in the history
  2. black formating

    mkmer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    0a88975 View commit details
    Browse the repository at this point in the history
  3. Various fixes for async await

    mkmer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    e22384f View commit details
    Browse the repository at this point in the history
  4. Add pytest.ini

    mkmer committed May 25, 2023
    Configuration menu
    Copy the full SHA
    f23c288 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Complete async tests

    fix missing awaits
    mkmer committed May 26, 2023
    Configuration menu
    Copy the full SHA
    41344ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85501f7 View commit details
    Browse the repository at this point in the history
  3. Missing awaits

    mkmer committed May 26, 2023
    Configuration menu
    Copy the full SHA
    9673dd6 View commit details
    Browse the repository at this point in the history
  4. few more aiohttp patches

    mkmer committed May 26, 2023
    Configuration menu
    Copy the full SHA
    cca0b4d View commit details
    Browse the repository at this point in the history
  5. Add few critical gitignore

    mkmer committed May 26, 2023
    Configuration menu
    Copy the full SHA
    38809f7 View commit details
    Browse the repository at this point in the history
  6. Async Blinkpy app

    mkmer committed May 26, 2023
    Configuration menu
    Copy the full SHA
    63958de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8986c8 View commit details
    Browse the repository at this point in the history
  8. Caught by black again...

    mkmer committed May 26, 2023
    Configuration menu
    Copy the full SHA
    363633e View commit details
    Browse the repository at this point in the history
  9. Caught by black again

    mkmer committed May 26, 2023
    Configuration menu
    Copy the full SHA
    1c7f0b5 View commit details
    Browse the repository at this point in the history
  10. Additional test coverage

    mkmer committed May 26, 2023
    Configuration menu
    Copy the full SHA
    8c8f9b8 View commit details
    Browse the repository at this point in the history
  11. Black format

    mkmer committed May 26, 2023
    Configuration menu
    Copy the full SHA
    a70c54b View commit details
    Browse the repository at this point in the history
  12. Lint errors addressed

    mkmer committed May 26, 2023
    Configuration menu
    Copy the full SHA
    8431601 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. More test coverage

    add missing awaits
    mkmer committed May 27, 2023
    Configuration menu
    Copy the full SHA
    70786de View commit details
    Browse the repository at this point in the history
  2. More tests

    Removed unreachable code from sync
    mkmer committed May 27, 2023
    Configuration menu
    Copy the full SHA
    115370f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f90b4a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. 100% coverage for sync module

    mkmer committed May 28, 2023
    Configuration menu
    Copy the full SHA
    fb68d2b View commit details
    Browse the repository at this point in the history
  2. Lint caught me again

    mkmer committed May 28, 2023
    Configuration menu
    Copy the full SHA
    c4bfcac View commit details
    Browse the repository at this point in the history
  3. 100% coverage for auth

    mkmer committed May 28, 2023
    Configuration menu
    Copy the full SHA
    7026c29 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. restore docs

    revert from .items()
    mkmer committed May 29, 2023
    Configuration menu
    Copy the full SHA
    7f6ad9f View commit details
    Browse the repository at this point in the history
  2. Updates to throttle for async

    mkmer committed May 29, 2023
    Configuration menu
    Copy the full SHA
    a8a6c99 View commit details
    Browse the repository at this point in the history
  3. blinkpy coverage improved

    missing await
    mkmer committed May 29, 2023
    Configuration menu
    Copy the full SHA
    fb8ae84 View commit details
    Browse the repository at this point in the history
  4. Must remember to run lint!

    mkmer committed May 29, 2023
    Configuration menu
    Copy the full SHA
    90c2415 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f8ad40 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Additional test coverage

    .raw() = .read() for aiohttp
    mkmer committed May 30, 2023
    Configuration menu
    Copy the full SHA
    499b1e0 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. tests for api

    remove unused pytest marks
    mkmer committed May 31, 2023
    Configuration menu
    Copy the full SHA
    74381b8 View commit details
    Browse the repository at this point in the history
  2. improve blink coverage

    black/lint cleanup
    mkmer committed May 31, 2023
    Configuration menu
    Copy the full SHA
    70941ec View commit details
    Browse the repository at this point in the history
  3. Final tests

    mkmer committed May 31, 2023
    Configuration menu
    Copy the full SHA
    d1a3a31 View commit details
    Browse the repository at this point in the history
  4. black format

    mkmer committed May 31, 2023
    Configuration menu
    Copy the full SHA
    537d83f View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Add async write/read

    mkmer committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    3f12391 View commit details
    Browse the repository at this point in the history
  2. update requirements

    mkmer committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    75f6259 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb1dd49 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Fix cacched image

    Adjusted camera tests
    mkmer committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    c95afe6 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Update readme docs

    mkmer committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    49eb677 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    416b275 View commit details
    Browse the repository at this point in the history
  2. fix wrapper bugs

    mkmer committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    5879dcf View commit details
    Browse the repository at this point in the history
  3. Remove unused variable

    mkmer committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    093d2a9 View commit details
    Browse the repository at this point in the history
  4. typo in wrapper

    mkmer committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    ca5c2e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    9bfcd00 View commit details
    Browse the repository at this point in the history
  2. optimize refresh test

    mkmer committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    d474261 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    453da7e View commit details
    Browse the repository at this point in the history
  4. Moved test hanle 500 error

    mkmer committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    8247243 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Add BlinkSync app

    mkmer committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    1fbe076 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Timezone

    working dialog
    mkmer committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a52fae2 View commit details
    Browse the repository at this point in the history
  2. Move blinksync folder

    mkmer committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    28aa242 View commit details
    Browse the repository at this point in the history