Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-message-format
Commits
e1f6efba
Verified
Commit
e1f6efba
authored
7 months ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
docs: update README and CHANGELOG
parent
f0cfca9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
CHANGELOG.md
CHANGELOG.md
+7
-2
README.md
README.md
+2
-4
No files found.
CHANGELOG.md
View file @
e1f6efba
...
...
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Changed
-
Updated README to run tests against JS dependencies
## [v0.2.0] - 2024-02-06
### Added
...
...
@@ -15,9 +19,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
-
Emergency flag in mission plan schemas
-
Added additional battery and fuel fields to platform status for SPINE project
### Changed
### Changed
-
Updated README to run tests against JS dependencies
-
Refactor schema script to remove invalid definitions object automatically
-
Refactor generate_schema_config script to output file on -f flag
## [v0.1.0] - 2023-03-24
...
...
This diff is collapsed.
Click to expand it.
README.md
View file @
e1f6efba
...
...
@@ -72,12 +72,10 @@ eg
## Run Docs & Save Schema When Updating Message Formats
1.
Run the command below and go to
`http://127.0.0.1:5000`
```
python3 generate_schema_config.py
python3 generate_schema_config.py
-f
```
2.
Copy the schema generated
`http://127.0.0.1:5000/soar_protocol.json`
into the
`backbone-message-format/project/<project_name>/swagger.json`
3.
In the json copied, remove the key
`"definitions"`
from the schema and save this.
2.
Commit any changes to the
`backbone-message-format/project/<project_name>/swagger.json`
## Run Tests
Run both tests below:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment