Commit Graph

218 Commits

Author SHA1 Message Date
Soban Javed
7e56d9c729 fix: install django-ratelimit-backend from commit hash
Previously we're installing with tag but somehow it wasn't bringing the exact version we wanted.
2021-09-23 17:22:05 +05:00
Awais Qureshi
068f367e9e fix: django.contrib.staticfiles.storage.CachedStaticFilesStorage is removed in django3.1.
Using the fix from another fork.
2021-09-21 15:59:51 +05:00
Awais Qureshi
c1e5ea0b4e fix: django.contrib.staticfiles.storage.CachedStaticFilesStorage is removed in django3.1.
Using the fix from another fork.
2021-09-21 15:59:51 +05:00
Usama Sadiq
0192d5a59a fix: bump the git tag of edx/django-ratelimit-backend fork to fix test failures in Django30 (#28578) 2021-09-03 19:05:09 +05:00
Kyle McCormick
cd3957b987 fix: upgrade py2neo from 3.1.2 to 2021.1.5 (#28480)
* fix: upgrade py2neo from 3.1.2 to 2021.1.5

The dump_to_neo4j management command has not been working
since the upgrade to python 3.8. The latest version of
python that py2neo 3.1.2 states support for is python 3.5,
so this isn't surprising.

The earliest non-prerelease version of py2neo that supports
python 3.8 is 2020.x (skipping the 4.x and 5.x series). Since
we're going as far as a 2020.x, we may as well upgrade all the
way to the newest series, 2021.x. This commit does that upgrade,
as well as a handful of minor code modifications in order
to handle breaking changes that have been made to the py2neo
API, and some unrelated pin bumps as the result of
'make upgrade'.

This will also require an upgrade of Coursegraph's Neo4j
version from 3.2.x to 3.5.x.

TNL-8386
2021-08-25 09:34:41 -04:00
Julia Eskew
b7a34887c2 chore: Bump version of django-wiki to 1.0.2. 2021-07-30 18:40:44 -04:00
Raul Gallegos
f8fad40059 chore: update DnD xblock version 2021-06-03 10:30:25 -07:00
M. Zulqarnain
8e9a5b2e63 Install acid-xblock from PyPI (#27488)
* refactor: install acid-xblock from PyPI

* chore: Updating Python Requirements (#27485)

Co-authored-by: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com>
2021-05-05 15:04:53 +05:00
Saad Yousaf
0014d836d3 [TNL-8051] - version update for olxcleaner. (#27347)
Co-authored-by: SaadYousaf <saadyousaf@A006-00314.local>
2021-04-15 15:07:57 +05:00
Soban Javed
083c80dea3 refactor: install DoneXBlock from PyPI instead of github hash 2021-04-14 14:45:02 +05:00
Saad Yousaf
9c3b8e5cb6 [TNL-8051] - Version bump for olxcleaner. (#27309)
Co-authored-by: SaadYousaf <saadyousaf@A006-00314.local>
2021-04-13 15:51:00 +05:00
SaadYousaf
7242b5018a [TNL-8051] - bump olxcleaner version with latest update. 2021-04-08 23:46:50 +05:00
Awais Jibran
9b4f19f204 Update olxcleaner (#27261) 2021-04-06 21:26:24 +05:00
Awais Jibran
d4c557f765 Reference openedx/olxcleaner (#27256)
* Reference openedx/olxcleaner and remove pypi for olxcleaner
2021-04-06 20:40:25 +05:00
Fred Smith
41b01c07eb fix: use github version of py2neo instead of PyPI
The version of Py2neo we depend on has been removed from PyPI.  This is
a stop-gap until we can upgrade it
2021-03-29 14:09:29 -04:00
Awais Jibran
aad29c17f9 Updated drag and drop version (#26934) 2021-03-10 19:46:58 +05:00
Ahtisham Shahid
60ef705944 Updated drag and drop version (#26919)
Updated drag and drop version
2021-03-09 19:23:00 +05:00
Kyle McCormick
136b16969d refactor: Upgrade xblock-drag-and-drop-v2 to 2.3.2 (#26235)
Previous version was 2.2.10.

Pulls in fix to deprecated import path, which
will soon be unsupported.

Incidentally pulls in:
* Make drag-and-drop indexable.
* Drop Python 2 support from drag-and-drop-v2.
2021-02-18 08:18:08 -05:00
Kyle McCormick
0fadd66d3f Upgrade xblock-poll from 1.10.0 to 1.10.2 (#26102)
Pulls in:
* Translation corrections (1.10.1)
* Fix deprecated import, which is soon to be unsupported (1.10.2)
2021-01-19 15:46:15 -05:00
usamasadiq
b8eee0b9d8 remove markdown constraint
Use django-wiki version 1.0.0
Pin python3-saml<1.10.0
2021-01-18 19:18:04 +05:00
usamasadiq
b5a4aeed79 Revert celery custom fork 2020-12-14 12:06:56 +05:00
Awais Qureshi
36ade10347 Revert "Added more logs in celery fork." 2020-11-24 21:19:15 +05:00
Awais Qureshi
761c5d3d7e Added more logs in celery fork. 2020-11-23 23:58:05 +05:00
Awais Qureshi
4bf9bb53c8 Adding custom fork celery with better logging. 2020-11-20 18:02:23 +05:00
Kyle McCormick
07b0b71d2d Upgrade codejail from 3.1.1 to 3.1.3 for logging fix
TNL-7649
2020-11-09 09:56:27 -05:00
Kyle McCormick
2d46f12277 Upgrade codejail from 3.1.0 to 3.1.1 for improved logging (#25532)
We are curious whether async jail_code calls on Celery workers
have different resource limit configurations than synchronous
calls on LMS/Studio. We suspect it may be different
because codejail is configured via a Django Middleware, which
may not be initialized for Celery workers.

TNL-7649
2020-11-06 08:00:57 -05:00
Kyle McCormick
a82ce035eb Upgrade codejail to 3.1.0 from 3.0.1
Pulls in lastest release:
'Allow context-specific resource limits to be provided'
2020-11-05 11:53:16 -05:00
Feanil Patel
b73f755487 Revert "Feanil/edx search update (#25406)" (#25412)
This reverts commit 581b20056d.
2020-10-22 15:53:57 -04:00
Feanil Patel
581b20056d Feanil/edx search update (#25406)
OeX_ES-44:  Update edx-search elasticsearch.


* removes redundant doc_types from the lms/cms, replaces courseware
index with doc_types to two indices
* code polishing

* Use a new config variable for ES7 deployment. (#2226)

Co-authored-by: Golub-Sergey <1.golub.sergey.1@gmail.com>
Co-authored-by: Diana Huang <diana.k.huang@gmail.com>
2020-10-22 14:18:19 -04:00
Alex Dusenbery
8d0920d2a1 Upgrade django-wiki to 0.1.1 2020-09-15 15:26:40 -04:00
M. Zulqarnain
c8ea2c5fde Unpin psutil (#24745) 2020-08-13 01:20:04 +05:00
Eric Herrera
141aba4042 Use updated django-wiki version, OEP-18 compliant and compatible with Python 3.8. 2020-07-17 10:35:11 -04:00
Calen Pennington
0e55566d96 Attempt to fix devstack issues with an upgrade of django-ratelimit-backend 2020-07-16 13:56:41 -04:00
Eric Herrera
7a6a83b855 Update Rate XBlock version to support python 3.8. 2020-07-15 15:42:06 -04:00
Eric Herrera
1d7d88383e Use updated acid xblock version. 2020-07-15 14:27:37 -04:00
Luis Moreno
a74b69affd Upgrade codejail 2020-07-15 14:01:24 -04:00
Eric Herrera
2bbb080187 Update Done XBlock version to support ptyhon 3.8. 2020-07-14 18:47:05 -05:00
Feanil Patel
b5795c0b01 Revert "Update codejail." 2020-07-14 14:14:03 -04:00
Feanil Patel
aa24deb4fa Update codejail. 2020-07-14 09:43:50 -04:00
Feanil Patel
0a582ff1c5 Revert "[BD-6] Upgrade packages [codejail]" 2020-07-13 09:25:21 -04:00
Ubuntu
755d721349 Bump codejail version 2020-07-10 15:15:22 +00:00
Luis Moreno
a96c218553 Use PyPi release of django-ratelimit 2020-07-07 19:19:55 -04:00
Awais Qureshi
137fd0a96e Merge pull request #24126 from eduNEXT/eric/update-social-django-app-dep
[BD-6] Use Pypi release of social-app-django
2020-06-19 16:16:07 +05:00
M. Zulqarnain
db953d89a6 upgrade ora2 to install from PyPI (#24236) 2020-06-19 15:44:36 +05:00
Eric Herrera
249fcad94c Move social-app-django from github to base requirement, since PyPi version is now compatible with the platform. 2020-06-18 18:44:56 -05:00
Farhanah Sheets
6fedb15cc4 Revert "BOM-1703 : Ora2 Upgrade (#24221)"
This reverts commit f3161468a3.
2020-06-15 16:48:12 -04:00
M. Zulqarnain
f3161468a3 BOM-1703 : Ora2 Upgrade (#24221) 2020-06-15 18:44:07 +05:00
Awais Qureshi
4e84d435c1 BOM-1637
rename djang-babel to enmarker
upgrade the reqs
2020-06-09 21:52:54 +05:00
M. Zulqarnain
8c16a93cf6 install lti-consumer-xblock from pypi (#24167) 2020-06-09 02:26:14 +05:00
M. Zulqarnain
185fc3c8e0 update crowdsourcehinter to install from pypi (#24155) 2020-06-08 13:39:20 +05:00