Skip to content

Releases: observatorycontrolsystem/configdb

3.0.4

08 Sep 23:27
6cedcb5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.3...3.0.4

3.0.2 (Instrument State Multi-Select)

10 Jan 18:25
4d10006
Compare
Choose a tag to compare

What's Changed

  • Instrument state now has a multi-select filter! This means that multiple states may be selected in instrument queries to better facilitate filtering by state

e.g. to find all SCHEDULABLE and STANDBY instruments:

GET /instruments/?state=SCHEDULABLE&state=STANDBY
  • Migrate instrument state from an IntegerField to CharField. Django Migrations 33 and 34 take care of this conversion automatically.

Full Changelog: 3.0.1...3.0.2

3.0.1

22 Sep 05:12
Compare
Choose a tag to compare

What's Changed

  • Update the bin validation schema in the inite2e data command by @jnation3406 in #34
  • Added aperture field, generic mode type defaults, and more validation by @jnation3406 in #35

Full Changelog: 3.0.0...3.0.1

3.0.0 - Django 4

21 Mar 21:44
Compare
Choose a tag to compare
version 3.0.0

2.1.1

09 Apr 19:36
Compare
Choose a tag to compare

Update some dependencies

2.0.6

22 Feb 19:36
b9b8d7a
Compare
Choose a tag to compare
  • Adds validation_schema field in InstrumentType model to be used by Cerberus when validating requests

2.0.5

28 Jan 23:25
Compare
Choose a tag to compare
  • Update default values in settings file to be consistent with the README
  • Updates for local development