Douglas Hall
61319bf2c0
Install the CSRF app included in edx-drf-extensions.
2018-10-10 11:19:23 -04:00
Saleem Latif
f3664d4d3e
edx-enterprise version upgrade to 0.73.6
2018-10-04 12:38:08 +05:00
Ahsan Ulhaq
ee7555e85f
update usage of SessionAuthenticationAllowInactiveUser
...
LEARNER-6469
2018-10-01 17:52:52 +05:00
Qubad786
318937552a
Update VAL version and thumbnails scrapper job in accordance with val api
2018-09-25 20:12:10 +05:00
Nimisha Asthagiri
b7deedfb36
Refactor Login Cookies
2018-09-25 09:12:08 -04:00
Shadi Naif
b2c9240a8e
Upgrade the django-ipware package from the old 1.1.0 version to the latest version that supports Python 3
...
(version 2.1.0 as of this commit)
This PR is intended to close INCR-7 issue ( see https://openedx.atlassian.net/browse/INCR-7 )
2018-09-21 18:14:14 +03:00
Shadi Naif
09e36b9784
Upgrade the edx-django-oauth2-provider package to the latest version that supports Python3
...
(version 1.3.4 as of this commit)
This commit is intended to close INCR-8 issue (see https://openedx.atlassian.net/browse/INCR-8 )
2018-09-20 12:59:11 +03:00
J. Cliff Dyer
1f45a7e934
Fix query counts on completion tests and update requirements.
...
Update requirements
2018-09-19 11:16:12 -04:00
Kevin Falcone
4e8b179ac2
Merge pull request #18651 from edx/robrap/ARCH-180-dot-upgrade-all-steps
...
ARCH-180: Upgrade DOT to 1.1.2
2018-09-17 16:00:20 -04:00
Zubair Afzal
522028b0da
Merge pull request #18946 from edx/iahmad/ENT-1197-Version-bump-for-edx-enterprise
...
Version bumped for edx-enterprise to 0-73-3
2018-09-14 21:12:17 +05:00
irfanuddinahmad
c06bab6e55
Version bumped for edx-enterprise to 0-73-3
2018-09-14 19:08:12 +05:00
Qubad786
a457c7c81a
bump val
2018-09-14 19:06:40 +05:00
Ned Batchelder
b30e46a2e3
Merge pull request #18880 from edx/nedbat/coverage-parallel-everywhere
...
Make coverage parallel everywhere
2018-09-13 21:44:17 -04:00
Robert Raposa
c7800acaa0
Restore "Upgrade DOT to 1.1.2."
...
This upgrades DOT by reverting the revert.
This reverts commit 4d8b9c3
ARCH-180
2018-09-13 09:54:30 -04:00
Farhanah Sheets
fa9c4ca31d
Merge pull request #18910 from edx/fsheets/recommender-3
...
Bump RecommenderXBlock version
2018-09-11 10:25:33 -04:00
Saleem Latif
d8f11c8627
Version bump for edx-enterprise. This version contains a fix for enterprise customer admin screen 500 error.
2018-09-11 17:58:19 +05:00
Farhanah Sheets
1fcf2a0bd7
Bump RecommenderXBlock version
2018-09-10 15:59:09 -04:00
Ned Batchelder
f51cfc1a88
Explain the pytest-cov pin
2018-09-10 11:30:06 -04:00
shadinaif
80039ab028
This is to upgrade the ddt package from the old 0.8.0 version to the latest version that supports Python3
...
(version 1.2.0 as of this commit)
This commit is intended to close INCR-6 issue (see https://openedx.atlassian.net/browse/INCR-6 )
2018-09-10 11:33:05 +03:00
Robert Raposa
ba4cc62ff8
Retire deprecated RequestCache (Take 2)
...
ARCH-223
2018-09-08 15:09:28 -04:00
Jeremy Bowman
62a08a0e27
Merge pull request #18860 from mitodl/pdpinch/bump-edx-sga
...
bump edx-sga to 0.8.3
2018-09-06 09:08:36 +00:00
edx-pipeline-bot
ba2f1ca272
Merge pull request #18881 from edx/private_to_public_06d4044
...
Mergeback PR from private to public.
2018-09-04 17:04:36 -04:00
Farhanah Sheets
06d4044696
Merge pull request #145 from edx/fsheets/EDUCATOR-3346
...
Update recommender-xblock version number
2018-09-04 16:15:35 -04:00
Qubad786
7f91655878
Update VAL release tag
2018-09-04 19:07:03 +05:00
irfanuddinahmad
527edc5c45
Add video thumbnails management command to scrape youtube thumbnails and update them in edxval
2018-09-04 19:07:03 +05:00
Kevin Falcone
079c8801fb
Migrations are run on machines without development requirements
...
We added a migration to a ManyToMany key in both directions and that had
to be done with RunSQL which requires sqlparse
https://docs.djangoproject.com/en/1.11/ref/migration-operations/#runsql
2018-08-30 20:42:58 -04:00
Peter Pinch
bba13c9fbb
bump edx-sga to 0.8.3
2018-08-30 14:28:56 -04:00
rabiaiftikhar
72cba77bbb
EDUCATOR-3030 donot submit completion for grader's response while updating problem score.
2018-08-29 16:04:28 +05:00
Bryan Le
9897f766ed
pyliner upgrade excluding package-lock.json
2018-08-24 14:38:37 -04:00
Brittney Exline
2b002caaf9
ENT-1177 Upgrade edx-enterprise to 0.73.0
2018-08-24 13:08:34 -04:00
Farhanah Sheets
9df620ad2b
Update recommender-xblock version
2018-08-22 14:36:42 -04:00
irfanuddinahmad
730076d86a
version bump for edx-enterprise
2018-08-20 18:31:56 +05:00
Saleem Latif
9d1e6971a4
Merge pull request #18802 from edx/saleem-latif/ENT-876
...
ENT-876: edx-enterprise version upgrade to 0.72.6
2018-08-20 17:01:43 +05:00
Robert Raposa
99c9eb7343
Migrate to edx-django-utils monitoring.
...
ARCH-220
2018-08-17 15:39:04 -04:00
Saleem Latif
7282af9977
edx-enterprise version upgrade to 0.72.6
2018-08-17 17:04:22 +05:00
Brian Mesick
de00636703
Merge pull request #18749 from edx/bmedx/PLAT-2278_upgrade_user_util
...
Upgrade user-util to 0.1.5
2018-08-15 11:59:45 -04:00
bmedx
f207fabfc4
Upgrade user-util to 0.1.5
2018-08-15 10:40:53 -04:00
Jeremy Bowman
fda571fedb
TE-2526 Remove dependency on needle and nose
2018-08-13 16:21:47 -04:00
Robert Raposa
204eac003d
Add metrics for requests.
...
ARCH-193
2018-08-13 10:00:57 -04:00
mduboseedx
48bcea342b
Merge pull request #18772 from edx/mduboseedx/upgrade_reportlab
...
upgrade reportlab and pillow
2018-08-10 15:48:10 -04:00
Matthew DuBose
4ec9831014
upgrade reportlab and pillow
2018-08-10 12:55:55 -04:00
Feanil Patel
b3ff26a795
Merge pull request #18768 from edx/release-mergeback-to-master
...
Merge release back to master
2018-08-09 16:49:36 -04:00
Matt Drayer
59b22d5b62
mattdrayer/ENT-1149: Bump edx-enterprise to 0.72.5
2018-08-09 12:57:40 -04:00
Feanil Patel
b90a9c1735
Further downgrade gunicorn.
...
18.0 seems to be doing a different thing with REMOTE_ADDR.
Putting this back to the last working version in production.
2018-08-09 11:04:05 -04:00
Brian Beggs
b834daa1bb
Set user-util to 0.1.4
2018-08-08 17:52:50 -04:00
Feanil Patel
056488a97a
Downgrade gunicorn and run make upgrade
...
There is a breaking change in gunicorn 19 which changes
the behavior of the `REMOTE_ADDR` request meta info. It
no longer correctly passes through the value of X-Forwarded-For
if that header is present.
This resulted in making anything that looked at this attribute
think that all requests were coming from 127.0.0.1
This broke the django-ratelimit-backend library which relies on
this feature to determine if a user has had too many login attempts.
2018-08-08 16:32:11 -04:00
Brittney Exline
525ffb5c76
ENT-1135 Upgrade edx-enterprise to 0.72.4
2018-08-08 11:25:59 -04:00
Feanil Patel
26e7c82c5f
Move pin of gunicorn to 2015 and run make upgrade
...
Gunicorn Change Log: http://docs.gunicorn.org/en/stable/2015-news.html
2018-08-07 18:03:07 -04:00
Douglas Hall
6e9d71f44c
Upgrade edx-drf-extensions to 1.6.1.
2018-08-07 15:19:20 -04:00
Jeremy Bowman
b386198a48
Merge pull request #18717 from edx/jmbowman/TE-2663
...
TE-2663 Run bok-choy tests in headless Firefox
2018-08-06 12:45:59 -04:00