arbisoft
dbd66707e2
https://openedx.atlassian.net/browse/BOM-68
...
Upgrade the django-wiki version.
2019-07-25 14:29:57 +05:00
Muhammad Ammar
d7e5863714
Enterprise version bump
2019-07-24 14:21:49 +00:00
muhammad-ammar
3b1a35ee39
upgrade edx-enterprise and edx-rbac
2019-07-24 13:35:04 +05:00
Douglas Hall
fbc2c3899e
Upgrade edx-enterprise to 1.8.2. ( #21195 )
2019-07-23 16:27:14 -04:00
Dave St.Germain
85b24624ce
Make upgrade
2019-07-23 14:28:19 -04:00
Ned Batchelder
83f66af978
Merge pull request #21138 from edx/nedbat/master-wtw
...
Who-tests-what, rebased onto master, with make upgrade
2019-07-23 11:48:47 -04:00
Ned Batchelder
2234aeb1ab
Coverage et al that support who-tests-what
2019-07-22 16:24:55 -04:00
Matt Hughes
7dbf400393
Bump super-csv version
...
JIRA:EDUCATOR-4435
2019-07-22 14:54:45 -04:00
Ned Batchelder
1ec0486553
Pin pip-tools because of bugs
2019-07-19 13:59:43 -04:00
Dave St.Germain
e56f90a767
Make upgrade
2019-07-17 15:01:43 -04:00
Feanil Patel
287b5166b6
Limit ruamel.ordereddict to python 2.7. ( #21142 )
2019-07-16 14:41:12 -04:00
muhammad-ammar
cee2359141
pin edx-search==1.2.2
2019-07-16 19:06:19 +05:00
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
Michael Roytman
86eb5069e0
update edx-proctoring package version to 2.0.6
2019-07-15 10:42:39 -04:00
Muhammad Ammar
2cefd88776
Merge pull request #21091 from edx/ammar/upgrade-edx-enterprise
...
upgrade edx-enterprise
2019-07-12 12:51:59 +05:00
muhammad-ammar
5ce289f538
upgrade edx-enterprise
2019-07-11 19:38:15 +05:00
Dave St.Germain
b3f7e31388
Bump proctoring to fix bug
2019-07-11 10:07:28 -04:00
Zia Fazal
98bfd092ce
Bumped edx-enterprise version
2019-07-09 11:47:37 +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
edX requirements bot
7fb4367b5b
Updating Python Requirements ( #20941 )
2019-07-03 13:21:27 -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
b0fcf3c4fa
Merge pull request #20934 from edx/jenkins/upgrade-python-requirements-17975d0
...
Python Requirements Update
2019-07-02 10:51:12 -04:00
Feanil Patel
269093c80a
Merge pull request #20932 from edx/feanil/pin_to_minor_instead_of_exact_patch
...
Don't pin Django to a patch version.
2019-07-02 09:38:29 -04:00
edX requirements bot
c348ebefea
Updating Python Requirements
2019-07-02 06:47:13 -04:00
Feanil Patel
644bb41b87
Update the version of matplotlib running in sandboxes.
...
Changelog can be found here: https://matplotlib.org/1.5.3/users/whats_new.html
This version fixes the odd setup.py in matplotlib that tries to install
numpy as a part of matplotlib setup.py execution.
Looking at the changelog I don't see any incompatibility issues just bug
fixes and feature additions.
2019-07-01 15:20:55 -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
edX requirements bot
d4f0bcc570
Updating Python Requirements
2019-06-30 06:49:05 -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
edX requirements bot
77e6112b84
Updating Python Requirements
2019-06-26 06:50:35 -04:00
Feanil Patel
de20d7414c
Merge pull request #20400 from stvstnfrd/split-core/chem
...
Split common/lib/chem into separate repository
2019-06-25 14:45:35 -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
Feanil Patel
72f258b7c1
Merge pull request #20855 from edx/feanil/unpin_gunicorn
...
Unpin gunicorn.
2019-06-25 13:44:28 -04:00
Adeel Khan
298d3554fe
Fix templates for XSS code injection via translations
...
This would patch all templates (django/mako)
for a possible XSS code injection via
translation files by html escaping them..
LEARNER-4632
2019-06-25 14:22:42 +05:00
Ned Batchelder
e0c4205b45
make upgrade
2019-06-21 17:56:55 -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
stv
0e951950de
Install openedx-chem package from Github
...
instead of localhost
2019-06-21 11:49:26 -07:00
Stu Young
16fcf22a7c
bump code annotations ( #20869 )
2019-06-21 13:56:49 -04:00
edX requirements bot
a8310f34c7
Updating Python Requirements ( #20860 )
2019-06-20 11:29:46 -04:00
Feanil Patel
58488d8534
Unpin gunicorn.
2019-06-19 14:48:21 -04:00
edX requirements bot
e596499c3e
Updating Python Requirements
2019-06-19 06:48:23 -04:00
Bessie Steinberg
bb2ba6e2a3
Bump edx-enterprise to 1.6.15
2019-06-18 15:14:05 -04:00
Brittney Exline
52d03626e2
Version bump for edx-enterprise
2019-06-17 14:28:05 -06:00
edX requirements bot
f56e2af599
Updating Python Requirements ( #20834 )
2019-06-17 11:48:57 -04: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