Skip to content
Snippets Groups Projects
  1. Sep 19, 2018
  2. Sep 18, 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 24, 2018
  5. Jul 23, 2018
    • Tanner Prestegard's avatar
      Updating Django minor version & 3rd party packages · 362b1af3
      Tanner Prestegard authored
      Updated from Django 1.11.5 to Django 1.11.14. Updated 3rd party
      packages so that all of them have version requirements in
      requirements.txt.  Also updated most of these packages to use the
      newest versions.  A specific update to the twilio package required
      some changes for how we determine the 'from' phone number. Also
      alphabetized the packages in this file.  Finally, added the very
      useful django-silk debugger/profiler.
      362b1af3
  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
    • Tanner Prestegard's avatar
      Bugfix to 58efeab3 · 3abf31b6
      Tanner Prestegard authored
      Missed one case where 'tag' should have been 'tags' in
      58efeab3. Also updated same thing
      in documentation.
      3abf31b6
  8. Jun 25, 2018
  9. Apr 12, 2018
  10. Apr 02, 2018
  11. Mar 07, 2018
  12. Mar 04, 2018
  13. Feb 27, 2018
  14. Feb 21, 2018
  15. Feb 20, 2018
  16. Feb 19, 2018
  17. Feb 01, 2018
  18. Jan 29, 2018
  19. Jan 27, 2018
  20. Jan 26, 2018
  21. Jan 23, 2018
Loading