Commit Graph

2216 Commits

Author SHA1 Message Date
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
Qubad786
3e3098074d Unpin edxval from base.in 2018-08-03 12:46:44 +05:00
Jeremy Bowman
defc987a88 TE-2663 Run bok-choy tests in headless Firefox 2018-08-02 11:44:38 -04:00
Nimisha Asthagiri
3ea1f0e17c Update edx-drf-extensions to 1.5.5 2018-08-02 10:23:26 -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
J Eskew
4f8e8f1a23 Merge pull request #18708 from edx/jeskew/django_upgrade_base_in
Upgrade Django to 1.11.15 in base.in as well
2018-08-01 15:08:42 -04:00
Feanil Patel
9f1033dcd2 Merge pull request #18707 from edx/feanil/slightly_upgrade_gunicorn
Update gunicorn slightly.
2018-08-01 15:04:51 -04:00
John Eskew
95364acd9f Upgrade Django to 1.11.15 in base.in as well 2018-08-01 12:49:19 -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
John Eskew
5772506e9d Upgrade Django to 1.11.15 2018-08-01 10:59:13 -04:00
Nimisha Asthagiri
fb30f9a29b Update edx-drf-extensions version 2018-07-31 16:24:19 -04:00
Jeremy Bowman
52d3c68416 TE-2665 Install xblock-utils from PyPI 2018-07-30 09:39:34 -04:00
Nimisha Asthagiri
eac1ce7bfd Asymmetric JWT support 2018-07-30 07:17:08 -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
irfanuddinahmad
1972aa44ae Version bump 2018-07-23 16:58:49 +05:00
Christopher Lee
0616f93b86 Bump edx-ace version 2018-07-20 10:52:55 -04:00
Jeremy Bowman
9bd5f0f3e3 INCR-18 Upgrade django-config-models for Python 3 support 2018-07-13 17:19:17 -04:00
Mushtaq Ali
e7362213b0 Enterprise version bump 2018-07-13 17:06:05 +05:00
Robert Raposa
4312e60269 Merge pull request #18575 from edx/robrap/revert-dot-upgrade
Revert "Upgrade DOT to 1.1.2." - Take 1
2018-07-12 16:45:47 -04:00
Robert Raposa
4d8b9c36ae Revert "Upgrade DOT to 1.1.2."
There was an issue with migrations on sandboxes.

This reverts commit 58f6e92
2018-07-12 14:45:39 -04:00
Feanil Patel
177007ea23 Run make upgrade.
Tornado Changelog: http://www.tornadoweb.org/en/stable/releases/v5.1.0.html
2018-07-12 13:31:21 -04:00
Robert Raposa
c0de877266 Merge pull request #18532 from edx/robrap/upgrade-dot
Upgrade DOT to 1.1.2 and add paver warning.
2018-07-12 12:02:41 -04:00
Mushtaq Ali
42342f2f6f Enterprise version bump 2018-07-12 13:06:15 +05:00
Robert Raposa
58f6e92522 Upgrade DOT to 1.1.2. 2018-07-11 17:36:56 -04:00