Kyle McCormick
Kyle McCormick
## Context Since [edx-platform ADR-13](https://github.com/openedx/edx-platform/blob/master/docs/decisions/0013-cms-vs-studio.rst#terminology-cms-vs-studio) was added, it's agreed the "cms" is the correct name of the webservice, whereas "studio" should only be used in a product context. However, Devstack...
## Timeline * Proposed: 2022-03-01 * Target Acceptance: 2022-10-01 (supported in Nutmeg, **deprecated in Olive**) * Earliest Possible Removal: 2022-11-01 (**removed in Palm**) ### Considerations This deprecation is conditional on...
See https://github.com/openedx/codejail/pull/138, which I opened from my personal fork of codejail. When trying to run tests, GHA shows: ``` Error: Credentials could not be loaded, please check your action inputs:...
## Context Per https://discuss.openedx.org/t/interim-guidance-on-the-openedx-github-organization/8518, the Palm release must only tag repositories in the openedx GitHub organization. ## Acceptance Criteria (this might be better split up into subtasks) Update the comment...
The spreadsheet: https://docs.google.com/spreadsheets/d/11DheEtMDGrbA9hsUvZ2SEd4Cc8CaC4mAfoV8SVaLBGI/edit#gid=195838733 The code that generates it: https://github.com/openedx/repo-tools/blob/master/barcalendar.py The data we should use to update it: https://github.com/overhangio/tutor/blob/master/tutor/templates/config/defaults.yml ## Acceptance Criteria * Before Olive, update the code & regenerate the...
This issue will be filled in based on the results of this other issue: https://github.com/openedx/build-test-release-wg/issues/150
Existing process: https://openedx.atlassian.net/wiki/spaces/COMM/pages/19662426/Process+to+Create+an+Open+edX+Release#Make-a-release-or-release-candidate Thing we found during the Nutmeg release that we want to be better next time: * All repos should be in openedx org * Remove/replace references to...
## Context The [tutor-mfe plugin](https://github.com/overhangio/tutor-mfe) is our method for including micro-frontends to the named releases. It currently builds four MFEs into its Docker image by default, leaving the end user...
Here: https://github.com/openedx/edx-documentation/blob/master/en_us/install_operations/source/platform_releases/maple.rst fyi @nedbat @regisb
In `tutor dev`, Celery tasks were running eagerly (in-process) rather than being delegated to the worker containers for asynchronous processing. This difference in behavior between `tutor dev` and `tutor local`...