- Jun 30, 2020
-
-
M. Zulqarnain authored
-
edx-pipeline-bot authored
Mergeback PR from private to public.
-
Waheed Ahmed authored
fixed xss linting issues
-
Dave St.Germain authored
Upgrade lti-consumer-xblock
-
Awais Qureshi authored
[BD-6] Fix invalid escape sequence deprecation warning.
-
Saleem Latif authored
ENT-2657: Added COURSE_CATALOG_URL_ROOT to django settings
-
Dave St.Germain authored
-
Saleem Latif authored
-
- Jun 29, 2020
-
-
Zachary Hancock authored
-
Michael Terry authored
Downgrade pycontracts to 1.8.12
-
Michael Terry authored
They seem to have removed 1.8.14 from pypi.
-
Mike OConnell authored
Check current enterprise for consent
-
Michael Terry authored
AA-177: Add masquerading for course home MFE
-
Zachary Hancock authored
* remove unenroll for masters * i18n string
-
Mike O'Connell authored
When checking if consent is needed, ignore any enterprise learner details that are not for the learner's currently active enterprise. ENT-3049
-
Michael Terry authored
- Looks at masquerading config for dates, outline, metadata, and celebration APIs in course_home_api / courseware_api. - Consolidates and cleans up places we check whether masquerading gives us full access to a course.
-
Mike OConnell authored
Python Requirements Update
-
Matthew Piatetsky authored
[REV-1226] Temporarily increase default throttle rates for service user
-
edX requirements bot authored
-
Matthew Piatetsky authored
Temporarily increase default throttle rates for service user to handle increased throughput against data sharing consent endpoint
-
Feanil Patel authored
instructor_task: remove shoppingcart (DEPR-43)
-
Nimisha Asthagiri authored
-
Feanil Patel authored
Fix 'npm install' command execution error handling
-
edX cache uploader bot authored
-
alangsto authored
* Displays escalation email on Special Exams tab of instructor dashboard. MST-274 * updates for requested changes * updates necessary for unit testing * Fixes for pylint warning * fix for quality tests
-
Awais Jibran authored
Updating ID Verification Approved email template.
-
Awais Jibran authored
PROD-1639
-
- Jun 28, 2020
-
-
Aarif authored
- Jun 26, 2020
-
-
Feanil Patel authored
-
Ben Warzeski authored
* modern eslint allowances * update topic teams to request team membership per local teamset * update tests for topic_teams change * cleanup Co-authored-by:
Ben Warzeski <benwarzeski@edX-C02CD0HCLVDM.cable.rcn.com>
-
Luis Moreno authored
-
Danial Malik authored
* Replace track calls with eventtracking in task_track and server_track * Making events compatible with events emitted via track app * Fixed broken tests and quality violation * Removed useless changes in shim. using in to have and keys in event context Co-authored-by:
zia.fazal@arbisoft.com <zia.fazal@arbisoft.com>
-
morenol authored
enum34 is causing problems in python3.8 tests of edx-platform because it has incompatibility with recent versions of python, the error the error happens while importing the re module in these python versions. This library is a backport of enum of python3.4 made for python<3.4, therefore is not needed anymore. edx-val was updated to remove that dependency: https://github.com/edx/edx-val/pull/245
-
Nathan Sprenkle authored
* Edit team manage to check sizes at end of import * Fix size validation to take new teams into account * Remove redundant max size check * Consolidate team membership counters * Remove unused user_ids_by_teamset_id set * Fix team removal to only occur after validation * Update team full error message * Prefetch users when looking up team counts
-
Brittney Exline authored
Upgrading edx-enterprise to 3.3.11
-
Ali Akbar authored
allow moderators to post in forum
-
Ali-D-Akbar authored
-
Usama Sadiq authored
Removed pymongo constraint in paver.in
-
Zainab Amir authored
Add a field to VEM config model that will decide the percentage of courses allowed to go to VEM pipeline. The courses that don't meet the criteria will go to VEDA. PROD-1722
-