- Jul 01, 2020
-
-
Saleem Latif authored
-
- Jun 30, 2020
-
-
Jeremy Bowman authored
The new releases end up importing code in Studio that relies on an LMS-only setting. Pinning until resolved. Also pinning edx-completion until the test failures in #24365 get resolved.
-
Tim McCormack authored
- Reference correct version of Django docs - Updates to LMS envs diagram: - Rename aws.py reference in image (now production.py) - Remove deprecated and deleted environments - Update note on `devstack_docker.py` to explain history
-
stvn authored
* Commits: Add Studio warning for deprecated course keys
-
stvn authored
in preparation of dropping support for them entirely. Re: timing: We will _not_ be going live with this on edx.org at launch; we'll override this setting on our own installs, initially. We do, however, want to get this merged ASAP, so that it can still be pulled into Juniper. That will allow us to drop support in time for the Koa Named Release, while still providing community operators with a full Named Release cycle to handle deprecation on their installations. References: - [0] TNL-7097
-
atesker authored
-
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
-