Skip to content

Commit 5a411c2

Browse files
authored
build: Update README, CODEOWNERS, catalog-info with new repo name (#37939)
Referenced GH team names have been updated accordingly as well. Closes: #37904
1 parent e0b2d6b commit 5a411c2

File tree

3 files changed

+32
-31
lines changed

3 files changed

+32
-31
lines changed

.github/CODEOWNERS

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22

33
# Core
44
common/djangoapps/student/
5-
common/djangoapps/student/models/__init__.py @openedx/committers-edx-platform-2u-tnl
6-
common/djangoapps/student/models/course_enrollment.py @openedx/committers-edx-platform-2u-tnl
5+
common/djangoapps/student/models/__init__.py @openedx/committers-openedx-platform-2u-tnl
6+
common/djangoapps/student/models/course_enrollment.py @openedx/committers-openedx-platform-2u-tnl
77
common/djangoapps/third_party_auth/
88
lms/djangoapps/course_api/blocks
99
lms/djangoapps/courseware/
1010
lms/djangoapps/grades/
1111
lms/djangoapps/instructor/
1212
lms/djangoapps/instructor_task/
1313
lms/djangoapps/mobile_api/
14-
openedx/core/djangoapps/commerce/ @openedx/committers-edx-platform-2u-infinity
15-
openedx/core/djangoapps/credentials @openedx/committers-edx-platform-2u-aperture
16-
openedx/core/djangoapps/credit @openedx/committers-edx-platform-2u-aperture
17-
openedx/core/djangoapps/enrollments/ @openedx/committers-edx-platform-2u-aperture
14+
openedx/core/djangoapps/commerce/ @openedx/committers-openedx-platform-2u-infinity
15+
openedx/core/djangoapps/credentials @openedx/committers-openedx-platform-2u-aperture
16+
openedx/core/djangoapps/credit @openedx/committers-openedx-platform-2u-aperture
17+
openedx/core/djangoapps/enrollments/ @openedx/committers-openedx-platform-2u-aperture
1818
openedx/core/djangoapps/heartbeat/
1919
openedx/core/djangoapps/oauth_dispatch
20-
openedx/core/djangoapps/user_api/ @openedx/committers-edx-platform-2u-aperture
21-
openedx/core/djangoapps/user_authn/ @openedx/committers-edx-platform-2u-infinity
22-
openedx/core/djangoapps/verified_track_content/ @openedx/committers-edx-platform-2u-infinity
20+
openedx/core/djangoapps/user_api/ @openedx/committers-openedx-platform-2u-aperture
21+
openedx/core/djangoapps/user_authn/ @openedx/committers-openedx-platform-2u-infinity
22+
openedx/core/djangoapps/verified_track_content/ @openedx/committers-openedx-platform-2u-infinity
2323
openedx/features/course_experience/
2424
# The Aximprovements team is working on extracting all built-in XBlocks
2525
# to the external repository (xblocks-contrib). They need to be notified
@@ -35,21 +35,21 @@ lms/djangoapps/edxnotes
3535
common/djangoapps/track/
3636

3737
# Credentials
38-
lms/djangoapps/certificates/ @openedx/committers-edx-platform-2u-aperture
38+
lms/djangoapps/certificates/ @openedx/committers-openedx-platform-2u-aperture
3939

4040
# Discovery
41-
common/djangoapps/course_modes/ @openedx/committers-edx-platform-2u-aperture
41+
common/djangoapps/course_modes/ @openedx/committers-openedx-platform-2u-aperture
4242
common/djangoapps/enrollment/
43-
common/djangoapps/entitlements/ @openedx/committers-edx-platform-2u-aperture
44-
lms/djangoapps/branding/ @openedx/committers-edx-platform-2u-aperture
45-
lms/djangoapps/commerce/ @openedx/committers-edx-platform-2u-infinity
46-
lms/djangoapps/experiments/ @openedx/committers-edx-platform-2u-infinity
47-
lms/djangoapps/gating/ @openedx/committers-edx-platform-2u-infinity
48-
lms/djangoapps/learner_dashboard/ @openedx/committers-edx-platform-2u-aperture
49-
lms/djangoapps/learner_home/ @openedx/committers-edx-platform-2u-aperture
50-
openedx/features/content_type_gating/ @openedx/committers-edx-platform-2u-infinity
43+
common/djangoapps/entitlements/ @openedx/committers-openedx-platform-2u-aperture
44+
lms/djangoapps/branding/ @openedx/committers-openedx-platform-2u-aperture
45+
lms/djangoapps/commerce/ @openedx/committers-openedx-platform-2u-infinity
46+
lms/djangoapps/experiments/ @openedx/committers-openedx-platform-2u-infinity
47+
lms/djangoapps/gating/ @openedx/committers-openedx-platform-2u-infinity
48+
lms/djangoapps/learner_dashboard/ @openedx/committers-openedx-platform-2u-aperture
49+
lms/djangoapps/learner_home/ @openedx/committers-openedx-platform-2u-aperture
50+
openedx/features/content_type_gating/ @openedx/committers-openedx-platform-2u-infinity
5151
openedx/features/course_duration_limits/
52-
openedx/features/discounts/ @openedx/committers-edx-platform-2u-infinity
52+
openedx/features/discounts/ @openedx/committers-openedx-platform-2u-infinity
5353

5454
# Ping Axim On-call if someone uses the QuickStart
5555
# https://docs.openedx.org/en/latest/developers/quickstarts/first_openedx_pr.html

README.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ Open edX Platform
55
.. |License: AGPL v3| image:: https://img.shields.io/badge/License-AGPL_v3-blue.svg
66
:target: https://www.gnu.org/licenses/agpl-3.0
77

8-
.. |Python CI| image:: https://github.com/openedx/edx-platform/actions/workflows/unit-tests.yml/badge.svg
9-
:target: https://github.com/openedx/edx-platform/actions/workflows/unit-tests.yml
8+
.. |Python CI| image:: https://github.com/openedx/openedx-platform/actions/workflows/unit-tests.yml/badge.svg
9+
:target: https://github.com/openedx/openedx-platform/actions/workflows/unit-tests.yml
1010

1111
.. |Status| image:: https://img.shields.io/badge/status-maintained-31c653
1212

13+
*Formerly known as "edx-platform"*
14+
1315
Purpose
1416
*******
1517
The `Open edX Platform <https://openedx.org>`_ enables the authoring and
@@ -20,7 +22,7 @@ modular monolith, some independently deployable applications (IDAs), and
2022
micro-frontends (MFEs) based on the ReactJS.
2123

2224
This repository hosts the monolith at the center of the Open edX
23-
platform. Functionally, the edx-platform repository provides two services:
25+
platform. Functionally, the openedx-platform repository provides two services:
2426

2527
* CMS (Content Management Service), which powers Open edX Studio, the platform's learning content authoring environment; and
2628
* LMS (Learning Management Service), which delivers learning content.
@@ -53,7 +55,7 @@ For Development
5355
===============
5456

5557
Tutor also features a `development mode`_ which will also help you modify,
56-
test, and extend edx-platform. We recommend this method for all Open edX
58+
test, and extend openedx-platform. We recommend this method for all Open edX
5759
developers.
5860

5961
Bare Metal (Advanced)
@@ -234,7 +236,7 @@ License
234236
The code in this repository is licensed under version 3 of the AGPL
235237
unless otherwise noted. Please see the `LICENSE`_ file for details.
236238

237-
.. _LICENSE: https://github.com/openedx/edx-platform/blob/master/LICENSE
239+
.. _LICENSE: https://github.com/openedx/openedx-platform/blob/master/LICENSE
238240

239241

240242
More about Open edX
@@ -271,8 +273,8 @@ We use Github Issues for our issue tracker. You can search
271273
`previously reported issues`_. If you need to report a bug, or want to discuss
272274
a new feature before you implement it, please `create a new issue`_.
273275

274-
.. _previously reported issues: https://github.com/openedx/edx-platform/issues
275-
.. _create a new issue: https://github.com/openedx/edx-platform/issues/new/choose
276+
.. _previously reported issues: https://github.com/openedx/openedx-platform/issues
277+
.. _create a new issue: https://github.com/openedx/openedx-platform/issues/new/choose
276278

277279

278280
How to Contribute
@@ -306,5 +308,4 @@ People
306308

307309
The current maintainers of this repository can be found on `Backstage`_.
308310

309-
.. _Backstage: https://backstage.openedx.org/catalog/default/component/edx-platform
310-
311+
.. _Backstage: https://backstage.openedx.org/catalog/default/component/openedx-platform

catalog-info.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
apiVersion: backstage.io/v1alpha1
55
kind: Component
66
metadata:
7-
name: 'edx-platform'
7+
name: 'openedx-platform'
88
description: "The monolith at the center of the Open edX platform"
99
links:
1010
- url: "https://docs.openedx.org"
@@ -13,6 +13,6 @@ metadata:
1313
annotations:
1414
openedx.org/release: "master"
1515
spec:
16-
owner: group:wg-maintenance-edx-platform
16+
owner: group:wg-maintenance-openedx-platform
1717
type: 'service'
1818
lifecycle: 'production'

0 commit comments

Comments
 (0)