build: Update README, CODEOWNERS, catalog-info with new repo name (#37939)

Referenced GH team names have been updated accordingly as well.

Closes: https://github.com/openedx/openedx-platform/issues/37904
This commit is contained in:
Kyle McCormick
2026-01-26 12:54:58 -05:00
committed by GitHub
parent e0b2d6b71c
commit 5a411c20bd
3 changed files with 32 additions and 31 deletions

40
.github/CODEOWNERS vendored
View File

@@ -2,8 +2,8 @@
# Core # Core
common/djangoapps/student/ common/djangoapps/student/
common/djangoapps/student/models/__init__.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-edx-platform-2u-tnl common/djangoapps/student/models/course_enrollment.py @openedx/committers-openedx-platform-2u-tnl
common/djangoapps/third_party_auth/ common/djangoapps/third_party_auth/
lms/djangoapps/course_api/blocks lms/djangoapps/course_api/blocks
lms/djangoapps/courseware/ lms/djangoapps/courseware/
@@ -11,15 +11,15 @@ lms/djangoapps/grades/
lms/djangoapps/instructor/ lms/djangoapps/instructor/
lms/djangoapps/instructor_task/ lms/djangoapps/instructor_task/
lms/djangoapps/mobile_api/ lms/djangoapps/mobile_api/
openedx/core/djangoapps/commerce/ @openedx/committers-edx-platform-2u-infinity openedx/core/djangoapps/commerce/ @openedx/committers-openedx-platform-2u-infinity
openedx/core/djangoapps/credentials @openedx/committers-edx-platform-2u-aperture openedx/core/djangoapps/credentials @openedx/committers-openedx-platform-2u-aperture
openedx/core/djangoapps/credit @openedx/committers-edx-platform-2u-aperture openedx/core/djangoapps/credit @openedx/committers-openedx-platform-2u-aperture
openedx/core/djangoapps/enrollments/ @openedx/committers-edx-platform-2u-aperture openedx/core/djangoapps/enrollments/ @openedx/committers-openedx-platform-2u-aperture
openedx/core/djangoapps/heartbeat/ openedx/core/djangoapps/heartbeat/
openedx/core/djangoapps/oauth_dispatch openedx/core/djangoapps/oauth_dispatch
openedx/core/djangoapps/user_api/ @openedx/committers-edx-platform-2u-aperture openedx/core/djangoapps/user_api/ @openedx/committers-openedx-platform-2u-aperture
openedx/core/djangoapps/user_authn/ @openedx/committers-edx-platform-2u-infinity openedx/core/djangoapps/user_authn/ @openedx/committers-openedx-platform-2u-infinity
openedx/core/djangoapps/verified_track_content/ @openedx/committers-edx-platform-2u-infinity openedx/core/djangoapps/verified_track_content/ @openedx/committers-openedx-platform-2u-infinity
openedx/features/course_experience/ openedx/features/course_experience/
# The Aximprovements team is working on extracting all built-in XBlocks # The Aximprovements team is working on extracting all built-in XBlocks
# to the external repository (xblocks-contrib). They need to be notified # to the external repository (xblocks-contrib). They need to be notified
@@ -35,21 +35,21 @@ lms/djangoapps/edxnotes
common/djangoapps/track/ common/djangoapps/track/
# Credentials # Credentials
lms/djangoapps/certificates/ @openedx/committers-edx-platform-2u-aperture lms/djangoapps/certificates/ @openedx/committers-openedx-platform-2u-aperture
# Discovery # 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/enrollment/
common/djangoapps/entitlements/ @openedx/committers-edx-platform-2u-aperture common/djangoapps/entitlements/ @openedx/committers-openedx-platform-2u-aperture
lms/djangoapps/branding/ @openedx/committers-edx-platform-2u-aperture lms/djangoapps/branding/ @openedx/committers-openedx-platform-2u-aperture
lms/djangoapps/commerce/ @openedx/committers-edx-platform-2u-infinity lms/djangoapps/commerce/ @openedx/committers-openedx-platform-2u-infinity
lms/djangoapps/experiments/ @openedx/committers-edx-platform-2u-infinity lms/djangoapps/experiments/ @openedx/committers-openedx-platform-2u-infinity
lms/djangoapps/gating/ @openedx/committers-edx-platform-2u-infinity lms/djangoapps/gating/ @openedx/committers-openedx-platform-2u-infinity
lms/djangoapps/learner_dashboard/ @openedx/committers-edx-platform-2u-aperture lms/djangoapps/learner_dashboard/ @openedx/committers-openedx-platform-2u-aperture
lms/djangoapps/learner_home/ @openedx/committers-edx-platform-2u-aperture lms/djangoapps/learner_home/ @openedx/committers-openedx-platform-2u-aperture
openedx/features/content_type_gating/ @openedx/committers-edx-platform-2u-infinity openedx/features/content_type_gating/ @openedx/committers-openedx-platform-2u-infinity
openedx/features/course_duration_limits/ 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 # Ping Axim On-call if someone uses the QuickStart
# https://docs.openedx.org/en/latest/developers/quickstarts/first_openedx_pr.html # https://docs.openedx.org/en/latest/developers/quickstarts/first_openedx_pr.html

View File

@@ -5,11 +5,13 @@ Open edX Platform
.. |License: AGPL v3| image:: https://img.shields.io/badge/License-AGPL_v3-blue.svg .. |License: AGPL v3| image:: https://img.shields.io/badge/License-AGPL_v3-blue.svg
:target: https://www.gnu.org/licenses/agpl-3.0 :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 .. |Python CI| image:: https://github.com/openedx/openedx-platform/actions/workflows/unit-tests.yml/badge.svg
:target: https://github.com/openedx/edx-platform/actions/workflows/unit-tests.yml :target: https://github.com/openedx/openedx-platform/actions/workflows/unit-tests.yml
.. |Status| image:: https://img.shields.io/badge/status-maintained-31c653 .. |Status| image:: https://img.shields.io/badge/status-maintained-31c653
*Formerly known as "edx-platform"*
Purpose Purpose
******* *******
The `Open edX Platform <https://openedx.org>`_ enables the authoring and The `Open edX Platform <https://openedx.org>`_ enables the authoring and
@@ -20,7 +22,7 @@ modular monolith, some independently deployable applications (IDAs), and
micro-frontends (MFEs) based on the ReactJS. micro-frontends (MFEs) based on the ReactJS.
This repository hosts the monolith at the center of the Open edX 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 * 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. * 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, 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. developers.
Bare Metal (Advanced) Bare Metal (Advanced)
@@ -234,7 +236,7 @@ License
The code in this repository is licensed under version 3 of the AGPL The code in this repository is licensed under version 3 of the AGPL
unless otherwise noted. Please see the `LICENSE`_ file for details. 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 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 `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`_. a new feature before you implement it, please `create a new issue`_.
.. _previously reported issues: https://github.com/openedx/edx-platform/issues .. _previously reported issues: https://github.com/openedx/openedx-platform/issues
.. _create a new issue: https://github.com/openedx/edx-platform/issues/new/choose .. _create a new issue: https://github.com/openedx/openedx-platform/issues/new/choose
How to Contribute How to Contribute
@@ -306,5 +308,4 @@ People
The current maintainers of this repository can be found on `Backstage`_. 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

View File

@@ -4,7 +4,7 @@
apiVersion: backstage.io/v1alpha1 apiVersion: backstage.io/v1alpha1
kind: Component kind: Component
metadata: metadata:
name: 'edx-platform' name: 'openedx-platform'
description: "The monolith at the center of the Open edX platform" description: "The monolith at the center of the Open edX platform"
links: links:
- url: "https://docs.openedx.org" - url: "https://docs.openedx.org"
@@ -13,6 +13,6 @@ metadata:
annotations: annotations:
openedx.org/release: "master" openedx.org/release: "master"
spec: spec:
owner: group:wg-maintenance-edx-platform owner: group:wg-maintenance-openedx-platform
type: 'service' type: 'service'
lifecycle: 'production' lifecycle: 'production'