Skip to content

Commit

Permalink
docs: update dependent project list to include a new MFE and order al…
Browse files Browse the repository at this point in the history
…phabetically (#944)
  • Loading branch information
adamstankiewicz authored Dec 16, 2021
1 parent fb2122b commit 1799cbf
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 16 deletions.
41 changes: 28 additions & 13 deletions .github/workflows/analyze-dependents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
checkout-dependents:
runs-on: ubuntu-latest
steps:
- name: Checkout edx/credentials-themes
uses: actions/checkout@v2
with:
repository: edx/credentials-themes
path: dependent-usage-analyzer/.projects/credentials-themes
- name: Checkout edx/credentials
uses: actions/checkout@v2
with:
Expand All @@ -19,16 +24,16 @@ jobs:
with:
repository: edx/edx-enterprise
path: dependent-usage-analyzer/.projects/edx-enterprise
- name: Checkout edx/edx-platform
uses: actions/checkout@v2
with:
repository: edx/edx-platform
path: dependent-usage-analyzer/.projects/edx-platform
- name: Checkout edx/edx-ora2
uses: actions/checkout@v2
with:
repository: edx/edx-ora2
path: dependent-usage-analyzer/.projects/edx-ora2
- name: Checkout edx/edx-platform
uses: actions/checkout@v2
with:
repository: edx/edx-platform
path: dependent-usage-analyzer/.projects/edx-platform
- name: Checkout edx/frontend-app-account
uses: actions/checkout@v2
with:
Expand All @@ -44,6 +49,11 @@ jobs:
with:
repository: edx/frontend-app-authn
path: dependent-usage-analyzer/.projects/frontend-app-authn
- name: Checkout edx/frontend-app-communications
uses: actions/checkout@v2
with:
repository: edx/frontend-app-communications
path: dependent-usage-analyzer/.projects/frontend-app-communications
- name: Checkout edx/frontend-app-course-authoring
uses: actions/checkout@v2
with:
Expand All @@ -69,11 +79,6 @@ jobs:
with:
repository: edx/frontend-app-gradebook
path: dependent-usage-analyzer/.projects/frontend-app-gradebook
- name: Checkout edx/frontend-app-learner-record
uses: actions/checkout@v2
with:
repository: edx/frontend-app-learner-record
path: dependent-usage-analyzer/.projects/frontend-app-learner-record
- name: Checkout edx/frontend-app-learner-portal-enterprise
uses: actions/checkout@v2
with:
Expand All @@ -84,11 +89,21 @@ jobs:
with:
repository: edx/frontend-app-learner-portal-programs
path: dependent-usage-analyzer/.projects/frontend-app-learner-portal-programs
- name: Checkout edx/frontend-app-learner-record
uses: actions/checkout@v2
with:
repository: edx/frontend-app-learner-record
path: dependent-usage-analyzer/.projects/frontend-app-learner-record
- name: Checkout edx/frontend-app-learning
uses: actions/checkout@v2
with:
repository: edx/frontend-app-learning
path: dependent-usage-analyzer/.projects/frontend-app-learning
- name: Checkout edx/frontend-app-library-authoring
uses: actions/checkout@v2
with:
repository: edx/frontend-app-library-authoring
path: dependent-usage-analyzer/.projects/frontend-app-library-authoring
- name: Checkout edx/frontend-app-ora-grading
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -144,11 +159,11 @@ jobs:
with:
repository: edx/frontend-learner-portal-base
path: dependent-usage-analyzer/.projects/frontend-learner-portal-base
- name: Checkout edx/frontend-app-library-authoring
- name: Checkout edx/frontend-lib-content-components
uses: actions/checkout@v2
with:
repository: edx/frontend-app-library-authoring
path: dependent-usage-analyzer/.projects/frontend-app-library-authoring
repository: edx/frontend-lib-content-components
path: dependent-usage-analyzer/.projects/frontend-lib-content-components
- name: Checkout edx/frontend-lib-special-exams
uses: actions/checkout@v2
with:
Expand Down
9 changes: 6 additions & 3 deletions dependent-usage-analyzer/checkout-dependents.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,25 @@
mkdir .projects
(
cd .projects &&
git clone [email protected]:edx/credential-themes.git --depth 1
git clone [email protected]:edx/credentials.git --depth 1
git clone [email protected]:edx/edx-enterprise.git --depth 1
git clone [email protected]:edx/edx-platform.git --depth 1
git clone [email protected]:edx/edx-ora2.git --depth 1
git clone [email protected]:edx/edx-platform.git --depth 1
git clone [email protected]:edx/frontend-app-account.git --depth 1
git clone [email protected]:edx/frontend-app-admin-portal.git --depth 1
git clone [email protected]:edx/frontend-app-authn.git --depth 1
git clone [email protected]:edx/frontend-app-communications.git --depth 1
git clone [email protected]:edx/frontend-app-course-authoring.git --depth 1
git clone [email protected]:edx/frontend-app-discussions.git --depth 1
git clone [email protected]:edx/frontend-app-ecommerce.git --depth 1
git clone [email protected]:edx/frontend-app-enterprise-public-catalog.git --depth 1
git clone [email protected]:edx/frontend-app-gradebook.git --depth 1
git clone [email protected]:edx/frontend-app-learner-record.git --depth 1
git clone [email protected]:edx/frontend-app-learner-portal-enterprise.git --depth 1
git clone [email protected]:edx/frontend-app-learner-portal-programs.git --depth 1
git clone [email protected]:edx/frontend-app-learner-record.git --depth 1
git clone [email protected]:edx/frontend-app-learning.git --depth 1
git clone [email protected]:edx/frontend-app-library-authoring.git --depth 1
git clone [email protected]:edx/frontend-app-ora-grading.git --depth 1
git clone [email protected]:edx/frontend-app-payment.git --depth 1
git clone [email protected]:edx/frontend-app-profile.git --depth 1
Expand All @@ -29,7 +32,7 @@ mkdir .projects
git clone [email protected]:edx/frontend-component-header.git --depth 1
git clone [email protected]:edx/frontend-enterprise.git --depth 1
git clone [email protected]:edx/frontend-learner-portal-base.git --depth 1
git clone [email protected]:edx/frontend-app-library-authoring.git --depth 1
git clone [email protected]:edx/frontend-lib-content-components.git --depth 1
git clone [email protected]:edx/frontend-lib-special-exams.git --depth 1
git clone [email protected]:edx/frontend-platform.git --depth 1
git clone [email protected]:edx/frontend-template-application.git --depth 1
Expand Down

0 comments on commit 1799cbf

Please sign in to comment.