New "Capabilities"
Pre-release
Pre-release
djanderson
released this
03 Mar 00:05
·
1390 commits
to master
since this release
New:
- Capabilities endpoint includes "SensorDefinition" object as defined in the SCOS Transfer Spec
- Admin page is enabled on
/admin
(not/api/v1/admin
), used to add and change sensor definition and sub-types - The scheduler now better tracks the results of tasks using the new
TaskResult
model - A new
callback_url
field is added to the schedule entry which adds allows the scheduler to POST a JSONifiedTaskResult
after each task
Updated:
- Database changed from sqlite to postgres
- puppet configs changed to enable Postgres
- Various updates to match current SCOS Transfer Spec
- Various bug fixes