Skip to content
Snippets Groups Projects
  1. May 15, 2020
  2. May 13, 2020
  3. May 08, 2020
  4. May 04, 2020
  5. Apr 28, 2020
  6. Apr 24, 2020
  7. Apr 22, 2020
  8. Apr 16, 2020
  9. Apr 06, 2020
  10. Mar 05, 2020
  11. Mar 02, 2020
  12. 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.
  13. Feb 25, 2020
  14. Feb 10, 2020
  15. Jan 30, 2020
  16. Jan 16, 2020
  17. 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
  18. Jan 03, 2020
  19. 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
  20. Dec 30, 2019
  21. Dec 27, 2019
  22. Dec 26, 2019
  23. Nov 27, 2019
  24. Nov 25, 2019
  25. Nov 08, 2019
  26. Nov 04, 2019
  27. Oct 31, 2019
  28. Oct 30, 2019
  29. Oct 28, 2019
  30. Oct 21, 2019
  31. Oct 18, 2019
  32. Oct 16, 2019
  33. Oct 15, 2019
  34. Oct 10, 2019
  35. Oct 09, 2019
    • Feanil Patel's avatar
      Revert requirements changes due to memory issues. · 5d7bdf91
      Feanil Patel authored
      Some change in the requirements here may be responsible for increased
      CPU and memory usage.  This is causing production LMS for edx.org to run
      into lots of performance issues.  Reverting for now until we can narrow
      it down to which change caused the issue.
      5d7bdf91
  36. Oct 07, 2019
Loading