From 488d7ffd9d5846ec2f950d9b849f2ac43d4c66e9 Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Mon, 26 Jan 2026 11:47:29 -0500 Subject: [PATCH 1/3] docs: Update README with new repository name Closes: https://github.com/openedx/openedx-platform/issues/37904 --- README.rst | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index bac76e2efc62..b315cdcbf2b6 100644 --- a/README.rst +++ b/README.rst @@ -5,11 +5,13 @@ Open edX Platform .. |License: AGPL v3| image:: https://img.shields.io/badge/License-AGPL_v3-blue.svg :target: https://www.gnu.org/licenses/agpl-3.0 -.. |Python CI| image:: https://github.com/openedx/edx-platform/actions/workflows/unit-tests.yml/badge.svg - :target: https://github.com/openedx/edx-platform/actions/workflows/unit-tests.yml +.. |Python CI| image:: https://github.com/openedx/openedx-platform/actions/workflows/unit-tests.yml/badge.svg + :target: https://github.com/openedx/openedx-platform/actions/workflows/unit-tests.yml .. |Status| image:: https://img.shields.io/badge/status-maintained-31c653 +*Formerly known as "edx-platform"* + Purpose ******* The `Open edX Platform `_ enables the authoring and @@ -20,7 +22,7 @@ modular monolith, some independently deployable applications (IDAs), and micro-frontends (MFEs) based on the ReactJS. This repository hosts the monolith at the center of the Open edX -platform. Functionally, the edx-platform repository provides two services: +platform. Functionally, the openedx-platform repository provides two services: * CMS (Content Management Service), which powers Open edX Studio, the platform's learning content authoring environment; and * LMS (Learning Management Service), which delivers learning content. @@ -53,7 +55,7 @@ For Development =============== Tutor also features a `development mode`_ which will also help you modify, -test, and extend edx-platform. We recommend this method for all Open edX +test, and extend openedx-platform. We recommend this method for all Open edX developers. Bare Metal (Advanced) @@ -234,7 +236,7 @@ License The code in this repository is licensed under version 3 of the AGPL unless otherwise noted. Please see the `LICENSE`_ file for details. -.. _LICENSE: https://github.com/openedx/edx-platform/blob/master/LICENSE +.. _LICENSE: https://github.com/openedx/openedx-platform/blob/master/LICENSE More about Open edX @@ -271,8 +273,8 @@ We use Github Issues for our issue tracker. You can search `previously reported issues`_. If you need to report a bug, or want to discuss a new feature before you implement it, please `create a new issue`_. -.. _previously reported issues: https://github.com/openedx/edx-platform/issues -.. _create a new issue: https://github.com/openedx/edx-platform/issues/new/choose +.. _previously reported issues: https://github.com/openedx/openedx-platform/issues +.. _create a new issue: https://github.com/openedx/openedx-platform/issues/new/choose How to Contribute @@ -306,5 +308,4 @@ People The current maintainers of this repository can be found on `Backstage`_. -.. _Backstage: https://backstage.openedx.org/catalog/default/component/edx-platform - +.. _Backstage: https://backstage.openedx.org/catalog/default/component/openedx-platform From dbaabaf8d97a8d32b0b526fa8219c1afad1a4274 Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Mon, 26 Jan 2026 11:57:42 -0500 Subject: [PATCH 2/3] docs: Update catalog-info with new name --- catalog-info.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index c6b87b08db82..ba10f006a332 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -4,7 +4,7 @@ apiVersion: backstage.io/v1alpha1 kind: Component metadata: - name: 'edx-platform' + name: 'openedx-platform' description: "The monolith at the center of the Open edX platform" links: - url: "https://docs.openedx.org" @@ -13,6 +13,6 @@ metadata: annotations: openedx.org/release: "master" spec: - owner: group:wg-maintenance-edx-platform + owner: group:wg-maintenance-openedx-platform type: 'service' lifecycle: 'production' From f61a6d62052229052df2fed1a0f58b16b240d6bd Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Mon, 26 Jan 2026 12:00:29 -0500 Subject: [PATCH 3/3] docs: Update CODEOWNERS with new repo name --- .github/CODEOWNERS | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 038f49cd4470..c32fed81b2ac 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,8 +2,8 @@ # Core common/djangoapps/student/ -common/djangoapps/student/models/__init__.py @openedx/committers-edx-platform-2u-tnl -common/djangoapps/student/models/course_enrollment.py @openedx/committers-edx-platform-2u-tnl +common/djangoapps/student/models/__init__.py @openedx/committers-openedx-platform-2u-tnl +common/djangoapps/student/models/course_enrollment.py @openedx/committers-openedx-platform-2u-tnl common/djangoapps/third_party_auth/ lms/djangoapps/course_api/blocks lms/djangoapps/courseware/ @@ -11,15 +11,15 @@ lms/djangoapps/grades/ lms/djangoapps/instructor/ lms/djangoapps/instructor_task/ lms/djangoapps/mobile_api/ -openedx/core/djangoapps/commerce/ @openedx/committers-edx-platform-2u-infinity -openedx/core/djangoapps/credentials @openedx/committers-edx-platform-2u-aperture -openedx/core/djangoapps/credit @openedx/committers-edx-platform-2u-aperture -openedx/core/djangoapps/enrollments/ @openedx/committers-edx-platform-2u-aperture +openedx/core/djangoapps/commerce/ @openedx/committers-openedx-platform-2u-infinity +openedx/core/djangoapps/credentials @openedx/committers-openedx-platform-2u-aperture +openedx/core/djangoapps/credit @openedx/committers-openedx-platform-2u-aperture +openedx/core/djangoapps/enrollments/ @openedx/committers-openedx-platform-2u-aperture openedx/core/djangoapps/heartbeat/ openedx/core/djangoapps/oauth_dispatch -openedx/core/djangoapps/user_api/ @openedx/committers-edx-platform-2u-aperture -openedx/core/djangoapps/user_authn/ @openedx/committers-edx-platform-2u-infinity -openedx/core/djangoapps/verified_track_content/ @openedx/committers-edx-platform-2u-infinity +openedx/core/djangoapps/user_api/ @openedx/committers-openedx-platform-2u-aperture +openedx/core/djangoapps/user_authn/ @openedx/committers-openedx-platform-2u-infinity +openedx/core/djangoapps/verified_track_content/ @openedx/committers-openedx-platform-2u-infinity openedx/features/course_experience/ # The Aximprovements team is working on extracting all built-in XBlocks # to the external repository (xblocks-contrib). They need to be notified @@ -35,21 +35,21 @@ lms/djangoapps/edxnotes common/djangoapps/track/ # Credentials -lms/djangoapps/certificates/ @openedx/committers-edx-platform-2u-aperture +lms/djangoapps/certificates/ @openedx/committers-openedx-platform-2u-aperture # Discovery -common/djangoapps/course_modes/ @openedx/committers-edx-platform-2u-aperture +common/djangoapps/course_modes/ @openedx/committers-openedx-platform-2u-aperture common/djangoapps/enrollment/ -common/djangoapps/entitlements/ @openedx/committers-edx-platform-2u-aperture -lms/djangoapps/branding/ @openedx/committers-edx-platform-2u-aperture -lms/djangoapps/commerce/ @openedx/committers-edx-platform-2u-infinity -lms/djangoapps/experiments/ @openedx/committers-edx-platform-2u-infinity -lms/djangoapps/gating/ @openedx/committers-edx-platform-2u-infinity -lms/djangoapps/learner_dashboard/ @openedx/committers-edx-platform-2u-aperture -lms/djangoapps/learner_home/ @openedx/committers-edx-platform-2u-aperture -openedx/features/content_type_gating/ @openedx/committers-edx-platform-2u-infinity +common/djangoapps/entitlements/ @openedx/committers-openedx-platform-2u-aperture +lms/djangoapps/branding/ @openedx/committers-openedx-platform-2u-aperture +lms/djangoapps/commerce/ @openedx/committers-openedx-platform-2u-infinity +lms/djangoapps/experiments/ @openedx/committers-openedx-platform-2u-infinity +lms/djangoapps/gating/ @openedx/committers-openedx-platform-2u-infinity +lms/djangoapps/learner_dashboard/ @openedx/committers-openedx-platform-2u-aperture +lms/djangoapps/learner_home/ @openedx/committers-openedx-platform-2u-aperture +openedx/features/content_type_gating/ @openedx/committers-openedx-platform-2u-infinity openedx/features/course_duration_limits/ -openedx/features/discounts/ @openedx/committers-edx-platform-2u-infinity +openedx/features/discounts/ @openedx/committers-openedx-platform-2u-infinity # Ping Axim On-call if someone uses the QuickStart # https://docs.openedx.org/en/latest/developers/quickstarts/first_openedx_pr.html