This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from OpenPathfinder/feat/rebranding
Rebrand aligment
- Loading branch information
Showing
7 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,12 +19,12 @@ jobs: | |
image: postgres:17.2 | ||
env: | ||
POSTGRES_DB: dashboard | ||
POSTGRES_USER: openjs | ||
POSTGRES_USER: visionBoard | ||
POSTGRES_PASSWORD: password | ||
ports: | ||
- 5432:5432 | ||
options: >- | ||
--health-cmd="pg_isready -U openjs" | ||
--health-cmd="pg_isready -U visionBoard" | ||
--health-interval=10s | ||
--health-timeout=5s | ||
--health-retries=5 | ||
|
@@ -38,20 +38,20 @@ jobs: | |
git fetch origin chore/update-content || true | ||
git checkout chore/update-content || git checkout -b chore/update-content | ||
- name: Clone OpenJS Foundation Dashboard | ||
- name: Clone visionBoard and import checks | ||
run: | | ||
git clone https://github.com/secure-dashboards/openjs-foundation-dashboard.git temp-openjs-dashboard | ||
cd temp-openjs-dashboard | ||
git clone https://github.com/OpenPathfinder/visionBoard.git temp-visionBoard | ||
cd temp-visionBoard | ||
npm install | ||
npm run db:migrate | ||
mkdir -p output | ||
npm run db:export-checks | ||
cp output/checks.json ../data/checks.json | ||
cd .. | ||
rm -rf temp-openjs-dashboard | ||
rm -rf temp-visionBoard | ||
env: | ||
PGHOST: localhost | ||
PGUSER: openjs | ||
PGUSER: visionBoard | ||
PGPASSWORD: password | ||
PGDATABASE: dashboard | ||
|
||
|
@@ -65,7 +65,7 @@ jobs: | |
git config user.name "GitHub Actions" | ||
git config user.email "[email protected]" | ||
git add -A | ||
git diff --cached --quiet || git commit -m "chore: sync with OpenJS Foundation Dashboard" | ||
git diff --cached --quiet || git commit -m "chore: sync with visionBoard Checks" | ||
- name: Install Dependencies and update dynamic content | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters