- Jun 05, 2020
-
-
Aarif authored
-
Aarif authored
updated the constraints order
-
Tim McCormack authored
- Updating Python Requirements - Fix cache key generation to use class name and module This was stringifying the class object directly, resulting in cache keys like `:1:<class 'xblock_django.models.XBlockConfiguration'>.xblock_django.api.deprecated_xblocks` which then cause breakage when Django 2.2.13 validates the keys. Co-authored-by:
edX requirements bot <testeng+edx-requirements-bot@edx.org>
-
ericfab179 authored
Remove pystache_custom dependency. Upgrade requirements. https://openedx.atlassian.net/browse/BOM-1670
-
adeelehsan authored
Completion reduce delayed
-
- Jun 04, 2020
-
-
Emma Green authored
remove hacky thing to get fbe info
-
Albert (AJ) St. Aubin authored
Added Python API and renamed rest_api folder
-
Emma Green authored
-
Albert (AJ) St. Aubin authored
[MICROBA-281]
-
adeelehsan authored
PROD-1444
-
Zainab Amir authored
* Add VEMPipelineIntegration config model * Add course waffle flag to enable vem pipeline selectively PROD-1636
-
- Jun 03, 2020
-
-
stvn authored
* Commits: Fix issue w/ staff toolbar's Insights link
-
stvn authored
since the configuration value does _not_ include the `/courses` bit in either stage or prod. Note: The value for prod contains a trailing slash, while stage does not
I tested locally that this should work with either config (trailing slash or not). -
edX Transifex Bot authored
-
Calen Pennington authored
Use content type gating in dates page
-
Calen Pennington authored
Only mark a section as containing gated content if the content is *only* available to full-access learners
-
Calen Pennington authored
-
David Ormsbee authored
BB-1156: Enable changing the build profile used by RequireJS
-
Jeff LaJoie authored
Enables weekly highlights job for relative dates
-
stvn authored
* Commits: Remove 'View In Studio' link from vertical Add Studio and Insights buttons to Instructor Toolbar
-
Awais Qureshi authored
[BD-6] Update sorl-thumbnail dependency
-
Jeff LaJoie authored
-
Ben Warzeski authored
* Update check for showing the 'create team?' prompt in topic teams to look in teamset * fix tests and correct which collection we are checking * eslint fixes Co-authored-by:
Ben Warzeski <benwarzeski@edX-C02CD0HCLVDM.cable.rcn.com>
-
Calen Pennington authored
Use content type gating in dates banner
-
Calen Pennington authored
Refactor dates_banner_should_display to only return a single value, and to have a clearer set of conditions
-
Uzair Rasheed authored
Restrict cert api to staff and self user
-
Calen Pennington authored
This reverts commit c3ec8b83, reversing changes made to 4252b149.
-
Calen Pennington authored
Revert "Use content type gating in dates banner"
-
Calen Pennington authored
-
Calen Pennington authored
Use content type gating in dates banner
-
David Ormsbee authored
Learning Sequence / Course Outline API
-
uzairr authored
-
Ahtisham Shahid authored
Added v2 for confirm email backward compatibility
-
AsadAzam authored
fixed visibility state for self paced
-
asadazam93 authored
-
Eric Herrera authored
Move sorl-thumbnail dependencie from github.in to base.in since PyPi version is now compatible with DJango 2.2 and python 3.5.
-
- Jun 02, 2020
-
-
stvn authored
in favor of display in the Staff Instructor Toolbar.
-
stvn authored
in a feature backport from the new Courseware/Learning MFE.
-
Jansen Kantor authored
-
David Ormsbee authored
Introduces the learning_sequences app, intended to provide metadata for sequences and course outlines. The short term goal is to provide faster source of this information for the new Courseware microfrontend (frontend-app-learning). The medium term goal is to provide an in-proc API that is useful to other parts of the platform that need fast access to course outline information customized for a user. The long term goals are outlined in the README.rst. This first iteration of the API only lays out the basic structure for how we'd arrange the pieces, with enough of an implementation to feel "real" (simple schedules, staff_only content hiding). It's not ready to be turned on, and is not currently plugged into the publish-flow. The only way to get data into this new API is via the update_course_outline management command. The REST endpoint is also currently limited to global staff only, though it's possible to get the outline for a student by using the ?username= query parameter. TNL-7122
-