Skip to content
Snippets Groups Projects
  1. Sep 21, 2018
  2. Sep 19, 2018
  3. Sep 18, 2018
  4. 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
  5. Aug 24, 2018
    • Tanner Prestegard's avatar
      Fixing basic auth password access · ce00f056
      Tanner Prestegard authored
      A loophole allowed LVC users who are also LV-EM members to access
      the page for creating/managing passwords for basic auth access
      to the API.  This commit fixes that by also checking for the
      absence of LVC membership before allowing access to the page.
      ce00f056
  6. Aug 01, 2018
  7. Jul 24, 2018
  8. 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
Loading