Skip to content
Snippets Groups Projects
  1. Mar 06, 2019
  2. Mar 04, 2019
  3. Feb 28, 2019
  4. Feb 08, 2019
  5. Feb 07, 2019
  6. Feb 06, 2019
    • 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
  7. Feb 05, 2019
  8. Jan 09, 2019
  9. Dec 17, 2018
  10. Dec 06, 2018
  11. Dec 05, 2018
  12. Dec 03, 2018
  13. Nov 02, 2018
  14. Oct 17, 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
    • Tanner Prestegard's avatar
      Abstracting/generalizing from events app · f24b0879
      Tanner Prestegard authored
      Moving a few base class throttles and fields from the events app up
      one level so that they can be used elsewhere.
      f24b0879
    • Tanner Prestegard's avatar
      Moving events and superevents APIs into api app · 29013e77
      Tanner Prestegard authored
      Moved events.api and superevents.api into the new api app.
      We want to have a versioned API, so these are now in
      api.v1.events and api.v1.superevents, respectively. Part of this
      change is that we require a custom reverse function (api_reverse)
      for handling versioning. Much of the required code changes for this
      migration include converting reverses to use this function and
      changing relative imports appropriately.
      29013e77
Loading