Skip to content
Snippets Groups Projects
  1. Oct 12, 2018
  2. Oct 11, 2018
    • Tanner Prestegard's avatar
      Enforce protected labels · d9557ba4
      Tanner Prestegard authored
      Enforce label protection through the API for applying labels,
      removing labels, and creating events and superevents with labels
      attached.  We also don't allow users to reapply a signoff request
      label when a signoff status label is already applied (e.g., can't
      apply ADVREQ when ADVNO already exists).
      d9557ba4
    • Tanner Prestegard's avatar
      Add 'protected' column to labels and apply it · 0ea37516
      Tanner Prestegard authored
      Add a boolean column called 'protected' to the Label model.
      Protected labels will not be allowed to be directly applied, but
      will be applied as a part of another process (like signoffs).
      We also create a data migration which sets some existing labels
      as protected (ADV(OK|NO), (H1|L1|V1)(OK|NO))
      0ea37516
  3. Oct 03, 2018
  4. Sep 21, 2018
  5. 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
  6. Jul 13, 2018
  7. 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
  8. Apr 12, 2018
  9. Mar 04, 2018
  10. Feb 21, 2018
  11. Jan 23, 2018
  12. Oct 03, 2017
  13. Sep 19, 2017
  14. May 25, 2017
  15. Apr 20, 2017
  16. Mar 01, 2017
  17. Nov 11, 2016
  18. Jan 30, 2016
  19. Jan 06, 2016
Loading