Skip to content

Releases: sdss/lvmapi

lvmapi 0.1.12

07 Nov 16:51
Compare
Choose a tag to compare

πŸš€ New

  • Add the /logs/notifications/{mjd} route to retrieve the Overwatcher notifications for a given MJD.
  • Add notifications section to night log email and plain-text version.

lvmapi 0.1.11

06 Nov 20:32
Compare
Choose a tag to compare

πŸš€ New

  • Add /enclosure/nps routes to query and set the state of the NPS outlets.

✨ Improved

  • Add disable_overwatcher query parameters to /macros/shutdown.

lvmapi 0.1.10

04 Nov 18:13
Compare
Choose a tag to compare

✨ Improved

  • Allow to modify a night log comment.
  • Attach full plaintext version of the night log to the email.

🏷️ Changed

  • Swap the order of the exposure data and software versions in the night log email template.

lvmapi 0.1.9

30 Oct 17:48
Compare
Choose a tag to compare

✨ Improved

  • Added function is_measurament_safe() to calculate if weather data values are safe.
  • Report actor versions in night log email.

🏷️ Changed

  • Change /overwatcher/status/allow_calibrations to /overwatcher/status/allow_calibrations.

lvmapi 0.1.8

28 Oct 21:54
Compare
Choose a tag to compare

πŸš€ New

  • Add /macros/cleanup endpoint.

πŸ”§ Fixed

  • Prevent the lvmapi development version from inheriting production task messages from the exchange.

lvmapi 0.1.7

28 Oct 18:49
Compare
Choose a tag to compare

πŸš€ New

  • Add the option to stop an actor.

✨ Improved

  • Allow to pass start and end time to the weather report endpoint.
  • Add overwatcher to the list of actors.
  • Update ephemeris schedule to match LCO's.
  • Add overwatcher observing status data to /overwatcher/status.
  • Add query param to avoid resending night log emails.

πŸ”§ Fixed

  • Fix smtp.sendmail() call in email_night_log().

βš™οΈ Engineering

  • Implement system to fake alert values.

lvmapi 0.1.6

10 Oct 20:32
Compare
Choose a tag to compare

✨ Improved

  • Redirect /enclosure to /enclosure/status.
  • Add ?now query argument to /overwatcher/disable.
  • Allow setting Slack messsage colour as attachment.

lvmapi 0.1.5

26 Sep 22:53
Compare
Choose a tag to compare

πŸš€ New

  • Add routes to send night log email and retrieve it as plain text.

🏷️ Changed

  • Removed the alias /ephemeris for /ephemeris/summary.

lvmapi 0.1.4

24 Sep 23:00
Compare
Choose a tag to compare

πŸš€ New

  • Multiple new routes for /logs/night-logs.
  • Add /macros/shutdown_from_dupont route that bypasses authentication as long as the request comes from the DuPont subnet.

🏷️ Changed

  • By default do not return LN2 fill plots as base64 images.
  • Rename base route /log to /logs.

lvmapi 0.1.3

19 Sep 04:11
Compare
Choose a tag to compare

πŸš€ New

  • Added endpoints /spectrograph/fills/{pk}/metadata, /spectrograph/fills/list endpoints.