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

Vacms 15315 front end match style to sketch, testing #1790

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
a43b9f1
working va-telephone components, cc benefits hotline, cc cannot find …
eselkin Nov 12, 2023
ef5bb45
working va-telephone components, cc benefits hotline, cc cannot find …
eselkin Nov 12, 2023
082cc12
back to top and above footer
eselkin Nov 13, 2023
6b8b57a
Merge branch 'va-14940-vba-facility-content-skeleton' into VACMS-1531…
eselkin Nov 13, 2023
e5c35af
describe structure of processed better
eselkin Nov 13, 2023
56493a0
Update 21-0966 url (#1780)
ndsprinkle Nov 14, 2023
9008b5b
update cypress to 13.5 (#1793)
pjhill Nov 14, 2023
210a9d5
Add breadcrumb data and update component
maxx1128 Nov 14, 2023
6f77f73
matching tags
eselkin Nov 14, 2023
d189423
Updates graceful-fs to a version without bug. (#1795)
ndouglas Nov 14, 2023
1f54c5f
accept incoming
eselkin Nov 14, 2023
dd1bb1c
update mochawesome to 7.1.3 (#1796)
pjhill Nov 15, 2023
bc5c687
Bump actions/checkout from 3.5.2 to 4.1.1 (#1750)
dependabot[bot] Nov 15, 2023
917fa58
update mocha to 10.2.0 (#1797)
pjhill Nov 15, 2023
96c0354
p tags and testing
eselkin Nov 15, 2023
469c23e
p tags with margin top 0
eselkin Nov 15, 2023
50034de
error in quotes
eselkin Nov 16, 2023
cf7e597
uswds on alert, office hours, etc
eselkin Nov 17, 2023
25f2008
lint
eselkin Nov 17, 2023
c44c90f
Merge branch 'va-14940-vba-facility-content-skeleton' into VACMS-1531…
eselkin Nov 17, 2023
72d70ce
social updates
eselkin Nov 18, 2023
cdcf912
Fix typo in breadcrumb link for 10-10EZR application (#1799)
longmd Nov 19, 2023
437a0eb
move promo banner into header tag (#1798)
chriskim2311 Nov 20, 2023
01aea4e
vba links at top
eselkin Nov 20, 2023
994a345
Enable form 21-0966 (#1783)
Thrillberg Nov 20, 2023
9e7099c
testing for updates filters
eselkin Nov 20, 2023
cc23713
Merge branch 'main' into VACMS-15315-front-end-match-style-testing
eselkin Nov 20, 2023
67529e1
fix mock data
eselkin Nov 20, 2023
4ec8a0a
claim status link
eselkin Nov 21, 2023
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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:

- name: Check out code
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef # v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/content-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: echo APPROX_WORKFLOW_START_TIME=$(date +"%s") >> $GITHUB_OUTPUT

- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Wait for the CMS to be ready
uses: ./.github/workflows/wait-for-cms-ready
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
needs: validate-build-status
steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Notify Slack
uses: department-of-veterans-affairs/platform-release-tools-actions/slack-notify@8c496a4b0c9158d18edcd9be8722ed0f79e8c5b4 # main
Expand Down Expand Up @@ -113,13 +113,13 @@ jobs:
working-directory: ${{ github.workspace }}

- name: Checkout vagov-content
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
repository: department-of-veterans-affairs/vagov-content
path: vagov-content

- name: Checkout content-build
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
path: content-build
ref: ${{ needs.validate-build-status.outputs.REF }}
Expand Down Expand Up @@ -384,7 +384,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure AWS credentials (1)
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef # v2.0.0
Expand Down Expand Up @@ -449,7 +449,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Wait for the CMS to be ready
uses: ./.github/workflows/wait-for-cms-ready
Expand Down Expand Up @@ -488,7 +488,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef # v2.0.0
Expand Down Expand Up @@ -533,7 +533,7 @@ jobs:
needs: deploy
steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef # v2.0.0
Expand Down Expand Up @@ -593,7 +593,7 @@ jobs:
needs: deploy
steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef # v2.0.0
Expand Down Expand Up @@ -641,7 +641,7 @@ jobs:
METRIC_NAMESPACE: dsva_vagov.content_build
steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Get current timestamp
run: echo "NOW=$(date +"%s")" >> $GITHUB_ENV
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:

steps:
- name: Checkout vagov-content
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
repository: department-of-veterans-affairs/vagov-content
path: vagov-content

- name: Checkout content-build
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
path: content-build

Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Install dependencies
uses: ./.github/workflows/install
Expand Down Expand Up @@ -293,7 +293,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Install dependencies
uses: ./.github/workflows/install
Expand All @@ -316,7 +316,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Install dependencies
uses: ./.github/workflows/install
Expand All @@ -336,7 +336,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Install dependencies
uses: ./.github/workflows/install
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:

steps:
- name: Checkout content-build
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Download production build
run: curl -L "https://s3-us-gov-west-1.amazonaws.com/vetsgov-website-builds-s3-upload/content-build/${{ github.sha }}/vagovprod.tar.bz2" -o vagovprod.tar.bz2
Expand Down Expand Up @@ -466,7 +466,7 @@ jobs:
# ------------------------

- name: Checkout Testing Tools Team Dashboard Data repo
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
repository: department-of-veterans-affairs/testing-tools-team-dashboard-data
token: ${{ env.VA_VSP_BOT_GITHUB_TOKEN }}
Expand Down Expand Up @@ -582,7 +582,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Install dependencies
uses: ./.github/workflows/install
Expand Down Expand Up @@ -619,7 +619,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure AWS credentials (1)
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef # v2.0.0
Expand Down Expand Up @@ -692,7 +692,7 @@ jobs:
env_variable_name: JENKINS_API_TOKEN

- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Install dependencies
uses: ./.github/workflows/install
Expand All @@ -715,7 +715,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Notify Slack
uses: department-of-veterans-affairs/platform-release-tools-actions/slack-notify@8c496a4b0c9158d18edcd9be8722ed0f79e8c5b4 # main
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/daily-production-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env_variable_name: VA_VSP_BOT_GITHUB_TOKEN

- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
token: ${{ env.VA_VSP_BOT_GITHUB_TOKEN }}

Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Notify Slack
uses: department-of-veterans-affairs/platform-release-tools-actions/slack-notify@8c496a4b0c9158d18edcd9be8722ed0f79e8c5b4 # main
Expand All @@ -121,7 +121,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Notify Slack
if: ${{ env.DSVA_SCHEDULE_ENABLED == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-release-warning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: andymckay/cancel-action@b9280e3f8986d7a8e91c7462efc0fa318010c8b1 # v0.3

- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-deploy-dev-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure AWS credentials (1)
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef # v2.0.0
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Notify Slack
uses: department-of-veterans-affairs/platform-release-tools-actions/slack-notify@8c496a4b0c9158d18edcd9be8722ed0f79e8c5b4 # main
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/manual-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Get Node version
id: get-node-version
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
if: github.event.pull_request.draft == false
steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Get Node version
id: get-node-version
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Get Node version
id: get-node-version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preview-environment-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Clean Up Deleted Branch Preview Environments
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Install dependencies
uses: ./.github/workflows/install
Expand All @@ -38,7 +38,7 @@ jobs:
env_variable_name: VA_VSP_BOT_GITHUB_TOKEN

- name: Checkout Application Infra Manifests Repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
repository: department-of-veterans-affairs/vsp-infra-application-manifests
token: ${{ env.VA_VSP_BOT_GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prune-self-hosted-runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef # v2.0.0
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"css-loader": "^6.2.0",
"cssnano": "^5.0.8",
"cy-mobile-commands": "^0.3.0",
"cypress": "^10.8.0",
"cypress": "^13.5",
"cypress-axe": "^1.5.0",
"cypress-downloadfile": "^1.2.3",
"cypress-multi-reporters": "^1.5.0",
Expand Down Expand Up @@ -158,7 +158,7 @@
"find-root": "^1.1.0",
"fs-extra": "^7.0.0",
"glob": "^7.1.7",
"graceful-fs": "^4.2.8",
"graceful-fs": "^4.2.11",
"http-server": "^0.12.3",
"husky": ">=6",
"isomorphic-fetch": "^2.2.1",
Expand All @@ -168,10 +168,10 @@
"metalsmith-assets": "^0.1.0",
"metalsmith-date-in-filename": "^0.0.14",
"mini-css-extract-plugin": "^2.3.0",
"mocha": "^8.2.1",
"mocha": "^10.2.0",
"mocha-junit-reporter": "^2.0.0",
"mocha-snapshots": "^4.2.0",
"mochawesome": "^6.3.1",
"mochawesome": "7.1.3",
"mochawesome-merge": "^4.2.0",
"mochawesome-report-generator": "^5.2.0",
"mocker-api": "^2.9.1",
Expand Down Expand Up @@ -248,6 +248,7 @@
"**/js-yaml": "^3.13.1",
"**/jpeg-js": "^0.4.0",
"**/dot-prop": "^5.1.1",
"**/graceful-fs": "^4.2.11",
"**/handlebars": "^4.7.7",
"**/http-proxy": "^1.18.1",
"**/hosted-git-info": "^3.0.8",
Expand Down
Loading
Loading