Skip to content
Snippets Groups Projects
  1. Sep 21, 2018
  2. Sep 18, 2018
  3. 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
  4. Jul 13, 2018
    • Tanner Prestegard's avatar
      Moving django-extensions into base settings · 37ae63b7
      Tanner Prestegard authored
      django-extensions was just in the test settings before (i.e., not
      deployed on production), but it is pretty nice and useful, so we
      are moving it into the base settings so that it can be used
      everywhere!
      37ae63b7
  5. Jul 09, 2018
    • Tanner Prestegard's avatar
      Middleware for checking client version · 68325aea
      Tanner Prestegard authored
      Adding middleware which checks the client version (for everything
      under /api*) by using the User-Agent header. Obviously requires the
      client to set the header appropriately as well.  Allows access
      when the header is set but 'gracedb-client' is not found in it
      since browsers have to access the web browsable API.
      68325aea
  6. Jun 19, 2018
  7. Mar 23, 2018
  8. Mar 06, 2018
  9. Feb 27, 2018
  10. Feb 16, 2018
  11. Feb 01, 2018
  12. Jan 29, 2018
  13. Jan 27, 2018
  14. Jan 26, 2018
  15. Jan 23, 2018
Loading