- Jan 28, 2021
-
-
David Ormsbee authored
The learning_sequences app has its own model for Course Outlines. Prior to this commit, these course outlines were only populated by a management command in the learning_sequences app that queried modulestore. This commit does a few things: 1. Move the update_course_outline command to live in contentstore (i.e. Studio). This makes learning_sequences unaware of modulestore, and makes it easier for us to extract it from edx-platform (or to plug in different kinds of course outlines). 2. Add tests. 3. Add performance and debug logging to course outline creation. 4. Make course outline creation happen every time a course publish happens. This will allow us to start collecting data about how long building course outlines takes, and get error reporting around any content edge cases that break the course outline code.
-
- Jan 20, 2021
-
-
stvn authored
* Commits: Bump version of lti-consumer-xblock to include fixed migrations
-
Kshitij Sobti authored
Bump version of lti-consumer-xblock to include fixed migrations from https://github.com/edx/xblock-lti-consumer/pull/136
-
Nathan Sprenkle authored
-
Sarina Canelake authored
[BD-03] [TNL-7805] [BB-3371] LTI Discussion Tab
-
Hammad Ahmad Waqas authored
edx-enterprise version bump.
-
edX cache uploader bot authored
-
Kshitij Sobti authored
-
Kshitij Sobti authored
This PR lays the groundwork for a an LTI tab that can embed any LTI1.1-based tool as an course tab. It also adds another tab based on this LTI Tab that offers special support for embedding LTI-based discussion tools in a course tab. If enabled this will replace the existing discussion tab.
-
HammadAhmadWaqas authored
-
Usama Sadiq authored
Python Requirements Update
-
Ali Akbar authored
update thresholds after IM security fixes 5
-
edX requirements bot authored
-
- Jan 19, 2021
-
-
Matt Hughes authored
This will help us flip mysterious cases where proctored exams are marked inactive. JIRA:MST-609
-
Kyle McCormick authored
Pulls in: * Translation corrections (1.10.1) * Fix deprecated import, which is soon to be unsupported (1.10.2)
-
Ali-D-Akbar authored
-
Diana Huang authored
Add edx_sga to our code_owners mappings.
-
David Ormsbee authored
[SE-3530] Adds Boto3 support for Import/Export functionality
-
David Ormsbee authored
[MCKIN-26432] [BB-3158] Add Unit to breadcrumbs navigation
-
Diana Huang authored
-
Kyle McCormick authored
Pulls in: * Degreed API endpoints (3.17.8) * Fix deprecated third_party_auth import (3.17.9)
-
Saad Yousaf authored
Revert "[TNL-7361] - Restrict Instructor Tab from masquerading user with student role."
-
edx-pipeline-bot authored
Mergeback PR from private to public.
-
Saad Yousaf authored
-
Usama Sadiq authored
remove markdown constraint
-
Ali Akbar authored
Incident Management Security Fixes 7
-
Usama Sadiq authored
Python Requirements Update
-
edX requirements bot authored
-
- Jan 18, 2021
-
-
Syed Muhammad Dawoud Sheraz Ali authored
* add last_login user and staff only field in user_api
-
edX requirements bot authored
-
usamasadiq authored
Use django-wiki version 1.0.0 Pin python3-saml<1.10.0
-
Awais Qureshi authored
Adding a common_constraints.txt
-
Awais Qureshi authored
-
Awais Qureshi authored
-
- Jan 15, 2021
-
-
Robert Raposa authored
fix cookie monitoring middleware
-
Régis Behmo authored
On missing sass directory, the following kind of warning was printed: Sass dir '[{'sass_source_dir': path('lms/static/sass'), 'css_destination_dir': Path('/openedx/themes/indigo/lms/static/css'), 'lookup_paths': [Path('/openedx/themes/indigo/lms/static/sas│.. s/partials'), path('lms/static/sass/partials'), path('lms/static/sass')]}, {'sass_source_dir': Path('/openedx/themes/indigo/lms/static/sass'), 'css_destination_dir': Path('/openedx/themes│. /indigo/lms/static/css'), 'lookup_paths': [Path('/openedx/themes/indigo/lms/static/sass/partials'), path('lms/static/sass/partials'), path('lms/static/sass')]}, {'sass_source_dir': Path('│ /openedx/themes/indigo/lms/static/certificates/sass'), 'css_destination_dir': Path('/openedx/themes/indigo/lms/static/certificates/css'), 'lookup_paths': [Path('/openedx/themes/indigo/lms│ /static/sass/partials'), Path('/openedx/themes/indigo/lms/static/sass')]}]' does not exists, skipping sass compilation for '/openedx/themes/indigo' Which was rather inconvenient. Instead, we now print the following warning: Sass dir '/openedx/themes/indigo/lms/static/certificates/sass' does not exists, skipping sass compilation for '/openedx/themes/indigo'
-
Robert Raposa authored
The cases of no cookies or no cookie groups found would cause an error. This was fixed and additional test coverage was added.
-
Ned Batchelder authored
Fix Markdown errors on discussions tab
-
Michael Terry authored
Bump edx-when to 1.3.2 (silences a warning)
-
Ned Batchelder authored
[ADD] /user_api endpoints in api-docs
-