Skip to content
Snippets Groups Projects
  1. Jun 10, 2019
    • Ned Batchelder's avatar
      The default TIME_ZONE should be UTC · 9257f68f
      Ned Batchelder authored
      In production, we use UTC as the time zone.  DRF 3.7.7 now puts all
      times in the currently set timezone where it used to use UTC.  By
      setting TIME_ZONE to UTC, we keep the same results we used to get.
      
      In a few places, we had to change the expected test results to be UTC.
      9257f68f
    • Ned Batchelder's avatar
      Add drf-yasg · 59854804
      Ned Batchelder authored
      * Install drf-yasg
      
      * Add drf-yasg settings and urls
      
      * Pin drf to make drf-yasg work
      
      * Adjust config-models version to be compatible
      
      * Remove django-rest-swagger (the old way)
      59854804
  2. May 29, 2019
  3. May 28, 2019
  4. May 24, 2019
  5. May 23, 2019
  6. May 20, 2019
  7. May 16, 2019
  8. May 14, 2019
  9. May 10, 2019
  10. May 09, 2019
    • Christopher Pappas's avatar
      ENT-1887 | Adding logic for new business marketing footer url construction,... · 4c5ca6d0
      Christopher Pappas authored
      ENT-1887 | Adding logic for new business marketing footer url construction, while maintaining backwards compatibility
      
      Fixing quality test
      
      Testsing out a default value for the sake of jenkins tests. will revert
      
      Fix footer test from being flaky
      
      Moving an import statement
      
      ran isort. adding a test. fixing 1 quality issue
      
      Quality cleanups
      
      Attempting more quality fixes
      
      adding back in config variable name for default value
      
      Adding ENTERPRISE_MARKETING_FOOTER_QUERY_PARAMS to common settings
      
      Changing marketing_url logic to only concatenate enterprise url to root if the enterprise url is relative (starts with a /)
      
      quality fixes
      4c5ca6d0
  11. May 07, 2019
  12. May 03, 2019
  13. May 02, 2019
  14. May 01, 2019
  15. Apr 12, 2019
  16. Apr 11, 2019
  17. Apr 10, 2019
  18. Apr 05, 2019
  19. Mar 28, 2019
  20. Mar 27, 2019
  21. Mar 11, 2019
  22. Mar 08, 2019
  23. Mar 06, 2019
  24. Mar 02, 2019
  25. Feb 28, 2019
  26. Feb 22, 2019
    • David Ormsbee's avatar
      Add cookie size monitoring New Relic metrics. · 76620e0b
      David Ormsbee authored
      This adds middleware that will create custom parameter metrics in
      New Relic to track the size of all the cookies being received for
      our domain. The custom fields are "cookies_total_size" and a
      separate named parameter for every cookie size, e.g.
      "cookies.csrftoken.size".
      
      This is intended to help us track cookie growth and better diagnose
      issues where users lose their sessions. It is toggled by the
      'request_utils.capture_cookie_sizes' Waffle Flag.
      76620e0b
Loading