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

1371 Commits

Author SHA1 Message Date
Christian Bergmiller
4d988fb403 async fix f84cb80e07 2018-08-19 17:12:07 +02:00
Simon A. Eugster
42d218e114 cherry pick f84cb80e07 2018-08-19 17:11:46 +02:00
Nicholas Scott
a2e61acade Change default UserIdentityToken.PolicyId value to string instead of bytes 2018-08-19 16:23:52 +02:00
oroulet
ef235b04a1 new release 2018-08-19 16:22:16 +02:00
Christian Bergmiller
7dc071240b fix Subscription init 2018-08-19 16:08:33 +02:00
Christian Bergmiller
fd6a90248a async fixes for 5137ef3b4d 2018-08-19 15:36:47 +02:00
oroulet
71956935ae cherry pick 5137ef3b4d 2018-08-19 15:36:33 +02:00
oroulet
dc75c0e6b7 cherry pick 9a7c6cfd85 2018-08-19 15:29:56 +02:00
oroulet
79d0f9539c new release 2018-08-19 15:28:47 +02:00
Christian Bergmiller
2e82a62585 async refactoring 2018-08-19 15:28:06 +02:00
oroulet
a771b356fe cherry pick 3e9c9d7b44 2018-08-19 15:27:48 +02:00
oroulet
4961ef2e29 truncate large strings and bytestrings when showing to users 2018-08-19 15:16:26 +02:00
oroulet
becf9e17f7 new release 2018-08-19 15:15:07 +02:00
Christian Bergmiller
d5a9595e96 async refactoring of load_enums 2018-08-19 15:13:09 +02:00
Dario Ernst
12292e2677 Handle LocalizedText-Values in code generation
Address-space code-generation didn’t handle nodes with LocalizedText in
Value-Attributes correctly before: It generated non-serializible
Attributes.

This fix redeems this so that proper LocalizedText objects are used,
which can be cleanly serialized.
2018-08-19 15:11:42 +02:00
oroulet
4df3fa7122 cherry pick 0c76785dda 2018-08-19 15:11:19 +02:00
Christian Bergmiller
ec9c2ba228 cleanup 2018-08-19 15:02:19 +02:00
oroulet
b74a0373b6 cherry pick 9e8dfd532c 2018-08-19 14:58:13 +02:00
Christian Bergmiller
cfed646bd8 updated run-tests and readme 2018-08-12 13:39:42 +02:00
Christian Bergmiller
399d7ef880 updated readme (typos, cleanup) 2018-08-12 13:32:12 +02:00
Christian Bergmiller
8bee500743 fix xml test 2018-08-12 13:09:55 +02:00
Christian Bergmiller
1e636e91c4 refactoring of async history and history tests 2018-08-12 12:40:19 +02:00
Christian Bergmiller
60f623362c fix xml tests, cleanup, added type hints 2018-08-07 09:25:27 +02:00
Christian Bergmiller
ef1848acaf pytest tmpdir fixture, cleanup 2018-08-06 18:52:50 +02:00
Christian Bergmiller
60b01fe4e8 fix server tests, cleanup 2018-08-06 15:08:53 +02:00
Christian Bergmiller
1e20482555 rename client tests (PEP8) 2018-08-06 14:52:20 +02:00
Christian Bergmiller
828dea2724 handle closed transport in UaClient.disconnect_socket/close_session/close_secure_channel 2018-08-06 14:52:04 +02:00
Christian Bergmiller
a492f83b19 updated readme 2018-08-06 11:42:38 +02:00
Christian Bergmiller
ae8d6778d7 updated pytest.ini 2018-08-06 11:15:54 +02:00
Christian Bergmiller
d1291d6a5e updated setup.py 2018-08-06 11:00:50 +02:00
Christian Bergmiller
620aeea165 Merge remote-tracking branch 'upstream/make/asyncio' 2018-08-06 11:00:05 +02:00
Christian Bergmiller
60c4f4e9b1 cleanup, test refactoring, xml import/export with threadpool executor 2018-08-05 20:02:43 +02:00
Christian Bergmiller
bc15b016a6 fix generate_address_space typo 2018-08-04 16:11:33 +02:00
Christian Bergmiller
b1a353dcac downloaded new schemas, cleanup auto code generators 2018-08-04 14:42:48 +02:00
Christian Bergmiller
db33f8dea1 refactored xml tests, cleanup 2018-08-03 15:22:00 +02:00
oroulet
bfb933f9c6 update README to explain what this repository is about 2018-08-02 21:44:10 +02:00
oroulet
04ea05b34f update README links to use opcua-asyncio repository 2018-08-02 21:44:10 +02:00
Christian Bergmiller
3a301ea75d fix OPCUAProtocol (added message queue) 2018-08-02 19:52:36 +02:00
Christian Bergmiller
48e212f59b cleanup, typing, async fixes 2018-08-02 19:32:06 +02:00
Christian Bergmiller
90d2f318c7 refactor subscription tests 2018-08-02 16:38:11 +02:00
Christian Bergmiller
a1af517c09 refactor uaprocessor Publish queues 2018-08-02 16:23:25 +02:00
Christian Bergmiller
106606d986 cleanup, refactor Subscription tests 2018-08-02 16:23:00 +02:00
Christian Bergmiller
5821a6ef3d cryptography signer -> sign, verifier -> verify migration 2018-08-02 15:11:02 +02:00
Christian Bergmiller
a05b957978 fix async method service call 2018-08-02 15:07:49 +02:00
Christian Bergmiller
a5a8df621e refactored import structure, cleanup 2018-08-02 14:26:21 +02:00
Christian Bergmiller
3505fc6dcc refactored tests and async fixes 2018-08-01 20:57:28 +02:00
Christian Bergmiller
4221be7df2 refactored tests and async fixes 2018-08-01 09:34:36 +02:00
Christian Bergmiller
006689dcbc Merge branch 'asyncio_rebase' into make/asyncio
# Conflicts:
#	examples/client-minimal-auth.py
#	examples/client-minimal.py
#	opcua/client/client.py
#	opcua/client/ua_client.py
#	opcua/common/copy_node.py
#	opcua/common/events.py
#	opcua/common/instantiate.py
#	opcua/common/node.py
#	opcua/common/ua_utils.py
#	opcua/server/address_space.py
#	opcua/server/event_generator.py
#	opcua/server/internal_server.py
#	opcua/server/server.py
#	opcua/server/standard_address_space/standard_address_space_part3.py
#	opcua/server/standard_address_space/standard_address_space_part4.py
#	opcua/server/standard_address_space/standard_address_space_part5.py
#	opcua/server/standard_address_space/standard_address_space_part8.py
#	opcua/server/standard_address_space/standard_address_space_part9.py
#	opcua/server/uaprocessor.py
#	opcua/ua/ua_binary.py
#	opcua/ua/uaprotocol_auto.py
#	opcua/ua/uatypes.py
#	schemas/AttributeIds.csv
#	schemas/NodeIds.csv
#	schemas/Opc.Ua.Adi.NodeSet2.xml
#	schemas/Opc.Ua.Adi.Types.bsd
#	schemas/Opc.Ua.Adi.Types.xsd
#	schemas/Opc.Ua.Endpoints.wsdl
#	schemas/Opc.Ua.NodeSet2.Part10.xml
#	schemas/Opc.Ua.NodeSet2.Part11.xml
#	schemas/Opc.Ua.NodeSet2.Part13.xml
#	schemas/Opc.Ua.NodeSet2.Part3.xml
#	schemas/Opc.Ua.NodeSet2.Part4.xml
#	schemas/Opc.Ua.NodeSet2.Part5.xml
#	schemas/Opc.Ua.NodeSet2.Part9.xml
#	schemas/Opc.Ua.NodeSet2.xml
#	schemas/Opc.Ua.Services.wsdl
#	schemas/Opc.Ua.Types.bsd
#	schemas/Opc.Ua.Types.xsd
#	schemas/StatusCode.csv
#	schemas/UANodeSet.xsd
#	schemas/generate_address_space.py
#	schemas/generate_model.py
#	tests/test_client.py
#	tests/test_server.py
#	tests/tests_common.py
2018-07-31 19:04:28 +02:00
Christian Bergmiller
7faafe656b refactored tests and server-events example 2018-07-31 19:01:59 +02:00
Christian Bergmiller
b7a7f42163 test refactoring wip 2018-07-31 16:07:13 +02:00