Releases: NTIA/scos-sensor
Releases · NTIA/scos-sensor
New "Capabilities"
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
New "Capabilities"
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
First beta release
Includes breaking change: ScheduleEntry object's relative_stop
property is now named stop_is_relative
.
This pre-release fixes an issue with autogenerating admin user
Merge pull request #81 from NTIA/login-fixes Login fixes