Skip to content

Releases: jhu-idc/idc-isle-dc

Drupal image startup refinement, UI fixes

15 Dec 22:03
2debe17
Compare
Choose a tag to compare
Merge pull request #360 from jhu-idc/fix-test-dependency-for-deploy

removing 'deploy needs test' for now

Drupal image startup refinement, UI fixes

15 Dec 21:24
b602f8a
Compare
Choose a tag to compare

testing was disabled for this

v0.7.25

02 Dec 20:52
23ec006
Compare
Choose a tag to compare

What's Changed

  • Add several new CSV files for the test suite.
  • Add theme update to prevent HTML encoding apostrophes and other special characters in the object description

Full Changelog: v0.7.24...v0.7.25

  • 23ec006 (HEAD -> development, origin/development, origin/HEAD) Merge pull request #355 from jhu-idc/isl-90_theme_correction
  • f2883a9 Merge pull request #323 from jhu-idc/mjanowiecki-patch-1
  • 7ea7700 (origin/isl-90_theme_correction, isl-90_theme_correction) Add theme update
  • 8205fce (origin/mjanowiecki-patch-1, mjanowiecki-patch-1) Add files via upload
  • ae7aae4 Delete islandora_media-image.csv
  • 93e1817 Add files via upload

fix drupal startup

30 Nov 02:28
f7ff92b
Compare
Choose a tag to compare
fix drupal startup Pre-release
Pre-release
Merge pull request #354 from jhu-idc/tm-fix-startup

allow startup chown to return nonzero due to data filesystem implementation

Drupal image startup refinement

29 Nov 23:14
b2db038
Compare
Choose a tag to compare
Pre-release
Merge pull request #352 from jhu-idc/tm-site-settings-and-startup-fixes

TM site settings fix, remove solr reindexing and other startup fixes

v0.7.22

23 Nov 21:35
cb0e20e
Compare
Choose a tag to compare

What's Changed

  • Move the build processes to a build script
  • Remove redundant build logic

Full Changelog: v0.7.21...v0.7.22

  • cb0e20e (HEAD -> development, origin/development, origin/HEAD) Merge pull request #350 from jhu-idc/move_to_scripts
  • 18a5898 Merge pull request #351 from jhu-idc/move_to_scripts-tm
  • 310c5da (origin/move_to_scripts-tm, move_to_scripts-tm) add chown to fix_permissions
  • 33f5706 rename static startup file to be post buildkit startup files, remove redundancy from startup
  • e409348 unify use of static drupal image for local and static builds
  • ab565b4 re-add idc.Makefile targets for dev assist
  • 9238df8 re-add idc.Makefile targets for dev assist
  • e847f13 remove OBE steps from forked 04-custom-setup.sh script
  • 2c864c6 refactor startup to have common logic based off of drupal-static image
  • bc1764c rework drupal-static image build
  • e6ea47a add .dockerignore to prevent .git* context being added to image
  • 52a5a02 (move_to_scripts) Merge branch 'development' into move_to_scripts
  • 15ac207 Add GITHUB token check & at tool with config export.
  • 3703a12 Initial move to startup script

v0.7.21

09 Nov 22:10
9900abc
Compare
Choose a tag to compare

What's Changed

  • Dependabot update

Full Changelog: v0.7.20...v0.7.21
8 9900abc (HEAD -> development, jhu-idc/development) tested: Merge pull request #342 from jhu-idc/dependabot/npm_and_yarn/end-to-end/minimist-1.2.6

  • df86972 Merge branch 'development' into dependabot/npm_and_yarn/end-to-end/minimist-1.2.6
  • 26fbd50 (jhu-idc/dependabot/npm_and_yarn/end-to-end/minimist-1.2.6) Bump minimist from 1.2.5 to 1.2.6 in /end-to-end

v0.7.20

21 Oct 14:00
f149d07
Compare
Choose a tag to compare

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

v0.7.19

07 Oct 20:16
bb0bc42
Compare
Choose a tag to compare

What's Changed

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

v0.7.18

06 Oct 21:23
24e9c2c
Compare
Choose a tag to compare

What's Changed

  • Removes composer's drupal-scafford directory listing
  • Added files caused from removing drupal-scafford
  • Adds theme clear

Full Changelog: v0.7.17...v0.7.18

  • 867d201 (origin/m1_proofing, m1_proofing) Removed composer's declaration for drupal-scafford
  • cc674c8 Clear theme registry
  • 5328616 change chmod and add restart policies.