Commit Graph

3684 Commits

Author SHA1 Message Date
edX requirements bot
75460058e7 Updating Python Requirements (#27035) 2021-03-17 12:51:04 +05:00
Alex Dusenbery
6a868108c2 fix: enterprise 3.18.6 | The update_role_assignments_with_customers command no longer updates records. It only creates new records, which helps de-risk the operation. 2021-03-16 12:49:09 -04:00
Zachary Hancock
c99a990b83 update edx-proctoring to 3.7.12 (#27026) 2021-03-16 10:36:25 -04:00
Binod Pant
7fb068a09d fix: upgrade enterprise for ENT-3954 (#27025) 2021-03-16 10:32:05 -04:00
edX requirements bot
3decc70c47 Updating Python Requirements (#27019) 2021-03-16 14:11:32 +05:00
Michael Terry
dda3591b06 fix: bump edx-ace to 1.0.1 to fix braze email styling 2021-03-15 10:49:48 -04:00
Alex Dusenbery
854015d18e fix: The update_role_assignments_with_customers command no longer deletes open assignments.
Allowing it to do so left us prone to error when an explicit enterprise_customer_uuid arg is provided.
We should modify this command in the future to perform deletions of open assignments as its only action,
and it should only be invoked this way after we have verified that all
backfilled enterprise_customer fields on the assignments have been set correctly.
enterprise version 3.18.4
2021-03-15 10:13:52 -04:00
edX requirements bot
a6528c69d8 Updating Python Requirements (#26997) 2021-03-15 12:10:55 +05:00
Michael Terry
c697acec2b Merge pull request #26927 from edx/mikix/ace-braze
feat: update to edx-ace 1.0.0
2021-03-12 11:05:30 -05:00
Michael Terry
570a869bd3 feat: update to edx-ace 1.0.0
The new version switches how you specify recipients, to use
lms_user_id instead of usernames.

AA-489
2021-03-12 10:25:54 -05:00
Alex Dusenbery
bf577ee891 fix: enterprise 3.18.3 | Adds the catalog admin role to roles_api.roles_by_name(). 2021-03-11 15:54:03 -05:00
edX requirements bot
6a8d820d60 Updating Python Requirements (#26946) 2021-03-11 12:43:46 +05:00
Awais Jibran
aad29c17f9 Updated drag and drop version (#26934) 2021-03-10 19:46:58 +05:00
Zachary Hancock
88f0aa5e0c update edx-proctoring to 3.7.9 (#26926) 2021-03-10 08:54:02 -05:00
nadeemshahzad
15d32811e5 pin diff-cover to fix tests on ubuntu 20.04 2021-03-09 16:22:28 +00:00
Ahtisham Shahid
60ef705944 Updated drag and drop version (#26919)
Updated drag and drop version
2021-03-09 19:23:00 +05:00
edX requirements bot
b648b0ad43 Updating Python Requirements (#26907) 2021-03-09 12:14:50 +05:00
Alex Dusenbery
1a0bfc2a07 feat: Upgrade edx-enterprise to 3.17.48 | Adds a mgmt command to update all SystemWideEnterpriseUserRoleAssignment records in a way that makes them more explicitly defined. ENT-4099. 2021-03-08 15:05:18 -05:00
Bianca Severino
171d933778 Upgrade edx-proctoring to 3.7.8 2021-03-08 13:39:57 -05:00
alangsto
e3099bc486 Update edx-proctoring version (#26895) 2021-03-08 09:22:37 -05:00
edX requirements bot
311c30aa69 Updating Python Requirements (#26886) 2021-03-08 12:41:55 +05:00
Michael Roytman
66f0f9891f feat: This upgrades the version of edx-proctoring library to 3.7.6. This includes a fix to a bug that prevented course staff members from marking proctored exam attempts as ready_to_resume. The bug was that the course ID was being incorrectly determined by the StudentProctoredExamAttempt PUT handler. (#26880) 2021-03-05 19:50:17 -05:00
Nathan Sprenkle
e5c9ba183a fix: add missing ORA hooks for some response areas (#26875) 2021-03-05 15:40:42 -05:00
edX requirements bot
efe4041ef7 Updating Python Requirements (#26864) 2021-03-05 14:17:27 +05:00
Adrienne Bolger
20637d16fa edx-enterprise version bump 2021-03-04 14:26:04 -05:00
Simon Chen
2b4b53d36f MST-669 bump up the version of edx-proctoring for new 'other_course_approved' proctoring status on Student Onboarding Status panel (#26839) 2021-03-03 16:27:53 -05:00
Aarif
059d683441 Constrained diff-cover to fix upgrade job (#26830) 2021-03-03 23:04:41 +05:00
Michael Roytman
eb98d7fac5 MST-675: QuerySet Performance for StudentOnboardingStatusByCourse Endpoint (#26789)
* The original use of user.has_perm('can_take_proctored_exam') in the get_active_enrollments_for_course method had very poor performance when used for multiple learners. The permission is not designed for use in bulk operations. It was being called for each user in a loop by edx-proctoring, resulting in many queries to the database. This lead to timeouts on the client. This change exposes a new service endpoint that performs this permission checking in the database, resulting in one single query to the necessary LMS SQL tables and many fewer queries to the modulestore.

* bump version of edx-proctoring to 3.7.3
2021-03-02 19:46:58 -05:00
alangsto
0846e04f45 update exam attempt table css (#26802)
Add hover for accordion

update edx-proctoring version
2021-03-02 12:33:49 -05:00
Bianca Severino
5509e6dd42 Update edx-proctoring to 3.7.0 2021-03-02 09:43:11 -05:00
edX requirements bot
a203a14a51 Updating Python Requirements (#26793) 2021-03-02 11:38:22 +05:00
edX requirements bot
491e682335 Updating Python Requirements (#26773) 2021-03-01 12:05:47 +05:00
Awais Qureshi
115f3b48d7 Revert http-pretty it seems few tests becomes flaky. 2021-02-26 15:12:36 +05:00
edX requirements bot
fe085be406 Updating Python Requirements (#26753) 2021-02-26 12:27:58 +05:00
Awais Qureshi
d23fece83a Merge pull request #26732 from edx/upgrade-mock
Upgrading mock package.
2021-02-26 11:34:24 +05:00
stvn
5a3e6c3e65 Merge PR #26747 bd03/migrate/lti_config
* Commits:
  fix: Upgrade lti-consumer-xblock to v2.7.1
2021-02-25 13:39:49 -08:00
stvn
bb7fec95a5 fix: Upgrade lti-consumer-xblock to v2.7.1
for the lti_config migration fix.
2021-02-25 12:31:57 -08:00
Adrienne Bolger
9046ca26a3 Bumping edx-enterprise requirements to 3.17.44 2021-02-25 15:30:01 -05:00
Awais Qureshi
0a7514b61c Upgrading mock package. 2021-02-25 22:57:24 +05:00
Awais Qureshi
d4ab4d45ba Merge pull request #26727 from edx/upgrade-http-pretty
Upgrading http-pretty.
2021-02-25 21:43:25 +05:00
Zaman Afzal
1938ccda71 ENT-4086 Bump edx-enterprise version (#26707) 2021-02-25 19:13:15 +05:00
Awais Qureshi
77415eb21d Upgrading http-pretty. 2021-02-25 18:00:03 +05:00
Awais Qureshi
aae4c4d7f0 Upgrading http-pretty. 2021-02-25 16:13:13 +05:00
edX requirements bot
3b434eae6d Updating Python Requirements (#26721) 2021-02-25 13:01:58 +05:00
stvn
252ea4faed fix: Upgrade lti-consumer-xblock for migration fix 2021-02-24 16:21:04 -08:00
Matt Hughes
952e44d590 fix(ora): wysiwyg editor in staff view of responses not html
JIRA:EDUCATOR-5590
2021-02-24 16:03:59 -05:00
alangsto
c4b5350c18 update edx-proctoring version (#26713) 2021-02-24 15:20:20 -05:00
alangsto
6f03ed1327 update edx-proctoring version (#26711)
* update edx-proctoring version

* update to newest version
2021-02-24 12:30:37 -05:00
edX requirements bot
370e4263be Updating Python Requirements (#26694) 2021-02-24 14:10:54 +05:00
Binod Pant
2d047b943f update edx-enterprise (#26687) 2021-02-23 17:07:38 -05:00