- Aug 23, 2021
-
-
Albert (AJ) St. Aubin authored
[MICROBA-1282] To help with future errors sending grades to Credentials I am adding additional data to the log message.
-
Usama Sadiq authored
* update the post-pip-compile script to fix the py38.txt parsing for sandbox requirements.
-
- Aug 20, 2021
-
-
julianajlk authored
REV-2133
-
julianajlk authored
REV-2133
-
edX cache uploader bot authored
-
Olivia Ruiz-Knott authored
fix: Change format of date_override post
-
Ahtisham Shahid authored
* feat: Removed extra pages by using waffle flag * refactor:moved pages_and_resources_url context in header file * refactor: cleanup of header file * refactor: removed redundant instances of mfe url from context * fix: fixed pylint issues
-
- 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.
-