Skip to content
Snippets Groups Projects
  1. Dec 12, 2019
  2. Dec 06, 2019
  3. Oct 30, 2019
  4. Oct 21, 2019
  5. Oct 16, 2019
    • aarif's avatar
      replaced json.loads with a util to handle bytes · 164141de
      aarif authored
      changes made to fix jenkins/quality errors
      
      changes made as suggested
      
      added the docstring to fix quality issue
      
      made a few changes to fix some tests
      
      replaced json.loads with a util to handle bytes
      
      changes made to fix jenkins/quality errors
      
      changes made as suggested
      
      added the docstring to fix quality issue
      
      made a few changes to fix some tests
      
      made changes as suggested
      
      made changes as suggested
      
      updated the requirements with make upgrade
      164141de
  6. Oct 07, 2019
    • Ayub khan's avatar
      BOM Project Capa Module Python3 Compatibility · bb242c4b
      Ayub khan authored
      Python3 RNG produces different results as compared to python2
      In capa problems we save seed value and generate random state
      using the seed. Python3 random generates a different state as
      compared to python2. Thats why using random2 library to make
      state genration consistent in both python versions.
      bb242c4b
  7. Sep 25, 2019
  8. Sep 23, 2019
  9. Aug 16, 2019
    • Ayub's avatar
      BOM-70 (#21327) · 658cd5c6
      Ayub authored
      * Update Financial Assistance logic
      
      Use the zendesk proxy app instead of the unsupported zendesk library.
      
      * Move to pre-fetching the group IDs.
      
      Rather than making extra requests to zendesk to list all groups and find
      a specific group ID. Just make a pre-filled list of group IDs for the
      groups we care about.  When a group name is passed in, it is checked
      against this list and the ticket is created in the correct group so the
      right people can respond to it.
      658cd5c6
  10. Aug 12, 2019
    • Feanil Patel's avatar
      Convert to using ExitStack instead of nested. (#21329) · 9753eae4
      Feanil Patel authored
      * Convert to using ExitStack instead of nested.
      
      nested is not available in Python3.
      
      * Use ExitStack from contextlib2.
      
      ExitStack has not been backported to the Python 2.7 standard library and
      contextlib.nested is no longer available in Python 3.5.  We need to be
      able to use something in both 2 and 3 as we transition so we'll pull in
      contextlib2 which has backports of the full python3 contextlib.
  11. Aug 08, 2019
  12. Aug 05, 2019
    • Ayub khan's avatar
      BOM-70 · c965e13c
      Ayub khan authored
      -Removed Submit-feedback View
      -Removed related tests
      -Removed help_modal.html
      -Removed help_modal.html test
      -Removed zendesk from requirements
      -Updated requirements
      c965e13c
  13. Aug 01, 2019
    • Nimisha Asthagiri's avatar
      DEPR-15: Remove usage of firebase-token-generator · c1a5d2fa
      Nimisha Asthagiri authored
      The old Notes Django app is the only caller of this no longer
      supported library. I have verified that this old app is no
      longer functional and is already slated to be removed as part
      of DEPR-18.
      
      So this commit simply removes the call to firebase-token-generator
      and leaves removal of the Notes app to DEPR-18.
      c1a5d2fa
  14. Jul 31, 2019
  15. Jul 22, 2019
  16. Jul 16, 2019
  17. Jul 08, 2019
  18. Jul 03, 2019
  19. Jul 01, 2019
  20. Jun 27, 2019
  21. Jun 26, 2019
  22. Jun 21, 2019
    • 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
  23. Jun 19, 2019
  24. Jun 17, 2019
  25. Jun 16, 2019
  26. Jun 14, 2019
  27. Jun 11, 2019
  28. Jun 10, 2019
    • 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
  29. Jun 03, 2019
  30. May 23, 2019
  31. May 07, 2019
  32. Apr 24, 2019
  33. Apr 16, 2019
  34. Apr 09, 2019
    • Matt Hughes's avatar
      Pin proctoring plugin code · 4461804d
      Matt Hughes authored
      We intend for subsequent versions to be reviewed manually before
      finding their way into edx-platform proper; this prevents subsequent
      releases from finding their way in without human intervention
      4461804d
  35. Mar 28, 2019