Commit Graph

3684 Commits

Author SHA1 Message Date
Alex Dusenbery
4098902c7a In SystemWideEnterpriseUserRoleAssignment, Use either applies_to_all_contexts or enterprise_customer
if they are True or non-null, respectively, in determining the result of get_context(),
but continue to return list of all linked enterprise customer UUIDs if not, (which is the current behavior).
This is a small step on our journey to explicitly defining user-role assignments.
2021-02-01 09:24:01 -05:00
Régis Behmo
d89868b56b fix: "Invalid type for parameter ContentType" error on js upload (#25957)
We are affected by this issue:
https://github.com/jazzband/django-pipeline/pull/297#issuecomment-264416094

In particular, this occurs when trying to upload js assets to s3, such
as with the Scorm xblock:
https://github.com/overhangio/openedx-scorm-xblock/issues/16

This issue is resolved by upgrading django-pipeline to 2.0.3+, as the
fix was introduced here:
https://github.com/jazzband/django-pipeline/pull/715
2021-02-01 09:08:54 -05:00
usamasadiq
842c8cfa80 Update tox to remove python35 2021-02-01 16:25:19 +05:00
edX requirements bot
4666697db8 Updating Python Requirements 2021-01-31 23:55:19 -05:00
alangsto
e1441f9699 updated edx-proctoring version (#26250) 2021-01-29 10:01:32 -05:00
M. Zulqarnain
550691f0ac Revert "Unpin python-dateutil (#26171)"
This reverts commit 0b32f0a3ec.
2021-01-29 17:51:18 +05:00
M. Zulqarnain
0b32f0a3ec Unpin python-dateutil (#26171) 2021-01-29 16:10:40 +05:00
edX requirements bot
69f939097b Updating Python Requirements 2021-01-28 23:45:57 -05:00
Alex Dusenbery
27790141f3 Upgrade edx-enterprise to 3.17.14 | Add enterprise_customer field to the SystemWideEnterpriseUserRoleAssignment model, and updates Django Admin definitions around same. 2021-01-28 14:01:44 -05:00
Kyle McCormick
13bbab895e Bump django-config-models to 2.1.1 (#26219)
Pulls in a fix for a deprecated import of
`util.memcache.safe_key`.
2021-01-28 13:52:31 -05:00
alangsto
7a2299a2c3 upgrade edx-proctoring version (#26222) 2021-01-28 13:12:14 -05:00
edX requirements bot
9d66db0b5d Updating Python Requirements (#26204) 2021-01-28 12:57:37 +05:00
Alex Dusenbery
86e74bef1f Upgrade edx-enterprise to 3.17.12 | Conditionally allows the deletion of individual EnterpriseCourseEnrollment and related LicensedEnterpriseCourseEnrollment records via the Django Admin site, so that site admins can manually delete enterprise enrollments that were created in error.
This is only allowed if a Django settings feature flag is set to True.
2021-01-27 15:15:00 -05:00
alangsto
68706bd5df upgrade proctoring version (#26189) 2021-01-27 08:39:40 -05:00
edX requirements bot
761e470b30 Updating Python Requirements (#26184) 2021-01-27 12:32:20 +05:00
alangsto
a2a1998d26 update proctoring version (#26181) 2021-01-26 18:41:24 -05:00
alangsto
ad5aa6cd7a downgrade proctoring version (#26178) 2021-01-26 16:20:12 -05:00
alangsto
7f8cb8e616 Updated proctoring version (#26173) 2021-01-26 11:41:56 -05:00
edX requirements bot
19b531596d Updating Python Requirements 2021-01-25 23:55:14 -05:00
Michael Roytman
fd22dec067 update version of edx-proctoring library to 2.6.1 2021-01-25 13:23:50 -05:00
Bianca Severino
c95dc59356 Add function to InstructorService to retrieve proctoring_escalation_email 2021-01-25 10:05:27 -05:00
Alex Dusenbery
135e9acf5f Update edx-enterprise to 3.17.11 and edx-rbac to 1.4.1; Adds an optional applies_to_all_contexts field to the SystemWideRoleAssignment model. 2021-01-25 09:51:48 -05:00
Régis Behmo
f140cc0f15 Enable annotation linting with edx-lint
We upgrade edx-lint to use the latest feature toggle and annotation custom
linter. Note that we do not yet make use of code annotation linting, typically
run with `code_annotations --lint ...`.

Note that we also fix new linting errors detected by the new checkers.
2021-01-25 10:31:24 +01:00
edX requirements bot
5411debbe0 Updating Python Requirements 2021-01-21 23:46:23 -05:00
Michael Roytman
d69bf444f3 update version of edx-proctoring library to 2.5.13 2021-01-21 12:18:39 -05:00
M. Zulqarnain
bfabc1ff41 BOM-2233 : Upgrade social-auth-core to > 4.0 (#26055)
* Upgrade social-auth-core

* Fixing a test.

Co-authored-by: Usama Sadiq <usama.sadiq@arbisoft.com>
Co-authored-by: Awais Qureshi <awais.qureshi@arbisoft.com>
2021-01-21 12:54:26 +05:00
edX requirements bot
8b56aaf2af Updating Python Requirements (#26125) 2021-01-21 12:40:50 +05:00
Bianca Severino
ff884e8b2c Merge pull request #26123 from edx/bseverino/proctoring-2.5.12
Update edx-proctoring to 2.5.12
2021-01-20 14:09:53 -05:00
stvn
5170fa5a58 Merge PR #26124 open-craft/kshitij/lti-xblock-upgrade
* Commits:
  Bump version of lti-consumer-xblock to include fixed migrations
2021-01-20 11:06:33 -08:00
Bianca Severino
17c21d007c Update edx-proctoring to 2.5.12 2021-01-20 12:34:43 -05:00
Kshitij Sobti
b502889b6d Bump version of lti-consumer-xblock to include fixed migrations from https://github.com/edx/xblock-lti-consumer/pull/136 2021-01-20 23:02:46 +05:30
Nathan Sprenkle
117a940db8 Upgrade staff-graded-xblock to 1.5 (#26122) 2021-01-20 12:06:43 -05:00
Sarina Canelake
57ff417f23 Merge pull request #25910 from open-craft/kshitij/lti-tab
[BD-03] [TNL-7805] [BB-3371] LTI Discussion Tab
2021-01-20 09:38:54 -05:00
Kshitij Sobti
f54b3fdf12 Update dependencies to include lti-consumer-xblock 2021-01-20 16:26:22 +05:30
HammadAhmadWaqas
222b5299b4 edx-enterprise version bump. 2021-01-20 15:37:38 +05:00
edX requirements bot
e312e403f7 Updating Python Requirements 2021-01-19 23:55:09 -05:00
Matt Hughes
1683d12819 Register ProctoredExam model for django admin
This will help us flip mysterious cases where proctored exams are
marked inactive.

JIRA:MST-609
2021-01-19 16:40:40 -05:00
Kyle McCormick
0fadd66d3f Upgrade xblock-poll from 1.10.0 to 1.10.2 (#26102)
Pulls in:
* Translation corrections (1.10.1)
* Fix deprecated import, which is soon to be unsupported (1.10.2)
2021-01-19 15:46:15 -05:00
Kyle McCormick
03f023c6d7 Bump edx-enterprise from 3.17.7 to 3.17.9 (#26084)
Pulls in:
* Degreed API endpoints (3.17.8)
* Fix deprecated third_party_auth import (3.17.9)
2021-01-19 11:06:37 -05:00
Usama Sadiq
5458b30565 Merge pull request #26069 from edx/usamasadiq/upgrade-markdown-package
remove markdown constraint
2021-01-19 19:47:41 +05:00
edX requirements bot
f795105e41 Updating Python Requirements 2021-01-18 23:56:23 -05:00
edX requirements bot
985e4d80df Updating Python Requirements 2021-01-18 19:20:37 +05:00
usamasadiq
b8eee0b9d8 remove markdown constraint
Use django-wiki version 1.0.0
Pin python3-saml<1.10.0
2021-01-18 19:18:04 +05:00
Awais Qureshi
4f24ed7453 Adding a common_constraints.txt 2021-01-18 15:52:41 +05:00
Awais Qureshi
cb864c2606 Adding a common_constraints.txt 2021-01-18 13:57:29 +05:00
Michael Terry
225220014c Merge pull request #26086 from edx/mikix/when-1.3.2
Bump edx-when to 1.3.2 (silences a warning)
2021-01-15 11:28:32 -05:00
Michael Terry
521c5f5045 Bump edx-when to 1.3.2 (silences a warning) 2021-01-15 10:38:22 -05:00
alangsto
5894d63ebe updated edx proctoring version (#26083) 2021-01-15 10:25:02 -05:00
alangsto
b11fdd7d14 updated edx-proctoring version (#26063) 2021-01-15 08:52:35 -05:00
Zaman Afzal
f96e31f455 ENT-3709 Update edx requirements (#26071) 2021-01-14 17:43:25 +05:00