Skip to content
Snippets Groups Projects
  1. Feb 11, 2020
    • 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
  2. 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
  3. 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.
  4. Jan 21, 2020
  5. Jan 16, 2020
  6. Jan 15, 2020
  7. Jan 13, 2020
    • Awais Qureshi's avatar
      BOM-1084 · 8b3b0458
      Awais Qureshi authored
      Bump django-filter.
      Rename the name to field-name.
      8b3b0458
  8. Jan 10, 2020
  9. 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
  10. Jan 06, 2020
  11. Jan 02, 2020
  12. Dec 30, 2019
  13. Dec 27, 2019
  14. Dec 26, 2019
  15. Dec 18, 2019
  16. Dec 16, 2019
    • Awais Qureshi's avatar
      BOM-1088 · 572448d8
      Awais Qureshi authored
      Upgrade django-ses
      572448d8
    • Ayub khan's avatar
      BOM-1085 · 5c4c9fd2
      Ayub khan authored
      -bumped django-model-utils version to support django 22
      5c4c9fd2
    • aarif's avatar
      updated the django-cors-headers to version that supports django 2.2 · e9672344
      aarif authored
      downgrade the django-cors-headers version to 2.5.3
      
      downgrade the django-cors-headers version to 2.5.3
      
      updated the django-cors-headers to version that supports django 2.2
      
      downgrade the django-cors-headers version to 2.5.3
      
      downgrade the django-cors-headers version to 2.5.3
      
      updated the django-cors-headers to version that supports django 2.2
      
      downgrade the django-cors-headers version to 2.5.3
      
      downgrade the django-cors-headers version to 2.5.3
      
      ran make upgrade
      e9672344
  17. Dec 13, 2019
  18. Dec 12, 2019
  19. Dec 06, 2019
  20. Oct 30, 2019
  21. Oct 21, 2019
  22. Oct 16, 2019
    • aarif's avatar
      replaced json.loads with a util to handle bytes · 164141de
      aarif authored
      changes made to fix jenkins/quality errors
      
      changes made as suggested
      
      added the docstring to fix quality issue
      
      made a few changes to fix some tests
      
      replaced json.loads with a util to handle bytes
      
      changes made to fix jenkins/quality errors
      
      changes made as suggested
      
      added the docstring to fix quality issue
      
      made a few changes to fix some tests
      
      made changes as suggested
      
      made changes as suggested
      
      updated the requirements with make upgrade
      164141de
  23. Oct 07, 2019
    • Ayub khan's avatar
      BOM Project Capa Module Python3 Compatibility · bb242c4b
      Ayub khan authored
      Python3 RNG produces different results as compared to python2
      In capa problems we save seed value and generate random state
      using the seed. Python3 random generates a different state as
      compared to python2. Thats why using random2 library to make
      state genration consistent in both python versions.
      bb242c4b
  24. Sep 25, 2019
  25. Sep 23, 2019
  26. Aug 16, 2019
    • Ayub's avatar
      BOM-70 (#21327) · 658cd5c6
      Ayub authored
      * Update Financial Assistance logic
      
      Use the zendesk proxy app instead of the unsupported zendesk library.
      
      * Move to pre-fetching the group IDs.
      
      Rather than making extra requests to zendesk to list all groups and find
      a specific group ID. Just make a pre-filled list of group IDs for the
      groups we care about.  When a group name is passed in, it is checked
      against this list and the ticket is created in the correct group so the
      right people can respond to it.
      658cd5c6
  27. Aug 12, 2019
    • Feanil Patel's avatar
      Convert to using ExitStack instead of nested. (#21329) · 9753eae4
      Feanil Patel authored
      * Convert to using ExitStack instead of nested.
      
      nested is not available in Python3.
      
      * Use ExitStack from contextlib2.
      
      ExitStack has not been backported to the Python 2.7 standard library and
      contextlib.nested is no longer available in Python 3.5.  We need to be
      able to use something in both 2 and 3 as we transition so we'll pull in
      contextlib2 which has backports of the full python3 contextlib.
  28. Aug 08, 2019
  29. Aug 05, 2019
    • Ayub khan's avatar
      BOM-70 · c965e13c
      Ayub khan authored
      -Removed Submit-feedback View
      -Removed related tests
      -Removed help_modal.html
      -Removed help_modal.html test
      -Removed zendesk from requirements
      -Updated requirements
      c965e13c
  30. Aug 01, 2019
    • Nimisha Asthagiri's avatar
      DEPR-15: Remove usage of firebase-token-generator · c1a5d2fa
      Nimisha Asthagiri authored
      The old Notes Django app is the only caller of this no longer
      supported library. I have verified that this old app is no
      longer functional and is already slated to be removed as part
      of DEPR-18.
      
      So this commit simply removes the call to firebase-token-generator
      and leaves removal of the Notes app to DEPR-18.
      c1a5d2fa
  31. Jul 31, 2019
  32. Jul 22, 2019
  33. Jul 16, 2019