Skip to content
Snippets Groups Projects
  1. Jun 11, 2020
  2. Jun 10, 2020
  3. Jun 09, 2020
    • Awais Qureshi's avatar
      BOM-1637 · 4e84d435
      Awais Qureshi authored
      rename djang-babel to enmarker
      upgrade the reqs
      4e84d435
  4. Jun 08, 2020
  5. Jun 05, 2020
  6. Jun 03, 2020
  7. May 29, 2020
  8. 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
  9. May 07, 2020
  10. May 06, 2020
    • Tim McCormack's avatar
      Dark launch: Fix site shadowing and 1+N queries in third party auth config fetching (#23824) · 79420640
      Tim McCormack authored
      This performs a dark launch compare of the existing implementation
      (still in use) for fetching TPA provider configs and a new
      implementation, recording metrics on exceptions and mismatches.
      
      The new implementation should have two benefits, once we're switched
      over:
      
      - Fix 1+N queries on login page view where the site for each config
        was fetched in a loop (ARCHBOM-1139)
      - Don't allow configs with the same key on different sites to
        interfere with each other (regression test added)
      
      The new impl does not use TieredCache, but only the request cache,
      which we may want to adjust later.
  11. Apr 16, 2020
  12. Apr 13, 2020
  13. Apr 10, 2020
  14. Mar 16, 2020
  15. Mar 12, 2020
  16. Mar 10, 2020
    • Ayub-khan's avatar
      BOM-1045 · 3c1140dc
      Ayub-khan authored
      -Upgrade edx-drf-extensions
      -settings-update
      3c1140dc
  17. Mar 06, 2020
  18. Mar 02, 2020
  19. Feb 28, 2020
  20. 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.
  21. Feb 11, 2020
    • Aarif's avatar
      replaced jsonfield with jsonfield2 · c9309a4b
      Aarif authored
      c9309a4b
    • Ayub-khan's avatar
      BOM-1121 · d3a02bc3
      Ayub-khan authored
      -Updated middleware setting to use use middleware insted of
      middleware_classes
      -github install of django-method-override fork to support
      new style middleware in django1.11
      d3a02bc3
  22. Jan 26, 2020
    • Aarif's avatar
      BOM-1141 · 8cc86d3a
      Aarif authored
      Updating the django-rate-limit requirement.
      updated the django-ratelimit to use unreleased version that supports Django 2.2
      8cc86d3a
  23. Jan 23, 2020
    • Jeremy Bowman's avatar
      Unpin more outdated dependencies (#22898) · 7bbd2295
      Jeremy Bowman authored
      Unpin several more outdated dependencies whose changelogs don't contain any significant backwards incompatible changes. Also add "moto" to the list of packages to uninstall from existing environments, since it requires a jsondiff version that clashes with the one we now use (triggering a harmless but distracting warning on dependency updates).
      
      We can potentially stop using path.py/path altogether by switching to pathlib in the Python 3 standard library, but that merits a separate PR of its own.
      
      Also, note that I'm not actually unpinning freezegun; different PRs restricted it in both constraints.txt and test.in, I'm just removing the latter redundant constraint.
  24. Jan 21, 2020
  25. Jan 16, 2020
  26. Jan 15, 2020
  27. Jan 13, 2020
    • Awais Qureshi's avatar
      BOM-1084 · 8b3b0458
      Awais Qureshi authored
      Bump django-filter.
      Rename the name to field-name.
      8b3b0458
  28. Jan 10, 2020
  29. Jan 08, 2020
    • aarif's avatar
      updated the django-waffle to support django 2.2 · 79bf0894
      aarif authored
      made changes to test with previous version of django-waffle
      
      updated the query count to test
      
      testing with version 0.13
      
      testing with version 0.14
      
      testing with version 0.15
      
      added version 0.14
      
      updated the django-waffle version to use 0.18
      
      updated the django-waffle version to use 0.16
      
      updated the query counts to pass tests
      
      ran make upgrade
      
      updated the django-waffle to support django 2.2
      
      made changes to test with previous version of django-waffle
      
      updated the query count to test
      
      testing with version 0.13
      
      testing with version 0.14
      
      testing with version 0.15
      
      added version 0.14
      
      updated the django-waffle version to use 0.18
      
      updated the django-waffle version to use 0.16
      
      updated the query counts to pass tests
      
      removed the pdb statements
      
      ran make upgrade
      79bf0894
  30. Jan 06, 2020
  31. Jan 02, 2020