Skip to content

cms-test/v0.0.3

Compare
Choose a tag to compare
@va-bot va-bot released this 11 May 19:28
216985b

Release 0.0.3 ami-0b0de02ca122aee9e

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 f9fda258cfaa45673a204259f5191ad3f04423c1.

  • #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 f9fda258cfaa45673a204259f5191ad3f04423c1.

  • #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.

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)

  • VACMS-1585: UI to force-queue facilities.

  • VACMS-1585: load nodes in batches of 50.

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

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

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

27365bf VACMS-000 Export of webform config changes due to webform update. (#1711)

1d1924c VACMS-1668 Convert build language to content release. (#1672)

  • VACMS-1668 Convert build language to content release.

  • VACMS-1668 Convert title case to sentence case.

Co-authored-by: Kevin Walsh [email protected]

6c3d0e6 VACMS-1614 Add facility sync documentation. (#1703)

3047646 VACMS-998 Uninstall module redirect_after_login (#1709)

b309088 VACMS-1705: Enable and configure actions permissions. (#1710)

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

7a36306 Update Help email link (#1712)

  • Update Help email link

6a60872 Update va.gov build to latest version and new build method (#1700)

  • Update va.gov build to latest version and new build method

  • Change build-content to build

  • Fix order of arguments

  • Use sandpox api

  • Update va.gov build to latest version

  • Update content build

  • Update to latest vetsweb commit

  • Update dev-api to sandbox-api

  • set sandbox api back to dev api`

  • Use vagov build type instead of local

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

216985b Break linter to fail comimt for testing (#1)