New "Capabilities"
Pre-release
Pre-release
djanderson
released this
03 Mar 20:03
·
1354 commits
to master
since this release
This fixes a docker image build issue in the v0.1-beta.2 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 JSONified TaskResult 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