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
Usama Sadiq
638ef48e8c
Remove edx-proctoring constraint ( #26680 )
...
* Remove edx-proctoring constraint
* Ran make upgrade
2021-02-23 11:16:00 -05:00
M. Zulqarnain
42fc6aef03
Upgrade django-ipware ( #24827 )
2021-02-23 18:14:17 +05:00
Muhammad Ammar
da0e3d0853
Merge pull request #26650 from edx/ammar/upgrade-edx-enterprise-version
...
upgrade edx-enterprise version to 3.17.40
2021-02-23 14:12:26 +05:00
Aarif
f8eb7bfd52
fix: updated the upgrade job to install appropriate pip version ( #26659 )
...
pip version 21 doesn't seem to work well with pip-tools <5.4
2021-02-23 01:04:29 +05:00
Michael Roytman
0b624bdb71
Merge pull request #26637 from edx/mroytman/MST-617-bump-version-edx-proctoring-3.6.0
...
[MST-614] bump version of edx-proctoring to 3.6.0
2021-02-22 13:26:37 -05:00
Michael Roytman
71456cb2a4
feat: Install version 3.6.0 of the edx_proctoring library into edx-platform.
...
This release adds a new permission check when rendering the practice proctored exam view. If a learner is not in a paid enrollment track, the learner will no longer be able to use proctoring software in a practice proctored exam. As with other proctored exams, learners not in a paid enrollment track will see the exam content. This uses the 'can_take_proctored_exam' permission.
2021-02-22 10:23:36 -05:00
muhammad-ammar
18d82dff1c
upgrade edx-enterprise version to 3.17.40
2021-02-22 18:11:04 +05:00
usamasadiq
96f0915b0f
Fixed new pylint warnings.
...
use generator in any/all()
disable not-callable warnings
disable no-member warnings
Suppressed smaller pylint warnings
Pin edx-proctoring==3.5.0
2021-02-22 16:36:53 +05:00
edX requirements bot
23d87e253f
Updating Python Requirements
2021-02-22 16:34:49 +05:00
Adam Stankiewicz
623876c56c
bump edx-enterprise to 3.17.37 ( #26634 )
2021-02-19 13:20:05 -05:00
Usama Sadiq
a0852f4ff6
Merge pull request #26563 from edx/usamasadiq/bom-2244-remove-constraints
...
Remove numpy & scipy constraints
2021-02-19 14:40:16 +05:00
Sameen Fatima
42d9c3c080
edx enterprise version bump to 3.17.35 ( #26624 )
2021-02-19 14:11:14 +05:00
usamasadiq
627209cdf1
Remove numpy & scipy constraints
2021-02-19 12:13:33 +05:00
edX requirements bot
cd42829567
Updating Python Requirements ( #26623 )
2021-02-19 11:36:55 +05:00
alangsto
04046c727f
updated edx-proctoring version to latest release ( #26620 )
2021-02-18 15:00:10 -05:00
Kellie Selinka
83871fd37d
bump edx-enterprise version to 3.17.33
2021-02-18 09:50:15 -05:00
Kyle McCormick
136b16969d
refactor: Upgrade xblock-drag-and-drop-v2 to 2.3.2 ( #26235 )
...
Previous version was 2.2.10.
Pulls in fix to deprecated import path, which
will soon be unsupported.
Incidentally pulls in:
* Make drag-and-drop indexable.
* Drop Python 2 support from drag-and-drop-v2.
2021-02-18 08:18:08 -05:00
edX requirements bot
a5aa069115
Updating Python Requirements ( #26610 )
2021-02-18 12:19:54 +05:00
edX requirements bot
57a8a8a0af
Updating Python Requirements ( #26589 )
2021-02-17 12:37:18 +05:00
Ned Batchelder
cab184e356
chore: update LTI xblock to 2.6.0
2021-02-16 15:45:02 -05:00
Alexander Sheehan
a196fcb462
bumping enterprise version to 3.17.30
2021-02-16 13:08:07 -05:00