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

Sprint 67 release to PROD #971

Merged
merged 28 commits into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
a14f42e
VOTE-2112 Add data attribute to NVRF button (#943)
SamiraMSadat Aug 29, 2024
94d2936
Update to ext links test (#946)
clmedders Aug 29, 2024
bdeed59
Feature/vote 2766 nvrf update (#945)
rayestrada Aug 29, 2024
df52599
VOTE-2762 update media display of icon type (#948)
rayestrada Aug 30, 2024
2ca1ee9
VOTE-2598: Implement hero component to state/basic template (#942)
mlloydbixal Aug 30, 2024
ca7b682
VOTE-2741: Separate feature card styles from global card styles (#950)
mlloydbixal Aug 30, 2024
a30bc48
Vote-1124: Confgure responsive Image for Hero component (#949)
clmedders Aug 30, 2024
75896cb
Merge pull request #953 from usagov/dev
rayestrada Sep 3, 2024
1bf5676
VOTE-2766 update upkeep script to copy nvrf data files (#954)
rayestrada Sep 3, 2024
50b0a0f
Merge pull request #957 from usagov/dev
rayestrada Sep 3, 2024
8a685d7
VOTE-2534: Revert upkeep sync file change (#955)
daniel-crowder Sep 4, 2024
dc840d4
Vote-2747: update cypress and php version in circleci (#944)
clmedders Sep 4, 2024
41f452d
VOTE-2588: add id to feature card component heading (#958)
mlloydbixal Sep 4, 2024
482ab8e
VOTE-2777 add alternate route for Spanish NVRF (#951)
rayestrada Sep 5, 2024
c890291
VOTE-2604: Update drupal core and modules. (#956)
daniel-crowder Sep 5, 2024
2d66603
VOTE-2791 add view revision permissions to content manager and conten…
rayestrada Sep 5, 2024
ba8f3c2
Vote-2655: French Updated Strings (#961)
clmedders Sep 6, 2024
0d0d9db
VOTE-2275: Enable and configure stage file proxy (#964)
mlloydbixal Sep 6, 2024
22cc6cd
VOTE-2797 Make the field NVRF PDF pages translatable (#967)
SamiraMSadat Sep 6, 2024
826c3b6
VOTE-2764: Implement loading animation on NVRF page for slow page loa…
mlloydbixal Sep 6, 2024
03dec21
VOTE-2646: Update Arabic Strings (#965)
mlloydbixal Sep 9, 2024
0daf91c
VOTE-2802 NVRF updates (#968)
rayestrada Sep 9, 2024
e87b192
bugfix NVRF svg styling
rayestrada Sep 9, 2024
314e9b3
Vote-2123: Verify Language options are active (#970)
clmedders Sep 9, 2024
65c5418
Sprint 67 release candidate to STAGE (#966)
daniel-crowder Sep 10, 2024
e558562
VOTE-2766 route link fix in template (#972)
rayestrada Sep 10, 2024
22ef138
Revert "Sprint 67 release candidate to STAGE (#966)"
rayestrada Sep 10, 2024
5c78434
Merge pull request #973 from usagov/dev
rayestrada Sep 10, 2024
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
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- project/web/themes/custom/votegov/dist
cypress:
docker:
- image: cypress/included:cypress-12.3.0-node-16.18.1-chrome-109.0.5414.74-1-ff-109.0-edge-109.0.1518.52-1
- image: cypress-13.13.0-node-20.15.1-chrome-126.0.6478.114-1-ff-128.0-edge-126.0.2592.61-1
environment:
cypress_pipeline: 1
cypress_cloudgov_application_name: "${project}-drupal-${CIRCLE_BRANCH}"
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
source ./scripts/pipeline/downsync-restore.sh
php-lint:
docker:
- image: php:8.2-alpine
- image: php:8.3-alpine
steps:
- run:
name: "Install PHP dependencies"
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
snyk test --org=${SNYK_ORG} --severity-threshold=$THRESHOLD
link-validation:
docker:
- image: cypress/included:cypress-12.3.0-node-16.18.1-chrome-109.0.5414.74-1-ff-109.0-edge-109.0.1518.52-1
- image: cypress-13.13.0-node-20.15.1-chrome-126.0.6478.114-1-ff-128.0-edge-126.0.2592.61-1
environment:
cypress_pipeline: 1
cypress_cloudgov_application_name: "${project}-drupal-${CIRCLE_BRANCH}"
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"drupal/s3fs": "^3.1",
"drupal/samlauth": "^3.8",
"drupal/simple_sitemap": "^4.1",
"drupal/stage_file_proxy": "^3.1",
"drupal/svg_image": "^3.0",
"drupal/tome": "^1.8",
"drupal/translatable_menu_link_uri": "^2.0@dev",
Expand Down
Loading