- Oct 23, 2020
-
-
Carla Duarte authored
-
- Oct 22, 2020
-
-
Feanil Patel authored
This reverts commit 581b2005.
-
Feanil Patel authored
OeX_ES-44: Update edx-search elasticsearch. * removes redundant doc_types from the lms/cms, replaces courseware index with doc_types to two indices * code polishing * Use a new config variable for ES7 deployment. (#2226) Co-authored-by:
Golub-Sergey <1.golub.sergey.1@gmail.com> Co-authored-by:
Diana Huang <diana.k.huang@gmail.com>
-
- Oct 20, 2020
-
-
Saleem Latif authored
-
- Oct 16, 2020
-
-
Dillon Dumesnil authored
A major update to this function allows it to actually autofill the certificate information again! I believe LinkedIn changed their API and we never updated our end. This fixes that!
-
Asad authored
-
- Oct 15, 2020
-
-
Carla Duarte authored
-
- Oct 14, 2020
-
-
Jeremy Bowman authored
Removed most of the deprecated shoppingcart app, leaving just enough to allow us to cleanly remove the related database tables later. Also removed the relevant Django settings that weren't in use elsewhere.
-
Robert Raposa authored
update generate_code_owner_mappings.py: * Uses updated 'owner.theme' and 'owner.squad' columns. * Outputs new CODE_OWNER_THEMES to detail themes. * Output lowercase names only ARCHBOM-1551 Co-authored-by:
Tim McCormack <tmccormack@edx.org>
-
Matthew Piatetsky authored
This is used in this commit to check if a timed exam contains any problems that have been gated by content type gating REV-1510
-
- Oct 13, 2020
-
-
Ahtisham Shahid authored
removed un-necessary imports
-
- Oct 08, 2020
-
-
Calen Pennington authored
This follows the recommendation in the Celery documentation so as to not confuse automatic task name generation. Docs: https://docs.celeryproject.org/en/stable/userguide/tasks.html#automatic-naming-and-relative-imports
-
Zainab Amir authored
-
- Oct 07, 2020
-
-
Michael Roytman authored
-
Carla Duarte authored
-
- Oct 05, 2020
-
-
Jansen Kantor authored
* update docs * obscure urls
-
- Oct 02, 2020
-
-
Kshitij Sobti authored
Opens the course blocks API to public access, and allows anonymous users to use the API to fetch data about public courses. Anonymous users need to explicitly pass an empty username parameter to get the block data that is visible to the public.
-
Guruprasad Lakshmi Narayanan authored
When a user registers an account and is enrolled in a course by the instructor before completing the email validation, the course shows up in the dashboard of the logged-in user. This change adds a check for the email validation before enrolling the user.
-
- Oct 01, 2020
-
-
Dillon Dumesnil authored
-
- Sep 30, 2020
-
-
Calen Pennington authored
https://docs.djangoproject.com/en/2.2/ref/applications/#django.apps.AppConfig.name These packages were mis-named after the sys.path fixes.
-
- Sep 29, 2020
-
-
Diana Huang authored
https://openedx.atlassian.net/browse/DEPR-43 Co-authored-by:
Jeremy Bowman <jbowman@edx.org>
-
- Sep 28, 2020
-
-
Michael Terry authored
This is for the learning MFE outline endpoint. Also clean up some related permissions issues.
-
Tim McCormack authored
Revert "Revert "ARCHBOM-1494: Refer to custom attributes, not metrics, especially with edx-django-utils (#25010)" (#25025)" (#25055) This reverts commit 986a448d.
-
- Sep 25, 2020
-
-
Calen Pennington authored
Increase the mongo query count by one because edxnotes has been turned back on, and it loads the course from the modulestore as part of get_html
-
Kyle McCormick authored
-
Troy Sankey authored
-
Troy Sankey authored
-
Troy Sankey authored
When listing courses for which a user has "staff" level access, bypass calls to has_access() and use a hopefully more performant and simpler access pattern that uses only a single ORM query and far less processing per course. Caution: this short-circuit implementation does not handle org-level access grants.
-
- Sep 24, 2020
-
-
Kyle McCormick authored
This message comes from the content library block transformer, and has been filling up our logs at a rate of 250k instances/hr. Since we don't need to see this log message in production any more, we are lowering it to the DEBUG level.
-
- Sep 23, 2020
-
-
Troy Sankey authored
This time, we narrow our search down to paginate_queryset().
-
Calen Pennington authored
-
Calen Pennington authored
-
Troy Sankey authored
-
- Sep 22, 2020
-
-
Soban Javed authored
Replace django-celery with django-celery-results Upgrade redis to latest
-
- Sep 21, 2020
-
-
Ahtisham Shahid authored
Created new UI for Data download in instructors dashboard Co-authored-by:
Awais Jibran <awaisdar001@gmail.com>
-
Ahtisham Shahid authored
Revert "ARCHBOM-1494: Refer to custom attributes, not metrics, especially with edx-django-utils (#25010)" (#25025) This reverts commit ba9ee4e1. Fixed Style lint issue
-
- Sep 18, 2020
-
-
Troy Sankey authored
-
Tim McCormack authored
-
Tim McCormack authored
This uses the new names introduced in edx-django-utils 3.8.0 (edx/edx-django-utils#59), which we're already using, as well as updating a few other locations where we incorrectly refer to New Relic custom metrics instead of custom attributes. Includes a couple of unrelated lint fixes in a file I modified.
-
Gábor Boros authored
-