Skip to content

v0.7.20

Compare
Choose a tag to compare
@DonRichards DonRichards released this 21 Oct 14:00
· 133 commits to development since this release
f149d07

What's Changed

  • Added an "incremental_updates" script that will run a composer update to the next newer Drupal version, then runs drush updatdb command then clears the cache. Afterwards, it repeats the steps one version at a time until it hits 9.4.7.
  • The update script is intense on Github API requests; it has built-in API request monitoring and delays to prevent Github request failures.
  • This update script has been observed taking over 3 1/2 hours to complete. It's part of the CI/CD scripts and should be removed in future releases.
  • This version release roles back a lot of module updates to isolate the Drupal update issue.

Full Changelog: v0.7.18...v0.7.19

  • f149d07 (HEAD -> development, origin/development, origin/HEAD) Merge pull request #348 from jhu-idc/incremental_updates_94
  • 637f3df (origin/incremental_updates_94, incremental_updates_94) remove date issue
  • b1091e3 Fix time output and remove jq after last action
  • 1c33d1f Fix the timestamp
  • 3d43c29 Revert test eval
  • cc91bbf Improve the Github limit checks by making it a function
  • 15da58f Update Github rate limit messaging
  • a13c0ee Improve Github Rate limit feedback
    f* 0c05f9 Add Github Rate limit check and wait
  • 6fa4d01 Add theme update
  • c414599 Another Test with timeout manually set
  • b278f2f Add mysql to config
  • cec738c composer install
  • 53d46b5 Add permissions reset back
  • b423bff Removed config import
  • 814efa3 Switch permissions and config import
  • c0380ba Fix permissions reset for CICD
  • acd9d8a Wrap unset in a check array length.
  • 923adf5 Fix input device is not a TTY
  • 51e7a7e Remove env from step
  • fb1c94d Add github token as a custom secret
  • 999ec5c Add Github token to CICD
  • 14b4d0c remove the rm for vendors
  • 1595280 Fix git reset
  • 433f532 Correct bug in logic
  • e12c2e5 Fix git reset
  • 35a6b57 Switch tag to the hash value of it
  • e3cc948 Add tag fetching to git fetch
  • eb49c00 Temp Add git fetch for tags
  • adb37f8 Add temp CI steps for the incremental updater