Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update dependent project list to include a new MFE and order alphabetically #944

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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