Commit Graph

141 Commits

Author SHA1 Message Date
muhammad-ammar
67e69b9030 use edx-enterprise pkg instead of branch and then do make upgrade 2019-07-16 17:34:21 +05:00
Brittney Exline
2b8cb8cf9b Fixing dependency issues so that make upgrade can run 2019-07-16 17:34:20 +05:00
Matt Hughes
1da56ac768 Add endpoint for history of bulk management operations to LMS
JIRA:EDUCATOR-4367
2019-07-08 13:09:59 -04:00
Dave St.Germain
b4649edf12 Merge pull request #20927 from edx/dcs/repo-pypi
Moved these packages to pypi
2019-07-03 10:41:11 -04:00
Dave St.Germain
5c7ae14e50 Moved these packages to pypi 2019-07-03 09:54:53 -04:00
Feanil Patel
0329f7a2a2 Don't pin Django to a patch version.
Pin to the minor version so that we can get patches via the update
automation.  Since Django is pretty good at SemVer we can rely on these
to be pretty safe and it will speed up our security update process when
Django releases new security patches.
2019-07-01 15:01:21 -04:00
Feanil Patel
b9bb7a4660 Update django version. 2019-07-01 10:50:42 -04:00
Dave St.Germain
f4d65219fb Fixed SGP setting 2019-06-27 16:43:34 -04:00
Feanil Patel
5531edd363 Prevent this from getting accidentally deleted in pip. 2019-06-26 13:34:09 -04:00
Ned Batchelder
aa13a634a6 Merge pull request #20821 from edx/nedbat/drf-yasg
Upgrade djangorestframework and install drf-yasg to get better OpenAPI support
2019-06-25 13:49:13 -04:00
Ned Batchelder
2e9cae46cb Add drf-yasg
* Install drf-yasg

* Add drf-yasg settings and urls

* Pin drf to make drf-yasg work

* Adjust config-models version to be compatible

* Remove django-rest-swagger (the old way)
2019-06-21 17:47:26 -04:00
Feanil Patel
58488d8534 Unpin gunicorn. 2019-06-19 14:48:21 -04:00
Brittney Exline
52d03626e2 Version bump for edx-enterprise 2019-06-17 14:28:05 -06:00
George Babey
c7484125b8 Revert "bump edx-enterprise to version 1.6.8"
This reverts commit 375ccb7bf9.
2019-06-16 17:08:35 -04:00
George Babey
fb0a4220a7 Revert "Version bump for edx-enterprise"
This reverts commit bf88bca776.
2019-06-16 15:22:09 -04:00
Brittney Exline
bf88bca776 Version bump for edx-enterprise 2019-06-14 13:57:01 -06:00
Jeremy Bowman
45e390d0ea Upgrade to edx-opaque-keys 1.0.1 (#20817) 2019-06-14 12:15:44 -04:00
Ned Batchelder
39c7a2db7c Revert "Use drf-yasg for Open API documentation" 2019-06-11 16:05:00 -04:00
Ned Batchelder
5985480409 Add drf-yasg
* Install drf-yasg

* Add drf-yasg settings and urls

* Pin drf to make drf-yasg work

* Adjust config-models version to be compatible

* Remove django-rest-swagger (the old way)
2019-06-10 15:27:38 -04:00
Ned Batchelder
70cd9f35c5 Django 1.11.21 2019-06-03 10:42:35 -04:00
Feanil Patel
012426acd7 Upgrade gunicorn.
Changelog: http://docs.gunicorn.org/en/stable/2016-news.html
2019-05-23 14:38:16 -04:00
Jeremy Bowman
5eac6aa049 Upgrade to django-pipeline 1.6.14 (#20449) 2019-05-07 16:01:37 -04:00
Dave St.Germain
b4ccd03740 This adds a new django app -- edx-when -- that will copy start and due dates to mysql and allow per-learner overrides in the instructor dashboard, using the existing IDDE interface.
It adds a data migration for existing IDDE data.
2019-04-24 12:26:19 -04:00
Matt Hughes
4ae62fff48 Merge pull request #20236 from edx/matthugs/move-pin-for-vendor-proctoring-module
Move pin for vendor proctoring module
2019-04-16 14:51:55 -04:00
Feanil Patel
ca1f08e416 Move from a github dep to a PyPI dependency.
The pinned version is the one tagged with a release that is also on
PyPI.

https://github.com/jazzband/django-pipeline/tree/1.5.3

Use PyPI instead since that will be faster.
2019-04-16 09:00:59 -07:00
Matt Hughes
3afd2b8ff3 Move pin for vendor proctoring module
This has the effect of preventing Open edX installations from having
details which should be in configuration (because they're
edx.org-specific) end up in their applications.
2019-04-16 09:26:41 -04:00
Matt Hughes
4461804dfe Pin proctoring plugin code
We intend for subsequent versions to be reviewed manually before
finding their way into edx-platform proper; this prevents subsequent
releases from finding their way in without human intervention
2019-04-09 10:24:34 -04:00
Jeremy Bowman
46e8955d52 Merge pull request #20079 from edx/cliff/incr-41-upgrade-pdfminer
INCR-41: Replace pdfminer with pdfminer.six
2019-03-28 22:42:46 -07:00
J. Cliff Dyer
66f0677859 INCR-39: Remove django-memcached-hashring 2019-03-28 15:49:19 -07:00
J. Cliff Dyer
95aee94089 INCR-41: Replace pdfminer with pdfminer.six 2019-03-28 15:24:47 -07:00
Cory Lee
ac4845d052 DEPR-14 Remove AWS.py 2019-03-28 10:48:34 -04:00
Jeremy Bowman
4af18655e0 Merge pull request #20039 from edx/jmbowman/TE-2886
TE-2886 Upgrade math/science packages in LMS and Studio
2019-03-22 11:14:05 -04:00
Jeremy Bowman
243f30ec83 TE-2886 Upgrade math/science packages in LMS and Studio 2019-03-22 10:02:36 -04:00
Calen Pennington
b89ce526ca Revert "Batch queries to fetch all courses to prevent over-fetching during paging operations"
This reverts commit 544c7f7eff.
2019-03-21 14:26:00 -04:00
Jeremy Bowman
7144b8ec63 Merge pull request #19911 from edx/jmbowman/TE-2871
TE-2871 Switch to mysqlclient
2019-03-20 14:18:50 -04:00
Calen Pennington
d567724163 Merge pull request #20008 from cpennington/fbe/get-courses-batched
Fbe/get courses batched
2019-03-19 11:53:19 -04:00
Calen Pennington
544c7f7eff Batch queries to fetch all courses to prevent over-fetching during paging operations 2019-03-19 10:30:33 -04:00
singuliere
4b0ccde18d upgrade shapely
Fixes: https://openedx.atlassian.net/browse/INCR-16
2019-03-15 14:59:12 +01:00
Brittney Exline
f1810b2db8 ENT-1555 updating edx-enterprise to introduce system wide roles 2019-03-08 08:41:55 -07:00
Jeremy Bowman
39a28d2586 TE-2871 Switch to mysqlclient 2019-03-01 14:34:13 -05:00
Michael Youngstrom
9631fc2f88 Unpin sortedcontainers for python3 support 2019-02-21 17:27:13 -05:00
Farhanah Sheets
5b38c7e39e Merge pull request #19825 from edx/aehsan/learner-6238/update_deprecated_pygeoip_to_geoip2
update pygeopip to geoip2
2019-02-21 13:02:47 -05:00
adeelehsan
3e2764d9c0 update pygeopip to geoip2
Update deprecated pygeoip
to geoip2 and all usages
of it

Learner-6238
2019-02-21 00:42:05 +05:00
Spriha Jha
f3532fde76 Modifying required dependencies. 2019-02-20 14:35:35 -05:00
Julia Eskew
44ca4d48ae Update Django version to 1.11.20 2019-02-11 11:08:56 -05:00
singuliere
d00cb9bda8 INCR-40 use ipaddress instead of ipaddr 2019-02-09 13:10:06 +01:00
Jeremy Bowman
b162414e8c DEPR-9 Remove dependency on dogapi 2019-02-01 17:25:42 -05:00
Michael Youngstrom
3bb44a540f Upgrade pycountry for python3 2019-02-01 10:24:12 -05:00
Christie Rice
99686e4942 INCR-13 Unpin pygraphviz and run make upgrade 2019-01-31 14:37:37 -05:00
Michael Youngstrom
a090d4b7a3 Merge pull request #19697 from edx/youngstrom/incr
INCR-19: Move to python3-saml
2019-01-31 09:30:46 -05:00