Commit Graph

3684 Commits

Author SHA1 Message Date
edX requirements bot
35171d6f55 Updating Python Requirements 2020-01-14 05:48:41 -05:00
Ahtisham Shahid
533adf6088 Merge pull request #22817 from edx/ahtisham/PROD-1099
updated drag and drop xblock version
2020-01-14 12:37:00 +05:00
Ahtisham Shahid
7abeb42465 updated xblox-drag-and-drop version by make upgrade 2020-01-14 12:05:48 +05:00
Awais Qureshi
1e572ef539 Merge pull request #22770 from edx/awais786/BOM-1084
BOM-1084
2020-01-14 09:34:58 +05:00
DawoudSheraz
17d2a04bac ORA update to 2.6.0 2020-01-13 20:47:26 +05:00
Awais Qureshi
8b3b045803 BOM-1084
Bump django-filter.
Rename the name to field-name.
2020-01-13 20:25:44 +05:00
Awais Qureshi
164ce5fa8a Bom-1146
Wiki version bump.
2020-01-13 19:21:08 +05:00
Awais Qureshi
3eb4154c6b Merge pull request #22742 from edx/wiki-ver
BOM-1126
2020-01-13 19:01:22 +05:00
edX requirements bot
c99a026ad3 Updating Python Requirements (#22816) 2020-01-13 08:31:53 -05:00
Alex Dusenbery
a6adb62e8f Upgrade ORA to 2.5.9 2020-01-12 17:06:01 -05:00
Jeff Chaves
251aad6288 Chavesj/enterprise v2 0 45 (#22796)
bumping enterprise version to 2.0.45
2020-01-10 16:05:41 -05:00
usamasadiq
c821a49359 Updated django-mptt package to version 0.10.0 to provide support up to Django 2.2. 2020-01-10 11:42:30 +05:00
Awais Qureshi
4eb1a98f21 BOM-1108
Updating wiki.
2020-01-09 14:49:50 +05:00
edX requirements bot
1b7ef708b8 Updating Python Requirements (#22758) 2020-01-08 08:56:01 -05:00
aarif
79bf089406 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

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
2020-01-08 14:11:42 +05:00
edX requirements bot
742d65d56a Updating Python Requirements (#22733) 2020-01-07 10:36:35 -05:00
Jeremy Bowman
f10a7550d7 Unpin more dependencies (#22690) 2020-01-06 15:07:01 -05:00
atesker
b5887d9755 Update edx-ora2 version to 2.5.8 2020-01-06 13:22:25 -05:00
edX requirements bot
0f74e6ce69 Updating Python Requirements (#22716) 2020-01-06 09:46:56 -05:00
Ayub-khan
03c17fe778 Codejail New Style Middlware 2020-01-06 15:51:22 +05:00
Ahtisham Shahid
765b578d3f Updated ora2 and others by make upgrade 2020-01-06 14:45:52 +05:00
Jeremy Bowman
a4b2db677a Downgrade pandas and python-dateutil (#22703) 2020-01-03 12:12:11 -05:00
Diana Huang
c061a9c4a6 Merge pull request #22596 from edx/diana/upgrade-drf
Upgrade DRF to 3.9.4.
2020-01-02 16:09:02 -05:00
Calen Pennington
151b309225 Convert custom storage subclasses into mixins so that we can store to either the filesystem or S3 2020-01-02 14:49:19 -05:00
Diana Huang
976c6873e5 Upgrade DRF to latest version. 2020-01-02 12:18:03 -05:00
Manjinder Singh
6c69b6d435 Adding code to output pytest warnings. (#22570)
* 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
2020-01-02 10:01:52 -05:00
DawoudSheraz
8d068a4a09 ORA update 2019-12-31 14:32:20 +05:00
Jeremy Bowman
eace6e36a7 Unpin assorted dependencies (#22656) 2019-12-30 17:09:14 -05:00
Feanil Patel
52a1a72c97 Merge pull request #22636 from edx/jenkins/upgrade-python-requirements-c7c6242
Python Requirements Update
2019-12-30 09:16:30 -05:00
Jeremy Bowman
63574e12b8 Remove pytest version constraint (#22626)
Fix the issue that was preventing us from upgrading pytest.  pytest does some manipulation of test packages that prevents `pkg_resources` from loading resources from them, but used to contain a workaround for the problem.  That workaround was [removed](https://github.com/pytest-dev/pytest/issues/5392) in 4.6.0 as a performance enhancement when pytest switched from `pkg_resources` to `importlib-metadata` for its own entrypoint handling.  This tripped up one of our test modules which defined classes that loaded templates from inside a test package.  Moving these resources to the parent package fixes the problem.

More and more, `pkg_resources` is being abandoned in favor of `importlib-metadata` and `importlib_resources` as they have a simpler design with much better performance.  However, `importlib_resources` doesn't support loading files from any directory which isn't itself a Python package (and doesn't allow direct use of paths including directories within the package).  Jinja2 chose a [different approach](https://github.com/pallets/jinja/pull/1082) that we may want to emulate in our resource handling.

Also fixed usage of a removed `pytest.raises()` parameter and a bug in our configuration of the `common/lib` tests that became a problem after the upgrade.
2019-12-30 09:10:57 -05:00
edX requirements bot
a05714e397 Updating Python Requirements 2019-12-30 05:48:38 -05:00
Jeremy Bowman
0cb7539999 Python dependencies cleanup (#22612) 2019-12-27 11:00:46 -05:00
Jeremy Bowman
673592d89b Switch xblock-poll back to source repo (#22597) 2019-12-26 16:38:48 -05:00
Jeremy Bowman
b2046f6674 Switch make upgrade to Python 3.5 (#22609)
* Switch make upgrade to Python 3.5

* bok-choy fixes, constrain django-debug-toolbar

* Remove flaky bok-choy test
2019-12-26 15:13:02 -05:00
Feanil Patel
f359c9cd8f Merge pull request #21197 from open-craft/giovanni/upgrade-pymongo
BB-1744: Bump pymongo version and fix course export issue
2019-12-26 11:16:15 -05:00
edX requirements bot
033bb5a3c4 Updating Python Requirements (#22594) 2019-12-23 10:08:29 -05:00
edX requirements bot
1aa2bd548c Updating Python Requirements (#22586) 2019-12-20 10:53:22 -05:00
edX requirements bot
7a52523830 Updating Python Requirements (#22575) 2019-12-19 10:37:49 -05:00
Feanil Patel
84093e11c1 Upgrade edx-ora2 to fix studio edit view.
There was a serialization issue with one of the studio JS assets that
is rendered as a part of the edit view.
2019-12-19 09:17:13 -05:00
Aarif
10a00f8c98 Merge pull request #22508 from edx/BOM-1082
Updated the django-countries to support Django 2.2
2019-12-19 12:15:04 +05:00
Jeremy Bowman
072b3c11a1 Upgrade edx-ace and edx-django-sites-extensions (#22535) 2019-12-18 14:07:20 -05:00
Nicholas D'Alfonso
1fcab4d1ad DISCO-1414 org source of truth
-point to updated edx-organizations package
2019-12-18 11:47:22 -05:00
Ned Batchelder
597c5d5f15 Merge pull request #22545 from edx/nedbat/coverage-5
Upgrade to coverage 5.0
2019-12-18 10:48:36 -05:00
aarif
d81af828fb updated the django-countries to version that supports django 2.2
updated the tests

minor changes

changes made verify capitalized country code

changes made verify capitalized country code

changes made stay consistent with country code implementation

changes made to test with previous implementation

updated the django-countries version to latest

updated the tests input to match the output

updated the constants to use updated country names according to new ISO standards
2019-12-18 18:40:48 +05:00
edX requirements bot
5d35941ec3 Updating Python Requirements 2019-12-18 05:50:07 -05:00
Simon Chen
8e8386501d Upgrade edx-proctoring so we can deploy the email message changes 2019-12-17 14:52:28 -05:00
edX requirements bot
bf0a6f6308 Updating Python Requirements (#22553) 2019-12-17 11:52:18 -05:00
Ned Batchelder
18b17b40af Unpin coverage and use the latest (5.0) 2019-12-16 15:36:46 -05:00
Simon Chen
c5e0a9f636 PROD-1089 upgrade edx-proctoring to the code with bug fixes on Instructor Dashboard Proctoring view 2019-12-16 10:40:29 -05:00
Awais Qureshi
1ac7fa503b Merge pull request #22527 from edx/awais786/BOM-1088
BOM-1088
2019-12-16 17:20:56 +05:00