Skip to content

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

cms/v0.0.75

17 Mar 19:32
9e3155d
Compare
Choose a tag to compare

Release 0.0.75 ami-3bd0fa5a

b4af5d3 Update release notes issue template

  • removed deprecated google doc for drafts. Now doing this in AT.

07894f3 update

a5e5b53 update gitignore to allow for custom php config and custom lando (#1240)

6dac87e Add custom php.ini and lando.local.yml examples.

d0db3a9 Updated scripts path.

81bfb4f Fix issues with sync-files script on mac and zsh (#1251)

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

55b0375 Remove node revision which use the approved_by_reviewer state. (#1252)

  • Remove node revision which use the approved_by_reviewer state.

  • Move update hook

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

5b7f046 VACMS-000 Add CI ssh directions. (#1257)

9e3155d VACMS-1023 Add module site_alert and patch to add drush commands. (#1253)

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

cms/v0.0.74

12 Mar 21:12
be2a9a6
Compare
Choose a tag to compare

Release 0.0.74 ami-e1b69d80

2fc090b VACMS-1201: Changing perms to disallow listing creation. (#1204)

7e9f192 VACMS-1143: Update title help text on listing types. (#1205)

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

bbe7030 VACMS-930: Adding new service for user perms. (#1018)

  • VACMS-930: Adding new service for user perms.

  • VACMS-930: Refactor perms service, and add a rudimentary form field alter (needs work).

  • VACMS-930: Removing custom service related modules and adding to existing module.

  • VACMS-930: Refactoring code per code review.

  • VACMS-930: Updating code for better readibility.

  • VACMS-930: Adding caching to allowed options logic to lighten system load.

  • VACMS-930: Adding check for item existence in form array.

  • VACMS-930: Refactoring to prevent caching mismatches.

  • VACMS-930: Update caching logic to allow for unique cids.

  • VACMS-930: Adding catch to method return.

  • VACMS-930: Adding submit handler to dump perms cache on workflow submit.

  • VACMS-930: Remove current user method and target form user id.

  • VACMS-930: Adding workbecnh_access dependency.

  • VACMS-930: Update function description.

7796560 VACMS-1202: Removing dateless revisions in update hook. (#1217)

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

34f40e7 Remove slick and slick_entityreference from codebase. (#1192)

be2a9a6 Create 2020-03-12 release note

initial draft

cms/v0.0.73

10 Mar 19:44
56bc68b
Compare
Choose a tag to compare

Release 0.0.73 ami-00002b61

049a5e5 Correct ENV names and links

3161ce8 Update README.md

793db22 Update README.md

8410d3e Update README.md

56bc68b Update README.md

cms/v0.0.72

09 Mar 19:32
edbda4e
Compare
Choose a tag to compare

Release 0.0.72 ami-135f7472

cac6f5d Update README.md.

3697069 Update README.md.

866b101 Update README.md.

12ab15d Add 'infrastructure' label to Devops issue template

cb102b0 Update cms-devops.md

57fd10a Fix "Cannot find profiles directory ./profiles" (#1177)

Fixes #1176.

17e1f94 VACMS-1120 Make table field not required. (#1174)

32f4514 Add new content model bundles feature. (#1182)

Break content model fields into own feature.

edbda4e VACMS-1116 restore missing libraries (#1183)

  • Add dropzone library to docroodt/libraries

  • Add cropper library to docroodt/libraries

  • Add blazy library to docroodt/libraries

  • VACMS-1116 Uninstall Slick modules.

  • VACMS-1116 Remove module slick settings.

cms/v0.0.71

04 Mar 20:38
0fd6123
Compare
Choose a tag to compare

Release 0.0.71 ami-491c3428

6d350dc Create 2020-03-04_Product-release-notes-1

Created WIP file for first product release note.

6b767c1 Create README.md

Add directory for screenshots

b6981aa Add files

15e8ad9 Try to add an image

c63f0b5 Delete 2020-03-04_Product-release-notes-1

560a636 Update to test jump links

89ae51f Add link to new note

96582ad Update 2020-03-04_Product-release-notes-1.md

c97800a Update 2020-03-04_Product-release-notes-1.md

9df5d00 Update 2020-03-04_Product-release-notes-1.md

81eb519 Update 2020-03-04_Product-release-notes-1.md

279863a Update 2020-03-04_Product-release-notes-1.md

cdc28cf Update 2020-03-04_Product-release-notes-1.md

dc5670c Update 2020-03-04_Product-release-notes-1.md

e15609b Update 2020-03-04_Product-release-notes-1.md

a0113a1 Update 2020-03-04_Product-release-notes-1.md

59a4efd Update 2020-03-04_Product-release-notes-1.md

555878a Fix "self signed certificate in chain" error on deploys. (#1162)

  • Add .env.global & PUPPETEER_SKIP_CHROMIUM_DOWNLOAD='TRUE'.

The error we are seeing with network flickers is below and this is the
most common one, it won't solve everything but will help stop the
bleeding.

We don't use the Chromium package in any of our tests. The FE team may
use it in theirs but we don't in CMS.

ERROR: Failed to download Chromium r594312! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download.
{ Error: self signed certificate in certificate chain
at TLSSocket.onConnectSecure (_tls_wrap.js:1051:34)
at TLSSocket.emit (events.js:189:13)
at TLSSocket._finishInit (_tls_wrap.js:633:8) code: 'SELF_SIGNED_CERT_IN_CHAIN' }
Script cd web && yarn install handling the va:web:install event returned with error code 1
Script @va:web:install was called via post-install-cmd

  • Add NODE_EXTRA_CA_CERTS=/etc/pki/tls/certs/ca-bundle.crt.

This gets rid of the "self signed certificate in chain" error.

  • Always use source to install Drupal, zipball is blocked by TIC.

This solves this error below with a 3 try failure w/fallback to source, so just jump straight to source download.

Failed to execute unzip -qq 'docroot/core/7d8cefd31e46b5644522f9d27e1596ff'
Invalid zip file, retrying.

Which is actually caused by a GITHUB-DOWNLOADING AppID block by the VA
TIC (SNOW TICKET).

  • Add temp debug yarn --verbose.

  • export NODE_EXTRA_CA_CERTS=/etc/pki/tls/certs/ca-bundle.crt PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=TRUE; cd web && yarn install

Trust the VA CAs so downloads don't throw "self signed certificate in chain" errors. e.g. Chromium.

Puppeteer's Chromium download takes about 30 seconds on the network and we don't use Chromium (or Puppeteer) for CMS testing right now so skip.
e.g. https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/686378/chrome-linux.zip

This wasn't possible using .env files as they weren't loading into the
node subprocess but a direct export is working.

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

9e8fa67 Add files via upload

fe4b8ac Add files via upload

35afaf8 Update to include link reports

c350447 Update 2020-03-04_Product-release-notes-1.md

eea29b1 VACMS-1160 Expand node link report perms (#1161)

  • VACMS-1160 Increase node_link_report block access to most users.

  • VACMS-1160 Update role test to match perms.

f56ffd3 Update cms-release-notes.md

Update release notes process

ebe21ea Update cms-release-notes.md

ed61eae Update cms-release-notes.md

eae17b9 Update cms-release-notes.md

0fd6123 Update cms-release-notes.md

cms/v0.0.70

03 Mar 20:32
e0ddd0b
Compare
Choose a tag to compare

Release 0.0.70 ami-9f446cfe

7e7af5a Delete README.md

e0ddd0b VACMS-1082 Patch to prevent hide_revision_field from whitescreening user edit. (#1147)

cms/v0.0.69

28 Feb 20:31
0f1c65c
Compare
Choose a tag to compare

Release 0.0.69 ami-0f11386e

c893f61 VACMS-1009 Update node_link_report for improved UX (#1085)

  • VACMS-1009 Update node_link_report for improved UX

  • Update to node_link_report 1.10

  • Remove /section/* from node_link_report processing.

  • Update composer.lock hash.

0e3e967 Create README for docs folder

Carving out a space for non-technical team documentation (project info, team info, admin info).

6917ecc Update to remove generic GitHub labels

87386bc Cleaned up Slack channel info

592309c Update cms-release-note.md

Added a few sections to the background part

f881e7a Update cms-release-notes.md

05eff7b Update cms-release-notes.md

0f1c65c Vacms 1020 1021 1057 quick items et (#1100)

  • VACMS-1020: Adding missing module handler module.

  • VACMS-1021: Apply core patch to fix status page wsod.

  • VACMS-1057: Remove paragaph-group span from node form displays.

  • Remove modules from being enabled

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

cms/v0.0.68

27 Feb 20:45
90efc51
Compare
Choose a tag to compare

Release 0.0.68 ami-89220be8

60553c1 VACMS-000: Removing table field drag and drop patch. (#1056)

Tests are passing locally and CI errors for build are unrelated.

33ec379 VACMS-000: Adding user email csv view. (#1060)

  • VACMS-000: Adding user email csv view.

  • Alter path to align with drupal structure

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

dfc8378 VACMS Add behat Spec test item for email list view. (#1080)

90efc51 Add menu item for user email view. (#1083)

cms/v0.0.67

25 Feb 20:31
7fbee38
Compare
Choose a tag to compare

Release 0.0.67 ami-f084aa91

ca68d7b Environment & Content Build Process Docs (#1013)

  • Rewrite of Environments documentation into Environments & Content Build Process, including how to trigger web builds and how they trigger automatically.

  • VAGOV-934: Writing step by step create environment docs

  • VAGOV-934: Writing step by step create environment docs

  • VAGOV-934: Better screenshots and step by step instructions for rebuilding WEB.

  • VAGOV-934: Fix links to prod and staging.

  • Update READMES/environments.md

  • Update READMES/environments.md.

Co-authored-by: Elijah Lynn [email protected]

09e41b1 VACMS-1041 Remove uninstalled modules. (#1045)

  • VACMS-4041 Remove health_check

  • VACMS-4041 Remove lightning_media

  • VACMS-4041 Remove lightning_media_bulk_upload

  • VACMS-4041 Remove lightning_media_document

  • VACMS-4041 Remove lightning_media_image

  • VACMS-4041 Remove lightning_media_video

  • Remove headless_lightning, re-add dependent modules.

  • Add missing modules back.

  • Reduce size of lando location indicator.

7fbee38 VACMS-844 Update node_link_report to reduce false failures. (#1014)

  • VACMS-844 Update node_link_report to reduce false failures.

  • VACMS-844 Update node_link_report to v1.8

cms/v0.0.66

21 Feb 20:28
26fbcfa
Compare
Choose a tag to compare

Release 0.0.66 ami-bf507ede

26fbcfa VACMS-1025 Uninstall health_check module. (#1026)