Skip to content

Releases: observatorycontrolsystem/observation-portal

4.6.0

10 Apr 19:33
Compare
Choose a tag to compare

What's Changed

  • Update epoch of perihelion validation range to allow lower values tha… by @jnation3406 in #262
  • feat: add django admin action to disable selected proposals by @jashan-lco in #264

Full Changelog: 4.5.1...4.6.0

4.4.4

27 Sep 23:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.0...4.4.4

4.3.0 - Bulk Users API

28 Apr 16:13
Compare
Choose a tag to compare

Added

  • New API endpoint (/api/users-bulk/) to create users in bulk. This should
    come in handy when you want to speed up the account creation process for a
    known set of new users (e.g. educational users).

Changed

  • Only send time allocation reminder email to non-educational users.

Removed

4.0.0 - 2022-03-01 - Django 4

01 Mar 22:39
Compare
Choose a tag to compare

Although this is a major version change, this should be regarded as a
"maintenance" release. The REST API remains unchanged. However, major dependency
changes (moving to Django 4 & dropping Python 3.7 support) might cause
dependent projects to break; hence the major bump.

Added

  • Django 4.x support
  • Python 3.10 support
  • Project management with Poetry (pyproject.toml, etc)
  • A changelog :)

Changed

Removed

  • setup.py
  • Python 3.7 support
  • Django 3.x support

OpenAPI Documentation

23 Sep 16:43
4e790f6
Compare
Choose a tag to compare
  • Add OpenAPI schema generation capabilities to the observation portal

Fix:

  • Restrict number of requests in a requestgroup sent to the /api/requestgroups/cadence endpoint to 1.

3.5.4

22 Sep 20:18
814e09d
Compare
Choose a tag to compare

Fix:

  • Handle getting a Request's semester in the case when that Request's windows span semesters

3.5.1

19 Aug 21:24
3ce206a
Compare
Choose a tag to compare

Update apscheduler dependency version

3.5.0

19 Aug 18:39
99e85a7
Compare
Choose a tag to compare

Add a convenience endpoint for expanding mosaic observation requests for line and grid type patterns.

3.4.0

13 Jul 21:01
fd66e4f
Compare
Choose a tag to compare

Add tags to the proposals and science applications models. These can be used to tag proposals/ science applications with arbitrary strings, which can be used for filtering and categorizing.

3.2.1

21 Jun 20:39
559e61d
Compare
Choose a tag to compare

Update registration form for education users.