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 +49 -43
gui_adapter
planning_configuration.json +6 -4
formats
planning_configuration.py +9 -33
gitlab
test-js.yml +13 -0
project/soar
swagger.json +2094 -2016
tests
fixtures
swagger.json +1158 -1158
test_schemas.py +35 -10
tests-js
docker
Dockerfile +10 -1
soar-examples.test.js +1 -1
.gitignore +1 -0
.gitlab-ci.yml +1 -0
CHANGELOG.md +13 -3
README.md +14 -8
generate_schema_config.py +132 -9
setup.py +1 -1
+ 1
- 1
\ No newline at end of file
+ 9
- 33
+ 13
- 0
+ 2094
- 2016
Files with large changes are collapsed by default.
+ 1158
- 1158
Files with large changes are collapsed by default.
+ 35
- 10
+ 10
- 1
+ 1
- 1
+ 1
- 0
+ 1
- 0
+ 13
- 3
+ 14
- 8
+ 132
- 9
+ 1
- 1