Resolve "Test validating messages with references to GeoJson schema in both JS and python"
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
docker
docker-compose-test.yaml +1 -1
examples
autonomy_engine_adapter
planning_configuration.json +5 -3
gui_adapter
planning_configuration.json +6 -4
formats
planning_configuration.py +6 -13
gitlab
test-js.yml +13 -0
project/soar
swagger.json +2095 -2029
tests
fixtures
swagger.json +1158 -1158
test_schemas.py +39 -12
tests-js
docker
Dockerfile +10 -1
soar-examples.test.js +1 -1
.flake8 +38 -0
.gitignore +1 -0
.gitlab-ci.yml +1 -0
CHANGELOG.md +24 -3
README.md +14 -8
generate_schema_config.py +273 -116
requirements-dev.txt +2 -2
setup.py +1 -1
test-js.sh +5 -0
+ 1
- 1
\ No newline at end of file
+ 6
- 13
+ 13
- 0
+ 2095
- 2029
Files with large changes are collapsed by default.
+ 1158
- 1158
Files with large changes are collapsed by default.
+ 39
- 12
+ 10
- 1
+ 1
- 1
+ 38
- 0
+ 1
- 0
+ 1
- 0
+ 24
- 3
+ 14
- 8
+ 273
- 116
+ 2
- 2
+ 1
- 1
+ 5
- 0