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
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
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
defc987a88
TE-2663 Run bok-choy tests in headless Firefox
2018-08-02 11:44:38 -04:00
Qubad786
f3cc03007f
Bump edxval version
2018-08-02 15:16:54 +05:00
Jeremy Bowman
8a558902e0
Merge pull request #18705 from edx/feanil/make_ugprade_and_update_django
...
`Make Upgrade` + Update Django to latest patch version.
2018-08-01 18:41:25 -04:00
Feanil Patel
d5dfbb77aa
Run make upgrade but leave pytest behind for now.
...
There are issues in the newest version that we don't want to pick up yet.
2018-08-01 17:10:10 -04:00
Feanil Patel
634544a686
Update gunicorn slightly.
...
We're quite far behind, let's start by just looking at the treadmill.
2018-08-01 12:11:50 -04:00
Jeremy Bowman
52d3c68416
TE-2665 Install xblock-utils from PyPI
2018-07-30 09:39:34 -04:00
Saleem Latif
3f5c5c0460
Added XAPI to installed apps
2018-07-30 12:49:52 +05:00
Brittney Exline
dee145b0d5
ENT-1125 Upgrade edx-enterprise to 0.71.2
2018-07-27 15:28:52 -04:00
Simon Chen
a5054cff0e
Upgrade recommender xblock to patch the xss risk
2018-07-25 17:04:31 -04:00
Troy Sankey
09f4cd89a2
bump user-util to 0.1.4
...
PLAT-2254
2018-07-24 12:16:06 -04:00
Jeremy Bowman
84dc5c6c2a
Merge pull request #18617 from edx/jmbowman/TE-2635
...
TE-2635 Upgrade bok-choy
2018-07-23 16:13:11 -04:00
Jeremy Bowman
41a49f5f07
TE-2635 Upgrade bok-choy
2018-07-23 15:25:01 -04:00
Kevin Falcone
7460affa2c
Come up to 1.3.4 - management command deletion tweaks
2018-07-23 12:12:56 -04:00