Skip to content

Releases: department-of-veterans-affairs/va.gov-cms

cms/v0.0.105

07 May 19:33
a180630
Compare
Choose a tag to compare

Release 0.0.105 ami-0b100a86c163dd9f0

a180630 VACMS-1701 Security update to drupal/webform. (#1702)

cms/v0.0.104

06 May 19:33
e067728
Compare
Choose a tag to compare

Release 0.0.104 ami-01842f05592422f2e

da4580a VACMS-1243: Render user sections on their profiles. (#1683)

  • VACMS-1243: Render user sections on their profiles.

  • VACMS-1243: Improve comments.

  • VACMS-1243: Move UserPerms service to va_gov_user. Add getSections method.

  • VACMS-1243: Add note for administration section option.

  • VACMS-1243: Refactoring.

  • VACMS-1243: Move getCache* methods under constructor where they belong.

e067728 VACMS-000 Eliminate fatal error making a new content type. (#1677)

  • VACMS-000 Eliminate fatal error making a new content type.

  • Update docroot/modules/custom/va_gov_backend/va_gov_backend.module

cms/v0.0.103

05 May 19:32
070cc05
Compare
Choose a tag to compare

Release 0.0.103 ami-06489df3344796faf

6b4ab4a VACMS-1371 disable api fields (#1658)

  • VACMS-1371 Disable facility api fields.

  • VACMS-1371 Disable fields connected to the facility API.

  • Apply suggestions from code review

Standardize on single quotes.

Co-authored-by: Oksana Cyrwus [email protected]

Co-authored-by: Oksana Cyrwus [email protected]

070cc05 VACMS-1585: UI to force-queue facilities. (#1653)

Co-authored-by: Steve Wirt [email protected]

cms/v0.0.102

03 May 01:01
Compare
Choose a tag to compare

Release 0.0.102 ami-0ef1cc6f

98e5996 CMS Export System (CEX, formerly known as Tome Sync) (#827)

  • composer require drupal/tome_sync

  • [config] drush pm-enable tome_sync

  • composer require drush/drush:~9

  • Revert "composer require drush/drush:~9"

This reverts commit f9fda25.

  • #3063027-5 Apply patch - PHP 7.2 notice - "Undefined offset: 1" in JsonSchemaEncoder

  • Add metatags to CMS Content Export (tome_sync).

  • [config] drush pm-enable va_gov_content_export

  • Add "processed" field to CMS Content Export/tome_sync.

Fixes
department-of-veterans-affairs/va.gov-team#4028.

  • Refactor 'processed' code, found a simpler way w/less code.

  • Add nid,vid and id (in some cases) to tome_sync exports.

  • Add tome, tome_sync, tome_static & drush 9.

composer require drupal/tome_sync:1.2.0
composer require drush/drush:~9

  • Add core patch "MenuLinkContent updateLink function generates a PHP Warning for override-able keys that are not present in the loaded entity."

  • phpcs conformance

  • Add dependency on tome_sync to va_gov_content_export

  • composer require drush/drush:~8

  • VAGOV-6194: New service to add breadcrumbs to tome export

  • VAGOV-6194: Add the path to the tome export and add "routed" to breadcrumb in tome export

  • VAGOV-6194: Clean up use of TOME serializer in the service

  • Add back Tome to composer.lock.

  • Fix PHPCS violations.

  • Add /content & /files to .gitignore.

  • VAGOV-6194: Add exception handling logic when TOME is exported

  • VAGOV-6194: Change name of logger

  • VAGOV-6194: Update tome module

  • Update composer based upon master

  • composer require drush/drush:~9

  • Revert "composer require drush/drush:~9"

This reverts commit f9fda25.

  • #3063027-5 Apply patch - PHP 7.2 notice - "Undefined offset: 1" in JsonSchemaEncoder

  • Add metatags to CMS Content Export (tome_sync).

  • [config] drush pm-enable va_gov_content_export

  • Add "processed" field to CMS Content Export/tome_sync.

Fixes
department-of-veterans-affairs/va.gov-team#4028.

  • Refactor 'processed' code, found a simpler way w/less code.

  • Add tome, tome_sync, tome_static & drush 9.

composer require drupal/tome_sync:1.2.0
composer require drush/drush:~9

  • Add core patch "MenuLinkContent updateLink function generates a PHP Warning for override-able keys that are not present in the loaded entity."

  • composer require drush/drush:~8

  • VAGOV-6194: New service to add breadcrumbs to tome export

  • VAGOV-6194: Add the path to the tome export and add "routed" to breadcrumb in tome export

  • Fix phpcs failures

  • VAGOV-6194: Add manual tome-sync content directory

  • Update tome sync location

  • Change tome meta index link location

  • Update tome sync config

  • Update permissions for export-content directory

  • Add custom file system settings for devshop

  • PHPCS fix

  • Update dir permssiosn

  • Remove extra FileSystem manipulation.

  • Change how directory is created in tome sync

  • Use leading 0 in setting directory

  • Fix phpcs

  • Use leading 0 in setting directory

  • Use leading 0 in setting directory

  • PHP CS fixes

  • Add documentation

  • Add back tome and some patches to composer

  • Override Tomes FileSync to allow htaccess to be read only

  • Updates for phpcs

  • Do not create .htacces sfile

  • PHPCS Fix

  • Add new zippy module to integarte with zippy composer package

  • Update Lando and Composer to match php 7.4 versions

  • Add zippylib fixes and integration along with a new path

  • Remove flysystem

  • Remove unused Class

  • PHPCS fixes

  • PHPCS Fixes

  • Updates to create the directories correctly in tome sync

  • When creating tome sycn file file directory make sure it's created not just modified.

  • Fix some bugs related to content taring

  • PHP CS issue

  • Allow setting of the current directory in tar command

  • PHP CS FIXES

  • Update .gitignore

Co-Authored-By: Elijah Lynn [email protected]

  • Update CMS Export to provide content ans asset tars separately.

  • PHP CS fixes

  • Update .gitignore

  • Update composer.json

  • Update composer.json

  • Update docroot/modules/custom/va_gov_content_export/src/Archive/ArchiveArgs.php

  • Update docroot/modules/custom/va_gov_content_export/src/Archive/ArchiveArgs.php

  • Update docroot/modules/custom/va_gov_content_export/src/Controller/ContentExport.php

  • Update docroot/modules/custom/va_gov_content_export/src/Controller/ContentExport.php

  • Update docroot/modules/custom/zippylib/zippylib.info.yml

  • Update docroot/sites/default/settings.devshop.php

  • Update docroot/modules/custom/zippylib/zippylib.info.yml

Co-authored-by: indytechcook [email protected]
Co-authored-by: Neil Hastings [email protected]

745849c Fix codesniffer failuure.

cms/v0.0.101

30 Apr 19:58
5db8965
Compare
Choose a tag to compare

Release 0.0.101 ami-805865e1

fcc9a12 Parameterize the Jenkinsfile.cd file to work with cms or cms-test. (#1635)

  • Parameterize the Jenkinsfile.cd file to work with cms or cms-test.

  • Update Jenkinsfile.cd

Co-Authored-By: Neil Hastings [email protected]

Co-authored-by: Neil Hastings [email protected]

4eed5ef Get dependabot working again with just security updates (no va-gov/web) (#1634)

  • Comment out va-gov/web from dependabot config.

  • Update .dependabot/config.yml

Co-authored-by: Steve Wirt [email protected]

c1030e2 Empty commit to test deploy trigger.

d7288cc VACMS-1572: Fixing update hook to set text format for benefits field. (#1559)

  • VACMS-000: Fixing update hook to set text format for benefits field.

  • VACMS-1572: Refactoring per code review with more clear batch messaging.

  • VACMS-1572 Make hook_update of page content set revison.

Co-authored-by: Steve Wirt [email protected]
Co-authored-by: Steve Wirt [email protected]

c95391e VACMS-1563: Patch site_alert to allow access in maintenance mode. (#1640)

82637c5 Parameterize the jenkinsfile.cd (#1648)

  • Parameterize Jenkinsfile.cd a bit more.

  • Add comment on why Jenkinsfile.cd is here.

3fd76a4 VACMS-1506: Post API Status UI (#1638)

  • VACMS-1506: Added Post API status UI.

  • VACMS-1506: Added VA.gov Post API status UI - check if Slack Webhook is set.

Co-authored-by: Steve Wirt [email protected]

8904332 VAMC-6571 Initialize health service migration. (#1649)

5db8965 VACMS-8188: Remove nickname from node forms. (#1540)

Co-authored-by: Steve Wirt [email protected]

cms/v0.0.100

28 Apr 21:33
48784c7
Compare
Choose a tag to compare

Release 0.0.100 ami-67caf806

89da111 Add xdebug troubleshooting tip to debugging.md.

48784c7 VACMS-1615 Set revisions correctly. (#1631)

  • VACMS-1615 Fix revision information.

  • VACMS-1615 Add revisions correctly for vah facility migration.

  • VACMS-1615 Add revisions correctly for vet center facility status migration.

  • VACMS-1615 Add revisions correctly for nca facility migration.

  • VACMS-1615 Add revisions correctly for vetcenter facility migration.

  • VACMS-1615 Add revisions correctly for vba facility migration.

cms/v0.0.99

27 Apr 19:42
142e0d6
Compare
Choose a tag to compare

Release 0.0.99 ami-28fdcf49

8423e20 VACMS-000 add DS_Store to gitignore. (#1624)

5dc1383 VACMS-1604: Change event URL form widget from linkit to link. (#1606)

Co-authored-by: Steve Wirt [email protected]

01ddcfc Add patch from https://www.drupal.org/project/drupal/issues/3057267 (#1627)

142e0d6 VACMS-1615 reduce facility saves (#1626)

  • VACMS-1615 Remove '--update' from migration runs.

  • VACMS-1615 Adjust count caching to improve migration times.

  • VACMS-1615 Adjust facility status group to remove UI warning.

  • Add vha facility migration back in.

cms/v0.0.98

24 Apr 19:32
d24104f
Compare
Choose a tag to compare

Release 0.0.98 ami-2b63514a

4ece175 VACMS-1548: Fixed permission issue for field_listing. (#1602)

e790068 Clear yarn cache on composer nuke. (#1599)

This fixes the Fetching Packages failure on local Lando.

error Couldn't find match for "e5a89baa54cde250d9ab7c553ebf398de9cba5af" in

Co-authored-by: Steve Wirt [email protected]

dec4f2b VACMS-1528 Disable revision autoclean cron and set limits on unlimited. (#1603)

The setting of cron was adding an item to the queue for every node saved.
This was causing the queue table to grow out of control to the point
where it got too big to process on cron.

d24104f VACMS-1415: Set char limit for Operating Status - More Info field (#1549)

  • VACMS-1415: Set char limit for Operating Status - More Info field.

  • VACMS-1415: Update behat tests.

Co-authored-by: Steve Wirt [email protected]

cms/v0.0.97

23 Apr 19:51
8129d1d
Compare
Choose a tag to compare

Release 0.0.97 ami-3196a550

8fdea37 Remove DB init settings. (#1578)

691f77b VACMS-1582 Add facility locator id to facility governance view. (#1583)

fcfe2d5 VACMS-1581: post api 201/202 + VACMS-1580: Slack notification fix + VACMS-1553: Slack notification ENV (#1584)

Co-authored-by: Steve Wirt [email protected]

b8d7211 VACMS-1586 Trigger another force push of facility status to lighthouse. (#1587)

Merging this as it is a repeat of yesterdays update hook

8129d1d VACMS-1588 Add site_alert styles back in. (#1592)

cms/v0.0.96

22 Apr 16:50
c5d4538
Compare
Choose a tag to compare

Release 0.0.96 ami-7fdbe81e

8bfa1b7 VACMS-1533: va_gov_post_api bypass_data_check setting. (#1535)

  • VACMS-1533: va_gov_post_api bypass_data_check setting.

  • VACMS-1533: Make settings language more specific.

35be8ef VACMS-1546: Fix URL aliases for events news stories and press releases. (#1547)

f9e7131 VACMS-1548: Fix cache cid for field_listing values storage. (#1555)

f1a914d VACMS-1530 add strip_tags to migration (#1543)

  • VACMS-1530 Differentinate content mifration from status migration.

  • VACMS-1530 Strip html and limit length from VHA status info.

1f7f503 VACMS-1521: claimItem in the database and memory queues does not use e (#1517)

  • VACMS-000: claimItem in the database and memory queues does not use expire correctly

  • VACMS-000: Applied patch to govdevelivery_bulletins.

  • VACMS-000: Updated hash for post_api.

Co-authored-by: Steve Wirt [email protected]

da9a0a6 VACMS-1556: QueueWorker max runtime. (#1557)

7acc8b9 VACMS-1552 Update all facilities in lighthouse. (#1554)

  • VACMS-1552 Update all facilities in lighthouse.

  • VACMS-1552 Disable dedupe if we are doing a forcep push of all data.

  • VACMS-1552 Make queue add not duplicate itself.

fcf21b2 Add mysql init commands for read commits (#1560)

8adad7c Update isolation variable (#1569)

c5d4538 VACMS-5673 cms analytics (#1433)

  • VACMS-5673: Adding ga scripts to site to test for push connectivity from va network.

  • VACMS-5673: Adding gtm push logic.

  • VACMS-5673: Adding onLoad handler.

  • VACMS-5673: Refactoring code review suggestions.

  • VACMS-5673: Fixing broken data handling on content listings.

  • VACMS-5673: Adding existence check to load function.

  • VACMS-5673: Remove whitespace from metas.

  • VACMS-5673: Changing path determination method.

Co-authored-by: Steve Wirt [email protected]