Skip to content
Snippets Groups Projects
  1. May 19, 2020
    • Jeremy Bowman's avatar
      Update tested versions of Python and Django (#24006) · 47d15ff1
      Jeremy Bowman authored
      Cleaned up a few more things about the testing configuration now that we've deployed Django 2.2 to production:
      
      * Go back to a single version of django-oauth-toolkit, tox doesn't need to vary it anymore
      * Go back to PyPI release of django-method-override
      * Remove no longer needed dependency on python-oauth2 (we already removed the package it was used by)
      * Update prepare_xdist_nodes.sh with new Django requirements file options
  2. May 01, 2020
  3. Apr 29, 2020
  4. Apr 28, 2020
  5. Mar 05, 2020
  6. Feb 24, 2020
  7. Feb 11, 2020
    • Adeel Khan's avatar
      Removing paver command · 5dae91bd
      Adeel Khan authored
      This is not needed in Makefile as
      all the logic and invocation of
      compilejs would be done via
      ecommerce-script repo.
      
      PROD-960
      5dae91bd
  8. Jan 29, 2020
    • Adeel Khan's avatar
      Adds compilejs task to paver. · 9d6fd1d3
      Adeel Khan authored
      This patch adds compilejs
      management command to be executed
      on pull translations enabling
      availability of js/jsx translations
      for  lms/cms code.
      
      PROD-960
      9d6fd1d3
  9. Jan 24, 2020
    • usamasadiq's avatar
      BOM-1143 · 1e33a4f3
      usamasadiq authored
      Django-auth-toolkit update
      
      Pinned the latest commit from github to get Django2.2 support in testing.
      Pinned the zipp<2.0.0 to get Python<3.5 support too.
      1e33a4f3
  10. Jan 21, 2020
  11. Dec 26, 2019
  12. Oct 22, 2019
  13. Oct 14, 2019
    • Régis Behmo's avatar
      Rename API decorators to "apidocs" to be provider-agnostic · ae216c85
      Régis Behmo authored
      The API documentation decorators do not have to leak which solution we
      use to generate the docs. Here, and as discussed in PR #21820, we rename
      the `openapi` module to `apidocs`, and we make sure that this module
      includes all the right functions to document API Views without referring
      to Open API.
      ae216c85
  14. Sep 17, 2019
  15. Jul 23, 2019
  16. Jun 07, 2019
  17. Jun 05, 2019
  18. Apr 18, 2019
  19. Feb 06, 2019
  20. Dec 07, 2018
  21. Nov 23, 2018
  22. Nov 02, 2018
  23. Jul 12, 2018
  24. Jun 19, 2018
  25. Apr 12, 2018
  26. Apr 10, 2018
  27. Apr 09, 2018
  28. Jan 03, 2018
  29. Jan 02, 2018
  30. Nov 08, 2017
  31. Oct 30, 2017
  32. Mar 14, 2017
    • Ned Batchelder's avatar
      Safer "make clean" · f7f16b0a
      Ned Batchelder authored
      This would fail if the "git clean" step failed, and would not restore
      your private files. Running it again would then fail to make an empty
      tarball, clobbering the saved private files.  Now we are more resilient
      to a number of failure modes.
      f7f16b0a
  33. Nov 10, 2016
Loading