1
0
mirror of https://github.com/FreeOpcUa/opcua-asyncio synced 2025-10-29 17:07:18 +08:00

Commit Graph

  • 7329faaf8f
    Merge efd206a2d5 into ea64b6480b #1884 oroulet 2025-10-28 15:25:38 +0100
  • efd206a2d5 ruff RUF #1884 3.10 Olivier 2025-10-28 15:22:07 +0100
  • c63cc6c032 ruff format Olivier 2025-10-28 14:08:31 +0100
  • 00e9886622 ruff RET Olivier 2025-10-28 14:05:45 +0100
  • 5ccb8c61ac fix ruff ASYNC changes Olivier 2025-10-28 14:05:10 +0100
  • 57178303d3 ruff PIE Olivier 2025-10-28 13:38:50 +0100
  • 1e68e4db83 ruff G Olivier 2025-10-28 13:36:54 +0100
  • 08c6c1bbf8 ruff ASYNC Olivier 2025-10-28 13:27:41 +0100
  • 98316f2093 ruff YTT Olivier 2025-10-28 13:19:45 +0100
  • e3bebc0afa ruff typing fixes for min 3.10 python version Olivier 2025-10-24 20:57:05 +0200
  • e01dc6eea0
    Merge c0fdd9286a into ea64b6480b #1782 Hector Oliveros 2025-10-28 18:06:17 +0700
  • 3ede2194c8
    Merge 207de6cd86 into ea64b6480b #1772 dependabot[bot] 2025-10-25 23:23:57 +0200
  • 46b4ff5ce8 format toml Olivier 2025-10-24 20:31:57 +0200
  • 33084a1279 fix one last test Olivier 2025-09-21 21:44:27 +0200
  • 5f301603d4 support type | None Olivier 2025-09-20 19:45:52 +0200
  • 35359ce158 new ruff fixes Olivier 2025-09-20 10:12:55 +0200
  • bf938996a6 ruff format Olivier 2025-09-20 10:03:23 +0200
  • 1d787c90e5 ruff check --fix Olivier 2025-09-20 10:02:10 +0200
  • 09ba003d5b require python 3.10 since 3.9 is not suported in one month Olivier 2025-09-20 09:59:43 +0200
  • 37993655ee
    Merge 4f23582c24 into ea64b6480b #1765 dependabot[bot] 2025-10-21 09:20:09 +0200
  • 33d1a79773
    Merge 7be113de5f into ea64b6480b #1503 Mikael Hailu 2025-10-17 17:21:46 +0200
  • 3b47b63562
    Merge 18dd8d3e76 into ea64b6480b #1715 Jonathan Becker 2025-10-14 12:39:41 -0700
  • ea64b6480b fix: format import master Hryhorii Biloshenko 2025-10-06 13:20:14 +0200
  • 2b7c48ec78 fix: format Hryhorii Biloshenko 2025-10-06 11:19:37 +0200
  • 6c90a54288 add cert chain load method to sync client Hryhorii Biloshenko 2025-10-06 11:15:15 +0200
  • 3d3aba5178 [pubsub] Fix conversion of UADP DataSetMessage header error status Alex 2025-10-14 12:27:57 -0500
  • 1e99d7f0b5
    [pubsub] Fix conversion of UADP DataSetMessage header error status #1879 Alex 2025-10-14 12:27:57 -0500
  • 99b01e074a
    Merge 1cdbf483b8 into 405c24678c #1555 Eskild Schroll-Fleischer 2025-10-08 22:07:27 -0300
  • 92c12fca6e fix: format import #1877 Hryhorii Biloshenko 2025-10-06 13:20:14 +0200
  • 405c24678c Update README.md Fuzail Hamid 2025-10-01 19:28:57 +0200
  • b7e91879c4 fix: format Hryhorii Biloshenko 2025-10-06 11:19:37 +0200
  • c6fc74e726 add cert chain load method to sync client Hryhorii Biloshenko 2025-10-06 11:15:15 +0200
  • f7e252c79f
    Merge e137c4ee5d into b8a796f1c0 #764 Ralf 2025-10-03 16:00:56 +0530
  • 9bcc723a06
    Merge 1a78dcd418 into b8a796f1c0 #1389 kawkawa99 2025-10-03 15:56:48 +0530
  • 5b2f72c449
    Merge 47dea6f9c7 into b8a796f1c0 #1779 Camille Guérin 2025-10-03 15:54:01 +0530
  • b1bf21aad2
    Update README.md #1875 Fuzail Hamid 2025-10-01 19:28:57 +0200
  • 1a4b4e43cd fix one last test #1874 310 Olivier 2025-09-21 21:44:27 +0200
  • 17c8fa51e9 support type | None Olivier 2025-09-20 19:45:52 +0200
  • b8a796f1c0 uv.lock should not be commited for a library Olivier 2025-09-20 09:22:58 +0200
  • 8b92ffeb6f new ruff fixes Olivier 2025-09-20 10:12:55 +0200
  • 6dfaa78051 ruff format Olivier 2025-09-20 10:03:23 +0200
  • 8461f55eb4 ruff check --fix Olivier 2025-09-20 10:02:10 +0200
  • 740368ded0 require python 3.10 since 3.9 is not suported in one month Olivier 2025-09-20 09:59:43 +0200
  • b80db14d7a uv.lock should not be commited for a library #1873 nolock Olivier 2025-09-20 09:22:58 +0200
  • c965db71ee Updated message error handling to allow the true UA exception to be thrown to improve error messages for the user. Now any UA error will be re-raised and any generic exception will be presented as unhandled. Update tests to check for the proper UA error. Connor Smith 2025-09-18 16:01:02 -0500
  • d484c00a1e Refactor error handling in UASocketProtocol Connor Smith 2025-09-16 12:19:55 -0500
  • 1d257d624f Add error handling for pending requests in UASocketProtocol Connor Smith 2025-09-16 10:51:00 -0500
  • c8f01cad65
    Merge pull request #2 from Ai-Ops-Inc/csmith/updating-message-error-handling #1868 Connor Smith 2025-09-18 16:03:22 -0500
  • 4e2adc7b4d Updated message error handling to allow the true UA exception to be thrown to improve error messages for the user. Now any UA error will be re-raised and any generic exception will be presented as unhandled. Update tests to check for the proper UA error. Connor Smith 2025-09-18 16:01:02 -0500
  • 2c02f08e04 cleanup cert gen script Hryhorii Biloshenko 2025-09-18 15:00:16 +0200
  • 92c877aaeb add usage example Hryhorii Biloshenko 2025-09-18 14:57:23 +0200
  • d17e962aa1 implement at least some tests Hryhorii Biloshenko 2025-09-18 14:57:02 +0200
  • b395ce4a48 generate certificate chain (test data) Hryhorii Biloshenko 2025-09-18 14:56:43 +0200
  • d509d870bd minimize pub api change Hryhorii Biloshenko 2025-09-17 16:43:05 +0200
  • e498984eea support user auth certificate chain Hryhorii Biloshenko 2025-09-17 16:20:30 +0200
  • a43af60bd1 support communication x509 certificate chain Hryhorii Biloshenko 2025-09-17 16:12:23 +0200
  • 2b6f3e5bd6
    Rebase and integrate pubsub features from upstream fork (#1859) Harshith Narasimhan Srivatsa 2025-09-18 12:43:16 -0700
  • de1ef078ec cleanup cert gen script #1871 Hryhorii Biloshenko 2025-09-18 15:00:16 +0200
  • 1c1ca06a67 add usage example Hryhorii Biloshenko 2025-09-18 14:57:23 +0200
  • ff4700c946 implement at least some tests Hryhorii Biloshenko 2025-09-18 14:57:02 +0200
  • 19e042487f generate certificate chain (test data) Hryhorii Biloshenko 2025-09-18 14:56:43 +0200
  • 72b06f15e5 Fix uv.lock for 1.1.8 #1859 Alex Chandel 2025-09-17 13:23:58 -0500
  • 976da633c4 Fix autogeneration of PubSub extension objects Alex Chandel 2025-09-17 13:15:37 -0500
  • 5ec6590cf0 Fix UadpNetworkMessage.TimeStamp decoding, fix test_connection Alex Chandel 2025-08-13 15:35:14 -0500
  • ecec947e4f minimize pub api change Hryhorii Biloshenko 2025-09-17 16:43:05 +0200
  • 93cb5a2be2 support user auth certificate chain Hryhorii Biloshenko 2025-09-17 16:20:30 +0200
  • b3be188414 support communication x509 certificate chain Hryhorii Biloshenko 2025-09-17 16:12:23 +0200
  • 8b7d2b3bc4
    Merge 4d4db86f24 into de8fa37f24 #1835 pbouill 2025-09-16 12:41:18 -0500
  • 14c5d1bbef
    Merge pull request #1 from Ai-Ops-Inc/csmith/adding-exception-bubbling-for-ua-failures Connor Smith 2025-09-16 12:40:32 -0500
  • d20c5c65bf Refactor error handling in UASocketProtocol Connor Smith 2025-09-16 12:19:55 -0500
  • d2b52eb715 Add error handling for pending requests in UASocketProtocol Connor Smith 2025-09-16 10:51:00 -0500
  • a31099a73d rectified all styling changes Harshith 2025-08-11 13:36:14 -0700
  • f5981a8fdf re commit Alexander Schrode 2022-05-08 12:11:57 +0200
  • 1601bdd0eb
    Merge c056169b90 into de8fa37f24 #1834 Lukas Kaupp 2025-09-13 18:16:24 +0200
  • de8fa37f24 Fix wrong FilterResult Alexander Schrode 2025-09-11 15:48:02 +0200
  • aeff46a323 Fix wrong FilterResult #1867 Alexander Schrode 2025-09-11 15:48:02 +0200
  • d8a5de3fe4 new release v1.1.8 v1.1.8 Olivier 2025-09-05 20:21:56 +0200
  • fe795e16ad fix release script Olivier 2025-09-05 20:21:47 +0200
  • cacd6a0c35 Replace time.time() with time.monotonic() in asyncua core modules v{v} v1.1.7 Mattis Voss 2025-08-01 09:38:59 +0100
  • 2830faa9b9 Replace time.time() with time.monotonic() in asyncua core modules #1857 Mattis Voss 2025-08-01 09:38:59 +0100
  • b3dd3a17ff make pytest loop scope explicit Olivier 2025-07-23 11:35:53 +0200
  • a5d72a2dc2 finally unfreeze pytest-asyncio Olivier 2025-04-01 11:42:00 +0200
  • fd8b60d8ec make pytest loop scope explicit #1808 pytest-bug Olivier 2025-07-23 11:35:53 +0200
  • d6ddbfe10e finally unfreeze pytest-asyncio Olivier 2025-04-01 11:42:00 +0200
  • cc874c30e2
    Feat: Support import/export of struct and enum Field descriptions (#1851) Christian Granzin 2025-07-20 15:27:55 +0200
  • b1a1607562 rename #1851 Christian Granzin 2025-07-20 09:20:00 -0400
  • 59c8409d6b export struct and enum field descriptions Christian Granzin 2025-07-20 09:06:01 -0400
  • 7243300fbd parse struct and enum field descriptions when importing Christian Granzin 2025-07-20 07:52:05 -0400
  • c0fdd9286a
    Merge branch 'FreeOpcUa:master' into add_typed_information_available_to_pypi #1782 Hector Oliveros 2025-06-03 13:20:09 -0400
  • c056169b90 added the encoding also to the utils conversion. + ruff formatted #1834 Lukas Kaupp 2025-05-20 11:13:57 +0200
  • 97095b909c Support pre 1.04 struct length fields for B&R thegart 2025-04-30 09:15:35 +0200
  • 4d4db86f24 fix: update session watchdog test to use dynamic timeout for inactivity wait (tests failing with pypy-3.10 / JIT compiler for some reason...) #1835 Paul Bouillon 2025-04-30 10:55:42 -0400
  • 0488453dae
    Support pre 1.04 struct length fields for B&R #1836 thegart 2025-04-30 09:15:35 +0200
  • 4e03a9a3f9 refactor: Replace TypeAlias with Union for type hints in address space and clean up imports in internal server Paul Bouillon 2025-04-29 16:53:11 -0400
  • 8da9fd7b0f refactor: Update InternalServer and Server classes to use abstract base classes and improve type hints Paul Bouillon 2025-04-29 15:53:19 -0400
  • dd0767311f refactor: Introduce AbstractAddressSpace class and enhance type hints for address space management Paul Bouillon 2025-04-29 15:52:59 -0400
  • ea0c9a763a refactor: Enhance user manager classes with type hints and abstract base class implementation Paul Bouillon 2025-04-29 15:52:19 -0400
  • b7e19a8920 refactor: Update method signatures and type hints in session and subscription services Paul Bouillon 2025-04-29 15:51:51 -0400
  • ea5450629c feat: Implement AbstractUserManager and AbstractInternalServer classes Paul Bouillon 2025-04-29 15:47:26 -0400
  • cdde658732 Enhancement: Update .gitignore to include pyenv, virtual environments, and lock files Paul Bouillon 2025-04-29 15:46:03 -0400