Tags: jamartinh/PIconnect
Tags
Merge pull request Hugovdberg#597 from Hugovdberg/hotfix/0.9.1 Fix line endings in build stage
Merge pull request Hugovdberg#593 from Hugovdberg/release/0.9.0 Release 0.9.0
Merge pull request Hugovdberg#517 from Hugovdberg/release/0.8 Release 0.8.0
Merge pull request Hugovdberg#475 from Hugovdberg/release/v0.7.1 Release v0.7.1
Release version 0.7.0 (Hugovdberg#233) * Update cryptography from 2.1.3 to 2.1.4 * Update pytest from 3.2.5 to 3.3.0 * Update pytest from 3.3.0 to 3.3.1 * Update sphinx from 1.6.5 to 1.6.6 * Update pytest from 3.3.1 to 3.3.2 * Update coverage from 4.4.2 to 4.5 * Update pytest from 3.3.2 to 3.4.0 * Update sphinx from 1.6.6 to 1.6.7 * Update coverage from 4.5 to 4.5.1 * Update sphinx from 1.6.7 to 1.7.0 * Update pytest-runner from 3.0 to 4.0 * Update pytest from 3.4.0 to 3.4.1 * Update sphinx from 1.7.0 to 1.7.1 * Update pytest from 3.4.1 to 3.4.2 * Update pip from 9.0.1 to 9.0.2 * Update cryptography from 2.1.4 to 2.2 * Update pytest-runner from 4.0 to 4.2 * Update pip from 9.0.2 to 9.0.3 * Update sphinx from 1.7.1 to 1.7.2 * Update cryptography from 2.2 to 2.2.1 * Update pytest from 3.4.2 to 3.5.0 * Update cryptography from 2.2.1 to 2.2.2 * Update wheel from 0.30.0 to 0.31.0 * Update tox from 2.9.1 to 3.0.0 * Update pip from 9.0.3 to 10.0.0 * Update pip from 10.0.0 to 10.0.1 * Update sphinx from 1.7.2 to 1.7.3 * Update pytest from 3.5.0 to 3.5.1 * Update sphinx from 1.7.3 to 1.7.4 * Update wheel from 0.31.0 to 0.31.1 * Update pytest from 3.5.1 to 3.6.0 * Update sphinx from 1.7.4 to 1.7.5 * Update pytest from 3.6.0 to 3.6.1 * Update pytest from 3.6.1 to 3.6.2 * Update pyyaml from 3.12 to 4.1 * Update gitignore * Renamed constants to upper case in setup * Updated bumpversion config * 'Bump version: 0.5.1 → 0.5.2' * Update bumpversion configuration * Update issue templates Add separate templates for bug reports and feature requests * Added imports from `future` and a few imports of the builtin `str` type where necessary * Bump version: 0.5.2 → 0.6.0 * Update pytest from 3.6.2 to 3.6.3 (Hugovdberg#105) * Update tox from 3.0.0 to 3.1.1 (Hugovdberg#106) * Scheduled daily dependency update on friday (Hugovdberg#220) * Update pip from 10.0.1 to 18.1 * Update wheel from 0.31.1 to 0.32.2 * Update watchdog from 0.8.3 to 0.9.0 * Update flake8 from 3.5.0 to 3.6.0 * Update tox from 3.1.1 to 3.5.3 * Update sphinx from 1.7.5 to 1.8.1 * Update cryptography from 2.2.2 to 2.3.1 * Update pytest from 3.6.3 to 3.9.3 * Update pytest from 3.9.3 to 3.10.0 (Hugovdberg#223) * Create fake SDK when unavailable (Hugovdberg#224) * Initial try to mock out the SDK if it fails to import * Whoops, rebase hell coming in, retry changes on feature branc * Whoops, rebase hell coming in, retry changes on feature branch, part 2 * Whoops, rebase hell coming in, retry changes on feature branch, part 3 * Added requirements to setup.py * Dropped Python 3.7 from Travis tests, as it not yet available * Added AFBoundaryType to mock SDK, need refactoring to PIConsts from @add_summaries * Added AF.PI.PIServers() to AFSDKmock * Added PIServers and PISystems to mock SDK * Updated fakes.py to Python 3 syntax * Expanded mock SDK, moved back into PIconnect/AFSDK.py to prevent import issues; updated badges in README * Updated Travis/tox config; Added Pipfile for dependency management * Fix Read the Docs (Hugovdberg#225) * Added mocking library to the documentation to make Read the Docs happy * Fix rtfd (Hugovdberg#226) * Added mocking library to the documentation to make Read the Docs happy * Added Read the Docs config, hope this helps * Add summaries (Hugovdberg#227) * Add several enumerations to mirror the AF SDK enumerations * Add summary method to PISeriesContainer class * Updated and added stub implementations of several functions * Created concrete implementations for summary and summaries on PIPoint and PIAFAttribute classes * Simplified implementation of enums * Sorted imports; renamed summary_type to summary_types; added summaries interface * Fixed error in PIConsts.SummaryType * Added filtered_summaries to PISeriesContainer; Added ExpressionSampleType to PIConsts * Add summary method to PISeriesContainer class * Updated and added stub implementations of several functions * Sorted imports; renamed summary_type to summary_types; added summaries interface * Added filtered_summaries to PISeriesContainer; Added ExpressionSampleType to PIConsts * Updated dependencies for travis * Fixed regression in Travis config * Updated Read the Docs badge to new default branch * Cleanup style issues in various files * Changed duplicated import to assignment * Changed signature of stubs in PIDataContainer to true signature * Wrapped imports from future in disable=unused-import for pylint * Added docstrings and disabled some pylint message for the mock SDK * Changed name of constant operators to OPERATORS * Reformated license text to stay within 80 character lines * Added property current_value to PISeriesContainer instead of subclasses, only _current_value needs to be overloaded * Subclasses call super().__init__(), cleaned up PISeriesContainer.__init__() * Minor style updates for consistency * Removed NotImplementedError from stubs, simply pass * Added doc8 requirement for development, regenerated requirements_dev.txt from Pipfile.lock * Fixed URL to Read the Docs * Scheduled daily dependency update on wednesday (Hugovdberg#231) * Update coverage from 4.5.1 to 4.5.2 * Update sphinx from 1.8.1 to 1.8.2 * Update cryptography from 2.3.1 to 2.4.1 * Update pytest from 3.10.0 to 3.10.1 * Updated Pipfile.lock and requirements_dev.txt * Add warning regarding unknown host (Hugovdberg#232) * Added warning to PIServer for unknown hosts, added test case * Added warnings to PIAFDatabase class for unknown server or database, including tests * Changed format strings to regular strings to keep support for Python versions below 3.6 * Changed to unittest2 framework for backwards compatibility in Python 2 * Added another block level ignore because codacy has an older version of Pylint Closes Hugovdberg#75 * Bump version: 0.6.0 → 0.7.0
Update master to version 0.6.0 (Hugovdberg#104) * Update cryptography from 2.1.3 to 2.1.4 * Update pytest from 3.2.5 to 3.3.0 * Update pytest from 3.3.0 to 3.3.1 * Update sphinx from 1.6.5 to 1.6.6 * Update pytest from 3.3.1 to 3.3.2 * Update coverage from 4.4.2 to 4.5 * Update pytest from 3.3.2 to 3.4.0 * Update sphinx from 1.6.6 to 1.6.7 * Update coverage from 4.5 to 4.5.1 * Update sphinx from 1.6.7 to 1.7.0 * Update pytest-runner from 3.0 to 4.0 * Update pytest from 3.4.0 to 3.4.1 * Update sphinx from 1.7.0 to 1.7.1 * Update pytest from 3.4.1 to 3.4.2 * Update pip from 9.0.1 to 9.0.2 * Update cryptography from 2.1.4 to 2.2 * Update pytest-runner from 4.0 to 4.2 * Update pip from 9.0.2 to 9.0.3 * Update sphinx from 1.7.1 to 1.7.2 * Update cryptography from 2.2 to 2.2.1 * Update pytest from 3.4.2 to 3.5.0 * Update cryptography from 2.2.1 to 2.2.2 * Update wheel from 0.30.0 to 0.31.0 * Update tox from 2.9.1 to 3.0.0 * Update pip from 9.0.3 to 10.0.0 * Update pip from 10.0.0 to 10.0.1 * Update sphinx from 1.7.2 to 1.7.3 * Update pytest from 3.5.0 to 3.5.1 * Update sphinx from 1.7.3 to 1.7.4 * Update wheel from 0.31.0 to 0.31.1 * Update pytest from 3.5.1 to 3.6.0 * Update sphinx from 1.7.4 to 1.7.5 * Update pytest from 3.6.0 to 3.6.1 * Update pytest from 3.6.1 to 3.6.2 * Update pyyaml from 3.12 to 4.1 * Update gitignore * Renamed constants to upper case in setup * Updated bumpversion config * 'Bump version: 0.5.1 → 0.5.2' * Update bumpversion configuration * Update issue templates Add separate templates for bug reports and feature requests * Added imports from `future` and a few imports of the builtin `str` type where necessary * Bump version: 0.5.2 → 0.6.0 * Signing version 0.6.0 with my GnuPG key
PreviousNext