From f2f2c95629ae630a87b9253c45f0e6ce7ff8b3aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:34:02 -0500 Subject: [PATCH 1/3] Bump drupal/geocoder from 4.22.0 to 4.23.0 (#17147) Bumps drupal/geocoder from 4.22.0 to 4.23.0. --- updated-dependencies: - dependency-name: drupal/geocoder dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 2d9b4d2aef..c71d3e0498 100644 --- a/composer.lock +++ b/composer.lock @@ -6519,17 +6519,17 @@ }, { "name": "drupal/geocoder", - "version": "4.22.0", + "version": "4.23.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/geocoder.git", - "reference": "8.x-4.22" + "reference": "8.x-4.23" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/geocoder-8.x-4.22.zip", - "reference": "8.x-4.22", - "shasum": "cc6d9bbb542c5073e4a19dececa58ffdac146aa4" + "url": "https://ftp.drupal.org/files/projects/geocoder-8.x-4.23.zip", + "reference": "8.x-4.23", + "shasum": "111a67f6da761848882482041a7c67c797e96a3e" }, "require": { "davedevelopment/stiphle": "^0.9.2", @@ -6573,8 +6573,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-4.22", - "datestamp": "1706827890", + "version": "8.x-4.23", + "datestamp": "1707161636", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" From 1e08ba2d06142a885dde36214963ac365245edec Mon Sep 17 00:00:00 2001 From: Michael Kinnunen Date: Thu, 8 Feb 2024 11:37:46 -0500 Subject: [PATCH 2/3] VACMS-16641: Test restricted archive workflow (#17160) * VACMS-16641: Add tests for restricted archive workflow * VACMS-16641: Move the tests into VBA Facility and use that content type instead of Police Page * VACMS-16641: Update the Scenarios to show intent --- .../facilities/vba/vba_facility.feature | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/tests/cypress/integration/features/content_type/facilities/vba/vba_facility.feature b/tests/cypress/integration/features/content_type/facilities/vba/vba_facility.feature index 375e546b2f..c464663a9c 100644 --- a/tests/cypress/integration/features/content_type/facilities/vba/vba_facility.feature +++ b/tests/cypress/integration/features/content_type/facilities/vba/vba_facility.feature @@ -13,6 +13,37 @@ Feature: CMS User may effectively interact with the VBA Facility form Then the primary tab "View" should exist Then the primary tab "Edit" should not exist + Scenario: Test restricted_archive workflow prevents archiving a VBA Facility as a VBA editor. + When I am logged in as a user with the roles "content_creator_vba, content_publisher" + And my workbench access sections are set to "1065" + When I am at "/node/4063/edit" + And I scroll to element "select#edit-moderation-state-0-state" + Then an option with the text "Archived" from dropdown with selector "select#edit-moderation-state-0-state" should not be visible + And I scroll to position "bottom" + And I click the "Unlock" link + And I click the "Confirm break lock" button + + Scenario: Test restricted_archive workflow allows archiving a VBA Facility as a content_admin. + Given I am logged in as a user with the "content_admin" role + # Columbia VA Regional Benefit Office + When I am at "/node/4063/edit" + And I scroll to element "select#edit-moderation-state-0-state" + Then an option with the text "Archived" from dropdown with selector "select#edit-moderation-state-0-state" should be visible + + When I select option "Archived" from dropdown with selector "select#edit-moderation-state-0-state" + And I fill in field with selector "#edit-revision-log-0-value" with value "[Test Data] Revision log message." + And I save the node + Then I should see "has been updated." + + When I click the edit tab + And I scroll to element "select#edit-moderation-state-0-state" + Then an option with the text "Published" from dropdown with selector "select#edit-moderation-state-0-state" should be visible + + When I select option "Published" from dropdown with selector "select#edit-moderation-state-0-state" + And I fill in field with selector "#edit-revision-log-0-value" with value "[Test Data] Revision log message." + And I save the node + Then I should see "has been updated." + Scenario: Enable banner segment and ensure expected fields are present Given I am logged in as a user with the "content_admin" role And my workbench access sections are set to "1065" From 917d9e37f4d168bacb549f2f9a71f9f41bb76f5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 12:07:37 -0500 Subject: [PATCH 3/3] Bump int128/datadog-actions-metrics from 1.77.0 to 1.79.0 (#17139) Bumps [int128/datadog-actions-metrics](https://github.com/int128/datadog-actions-metrics) from 1.77.0 to 1.79.0. - [Release notes](https://github.com/int128/datadog-actions-metrics/releases) - [Commits](https://github.com/int128/datadog-actions-metrics/compare/56be1c4bf92adece9d10f7fef4ba48bccf8e8c81...af1a1a70bb380b079e38053d5fb32ae907ce2b6a) --- updated-dependencies: - dependency-name: int128/datadog-actions-metrics dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/actions-metrics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions-metrics.yml b/.github/workflows/actions-metrics.yml index 3c8ffe11e8..f1ec78d3fa 100644 --- a/.github/workflows/actions-metrics.yml +++ b/.github/workflows/actions-metrics.yml @@ -11,7 +11,7 @@ jobs: timeout-minutes: 10 steps: - name: Send GitHub Actions metrics to DataDog - uses: int128/datadog-actions-metrics@56be1c4bf92adece9d10f7fef4ba48bccf8e8c81 # v1.77.0 + uses: int128/datadog-actions-metrics@af1a1a70bb380b079e38053d5fb32ae907ce2b6a # v1.79.0 with: datadog-api-key: ${{ secrets.DATADOG_API_KEY }} collect-job-metrics: true