edX requirements bot
257bb71734
Python Requirements Update ( #23806 )
2020-04-24 12:40:46 -04:00
Matt Drayer
66cfecbd46
Upgrade edx-enterprise to 3.1.3
2020-04-23 09:33:59 -04:00
edX requirements bot
fa511f6f29
Updating Python Requirements ( #23782 )
2020-04-22 13:49:12 +00:00
Michael Terry
41629c5bac
requirements: bump edx-when to 1.2.1
...
This adds a missing migration file to change the plural name of a
model.
2020-04-21 13:37:25 -04:00
edX requirements bot
4f7de2c5f7
Updating Python Requirements ( #23772 )
2020-04-21 16:59:50 +00:00
Saad Yousaf
9b469f6d03
Merge pull request #23769 from edx/saad/PROD-1440-update-done-xblock
...
[PROD-1440] - Update Done xblock to latest version.
2020-04-21 16:33:27 +05:00
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
SaadYousaf
5236116db1
update Done xblock to latest version.
2020-04-20 18:02:58 +05: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
cb0e6f2a4b
upgrade edx-enterprise ( #23734 )
...
ARCHBOM-1105
2020-04-16 08:51:56 -04:00
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
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
Calen Pennington
c8fcab315e
Revert "Upgrade edx-when to read XBlock dates out of the read-replica"
2020-03-24 16:30:50 -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