Releases: sdss/lvmapi
Releases Β· sdss/lvmapi
lvmapi 0.2.3
π§ Fixed
- Use
lvmopstools
0.5.5 with fix to the InfluxDB client and install theslack
extra.
lvmapi 0.2.1
π New
- #17 Add
/alerts/connectivity
endpoint to check the access to the internet and LCO services from LVM.
lvmapi 0.2.0
β¨ Improved
- Add
/transparency/summary/{telescope}
endpoint.
βοΈ Engineering
- Moved code from the schedule, InfluxDB, and weather modules to the
lvmoptools
package.
lvmapi 0.1.17
β¨ Improved
- Add
focusing
andtroubleshooting
fields toOverwatcherStatusModel
. - Rename
Time not observing
toTime not exposing
in the night logs.
lvmapi 0.1.16
β¨ Improved
- Add self-reported Overwatcher comments to the night log.
lvmapi 0.1.15
π New
- #14 Add
/transparency
endpoint to retrieve transparency data.
β¨ Improved
- Switch to using
smtp-02.lco.cl
as mail server. - Allow to define an external configuration file via the
$LVMAPI_CONFIG_PATH
environment variable.
π§ Fixed
- Correctly calculate time lost in night metrics while the night is ongoing.
lvmapi 0.1.14
π New
- Added
/logs/night-logs/{mjd}/metrics
endpoint to retrieve metrics for a given night (night length, time lost, efficiency). These data are also included in the night log.
β¨ Improved
- Allow to update LN2 fill records in the database. Add
complete
field to the LN2 fill model. - Use
Gort.emergency_shutdown()
for the/macros/shutdown
endpoint.
π§ Fixed
- Fix typo in argument in the shutdown recipe.
lvmapi 0.1.13
π New
- Create a new router
/notifications
to create and retrieve notifications. New notifications are sent over Slack or email depending on parameters and the notification level.
lvmapi 0.1.12
π 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
π New
- Add
/enclosure/nps
routes to query and set the state of the NPS outlets.
β¨ Improved
- Add
disable_overwatcher
query parameters to/macros/shutdown
.