-
Notifications
You must be signed in to change notification settings - Fork 43
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
0.19.0 #228
Merged
Merged
0.19.0 #228
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Extend flake8 default ignore instead of replace it * Fix package * Fix tcp gateway * Fix message * Fix persistence * Fix test message * Fix test mysensors * Fix test persistence
* Update get-mac from 0.5.0 to 0.5.1 * Update setuptools from 40.4.3 to 40.5.0 * Update wheel from 0.32.0 to 0.32.2 * Update flake8 from 3.5.0 to 3.6.0 * Update pytest from 3.8.1 to 3.9.3 * Update pydocstyle from 2.1.1 to 3.0.0
* Library name was changed from get-mac to getmac.
* Add pytest-sugar * Decrease verbosity for tox tests * Run travis lint under lowest supported python version (3.4). * Run pytest with default verbosity.
* Update travis build settings * Move python 3.6 to xenial. * Use global sudo required option since sudo false is deprecated. * Update comment
* Add CLI * Add click dependency * Add base for cli * Add sync serial gateway cli * Add async serial gateway * Add CLI for tcp gateways * Add CLI for mqtt gateways * Move mqtt connection to client connect method * Add proper async mqtt support * Run isort * Fix lint * Clean up error message * Replace print with logging * Fix gateway stop coroutine scheduling
* Refactor gateway into task and transport classes * Clean up mqtt gateway. * Add gateway convenience methods. * Update tests. * Clean up persistence parameters * Clean up transport * Activate persistence scheduling for CLI
* Add optional connection callbacks * The callbacks should accept one parameter, the gateway instance. * Update readme * Call connection callbacks from protocol * Clean up connection callbacks * Pass the exception as the second argument in the connection lost callback. * Update readme * Add transport tests * Add more tests * Fix docstring
* The MQTT gateway doesn't support the connection callbacks.
* Update setuptools from 40.5.0 to 40.6.2 * Update wheel from 0.32.2 to 0.32.3 * Update pylint from 2.1.1 to 2.2.2 * Update pytest from 3.9.3 to 4.0.1 * Update pytest-timeout from 1.3.2 to 1.3.3 * Fix lint
* Update setuptools from 40.6.2 to 40.6.3 * Update pytest from 4.0.1 to 4.0.2
* Update getmac from 0.6.0 to 0.7.0 * Update setuptools from 40.6.3 to 40.8.0 * Update twine from 1.12.1 to 1.13.0 * Update wheel from 0.32.3 to 0.33.1 * Update flake8 from 3.6.0 to 3.7.7 * Update pylint from 2.2.2 to 2.3.0 * Update pytest from 4.0.2 to 4.3.0 * Update pytest-cov from 2.6.0 to 2.6.1
* Update pylint from 2.3.0 to 2.3.1 * Update pytest from 4.3.0 to 4.4.0
* Improve message validation * Fix some bugs and clean up * Fix tests * Improve validation logging * Clean up * Clean up
* Added some more examples - Added basic installation instructions - Added some more examples to quickly get started. - Added note about sub_type having different content based on context. - Changed protocol version in example to 2.2, and enabled persistence option in the example too. It's probably easier to disable than enable. * Update README.md Co-Authored-By: flatsiedatsie <[email protected]> * Update README.md Co-Authored-By: flatsiedatsie <[email protected]> * Update README.md Co-Authored-By: flatsiedatsie <[email protected]> * Update README.md Co-Authored-By: flatsiedatsie <[email protected]> * Update README.md Co-Authored-By: flatsiedatsie <[email protected]> * Update README.md Co-Authored-By: flatsiedatsie <[email protected]> * Update README.md Co-Authored-By: flatsiedatsie <[email protected]> * Update README.md Co-Authored-By: flatsiedatsie <[email protected]> * Update README.md Co-Authored-By: flatsiedatsie <[email protected]>
* Update getmac from 0.7.0 to 0.8.0 * Update setuptools from 40.8.0 to 41.0.1 * Update pytest from 4.4.0 to 4.4.1
* Update getmac from 0.8.0 to 0.8.1 * Update wheel from 0.33.1 to 0.33.4 * Update pytest from 4.4.1 to 4.6.0 * Update pytest-cov from 2.6.1 to 2.7.1
* Remove support for Python 3.4 * Update tox and travis * Use Python 3.5 async syntax * Update readme
* We use markdown option for pypi description, so we don't need to generate an rst readme.
* Update flake8 from 3.7.7 to 3.7.8 * Update pytest from 5.0.0 to 5.0.1 * Update pydocstyle from 3.0.0 to 4.0.0
* Update voluptuous from 0.11.5 to 0.11.7 * Update setuptools from 41.0.1 to 41.2.0 * Update wheel from 0.33.4 to 0.33.6 * Update pytest from 5.0.1 to 5.1.2 * Update pydocstyle from 4.0.0 to 4.0.1
* Update twine from 1.13.0 to 2.0.0 * Update pylint from 2.3.1 to 2.4.2 * Update pytest from 5.1.2 to 5.2.0 * Fix lint except unnecessary-comprehension * Temporary disable unnecessary-comprehension
* Update paho-mqtt from 1.4.0 to 1.5.0 * Update setuptools from 41.2.0 to 41.6.0 * Update flake8 from 3.7.8 to 3.7.9 * Update pylint from 2.4.2 to 2.4.3 * Update pytest from 5.2.0 to 5.2.2 * Update pytest-cov from 2.7.1 to 2.8.1
* Update setuptools from 41.6.0 to 45.1.0 * Update twine from 2.0.0 to 3.1.1 * Update wheel from 0.33.6 to 0.34.2 * Update pylint from 2.4.3 to 2.4.4 * Update pytest from 5.2.2 to 5.3.5 * Update pytest-timeout from 1.3.3 to 1.3.4 * Update pydocstyle from 4.0.1 to 5.0.2
* Add test workflow * Activate tox for github actions * Remove Travis CI * Update docs and badge
* Add changelog action * Add history file for changelog * Clean changelog * Remove stale changelog script
* Add release drafter * Set dev as default branch until next release
* Add makefile for common dev tasks * Update release instructions * Add dev requirements * Mention development in readme * Use VERSION file instead of version module * Remove stale version module * Update release instructions * Remove stale comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.