Skip to content

Commit cc8bc14

Browse files
Muhammad Faraz  MaqsoodMuhammad Faraz  Maqsood
authored andcommitted
chore: remove library authoring mfe
1 parent bbfa2e8 commit cc8bc14

File tree

8 files changed

+2
-34
lines changed

8 files changed

+2
-34
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"postStartCommand": ".devcontainer/postStartCommand.sh",
3838
"forwardPorts": [
3939
1976, 1984, 1990, 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
40-
2001, 3001, 3406, 5335, 7474, 8000, 8081, 8734, 8735, 9021, 9201, 9202,
40+
2001, 3406, 5335, 7474, 8000, 8081, 8734, 8735, 9021, 9201, 9202,
4141
9301, 9600, 18000, 18010, 18040, 18110, 18120, 18130, 18150, 18160,
4242
18170, 18270, 18280, 18381, 18400, 18450, 18734, 18760, 18787, 19001,
4343
27017, 44567
@@ -67,7 +67,6 @@
6767
"1999": { "label": "frontend-app-authn" },
6868
"18734": { "label": "registrar" },
6969
"1976": { "label": "frontend-app-program-console" },
70-
"3001": { "label": "frontend-app-library-authoring" },
7170
"2001": { "label": "frontend-app-course-authoring" },
7271
"1997": { "label": "frontend-app-account" },
7372
"1995": { "label": "frontend-app-profile" },

docker-compose-host.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,6 @@ services:
201201
- ${DEVSTACK_WORKSPACE}/frontend-app-learning:/edx/app/frontend-app-learning
202202
- frontend_app_learning_node_modules:/edx/app/frontend-app-learning/node_modules
203203
- ${DEVSTACK_WORKSPACE}/src:/edx/app/src
204-
frontend-app-library-authoring:
205-
volumes:
206-
- ${DEVSTACK_WORKSPACE}/frontend-app-library-authoring:/edx/app/frontend-app-library-authoring
207-
- frontend_app_library_authoring_node_modules:/edx/app/frontend-app-library-authoring/node_modules
208-
- ${DEVSTACK_WORKSPACE}/src:/edx/app/src
209204
frontend-app-payment:
210205
volumes:
211206
- ${DEVSTACK_WORKSPACE}/frontend-app-payment:/edx/app/frontend-app-payment
@@ -239,7 +234,6 @@ volumes:
239234
frontend_app_learner_dashboard_node_modules:
240235
frontend_app_learner_record_node_modules:
241236
frontend_app_learning_node_modules:
242-
frontend_app_library_authoring_node_modules:
243237
frontend_app_payment_node_modules:
244238
frontend_app_program_console_node_modules:
245239
frontend_app_publisher_node_modules:

docker-compose.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,24 +1130,6 @@ services:
11301130
depends_on:
11311131
- lms
11321132

1133-
frontend-app-library-authoring:
1134-
extends:
1135-
file: microfrontend.yml
1136-
service: microfrontend
1137-
working_dir: '/edx/app/frontend-app-library-authoring'
1138-
container_name: "edx.${COMPOSE_PROJECT_NAME:-devstack}.frontend-app-library-authoring"
1139-
environment:
1140-
PARAGON_BRAND_PACKAGE: '@edx/[email protected]'
1141-
networks:
1142-
default:
1143-
aliases:
1144-
- edx.devstack.frontend-app-library-authoring
1145-
ports:
1146-
- "3001:3001"
1147-
depends_on:
1148-
- lms
1149-
- cms
1150-
11511133
frontend-app-payment:
11521134
extends:
11531135
file: microfrontend.yml

docs/service_list.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ Instead of a service name or list, you can also run commands like ``make dev.pro
4747
+-------------------------------------------+-------------------------------------+----------------+--------------+
4848
| `frontend-app-program-console`_ | http://localhost:1976/ | MFE (React.js) | Extra |
4949
+-------------------------------------------+-------------------------------------+----------------+--------------+
50-
| `frontend-app-library-authoring`_ | http://localhost:3001/ | MFE (React.js) | Extra |
51-
+-------------------------------------------+-------------------------------------+----------------+--------------+
5250
| `frontend-app-course-authoring`_ | http://localhost:2001/ | MFE (React.js) | Extra |
5351
+-------------------------------------------+-------------------------------------+----------------+--------------+
5452
| `frontend-app-account`_ | http://localhost:1997/ | MFE (React.js) | Extra |
@@ -106,7 +104,6 @@ Some common service combinations include:
106104
.. _frontend-app-learner-dashboard: https://github.com/openedx/frontend-app-learner-dashboard
107105
.. _frontend-app-learner-record: https://github.com/openedx/frontend-app-learner-record
108106
.. _frontend-app-learning: https://github.com/openedx/frontend-app-learning
109-
.. _frontend-app-library-authoring: https://github.com/openedx/frontend-app-library-authoring
110107
.. _frontend-app-course-authoring: https://github.com/openedx/frontend-app-course-authoring
111108
.. _frontend-app-account: https://github.com/openedx/frontend-app-account
112109
.. _frontend-app-profile: https://github.com/openedx/frontend-app-profile

options.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ credentials+discovery+ecommerce+edx_notes_api+forum+frontend-app-authn+frontend-
6767
# Separated by plus signs.
6868
# Separated by plus signs. Listed in alphabetical order for clarity.
6969
EDX_SERVICES ?= \
70-
analyticsapi+codejail+enterprise-subsidy+credentials+cms+cms-worker+cms_watcher+discovery+ecommerce+edx-exams+edx_notes_api+forum+frontend-app-account+frontend-app-learner-dashboard+frontend-app-learner-record+frontend-app-profile+frontend-app-authn+frontend-app-course-authoring+frontend-app-gradebook+frontend-app-ora-grading+frontend-app-learning+frontend-app-library-authoring+frontend-app-payment+frontend-app-program-console+frontend-app-publisher+insights+lms+lms-worker+lms_watcher+registrar+registrar-worker+xqueue+xqueue_consumer+enterprise-catalog+license-manager+designer+enterprise-access+frontend-app-admin-portal+frontend-app-learner-portal-enterprise+frontend-app-enterprise-checkout
70+
analyticsapi+codejail+enterprise-subsidy+credentials+cms+cms-worker+cms_watcher+discovery+ecommerce+edx-exams+edx_notes_api+forum+frontend-app-account+frontend-app-learner-dashboard+frontend-app-learner-record+frontend-app-profile+frontend-app-authn+frontend-app-course-authoring+frontend-app-gradebook+frontend-app-ora-grading+frontend-app-learning+frontend-app-payment+frontend-app-program-console+frontend-app-publisher+insights+lms+lms-worker+lms_watcher+registrar+registrar-worker+xqueue+xqueue_consumer+enterprise-catalog+license-manager+designer+enterprise-access+frontend-app-admin-portal+frontend-app-learner-portal-enterprise+frontend-app-enterprise-checkout
7171

7272
# Services with database migrations.
7373
# Should be a subset of $(EDX_SERVICES).

py_configuration_files/cms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
289289

290290
# MFEs that will call this service in devstack
291291
CSRF_TRUSTED_ORIGINS = [
292-
'http://localhost:3001', # frontend-app-library-authoring
293292
'http://localhost:2001', # frontend-app-course-authoring
294293
'http://localhost:1992', # frontend-app-ora
295294
'http://localhost:1999', # frontend-app-authn

py_configuration_files/lms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
310310
'localhost:1994', # frontend-app-gradebook
311311
'localhost:2000', # frontend-app-learning
312312
'localhost:2001', # frontend-app-course-authoring
313-
'localhost:3001', # frontend-app-library-authoring
314313
'localhost:18400', # frontend-app-publisher
315314
'localhost:1993', # frontend-app-ora-grading
316315
'localhost:1996', # frontend-app-learner-dashboard

repo.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ non_release_repos=(
4747
"https://github.com/openedx/frontend-app-authn.git"
4848
"https://github.com/openedx/frontend-app-course-authoring.git"
4949
"https://github.com/openedx/frontend-app-learning.git"
50-
"https://github.com/openedx/frontend-app-library-authoring.git"
5150
"https://github.com/edx/registrar.git"
5251
"https://github.com/edx/frontend-app-program-console.git"
5352
"https://github.com/openedx/frontend-app-account.git"
@@ -87,7 +86,6 @@ non_release_ssh_repos=(
8786
"[email protected]:openedx/frontend-app-authn.git"
8887
"[email protected]:openedx/frontend-app-course-authoring.git"
8988
"[email protected]:openedx/frontend-app-learning.git"
90-
"[email protected]:openedx/frontend-app-library-authoring.git"
9189
"[email protected]:edx/registrar.git"
9290
"[email protected]:edx/frontend-app-program-console.git"
9391
"[email protected]:openedx/frontend-app-account.git"

0 commit comments

Comments
 (0)