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
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

View File

@@ -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 <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.
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

View File

@@ -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'