Kyle McCormick
Kyle McCormick
## Context Starting with Palm, if a repo is in the named release, then its first-party dependencies must be in the openedx GH org. More details: https://discuss.openedx.org/t/interim-guidance-on-the-openedx-github-organization/8518 This is related...
Following up on https://github.com/openedx/edx-platform/pull/34066 ... ```[tasklist] ### Tasks - [ ] https://github.com/openedx/openedx-learning/pull/186 - [ ] https://github.com/openedx/openedx-learning/pull/184 - [ ] https://github.com/openedx/edx-platform/issues/34737 - [ ] https://github.com/openedx/openedx-learning/issues/167 - [ ] https://github.com/openedx/public-engineering/issues/238 - [...
Reverts openedx/edx-platform#34502, just in case
## Description Completes the upgrade from XBlock 2.0.0 to XBlock 3.1.0, incorporating changes from: * https://github.com/openedx/XBlock/pull/718 * https://github.com/openedx/XBlock/pull/732 Closes: * https://github.com/openedx/XBlock/issues/714 Blocked by: * https://github.com/openedx/edx-platform/pull/34398 ## Testing The XBlock API...
```[tasklist] ## Tasks (incomplete list) - [ ] Add a py311.in file to https://github.com/openedx/edx-platform/tree/master/requirements/edx-sandbox, and ensure it is compiled using Python 3.11 into py311.txt in the same directory. - [...
:information_source: Context: the operator-facing Paver *assets* module was [accepted for deprecation back in May 2023](https://github.com/openedx/edx-platform/issues/31895), but we haven't removed it yet. Now, in May 2024, we are ready to deprecate...
_ℹ️ This DEPR is a prerequisite to the [general Paver DEPR](https://github.com/openedx/edx-platform/issues/34467)._ ### Proposed 10 March 2023 ### Accepted 3 May 2023 ### First Open edX Named Release Without This Functionality...
From [this list of processors](https://github.com/openedx/edx-platform/blob/master/openedx/core/djangoapps/content/learning_sequences/api/outlines.py#L324), the following processors wrap concepts which, under the hood, are implemented on the user_partitions framework: * ContentGatingOutlineProcessor * EnrollmentTrackPartitionGroupsOutlineProcessor * CohortPartitionGroupsOutlineProcessor * TeamPartitionGroupsOutlineProcessor (new as...