Skip to content
Snippets Groups Projects
  1. Jun 09, 2020
  2. Jun 05, 2020
  3. Jun 01, 2020
  4. May 26, 2020
  5. May 18, 2020
  6. May 04, 2020
  7. Apr 28, 2020
  8. Apr 21, 2020
  9. Apr 16, 2020
  10. Apr 08, 2020
  11. Mar 27, 2020
  12. Mar 26, 2020
  13. Mar 25, 2020
  14. Mar 19, 2020
  15. Mar 17, 2020
  16. Mar 09, 2020
  17. Feb 27, 2020
    • Jeremy Bowman's avatar
      Remove duplicate dependency version constraints (#23198) · 230bee9a
      Jeremy Bowman authored
      Remove duplicate constraints in requirements/constraints.txt uncovered by the recent change in pip-compile output format. I sorted the pinned dependencies by name to try and make it more obvious if this happens again. I also upgraded to pip-tools 4.5.1, which removes the line numbers from the enhanced pip-compile output added in 4.5.0, which should reduce future diff churn and merge conflicts but means that there's a large diff this one last time.
      
      Also unpin edx-search again after the previous change to do that was apparently broken by a merge conflict.
  18. Feb 26, 2020
    • Tim McCormack's avatar
      Minimize dependency on django-celery (#23193) · 95d4acad
      Tim McCormack authored
      - Reimplement `djcelery.common.respect_language` utility function so we
        can drop the dependency.
      - Loosen `celery` pinning to a range, which brings in a fix for a
        possible crash bug
      
      Also, pin `path` to 13.1.0 for now in order to continue supporting py35.
  19. Feb 25, 2020
  20. Feb 11, 2020
  21. Feb 04, 2020
  22. Jan 30, 2020
  23. Jan 28, 2020
  24. Jan 22, 2020
  25. Jan 16, 2020
  26. Jan 15, 2020
    • Brian Wilson's avatar
      Update edx-val from 1.2.0 to 1.2.1 · d2909042
      Brian Wilson authored
      This is step 3 of DE-1824.
      
      Also update:
      * six 1.13.0 => 1.14.0
      * edx-django-utils 2.0.2 => 2.0.3
      * skip test that checks all model changes have migrations.  (We defer
        this to step 4.)
      d2909042
  27. Jan 14, 2020
  28. Jan 13, 2020
  29. Jan 07, 2020
  30. Jan 06, 2020
  31. Jan 03, 2020
  32. Jan 02, 2020
    • Manjinder Singh's avatar
      Adding code to output pytest warnings. (#22570) · 6c69b6d4
      Manjinder Singh authored
      * Added pytest-json-report plugin
      	- modifying app-opts in setup.cfg
      	- adding hook to all conftest.py files in repo
      	- setting report to be saved to test_root/log/warnings.json
      	- Writing custom logic to save json report to avoid overwrite if pytest called twice
      This was created to allow us to easily parse through test warnings in jenkins
  33. Dec 27, 2019
  34. Dec 26, 2019