- Aug 19, 2021
-
-
oliviaruizknott authored
Credentials needs the course certificate date override data in a slightly different format than we were passing it before. Fix!
-
mohtamba authored
Update edx-proctoring version
-
Kyle McCormick authored
Python Requirements Update + unit test check fixes
-
mohtamba authored
Update edx-proctoring version to be the most recent release.
-
taliaedX authored
chore: bump edx-enterprise to 3.27.23
-
Michael Terry authored
Add toggle to redirect user to the login page on unauthenticated enrollement
-
Talia Rhodes authored
-
Simon Chen authored
Co-authored-by:
Simon Chen <schen@edx-c02fw0guml85.lan>
-
edX requirements bot authored
Co-Authored-By:
Kyle McCormick <kmccormick@edx.org>
-
Kyle McCormick authored
-
Arjun Singh Yadav authored
-
M. Zulqarnain authored
"Ensure Unit Tests Running" was running with Django 3 instead of with our production version. Recently, this started causing the check to fail due to an upgraded requirement that doesn't work with Django 3 yet. Co-Authored-By:
Kyle McCormick <kmccormick@edx.org>
-
- Aug 18, 2021
-
-
Kyle McCormick authored
Add a README to the coursegraph app, including: description/purpose, vague deployment instructions, devstack instructions, example queries, and link to the query archive on the wiki.
-
Michael Roytman authored
Update Version of edx-proctoring Library to 3.23.4
-
Leangseu Kim authored
block_type isn't guarantee to be the same as item_type. In this case, item_id should be enough for filtering. Ticket [AU-70]
-
Andrew Shultz authored
chore: bump name affirmation to complete column removal
-
michaelroytman authored
-
Andy Shultz authored
This is the last PR removing verified name is_verified, so we can bring back the test.
-
Andrew Shultz authored
chore: update 2/3 of proctoring library for is_verified removal
-
Justin Hynes authored
[MICROBA-1412] [DEPR-155] Remove the request_certificate REST endpoint from the LMS (certificates Django app)
-
Andy Shultz authored
This update removes the field, but not yet the column, so it includes the test skip. MST-969
-
Bianca Severino authored
[MST-859] Update proctored exam settings URL
- Aug 17, 2021
-
-
mohtamba authored
Remove waffle flag for bulk allowance
-
mohtamba authored
Update version for edx proctoring
-
mohtamba authored
Update version for edx-proctoring to 3.23.3.
-
Andrew Shultz authored
chore: update name affirmation to 0.6.1
-
Olivia Ruiz-Knott authored
feat: Send date override to credentials
-
Bianca Severino authored
The proctored exam settings link now directs to a new modal view, rather than the old exam settings page.
-
Andy Shultz authored
Certificate tests required an update to switch from boolean verified flag to status. This feature is not deployed yet so only test uses needed attention. MST-969 and friends
-
oliviaruizknott authored
When sending a GeneratedCertificate to Credentials, send the associated CertificateDateOverride (if there is one), or else None. This will be triggered after any save of a GeneratedCertificate, and after any save or deletion of a single CertificateDateOverride. Credentials will eventually store its own copy of this date override, or edit or remove exiting date overrides.
-
Michael Terry authored
chore: bump edx-ace to 1.3.1
-
João Victor Martins authored
The functionality is exposed by (a.) A RESTful API, and (b.) A management command. Both are added to Content Libraries V2. They allow block importing from a local modulestore instance. Additionally, the command line supports importing blocks from a remote platform instance through API calls. Additionally, fixes were added to parts of the system where needed to properly export blocks to Content Libraries.
-
Michael Terry authored
This allows us to force specific transactional emails to go through the default channel instead. AA-951
-
mohtamba authored
Remove the waffle flag for bulk allowance, so by default the bulk allowance feature is enabled and is the only option.
-
- Aug 16, 2021
-
-
Jansen Kantor authored
-
Dillon Dumesnil authored
fix(i18n): update translations
-
Michael Terry authored
fix: modernize look of in-xblock shift-dates banner
-
Dillon Dumesnil authored
This is really just the change to use the unicode copyright symbol and then rerunning the pull translations logic (minus the transifex step) to update the eo files. The other changes were just picked up as part of running those scripts
-
Michael Terry authored
Specifically, use our standard warning-banner colors and add a drop shadow. Also, updates the text to match the text used elsewhere. AA-835
-