-
Notifications
You must be signed in to change notification settings - Fork 36
Release 0 92 9 #79
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
Merged
Merged
Release 0 92 9 #79
Conversation
This file contains hidden or 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
Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
`re` and `requests` weren't used in this file, and weren't declared in `setup_requires` causing some build issues. Removed these imports. Removed mixed tabs & spaces. Explicitly added the Apache License to list of Classifiers so this project can be identified as Apache Licensed at pypi.org. This matches the license file.
* WC-847: client.widesky: Expect to see 404 messages. * WC-847: client.ops.entity: Handle "not found" errors. If we get back a `HaystackError` of the form `HNotFoundError: …`, then the entity does not exist. * WC-847: client.mixins.vendor.widesky.crud: Handle 200/400/404 error codes. - 200: the "happy path" - 400: bad request - 404: not found * WC-621: client.ops.his: Handle rng=slice object case. MeterMaster passes in a `slice` object with two `datetime.datetime` objects when it wishes to do a read operation. It seems this construct causes some grief with `pyhaystack` and `hszinc` which shouldn't be an issue. This fixes the issue by converting the slice object into a comma-separated string: standard Project Haystack format. * WC-1534: fix for creating entity without specifing 'id' tag * WC-1534: add api server version check for uuid support * VRT-1681: mkdeb.sh: Add Debian package build script. * VRT-1681: Drop out-of-date Debian package files. The script `mkdeb.sh` just needs `stdeb` and should remain up-to-date. * WC-847: client.session: Wrap low-level function calls This lets a subclass easily insert options into the `_get` or `_post` request passed to the HTTP client, e.g. to expect certain HTTP error codes. * VRT-1681: client.widesky: Clean up duplication from merge.
…make more readable strings
* cleanup / fix setup.py, and add license `re` and `requests` weren't used in this file, and weren't declared in `setup_requires` causing some build issues. Removed these imports. Removed mixed tabs & spaces. Explicitly added the Apache License to list of Classifiers so this project can be identified as Apache Licensed at pypi.org. This matches the license file. * Update the company name of Widesky IoT platform As of July 2019 Widesky.cloud is now the company responsible for developing Widesky.
…ions only won't work in Python 3.8)
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.
Conflict examination