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

v0.22.0 #747

Merged
merged 87 commits into from
Aug 17, 2023
Merged

v0.22.0 #747

merged 87 commits into from
Aug 17, 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
  2. Bump pytest-cov from 3.0.0 to 4.1.0

    Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 3.0.0 to 4.1.0.
    - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest-cov@v3.0.0...v4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: pytest-cov
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 24, 2023
    Configuration menu
    Copy the full SHA
    de233b7 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
  4. Dev version bump

    fronzbot authored May 28, 2023
    Configuration menu
    Copy the full SHA
    fe6dac6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #727 from fronzbot/fronzbot-patch-1

    Dev version bump
    fronzbot authored May 28, 2023
    Configuration menu
    Copy the full SHA
    4e0c251 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
  5. Bump pytest from 7.3.1 to 7.4.0

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 to 7.4.0.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.3.1...7.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    9b32c4b 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
  3. Merge pull request #723 from mkmer/asyncio_conversion

    Asyncio conversion
    fronzbot authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    9129e76 View commit details
    Browse the repository at this point in the history
  4. Bump black from 23.3.0 to 23.7.0

    Bumps [black](https://github.com/psf/black) from 23.3.0 to 23.7.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@23.3.0...23.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ff9ee5f View commit details
    Browse the repository at this point in the history
  5. save auth key

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

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    2b099b0 View commit details
    Browse the repository at this point in the history
  2. Circular import

    mkmer committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    3298eab View commit details
    Browse the repository at this point in the history
  3. Few missing None tests

    mkmer committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    5756dc4 View commit details
    Browse the repository at this point in the history
  4. Bump pylint from 2.17.4 to 2.17.5

    Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.4 to 2.17.5.
    - [Release notes](https://github.com/pylint-dev/pylint/releases)
    - [Commits](pylint-dev/pylint@v2.17.4...v2.17.5)
    
    ---
    updated-dependencies:
    - dependency-name: pylint
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    d089a8e View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Bump flake8 from 6.0.0 to 6.1.0

    Bumps [flake8](https://github.com/pycqa/flake8) from 6.0.0 to 6.1.0.
    - [Commits](PyCQA/flake8@6.0.0...6.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: flake8
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    4c91a58 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Bump coverage from 7.2.5 to 7.3.0

    Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.5 to 7.3.0.
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.2.5...7.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: coverage
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    0bf3331 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Merge pull request #738 from mkmer/handle-None-response

    Handle None response in camera.py
    fronzbot authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    50b395d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1779a73 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #737 from mkmer/BlinkSync-cleanup

    save auth key
    fronzbot authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    9fa0b2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    862b506 View commit details
    Browse the repository at this point in the history
  5. Remove unused clips var

    mkmer committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    467daea View commit details
    Browse the repository at this point in the history
  6. Lint

    mkmer committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    fee6272 View commit details
    Browse the repository at this point in the history
  7. lint fixes

    mkmer committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d9fd2d1 View commit details
    Browse the repository at this point in the history
  8. black fixes

    mkmer committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    df6f510 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Merge pull request #745 from mkmer/add-delete-and-download-functions

    Add delete and download functions
    fronzbot authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4083815 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c029f39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e75fdf6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #741 from fronzbot/dependabot/pip/flake8-6.1.0

    Bump flake8 from 6.0.0 to 6.1.0
    fronzbot authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    0820d46 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #739 from fronzbot/dependabot/pip/pylint-2.17.5

    Bump pylint from 2.17.4 to 2.17.5
    fronzbot authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    1841206 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #731 from fronzbot/dependabot/pip/pytest-7.4.0

    Bump pytest from 7.3.1 to 7.4.0
    fronzbot authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c21af7b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #733 from fronzbot/dependabot/pip/black-23.7.0

    Bump black from 23.3.0 to 23.7.0
    fronzbot authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c267ee7 View commit details
    Browse the repository at this point in the history
  8. Bump pygments from 2.15.1 to 2.16.1

    Bumps [pygments](https://github.com/pygments/pygments) from 2.15.1 to 2.16.1.
    - [Release notes](https://github.com/pygments/pygments/releases)
    - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
    - [Commits](pygments/pygments@2.15.1...2.16.1)
    
    ---
    updated-dependencies:
    - dependency-name: pygments
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    384717f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2bbcc4a View commit details
    Browse the repository at this point in the history
  10. Merge pull request #722 from fronzbot/dependabot/pip/pytest-cov-4.1.0

    Bump pytest-cov from 3.0.0 to 4.1.0
    fronzbot authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    67e7f50 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #743 from fronzbot/dependabot/pip/pygments-2.16.1

    Bump pygments from 2.15.1 to 2.16.1
    fronzbot authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d7fcd6b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cbf86f7 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #744 from fronzbot/dependabot/pip/coverage-7.3.0

    Bump coverage from 7.2.5 to 7.3.0
    fronzbot authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    bbad270 View commit details
    Browse the repository at this point in the history
  14. version bump

    fronzbot authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    fd08e27 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #746 from fronzbot/version-bump

    version bump
    fronzbot authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    8efa8fd View commit details
    Browse the repository at this point in the history
  16. Update CHANGES.rst

    fronzbot authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    bffba55 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #748 from fronzbot/change-list-update

    Update CHANGES.rst
    fronzbot authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    735a582 View commit details
    Browse the repository at this point in the history