Skip to content

Commit

Permalink
Sprint 67 release candidate to STAGE (#966)
Browse files Browse the repository at this point in the history
* VOTE-2534: Revert upkeep sync file change (#955)

* Vote-2747: update cypress and php version in circleci (#944)

* VOTE-2588: add id to feature card component heading (#958)

* VOTE-2777 add alternate route for Spanish NVRF (#951)

* VOTE-2777 add alternate route for Spanish NVRF

* VOTE-2777 override language switcher for custom route

* phplint fixes

* VOTE-2777 make sure back link recognized language

* VOTE-2777 simplify the form display for the NVRF block

* VOTE-2604: Update drupal core and modules. (#956)

* VOTE-2791 add view revision permissions to content manager and content editor (#959)

* Vote-2655: French Updated Strings (#961)

* VOTE-2275: Enable and configure stage file proxy (#964)

* VOTE-2797 Make the field NVRF PDF pages translatable (#967)

* VOTE-2764: Implement loading animation on NVRF page for slow page load (#963)

* VOTE-2646: Update Arabic Strings (#965)

* VOTE-2802 NVRF updates (#968)

* VOTE-2802 update NVRF to v0.17.0

* VOTE-2802 Remove language selector from nvrf page routes

* VOTE-2802 update path for Spanish NVRF route

* bugfix NVRF svg styling

* Vote-2123: Verify Language options are active (#970)

* Vote-2123: Verify Language optionsq are active

* remove .only flag

---------

Co-authored-by: Christian Medders - Bixal <[email protected]>
Co-authored-by: Mandy Lloyd <[email protected]>
Co-authored-by: Ray Estrada <[email protected]>
Co-authored-by: SamiraMSadat <[email protected]>
  • Loading branch information
5 people authored Sep 10, 2024
1 parent 50b0a0f commit 65c5418
Show file tree
Hide file tree
Showing 46 changed files with 774 additions and 453 deletions.
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

0 comments on commit 65c5418

Please sign in to comment.