Skip to content
Snippets Groups Projects
  1. Oct 23, 2019
  2. Sep 20, 2019
  3. Aug 21, 2019
  4. Jul 22, 2019
  5. Jun 26, 2019
  6. Jun 24, 2019
    • Tanner Prestegard's avatar
      Add fields to VOEvents · 52d2f12b
      Tanner Prestegard authored
      There are several fields that the user provides to create a
      VOEvent through the API, which are used in generating the VOEvent
      file, but are not stored in the database. Let's fix this!!
      52d2f12b
  7. Jun 12, 2019
  8. May 14, 2019
    • Tanner Prestegard's avatar
      Add web view for enabling/disabling pipelines · 3108693b
      Tanner Prestegard authored
      A web view has been created which allows EM advocates to disable
      or enable pipeline submissions. This is to prevent misbehaving
      pipelines from submitting bad information. The mechanism works by
      preventing events from being submitted to a given pipeline, not
      by revoking certificates or removing user account permissions.
      3108693b
  9. Mar 06, 2019
  10. Jan 09, 2019
  11. Oct 12, 2018
  12. 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
  13. Oct 03, 2018
  14. Sep 21, 2018
  15. 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
Loading