Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

v1.2.0 - Sigma and depth parameter support + Dashboard config editor

Latest
Compare
Choose a tag to compare
@Jusas Jusas released this 19 May 15:09
  • Configuration editor added to Dashboard.

2018-05-19 18_07_26-astrometry-api-lite dashboard

  • Install.sh fixes to regexes - path replacement should work correctly now.
  • Config editing API made to be enabled/disabled from configuration.
  • API input validation error output fixed to return proper error messages.
  • Dashboard separated to two "pages", one for status, one for cfg editing.
  • Technical detail: Route templates changed to not apply GET and POST by default.
  • Technical detail: POST method request support is now implemented explicitly with POSTs defined in controllers for each route instead of implicitly via a route template.
  • Downsample factor of 0 is now allowed value for API (means don't downsample)