Skip to content
Snippets Groups Projects
  1. Apr 13, 2018
    • Michael Terry's avatar
      Drop remaining coffee use · a34c8c82
      Michael Terry authored
      This basically commits the transpiled CoffeeScript JS (with minor
      cleanup) and removes coffee build support.
      
      A tiny amount of support for xblocks exists, because external users
      may have xblocks with coffee. But no coffee in our tree anyway.
      a34c8c82
  2. Feb 21, 2018
  3. Feb 06, 2018
  4. Jan 08, 2018
  5. Oct 05, 2017
  6. Oct 03, 2017
  7. Oct 02, 2017
  8. Sep 22, 2017
  9. Aug 14, 2017
  10. Jul 05, 2017
  11. Jun 05, 2017
  12. May 18, 2017
  13. May 10, 2017
  14. May 04, 2017
  15. Apr 27, 2017
  16. Apr 19, 2017
  17. Apr 11, 2017
  18. Apr 04, 2017
  19. Apr 01, 2017
  20. Mar 22, 2017
  21. Mar 20, 2017
    • Brian Jacobel's avatar
      a11y test example path is wrong · 254f4c47
      Brian Jacobel authored
      This test lives in `common/test/acceptance/tests/lms/test_lms_dashboard.py`, so the paver string should be `paver test_a11y -t lms/test_lms_d...`
      254f4c47
  22. Feb 07, 2017
    • Renzo Lucioni's avatar
      Load all programs from the catalog · e7771148
      Renzo Lucioni authored
      This commit contains back end changes necessary to load programs from the catalog in all contexts. The existing program munging utility is applied as late as possible to avoid conflating this work with changes to the front end; those will be made separately.
      
      ECOM-4422
      e7771148
  23. Jan 05, 2017
  24. Dec 15, 2016
  25. Nov 30, 2016
  26. Nov 07, 2016
  27. Oct 17, 2016
  28. Oct 12, 2016
    • Jesse Zoldak's avatar
      Disable migrations by default in unittests · 44653731
      Jesse Zoldak authored
      Rendering model states when running migrate in Django 1.8 consumes
      on the order of 4x-6x more memory than <1.8.
      
      References:
      * https://code.djangoproject.com/ticket/24745
      * https://code.djangoproject.com/ticket/24743
      
      This is causing failures in Jenkins as the workers run out of memory
      and either processes cannot fork or the Out Of Memory Killer
      kills a process that is running tests.
      
      Disabling migrations until we do either or both of these:
      * Upgrade to Django 1.9 and turn them back on. See EV-92 "Discovery: Upgrade edx-platform to Django 1.9"
      * Address TE-1310 "Unit tests should be able to run without migrations"
      44653731
  29. Oct 07, 2016
  30. Sep 23, 2016
  31. Sep 16, 2016
  32. Sep 01, 2016
  33. Aug 26, 2016
Loading