- 12 Jan, 2021 1 commit
-
-
Torben Miny authored
test.model.test_base: Add test for function update_from for base.Referable See merge request !68
-
- 08 Jan, 2021 1 commit
-
-
Sebastian Heppner authored
-
- 01 Dec, 2020 2 commits
-
-
Michael Thies authored
Fix some CouchDB and update/commit things See merge request !64
-
Michael Thies authored
-
- 30 Nov, 2020 4 commits
-
-
Michael Thies authored
-
Michael Thies authored
-
Michael Thies authored
-
Michael Thies authored
-
- 25 Nov, 2020 1 commit
-
- 24 Nov, 2020 1 commit
-
-
Leon Mauritz Möller authored
-
- 23 Nov, 2020 1 commit
-
-
Leon Mauritz Möller authored
__iter__ returns an iterator over all file names stored fix #113
-
- 19 Nov, 2020 3 commits
-
-
TorbenD authored
-
Leon Mauritz Möller authored
fix #110
-
Leon Mauritz Möller authored
adjust existing usage in aas.examples.tutorial_storage
-
- 13 Nov, 2020 5 commits
-
-
Leon Mauritz Möller authored
model.aas: remove underscore suffix from parameters submodel_ and security_ of AssetAdministrationShell.__init__ model.submodel: remove underscore suffix from parameters min_ and max_ of Range.__init__ adjust existing usages of these parameters fix #97
-
Leon Mauritz Möller authored
model.adapter.{json,xml}: ignore type on several lines because mypy doesn't allow abstract types for Type[T] see https://github.com/python/mypy/issues/5374
-
Leon Mauritz Möller authored
by making at least one method abstract fix #95 The following classes were made _really_ abstract: base: - Referable - Identifiable - HasSemantics - HasKind - Constraint - Qualifiable - Namespace submodel: - SubmodelElement - DataElement - SubmodelElementCollection - Event provider: - AbstractObjectStore (add __init__ method) Since an __init__ method was added to provider.AbstractObjectStore, add calls from provider.DictObjectStore and backend.couchdb.CouchDBObjectStore to this new __init__ method.
-
Leon Mauritz Möller authored
model.provider: add missing description of identifier parameter to AbstractObjectProvider methods model.provider: remove `pass` from AbstractObjectStore model.datatypes: remove unused typing.NamedTuple import model.base: fix repr(AdministrativeInformation): "AdminstrativeInformation" -> "AdministrativeInformation" fix #98
-
Leon Mauritz Möller authored
-
- 10 Nov, 2020 9 commits
-
-
Michael Thies authored
-
Michael Thies authored
-
Michael Thies authored
-
Michael Thies authored
-
Michael Thies authored
-
Michael Thies authored
-
Michael Thies authored
-
Michael Thies authored
-
Michael Thies authored
Feature/backend couchdb Closes #78 See merge request !50
-
- 06 Nov, 2020 8 commits
-
-
Michael Thies authored
This does not resolve the RessourceWarning issued after using the CouchDBBackend, but it still seems to be a good idea to close file descriptors after usage.
-
Michael Thies authored
-
Michael Thies authored
-
Michael Thies authored
-
Michael Thies authored
-
Michael Thies authored
-
Michael Thies authored
-
Torben Miny authored
compliance_tool: add aasx functionality Closes #81 and #68 See merge request !53
-
- 05 Nov, 2020 1 commit
-
-
Michael Thies authored
-
- 04 Nov, 2020 3 commits
-
-
Michael Thies authored
-
Michael Thies authored
-
Michael Thies authored
-