- Jun 15, 2021
-
-
HammadAhmadWaqas authored
-
Christie Rice authored
MICROBA-1082
-
Mubbshar Anwar authored
fix:Login failed email_or_username
-
M. Zulqarnain authored
* chore: upgrade pip-tools * replace --no-index with --no-emit-index-url * upgrade pip Co-authored-by:
edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com>
-
Zaman Afzal authored
-
M. Zulqarnain authored
* fix: upgrade job failure * chore: Updating Python Requirements (#27960) Co-authored-by:
edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com>
-
- Jun 14, 2021
-
-
Alex Dusenbery authored
fix: update edx-enterprise to 3.25.2 | log exception stack trace during DSC licensed-enrollment flow so that we can understand what part of some licensed-enrollment flows are failing.
-
Muhammad Ammar authored
-
edX cache uploader bot authored
-
Christie Rice authored
MICROBA-1082
-
Christie Rice authored
MICROBA-982
-
Kristin Aoki authored
This PR changes the style of the "STAFF DEBUG INFO" dialog. Before in the New Experience view, when a user viewed the dialog and the text in a table exceed the width of the dialog, it would continue outside of the dialog and be hidden. Therefore, the user could not properly read all the debug information. Now when the text in the table exceeds the width of the dialog, it will automatically wrap within the table block.
-
Alexander J Sheehan authored
maint: bumping enterprise to 3.25.1
-
Christie Rice authored
-
Régis Behmo authored
As of pymongo 3.0, the MongoReplicaSetClient is deprecated in favour of MongoClient. Thus, the creation of mongodb clients is simplified. See: https://pymongo.readthedocs.io/en/stable/changelog.html#mongoclient-changes
-
Alexander Sheehan authored
-
Zainab Amir authored
-
edX cache uploader bot authored
-
mubbsharanwar authored
Fix email_or_username null in login failed case. Fixes: VAN-532
-
- Jun 11, 2021
-
-
Tim McCormack authored
Revert "ENT-4361 | Added user's "id" and "email" as public fields in ACCOUNT_VISIBILITY_CONFIGURATION." (#27942)
-
Hammad Ahmad Waqas authored
-
Simon Chen authored
This reverts commit c6192b8b40656c44ba0a89cdd569fb0c0e4f87c4. The caching does little to save performance and in the case of whole course interation, it has a netgative performance impact.
-
SaadYousaf authored
-
Usama Sadiq authored
-
Ihor Romaniuk authored
* feat: [BD-26] add the is_proctored value to SequenceMetadata API * feat: add temporary flag for enabling/disabling proctored exams * fix: change creation date * fix: fix text indents * fix: [BD-26] Remove redundant duplicated test. Co-authored-by:
Sagirov Eugeniy <sagirov19@gmail.com> Co-authored-by:
Igor Degtiarov <igor.degtiarov@raccoongang.com>
-
Mehak Nasir authored
feat: documentation links added in discussion api
-
edX requirements bot authored
-
- Jun 10, 2021
-
-
Julia Eskew authored
This reverts commit b84e8937.
-
Dillon Dumesnil authored
feat: AA-773: Add in logic to mark special exams as complete
-
Dillon Dumesnil authored
We have had numerous support tickets/bugs related to special exams not properly displaying completeness (see https://openedx.atlassian.net/browse/AA-773 for details). Along with a corresponding edx-proctoring PR, this will now submit completions for all completable children within a special exam upon the exam being completed for the first time (as dictated by the logic in the edx-proctoring PR).
-
Simon Chen authored
With this change, whenever a IntegritySignature is created or retrieved, the result will be cached into mem cache for future use. This will save round trip to database significantly for honor code check
-
Mehak Nasir authored
-
Julia Eskew authored
- Remove the REDIRECT_TO_COURSEWARE_MICROFRONTEND waffle flag. - Add a new COURSEWARE_USE_LEGACY_FRONTEND waffle flag that directs all learners to the legacy courseware experience. - Skip two failing a11y tests which fail due to the new default of the courseware MFE. TNL-8279
-
Julia Eskew authored
was recently enabled by default in mysqldump, but the generation of histogram statistics fails in devstack during this script's mysqldump commands. The SQL statement and output of the failure: mysql> SELECT \ COLUMN_NAME, JSON_EXTRACT(HISTOGRAM, '$."number-of-buckets-specified"') \ FROM information_schema.COLUMN_STATISTICS \ WHERE \ SCHEMA_NAME = 'edxtest' AND \ TABLE_NAME = 'agreements_integritysignature'; ERROR 1109 (42S02): Unknown table 'COLUMN_STATISTICS' in information_schema
-
Kristin Aoki authored
This PR changes the default function of HTML anchor tags that focus on another element on the page based on the name attribute. Previously the anchor tags that were set to scroll on the page to another element would do nothing since the scroll was set to only look for the id attribute. As a result, users would have to manually scroll to the location of the name attribute, if it is previously known. Otherwise, the link appears to be broken. Now when the anchor tag is used to focus it and send the location of the focus element to the parent page to scroll to the correct location. This change will impact the Learner in the New Experience view.
-
Ahtisham Shahid authored
-
Muhammad Soban Javed authored
-
Adeel Ehsan authored
Account activation popup added
-
Ahtisham Shahid authored
refactor: added use case to toggle to fix linter issue
-
adeelehsan authored
VAN-434
-