8000 Tags · odin-detector/odin-control · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: odin-detector/odin-control

Tags

1.6.0

Toggle 1.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
timcnicholls Tim Nicholls
odin-control release 1.6.0

Changes include:

* Restore synchronous proxy adapter functionality by swtiching to using
  the requests package
* Add a replace method to the parameter tree

1.5.0

Toggle 1.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
timcnicholls Tim Nicholls
odin-control release 1.5.0

Changes include:

* Add HTTPS support
* Allow partial updates to parameter tree lists
* Improve shutdown and autoreload mechanisms

1.4.0

Toggle 1.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
timcnicholls Tim Nicholls
odin-control release 1.4.0

Changes include:

* Add support for (optional) greylog logging

1.3.0

Toggle 1.3.0's commit message 10000

Verified

This tag was signed with the committer’s verified signature.
timcnicholls Tim Nicholls
odin-control release 1.3.0

Changes include:

* Updating packaging infrastructure, moving package config to setup.cfg
* Support for enabling cross-origin resource sharing, when separating odin-control based API
  requests from serving of static resources

1.2.0

Toggle 1.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
timcnicholls Tim Nicholls
odin-control release version 1.2.0:

Changes include:

* Support for asynchronous adapters - requires python 3 & comptible tornado version
* Mutable parameter trees

1.1.0

Toggle 1.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
timcnicholls Tim Nicholls
odin-control release version 1.1.0

Changes include:

* Completed support for python 3
* Migration of CI from travis to Github actions, including full tox build matrix integration and codecov.io coverage reporting
* Fix unit test cases to improve python compatibility and reduce dependence of tests on the behaviour of the underlying test runner
* Make the installed python package odin-control rather than odin, improving the symmetry with the odin-data package , reducing chances of
  collision with public packages and making installable package files naming consistent
* New odin-control script entry point for the control server, for consistency and to avoid confusion. The current odin-server entry point remains but is deprecated, emits a warning when used and will be removed in a future release.

1.0.0

Toggle 1.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
timcnicholls Tim Nicholls
odin-control release version 1.0.0

Changes include:

* Explicit support for python 3 and Tornado versions 5 and 6
* Separation of package and test source code to reflect best python package practice
* Use of pytest/tox for running tests
* Proxy adapter now supports parameter metadata
* Minor bug fixes
* Added Apache V2 license

0.9.0

Toggle 0.9.0's commit message
odin-control release version 0.9.0

Changes include:

* Support for parameter metadata
* Inter-adapter communication
* Proxy adapter
* System status adapter
* Consistent parameter traversal and handling of trailing slashes on URLs

0.3.1

Toggle 0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #25 from odin-detector/pin-tornado-version

Pin tornado version to <5

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #24 from odin-detector/access_logging

Add ability to set tornado access log level independently
0