Skip to content
Snippets Groups Projects
  1. Feb 13, 2020
  2. Jan 28, 2020
  3. Jan 27, 2020
  4. Jan 21, 2020
    • Alexander Pace's avatar
      Visual tweaks. · bf367c57
      Alexander Pace authored
      Change heading sizes for instance descriptions. update version
      number, db conn_max_age.
      bf367c57
  5. Jan 17, 2020
  6. Jan 16, 2020
  7. Jan 15, 2020
  8. Jan 10, 2020
  9. Jan 09, 2020
    • Alexander Pace's avatar
      Stop casting likelihood to an integer · 2a3a6afd
      Alexander Pace authored
      From what I can gather, there was a time when likelihood and gpstime
      were integers for CWB events, and so there was an explicit casting of
      them to integers. Brandon removed gpstime, but left in likelihood
      before during ER6. Oops.
      2a3a6afd
  10. Jan 08, 2020
  11. Dec 31, 2019
  12. Dec 18, 2019
  13. Dec 17, 2019
  14. Dec 12, 2019
    • Alexander Pace's avatar
      Fix voevent_utils.py · 3a69dc30
      Alexander Pace authored
      specifying dataType="float" would cause encoding errors when
      passed into voeventlib. this change uses autoconvert for all
      float-type data parameters.
      3a69dc30
  15. Dec 10, 2019
  16. Dec 05, 2019
    • Alexander Pace's avatar
      Fixed old bug in view_logic.py. · 9a0f0eb5
      Alexander Pace authored
      The comparison that this replaced never worked and always returned false.
      Changed the type(event) is Event to issubclass(type(event),Event). In
      testing this shaved ~0.25 seconds off event creation.
      9a0f0eb5
  17. Dec 03, 2019
  18. Dec 02, 2019
  19. Nov 25, 2019
    • Alexander Pace's avatar
      Changes to translator.py for VOEvent updates · 9c76350b
      Alexander Pace authored
      In testing, it was found that updating external events would result
      in a 500 server error when GraceDB was assembling the update LVALert.
      The new VOEventParse library was recording three VOEVent fields
      as <StringElements> instead of strings, which was failing when the
      event was being dumped to json.
      9c76350b
  20. Nov 24, 2019
    • Alexander Pace's avatar
      Settings change · e0e1fa03
      Alexander Pace authored
      Don't override LVALERT_OVERSEER_INSTANCE settings from
      envrionment variables.
      e0e1fa03
    • Alexander Pace's avatar
      Two changes: · 0e04e30c
      Alexander Pace authored
      1) Fixed a 500 Internal Server error when removing labels from events
         that do not exist. Basically the ValueError.message method was
         depreciated in python3; replaced it with a str(error).
      2) Bumped version to 2.8.0
      0e04e30c
  21. Nov 22, 2019
  22. Nov 20, 2019
  23. Nov 19, 2019
    • Alexander Pace's avatar
      Added API traps for RAVEN Superevents. · 21efc41f
      Alexander Pace authored
      The server will now return a 400 "bad request" error for RAVEN
      createVOEvent calls if:
        1. em_type for the associated superevent is None
        2. em_type for the associated superevent is not a valid graceid
        3. the event associated with em_type cannot be found
        4. the combined_skymap_filename is set, but the file could not
           be found.
      21efc41f
Loading