Commit f2a0b8b
Update/validator for Release v1.1.0 (#48)
Resolves #49
Resolves #46
Resolves #45
Resolves #44
Resolves #43
Resolves #42
Resolves #31
# Change Notes:
* remove doxygen xml support
* remove sqlite log processing only use plaint text for validation log output (simplification)
* move default rules into `rules` folder from `requirements-osi-3` folder
* replace progressbar with tqdm
* remove lzma decoding and encoding (simplification)
* bugfix: BaseMoving nested attribute validation
* bugfix: update yaml loading ruaml
* bugfix: setup.py fix the default rules folder copying into site-packages with different python versions
* remove protocpp from osi validator dependency
* Migrate pipeline from travisCI -> github workflow
* Remove kpi folder
* Remove pre-parsed rules in rules folder
* Remove lfs
* Remove lzma from docs
* Update test trace file
* Replace rules folder in docs
* Port rst to adoc
* Update links readme
* Added example command
* Update README.md
* update venv instructions
* Created requirements_develop.txt for workflow
* Pinned package versions
* Used Python 3.8 in workflow
* bump actions versions
* pin black to black==23.12.1
* removed unused packages
* Update OSI submodule to version 3.6.0 (#54)
* Use same protobuffer version as in OSI repository
* use protobuf 3.20.1 in ci workflow and pin version to the same version in requirements.txt and setup.py
* remove optional installation method in README
* allow higher package versions
* bump year in license
* add git+osi requirement
* add note about OSI CCB
* Fix parallel run
---------
Signed-off-by: Carlo van Driesten <[email protected]>
Signed-off-by: ClemensLinnhoff <[email protected]>
Co-authored-by: Viktor Kreschenski <[email protected]>
Co-authored-by: Carlo van Driesten <[email protected]>1 parent f8edc08 commit f2a0b8b
File tree
119 files changed
+1263
-8612
lines changed- .github/workflows
- KPIs
- src
- data
- doc
- osivalidator
- requirements-osi-3
- tests
- tests_rules
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
119 files changed
+1263
-8612
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
120 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
This file was deleted.
0 commit comments