Skip to content
Snippets Groups Projects
  1. Sep 12, 2019
    • Kyle McCormick's avatar
      Upgrade requirements, specifically ora2==2.3.1 · 1eb6c884
      Kyle McCormick authored
      PR #21614 made this upgrade, but it was accidentally
      undone by a later PR that merged an out-of-date
      'make upgrade'.
      
      EDUCATOR-4635
      1eb6c884
    • Feanil Patel's avatar
      Remove the mongo plugin for the djnago-debug-toolbar. · dfe77a96
      Feanil Patel authored
      We are currently running this plugin from a has directly off of master
      to get support for a newer version of DJDT.  However even on master
      there is not yet support for python 3.  We're running into this when
      running runserver and when collecting static assets.
      
      A quick survey of the development team at edX shows that people are no
      longer actively using this debug panel.(14 responders all saying no to
      the question "In the last year have you used the mongo portion of the
      django-debug-toolbar in edx-platform?")
      
      This makes sense since the module store and courseware related
      developement is not very active right now.  Given all this, I'm removing
      this toolbar for now and if we need it again we can survey what's
      available at that time to choose the best tool.
      dfe77a96
    • Feanil Patel's avatar
      Remove snakefood and our usage of it. · 9acad23f
      Feanil Patel authored
      Unfortunately snakefood is not supported in python3 so I'm removing it
      and the tools built on top of it for now as they are not in active use.
      
      If you're looking at this wishing it still existed,
      
      Check out https://github.com/bwohlberg/jonga or https://pypi.org/project/findimports/
      9acad23f
    • DawoudSheraz's avatar
      send grace period info to edx-proctoring · 652dee61
      DawoudSheraz authored
      652dee61
  2. Sep 10, 2019
  3. Sep 09, 2019
  4. Sep 05, 2019
  5. Aug 30, 2019
  6. Aug 29, 2019
  7. Aug 28, 2019
  8. Aug 27, 2019
  9. Aug 23, 2019
  10. Aug 22, 2019
  11. Aug 21, 2019
  12. Aug 20, 2019
  13. Aug 19, 2019
  14. Aug 16, 2019
  15. Aug 15, 2019
  16. Aug 13, 2019
  17. 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.
    • Dave St.Germain's avatar
      Added edx-when's FieldData · 267be29a
      Dave St.Germain authored
      EDUCATOR-4554
      This fixes a bug where extended due dates were visible in the outline but not reflected on the courseware pages, resulting in problems not being submittable past the due date.
      In order for edx-when to work on courseware pages, it has to be more careful about field inheritance, which version 0.2 achieves.
      267be29a
  18. Aug 09, 2019
    • arbisoft's avatar
      BOM-84 · ed1bdf31
      arbisoft authored
      Update the version.
      ed1bdf31