- May 19, 2020
-
-
Adeel Khan authored
** This removes some of the extra celery calls to credential service for updating grade when a certificate is updated. ** This removes extra db calls by reusing existing queryset values. PROD-1363
-
- May 18, 2020
-
-
edX requirements bot authored
-
- May 16, 2020
-
-
Ned Batchelder authored
Update swagger.yaml, fix some markup errors
-
- May 15, 2020
-
-
Jeff Chaves authored
-
Jansen Kantor authored
* fix query to remove dulicates and incorrect teams
-
Jeff Chaves authored
importing ENTERPRISE_CUSTOMERS_EXCLUDED_FROM_CATALOG list from settings following same pattern that is used for CORS_ORIGIN_WHITELIST
-
edX requirements bot authored
-
Nick authored
[AA-139] Record schedule updates to the history table when granting e…
-
Tim McCormack authored
-
Dave St.Germain authored
Only the data download tab should appear for data researchers
-
Dave St.Germain authored
TNL-7222
-
ihtram authored
added reverse_sql method attribute to avoid sql operation error YONK-1588
-
- May 14, 2020
-
-
stvn authored
* Commits: Check if user can upgrade prior to showing sock upgrade
-
stvn authored
-
Dillon Dumesnil authored
AA-159: Improving performance of get_course_assignments
-
Dillon Dumesnil authored
It is only referenced inside of the serializers so we can just define it there
-
Dillon Dumesnil authored
We saw an increase in response time with recent changes to the logic behind get_course_assignments. This effort works to better access the information we need in order to improve performance. Namely, this is done by using the course_blocks_api
-
Calen Pennington authored
Don't include staff-only sections in due date calculations for self-p…
-
Calen Pennington authored
-
Calen Pennington authored
-
Adam Blackwell authored
Revert "Unpin django-cookies-samesite now that it declares ua-parser dep"
-
David Ormsbee authored
This reverts commit 27480a25.
-
Ben Warzeski authored
highlight topic cards on tab-select add border highlight to sorting select input on teams and topics pages. Co-authored-by:
Ben Warzeski <benwarzeski@edX-C02CD0HCLVDM.local>
-
Tim McCormack authored
-
Dave St.Germain authored
Added courseware API for retrieving the last completed block
-
edX cache uploader bot authored
-
edX requirements bot authored
-
Michael Terry authored
Don't assume due dates on sections
-
Michael Terry authored
The content highlights code assumed due dates existed on all sections. But we recently broke that assumption. So now we recalculate the spread of sections across the expected duration ourselves rather than rely on due dates.
-
Awais Jibran authored
Adding logs in capa_base
-
Dave St.Germain authored
-
- May 13, 2020
-
-
Adam Stankiewicz authored
-
Emma Green authored
not sure why we are getting errors here, but they shouldn't stop peop…
-
Emma Green authored
-
edX requirements bot authored
* Updating Python Requirements * Constrain django-cookies-samesite until dep bug fixed * Fix PEP 8 problems revealed by pycodestyle upgrade Co-authored-by:
Tim McCormack <tmccormack@edx.org> Co-authored-by:
Jeremy Bowman <jbowman@edx.org>
-
Carla Duarte authored
Dates Intro Messaging
-
Jeff LaJoie authored
Adds more logging to course updates task
-
Ned Batchelder authored
Check contentlibrary permissions only if user is logged in
-
Carla Duarte authored
Added a banner to introduce learners to the Dates Tab. The banner is hidden when the learner has missed deadlines. Refactored naming conventions in the dates sass file to better reflect the function of our banners. AA-156
-