Skip to content
Snippets Groups Projects
  1. Oct 03, 2018
  2. Sep 21, 2018
  3. Sep 11, 2018
    • Tanner Prestegard's avatar
      Adding handling for nan values in eff_distance · b538795d
      Tanner Prestegard authored
      gstlal wants to set eff_distance to nan when they don't have a
      meaningful value for it.  Unfortunately, we can't save that in the
      database because MySQL numeric types can't deal with nans. So we
      check for nans in this field and set it to NULL if it is nan,
      before saving it in the database.
      b538795d
  4. Jul 13, 2018
  5. Jun 28, 2018
    • Tanner Prestegard's avatar
      Bugfix for getting events by graceid · b8f495b7
      Tanner Prestegard authored
      Added requirement that event.search is not None before checking
      that event.search.name is MDC.  Fixes a bug which occurred when a user
      tried to get an event by specifying 'M1234' when the event was not
      an MDC event (and didn't have a search associated with it).
      b8f495b7
  6. Apr 12, 2018
  7. Mar 04, 2018
  8. Feb 21, 2018
  9. Jan 23, 2018
  10. Oct 03, 2017
  11. Sep 19, 2017
  12. May 25, 2017
  13. Apr 20, 2017
  14. Mar 01, 2017
  15. Nov 11, 2016
  16. Jan 30, 2016
  17. Jan 06, 2016
  18. Sep 18, 2015
  19. Sep 15, 2015
  20. Sep 11, 2015
  21. Aug 24, 2015
    • Branson Craig Stephens's avatar
      Changes for operator signoffs: · 289f1e19
      Branson Craig Stephens authored
      - auth middleware to add/remove user to/from control room group based on IP.
      - new model for operator signoffs (event, instrument unique_together)
      - form to create, edit, and delete the operator signoff object
      - eventlog messages for changes to signoff objects.
      - OperatorSignoff serializer and LVAlert message
      - alert operator of outstanding events on landing page.
      - new labels and migration
      - Added logic to create/remove H1OK, H1NO, etc. labels.
      - Exposing the OperatorSignoff List resource through REST interface (GET only).
      289f1e19
Loading