- 12 Jan, 2022 1 commit
-
-
Igor Garmaev authored
- return NotImplemented if other type than AdministrativeInformation
-
- 11 Nov, 2021 1 commit
-
-
Igor Garmaev authored
-
- 09 Nov, 2021 1 commit
-
-
Igor Garmaev authored
-
- 04 Nov, 2021 1 commit
-
-
Torben Miny authored
examples: change AAS submodel reference keys to local=True See merge request !83
-
- 03 Nov, 2021 1 commit
-
-
Leon Mauritz Möller authored
...so the AASX Package Explorer can find the submodels. Also change the ComplianceTool test files accordingly.
-
- 15 Jun, 2021 4 commits
-
-
Michael Thies authored
README.md: Update Features, Project Structure and License See merge request !76
-
Michael Thies authored
Documentation for v2.0.1 See merge request !77
-
Michael Thies authored
-
Michael Thies authored
-
- 28 Apr, 2021 1 commit
-
-
Torben Miny authored
model.base: fix id_short validation See merge request !79
-
- 27 Apr, 2021 1 commit
-
-
Leon Mauritz Möller authored
This commit backports 445b1d8f from fix/id_short_validation. In RegEx, the `$` asserts the end of a string or line. When used in re.match() it asserts the end of the string by default, unless the last character is a newline symbol (`\n`). Then it asserts the end of the string *before* the newline. Thus the first regex check doesn't filter valid id_shorts ending in a newline, which it should. See https://docs.python.org/3.9/library/re.html#index-2 Using re.fullmatch() instead fixes this issue, making the `^` and `$` unnecessary as well. Next to adding a test for this behaviour this commit also simplifies the check for an alphabetical character at the start of the id_short. And although both checks could also be merged into one, they are left separate to be able to report more accurate errors.
-
- 24 Apr, 2021 1 commit
-
-
TorbenD authored
-
- 31 Mar, 2021 3 commits
-
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
- 30 Mar, 2021 3 commits
-
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
- 29 Mar, 2021 3 commits
-
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
docs/source/compliance_tool: Remove cli from the autodocumentation since the documentation of it is already done by argparsing
-
- 24 Mar, 2021 2 commits
-
-
Sebastian Heppner authored
aas.compliance_tool.cli: Extract the argparsing into a separate function to enable using it in the automatic documentation
-
Sebastian Heppner authored
-
- 10 Mar, 2021 5 commits
-
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
- 08 Mar, 2021 3 commits
-
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
- 04 Mar, 2021 8 commits
-
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
Sebastian Heppner authored
-
- 16 Feb, 2021 1 commit
-
-
Sebastian Heppner authored
-