Commit Graph

3005 Commits

Author SHA1 Message Date
George Babey
5d62456250 Merge pull request #23671 from open-craft/jill/samesite-cookies
SE-2320 Adds django-cookies-sameseite middleware
2020-04-20 13:15:26 -04:00
HammadAhmadWaqas
11893ad69e refactored imports from edx-django-utils 2020-04-20 12:11:28 +05:00
Tim McCormack
5590879549 Unpin django-model-utils and mysqlclient (#23733)
These were pinned because they drop support for Django<2.2 (or were
planning on it, in the latter case.)

No related changes in computed requirements.
2020-04-17 12:29:35 +00:00
Robert Raposa
4ab436f405 constrain pip-tools<5.0.0 (#23740)
See ARCHBOM-1141 for details.  Effort required to upgrade pip.

ARCHBOM-1141:
2020-04-16 13:29:58 -04:00
Robert Raposa
cb0e6f2a4b upgrade edx-enterprise (#23734)
ARCHBOM-1105
2020-04-16 08:51:56 -04:00
Jillian Vogel
31232743ea Updates comment to indicate that we need this until Django 3.0.5 2020-04-16 13:58:17 +09:30
Tim McCormack
e25723b2de Unblock make-upgrade by unpinning python3-saml (#23730) 2020-04-16 00:18:23 +00:00
David Joy
b45607dc68 Upgrade xblock-drag-and-drop-v2 to 2.2.10
TNL-7184
2020-04-15 14:01:41 -04:00
Feanil Patel
a0fb27979e Merge pull request #23692 from edx/jmbowman/ARCHBOM-1103
Upgrade to Django 2.2
2020-04-13 09:23:53 -04:00
Jillian Vogel
bb85420e91 Adds django-cookies-sameseite middleware
and settings to set SameSite=None for all secure cookies.
2020-04-13 17:14:07 +09:30
Jeff Chaves
780ad4ed3e bumping enterprise version to 3.0.14 (#23694) 2020-04-10 18:03:21 -04:00
Jeremy Bowman
1c91e8a15a Upgrade to Django 2.2 2020-04-10 15:25:49 -04:00
Adam Stankiewicz
36dd8b8029 bump edx-enterprise version to 3.0.13 2020-04-10 12:25:10 -04:00
edX requirements bot
c611fac404 Updating Python Requirements (#23684) 2020-04-10 07:54:24 -04:00
Jeff Chaves
534547c24f bumping edx-enterprise version to 3.0.10 (#23681) 2020-04-09 13:15:38 -04:00
Brandon Baker
aed6256830 Update edx-enterprise to 3.0.9 (#23668)
This update pulls in transitioning various contains content calls to
use the new enterprise catalog service behind a waffle flag.

ENT-2575
2020-04-09 08:19:01 -04:00
Syed Muhammad Dawoud Sheraz Ali
78aec0513d update edxval (#23662) 2020-04-08 17:47:37 +05:00
edX requirements bot
1e28719c41 Updating Python Requirements (#23661) 2020-04-08 12:22:19 +00:00
Matt Drayer
c469ac46d9 Upgrade edx-enterprise to 3.0.7 2020-04-07 13:06:53 -04:00
irfanuddinahmad
5301be1b29 ENT-2612 Fix issue with enterprise selection page redirect 2020-04-07 17:44:10 +05:00
Jeremy Bowman
3309078242 Prepare for django-oauth-toolkit 1.3.2 upgrade (#23637)
Prepare to upgrade to django-oauth-toolkit (module name oauth2_provider) 1.3.2 concurrently with the Django 2.2 upgrade (versions after 1.1.3 dropped support for Django 1.11). Key points:

* We can stop using a commit hash since versions 1.3.0 through 1.3.2 have been released since that commit.
* The validator in oauth_dispatch migration 0002 has been removed from DOT, but the whole table was removed in migration 0004 anyway. Newer DOT versions moved where redirect URI validation happens so it's no longer needed here.
* DOT 1.3.0 squashed its original 6 migrations and immediately deleted them. This required some changes in oauth_dispatch migrations 0006 and 0007 to deal with either numbering system.

When deploying to stage and production, we'll need to delete the history for oauth2_provider migrations 0002-0006 first (the new squashed 0001 migration has the same name as the original 0001). The deployment with DOT 1.3.2 will add a new 0002 migration which should then apply cleanly on the existing database state.

Should resolve https://openedx.atlassian.net/browse/BOM-1456 .
2020-04-06 19:10:19 -04:00
Manjinder Singh
c94beec16b Ran make upgrade with new contraints (#23609)
This adds contraints to:
kiwisolver: next release only works with python>=3.6

The was run to upgrade:
django-splash
django-wiki
edx-search
The previous versions were constraining django below 2.0.

Co-authored-by: Robert Raposa <rraposa@edx.org>
2020-04-06 09:20:04 -04:00
Ahtisham Shahid
67c8e9b881 Merge pull request #23594 from edx/ahtisham/PROD-1388
Updated versions of fixed packages
2020-04-06 17:35:51 +05:00
Michael Terry
5deb18eab1 Upgrade edx-when to 1.2.0
This adds django admin access to its models.

AA-93
2020-04-03 09:12:00 -04:00
Ahtisham Shahid
40c83b49fb conflicts resolved
removed extra dependency
2020-04-03 16:22:24 +05:00
Ahtisham Shahid
46f792f598 updated xblock-poll version 2020-04-03 13:53:21 +05:00
edX requirements bot
2698257954 Updating Python Requirements (#23578) 2020-04-02 07:36:20 -04:00
Syed Muhammad Dawoud Sheraz Ali
cd6549748b add credentials saving in VAL (#23561) 2020-04-02 11:21:09 +05:00
Jansen Kantor
18c5333a68 bump submission and ora versions (#23575) 2020-04-01 19:14:47 -04:00
Nimisha Asthagiri
28f65effd2 Update edx-ora2 and edx-celeryutils to upgrade django-model-utils 2020-04-01 17:46:22 -04:00
Nimisha Asthagiri
147189478f Django2: Update django-model-utils
Update this library in order to get the Django2 fix in https://github.com/jazzband/django-model-utils/pull/335
2020-04-01 17:43:52 -04:00
Jeremy Bowman
9ef0aa4880 Downgrade to pytest-django 3.8.0 for now (#23566)
We'll upgrade this again along with pytest once pytest-dev/pytest#6925 is resolved.

Also, it looks like a flaky error in test class DB setup outside a transaction was mucking things up for the rest of the test shard. I didn't try to fix the flakiness, but this should at least limit the blast radius to just that test class. We really need to start using setUpTestData() more consistently.
2020-04-01 14:17:27 -04:00
Ahtisham Shahid
3c35f21da2 Merge pull request #23545 from edx/ahtisham/PROD-1376
Updated ORA2 version
2020-04-01 19:00:25 +05:00
Ahtisham Shahid
714f22e735 Updated ora version
fixed tag issue
2020-04-01 12:04:50 +05:00
Calen Pennington
7d8a715b32 Upgrade edx-when 2020-03-31 13:52:04 -04:00
David Ormsbee
ab15d37655 Bump edx-when to 1.1.4 (perf fix) 2020-03-30 15:18:05 -04:00
Tim McCormack
2e059513d1 Downgrade pytest to 5.3.5 for now to avoid reporting bug (#23533) 2020-03-30 18:57:55 +00:00
atesker
c4914bc2b3 EDUCATOR-4979. Bump ora2 verstion to 2.6.22 2020-03-30 14:05:49 -04:00
Brandon Baker
824067bf3f Upgrade edx-enterprise to 3.0.3 (#23515)
Upgrade uses renamed enterprise catalog endpoints
2020-03-27 11:14:40 -04:00
Syed Muhammad Dawoud Sheraz Ali
0f125e7bc3 update val (#23510) 2020-03-27 12:38:19 +05:00
David Ormsbee
1e8b6d5a00 Make upgrade to get the latest edx-when (1.1.3)
Also pinned httpretty < 1.0 because that upgrade broke many tests.
2020-03-26 12:06:27 -04:00
Calen Pennington
61c1909b6c Unpin edx-when 2020-03-25 15:16:06 -04:00
Calen Pennington
5551ef08bf Revert "Revert "Upgrade edx-when to read XBlock dates out of the read-replica"" 2020-03-25 14:29:48 -04:00
Jason Myatt
78c59cdad7 Temporarily pin edx-when version 2020-03-25 11:58:15 -04:00
Calen Pennington
c8fcab315e Revert "Upgrade edx-when to read XBlock dates out of the read-replica" 2020-03-24 16:30:50 -04:00
Usama Sadiq
3c563e072d BOM-1404 Updated tox settings (#23439)
Issue: https://openedx.atlassian.net/browse/BOM-1404

* Fixed Django 2.x installation process in tox
* Updated xdist worker Django installation code
* Use correct tox environment variable name

Co-authored-by: Jeremy Bowman <jbowman@edx.org>
2020-03-24 15:06:47 -04:00
Calen Pennington
246ad6c906 Upgrade edx-when to read XBlock dates out of the read-replica 2020-03-24 13:56:43 -04:00
Calen Pennington
576b0ec833 Upgrade edx-when and edx-django-utils for better database usage 2020-03-24 11:47:50 -04:00
edX requirements bot
739ff72018 Updating Python Requirements (#23480) 2020-03-24 08:27:28 -04:00
Alex Dusenbery
cb0ccdf242 Upgrade to ORA 2.6.21 | Reverts CSS change that may have caused PROD-1390. 2020-03-23 19:50:49 -04:00