- 16 Oct, 2024 7 commits
-
-
Roman Yurchak authored
-
Roman Yurchak authored
-
Roman Yurchak authored
-
Hao Truong authored
-
Christoph Ziebuhr authored
-
Christoph Ziebuhr authored
It hasn't been in use for SecurityPolicy None
-
Christoph Ziebuhr authored
-
- 31 Aug, 2024 1 commit
-
-
Andreas Heine authored
-
- 22 Aug, 2024 3 commits
-
-
Aron Hoffmann authored
-
Aron Hoffmann authored
-
Aron Hoffmann authored
-
- 15 Aug, 2024 4 commits
-
-
Tejas Shastry authored
-
Tejas Shastry authored
-
Tejas Shastry authored
-
Tejas Shastry authored
Fixed a function signature of `read_array_dimensions` in asyncua/common/node. ArrayDimentions is always a list of ints because OPC UA has support for multidimentional arrays. But the return type was is specified as int.
-
- 29 Jul, 2024 1 commit
-
-
Andreas Heine authored
-
- 23 Jul, 2024 2 commits
-
-
Roman Yurchak authored
-
Roman Yurchak authored
-
- 04 Jul, 2024 1 commit
-
-
Florian Meinicke authored
This way we can decorate a function which is already decorated with `@uamethod` again and things like `func.__name__` will correctly return the name of the decorated function and not `wrapper`.
-
- 03 Jul, 2024 5 commits
- 02 Jul, 2024 7 commits
- 01 Jul, 2024 1 commit
-
-
Martin Elend authored
-
- 20 Jun, 2024 3 commits
-
-
Ilya Zykov authored
-
chrisjbremner authored
* Add server-side session watchdog * Add test * Remove whitespace * Move watchdog to uaprocessor * Restore import order
-
chrisjbremner authored
* Resolve timezone deprecation warnings * Update uaprotocol_auto * Fix epoch to UTC * More UTC fixes * Require newer cryptography Since not_valid_before_utc and not_valid_after_utc were added * Fix import * Fix tz in test_datetime * Fix ruff check * One more import * Include timezone in env * Fix typo
-
- 17 Jun, 2024 2 commits
-
-
dependabot[bot] authored
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/81e9d935c883d0b210363ab89cf05f3894778450...ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
chrisjbremner authored
* Add callback to delete subscriptions * Improve docstring * Don't shadow CancelledError * Simplify subscription storage * Make it safe to iterate over keys * Restore accidentally deleted line * Remove task context * Remove list * Fix subscriptions for sessions
-
- 12 Jun, 2024 1 commit
-
-
Chris Bremner authored
-
- 01 May, 2024 2 commits
-
-
dakota.horstman authored
Fix SecurityPolicyType docstring: e.g. "None" -> "NoSecurity" Reorganize imports and better align code to pep standards (ruff)
-
Alex Ruddick authored
-