- Dec 04, 2020
-
-
edX requirements bot authored
-
- Dec 03, 2020
-
-
Dillon Dumesnil authored
AA-454: Reenable CourseUpdateResolver for Instructor-paced Courses
-
Ned Batchelder authored
Remove unnecessary and misleading data-rel attributes
-
Dillon Dumesnil authored
When CourseNextSectionUpdate was created, it incorporated Personalized Learner Schedules logic which didn't take into account release dates of content and was only intended for self-paced courses that always have all content released. This caused a bug where instructor-paced courses could receive an update about content that had not been released yet. This PR turns the CourseUpdateResolver back on for instructor-paced courses so they can go back to receiving weekly highlights.
-
Christie Rice authored
-
Awais Qureshi authored
Python Requirements Update
-
Robert Raposa authored
[BD-21] Start waffle namespace deprecation process
-
Régis Behmo authored
Waffle classes no longer have namespaces. All features are moved to the WaffleFlag/WaffleSwitch classes. Here we use the edx_toggles.toggles.__future__ API, which is available in 1.2.0. This means that we don't have to upgrade edx-toggles. We should remove the __future__ imports as soon as we upgrade to 2.0.0.
-
Régis Behmo authored
This is required because edx-platform uses the waffle API from completion, which itself depends on edx-toggles. So if we change edx-toggles import paths, we also need to upgrade our usage of completion here.
-
Régis Behmo authored
By explicitly importing the legacy namespace classes, we make it clear that we are using soon-to-be-deprecated classes. We will then be able to start removing the legacy classes, one module at a time.
-
Robert Raposa authored
ARCHBOM-1636: upgrade supercsv
-
Kyle McCormick authored
-
Awais Jibran authored
Rebranding: Logo Swap
-
Awais Jibran authored
1. Header Logo 2. Footer Logo 3. Favicon
-
Awais Jibran authored
Update brand-edx.org
-
edX cache uploader bot authored
-
Sameen Fatima authored
-
edX requirements bot authored
-
- Dec 02, 2020
-
-
Robert Raposa authored
Includes additional monitoring of celery tasks in supercsv. ARCHBOM-1636
-
Awais Jibran authored
-
Sameen Fatima authored
-
Kyle McCormick authored
* Install `organizations` app into LMS and Studio non-optionally. * Add toggle `ORGANIZATIONS_AUTOCREATE` to Studio. * Remove the `FEATURES["ORGANIZATIONS_APP"]` toggle. * Use the new `organizations.api.ensure_organization` function to either validate or get-or-create organizations, depending on the value of `ORGANIZATIONS_AUTOCREATE`, when creating course runs and V2 content libraries. We'll soon use it for V1 content libraries as well. * Remove the `util.organizations_helpers` wrapper layer that had to exist because `organizations` was an optional app. * Add `.get_library_keys()` method to the Split modulestore. * Add Studio management command for backfilling organizations tables (`backfill_orgs_and_org_courses`). For full details, see https://github.com/edx/edx-organizations/blob/master/docs/decisions/0001-phase-in-db-backed-organizations-to-all.rst TNL-7646
-
David Ormsbee authored
[BD-4] Convert Annotatable XModule to XBlock. [SE-3640]
-
Feanil Patel authored
Remove all models related to shoppingcart.
-
Awais Jibran authored
Brand Update for Course Dates
-
Mike OConnell authored
* Rolling back edx-enterprise to 3.12.3 Rolling back breaking changes from adding end_date to metadata ENT-3627
-
Feanil Patel authored
DEPR-43 - Removal of Shoppingcart. All models have been removed and the change has been deployed to production so this should be safe to do. It's strange that the ORM decided to drop certain fields before dropping the whole models but decided to leave it all as the ORM generated it rather than trying to manually change it. Also turn the check back on to make sure people don't actually check in code without the relevant migration files.
-
Muhammad Ammar authored
try to get learner's enterprise information from DB if there is no enterprise customer associated with sso provider id
-
Sarina Canelake authored
Fix demoX grader print statements
-
muhammad-ammar authored
enterprise customer associated with sso provider id ENT-3670
-
Nimisha Asthagiri authored
Merge pull request #25543 from open-craft/nizar/catch_blockstructure_not_found_on_cache_invalidation [SE-3439] Fixes block structure not caching when cache invalidation is enabled
-
sarina authored
-
Usama Sadiq authored
Merge pull request #25733 from edx/testeng/bokchoy_auto_cache_update_44e5d8ac375ff7e7ae86d545389609d4a70adac7 Bokchoy Testing DB Cache update
-
edX cache uploader bot authored
-
Sameen Fatima authored
-
Awais Jibran authored
-
Muhammad Ammar authored
add logs for dsc flow to identify why `None` is being returned as enterprise customer uuid for a learner even though the leaner has a valid active enterprise present
-
muhammad-ammar authored
enterprise customer uuid for a learner even though the leaner has a valid active enerprise present ENT-3670
-
Awais Jibran authored
Update Masquerade text color for specific learner
-