Skip to content

Releases: NTIA/scos-sensor

New "Capabilities"

03 Mar 20:03
Compare
Choose a tag to compare
New "Capabilities" Pre-release
Pre-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

New "Capabilities"

03 Mar 00:05
64e1162
Compare
Choose a tag to compare
New "Capabilities" Pre-release
Pre-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

First beta release

09 Jan 22:29
Compare
Choose a tag to compare
First beta release Pre-release
Pre-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

05 Jan 23:04
499e0f5
Compare
Choose a tag to compare
Merge pull request #81 from NTIA/login-fixes

Login fixes