Skip to content

Releases: openedx/edx-proctoring

ProctoredExamSoftwareSecureReview.video_url is nullable now

28 Oct 19:38
edea764
Compare
Choose a tag to compare

Set the video_url field on ProctoredExamSoftwareSecureReview table to be nullable.
This is the first step of removing the field.

Upgrade Django from 2.2 to 3.2

28 Oct 14:40
a8510c5
Compare
Choose a tag to compare

Upgraded the Django library used by this repo from 2.2 to 3.2.
Made adjustments on the CI process to reflect we no longer cares about django 2.2
Made library version upgrades to the latest.

4.2.0: Allow timed exams to be visible after course end date

26 Oct 12:26
b2f7932
Compare
Choose a tag to compare
Merge pull request #984 from edx/alangsto/timed_exams_should_be_visible

fix: timed exams should still be visible after course end date

4.1.3: Always allow practice exams to trigger grade and credit updates

18 Oct 13:55
058c9ab
Compare
Choose a tag to compare
Merge pull request #978 from edx/alangsto/allow_practice_exams_to_tri…

4.1.2: Use video url for PSI instructor dashboard url

13 Oct 14:19
010d9e8
Compare
Choose a tag to compare
Merge pull request #974 from edx/alangsto/use_video_url_in_redirect

feat: use video review url provided by PSI in redirect

4.1.1: Fix video url bug

05 Oct 18:13
9030ddc
Compare
Choose a tag to compare
Merge pull request #973 from edx/alangsto/redact_video_url

fix: redact video url from raw data

4.1.0: Capture video link from PSI and encrypt before storing

05 Oct 12:48
5111e46
Compare
Choose a tag to compare
Merge pull request #969 from edx/alangsto/capture_video_review_link

feat: store encrypted video url from PSI

4.0.4: Replace jsonfield2 with jsonfield

05 Oct 11:12
fce9d3f
Compare
Choose a tag to compare
  • Switched from jsonfield2 to jsonfield as the earlier one has archived and merged back in the latter one.

4.0.3

30 Sep 17:25
Compare
Choose a tag to compare
chore: python package upgrades (incl. pylint) and style changes

JIRA:MST-1061

4.0.2

28 Sep 18:14
Compare
Choose a tag to compare
chore: fix pylint errors in some prod files for string formatting

JIRA:MST-1061