Skip to content
Snippets Groups Projects
  1. Feb 28, 2019
  2. Feb 08, 2019
  3. Feb 07, 2019
  4. Feb 06, 2019
    • Tanner Prestegard's avatar
      Add playground instance changes into master · a6a68799
      Tanner Prestegard authored
      The settings for gracedb-playground are no longer on a separate
      branch and are just included in master. They can be selected
      simply by settings the DJANGO_SETTINGS_MODULE environment variable
      appropriately.  This should be much easier to maintain than a
      completely separate branch.
      a6a68799
    • Tanner Prestegard's avatar
      Update throttles and add anonymous throttles · 978b83d2
      Tanner Prestegard authored
      All throttles now use a database-backed cache since that is the
      only way to do centralized throttling (important for production
      deployment with multiple workers). We also add default throttles
      for anonymous users for the entire API.
      978b83d2
  5. Feb 05, 2019
  6. Jan 09, 2019
  7. Dec 18, 2018
  8. Dec 17, 2018
  9. Dec 06, 2018
  10. Dec 05, 2018
  11. Dec 03, 2018
  12. Nov 02, 2018
  13. Oct 17, 2018
  14. Oct 01, 2018
  15. Sep 25, 2018
  16. Sep 21, 2018
    • Tanner Prestegard's avatar
      Adding v2 for API · e2362adb
      Tanner Prestegard authored
      Instantiating a second version for the API.  For now, it's identical
      to v1, but can be customized as needed in the future.
      e2362adb
Loading