Skip to content
Snippets Groups Projects
  1. Jul 12, 2019
  2. Jul 10, 2019
  3. Jun 27, 2019
  4. Jun 21, 2019
    • Ned Batchelder's avatar
      Fix problems that drf-yasg uncovered. · b3a73155
      Ned Batchelder authored
      These were originally fixed individually, but had to be reverted, and
      are now combined in one commit.  The originals were:
      
      7b9040f6 This enum was backwards
      8774ff1f Use ref_name to disambiguate serializers that drf-yasg would otherwise assume are the same.
      8a443971 Is this field missing because it is None?
      4a1154a7 Give a safer buffer for clearing the rate limiting
      64c47856 DRF 3.7.4 changed how you delegate to another view, so don't
      7359ca4f Is this right? It fixes two tests
      fdd66e53 Adjust the expected error message for DRF 3.7.7
      9257f68f The default TIME_ZONE should be UTC
      b3a73155
    • Ned Batchelder's avatar
      Add drf-yasg · 2e9cae46
      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)
      2e9cae46
  5. Jun 20, 2019
    • Usman Khalid's avatar
      Convert VideoModule to VideoBlock. · 0b27c62c
      Usman Khalid authored
      Some deprecated functionality has been removed:
      
      - Reading data field and transforms being applied in the init() method.
      - The source field.
      - The source_visible attribute.
      0b27c62c
  6. Jun 17, 2019
  7. Jun 12, 2019
  8. Jun 11, 2019
  9. Jun 10, 2019
  10. Jun 07, 2019
    • atesker's avatar
      Adding simple history to track grade changes. Educator-4347 · a914faf1
      atesker authored
      added migration
      
      Adding simple history to track grade changes. Educator-4347
      Adding migration file
      
      Adding simple history to track grade changes. Educator-4347
      Adding migration file
      
      Adding simple history to track grade changes. Educator-4347
      Adding migration file
      
      Re-adding lms.djangoapps reference to see if it will fix the build issues
      
      Re-adding lms.djangoapps reference to see if it will fix the build issues
      a914faf1
  11. May 20, 2019
  12. May 16, 2019
  13. May 07, 2019
  14. May 03, 2019
  15. May 02, 2019
  16. May 01, 2019
  17. Apr 12, 2019
  18. Apr 05, 2019
  19. Mar 28, 2019
  20. Mar 14, 2019
  21. Mar 11, 2019
  22. Mar 02, 2019
  23. 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
  24. Feb 20, 2019
  25. Feb 13, 2019
    • Troy Sankey's avatar
      Load IDA_LOGOUT_URI_LIST in all the necessary places · 11c3588f
      Troy Sankey authored
      I missed the LMS production settings, and Studio in its entirety.
      11c3588f
    • Troy Sankey's avatar
      Additionally logout from a settings list of extra logout URIs · 10afe5e5
      Troy Sankey authored
      Currently, the LMS logout endpoint should iframe in the logout pages of
      all the IDAs you were logged into. In short, this was made possible with
      DOP because keeping track of the logout URIs and leaving a trail of
      evidence in the user cookies was part of what we added in our fork of
      DOP.  In the case of DOT, we don't have time or desire to fork DOT to
      mirror this behavior, so our stop-gap solution is to log out the user
      from a list of logout URIs in settings.
      10afe5e5
  26. Jan 23, 2019
  27. Jan 08, 2019
  28. Dec 21, 2018
  29. Dec 18, 2018
  30. Dec 13, 2018
Loading