Skip to content

Commit

Permalink
9.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored Oct 10, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents f253d84 + fbe3e27 commit 28e42c0
Showing 113 changed files with 5,464 additions and 5,655 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -36,10 +36,10 @@ defaults: &defaults
restore_cache: &restore_cache
# We use the composer.lock as a way to determine if we can cache our build.
keys:
- cache-{{ .Environment.CACHE_VERSION }}-{{ checksum "composer.json" }}-{{ checksum "composer.lock" }}
- cache-{{ .Environment.CACHE_VERSION }}-{{ checksum "composer.json" }}-
- cache-d9-{{ .Environment.CACHE_VERSION }}-{{ checksum "composer.json" }}-{{ checksum "composer.lock" }}
- cache-d9-{{ .Environment.CACHE_VERSION }}-{{ checksum "composer.json" }}-
# fallback to using the latest cache if no exact match is found
- cache-{{ .Environment.CACHE_VERSION }}-
- cache-d9-{{ .Environment.CACHE_VERSION }}-

## Defines the cache saving mechanism.
save_cache: &save_cache
@@ -50,7 +50,7 @@ save_cache: &save_cache
- ./docroot/modules/contrib
- ./docroot/modules/custom
- ./docroot/themes/contrib
key: cache-{{ .Environment.CACHE_VERSION }}-{{ checksum "composer.json" }}-{{ checksum "composer.lock" }}
key: cache-d9-{{ .Environment.CACHE_VERSION }}-{{ checksum "composer.json" }}-{{ checksum "composer.lock" }}

disable_telemetry: &disable_telemetry
run:
5 changes: 2 additions & 3 deletions .tugboat/config.yml
Original file line number Diff line number Diff line change
@@ -34,10 +34,8 @@ services:

# Init the settings files.
- blt blt:init:settings

# Copy SimpleSAMLphp configuration to prevent annoying errors.
- blt source:build:simplesamlphp-config
update:
- rm -rf vendor
- composer install --no-ansi
# Sync to hs_colorful and hs_colorful database & files.
- blt drupal:sync:files --site=hs_colorful
@@ -50,6 +48,7 @@ services:

- chown -R www-data:www-data ${TUGBOAT_ROOT}/docroot/sites/*/files
build:
- rm -rf vendor
- composer install --no-ansi

- drush @hs_colorful.local cr
1 change: 0 additions & 1 deletion blt/blt.yml
Original file line number Diff line number Diff line change
@@ -186,7 +186,6 @@ multisites:
- west
- womensleadership
- womensleadershipcp
simplesamlphp: true
command-hooks:
post-deploy-build:
dir: '${deploy.dir}'
13 changes: 4 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -192,14 +192,12 @@
"kenwheeler/slick": "^1.8",
"onlyextart/colorbox": "dev-master#e58476becbc89dc671093d1bcd9f99b2167fa8f7",
"sainsburys/guzzle-oauth2-plugin": "^3.0",
"simplesamlphp/simplesamlphp": "^1.19",
"su-sws/ckeditor5_plugins": "^1.0",
"su-sws/stanford_basic": "dev-8.x-2.x#9d6391431de1aefa93c4dfe671e309cef1496d81",
"su-sws/stanford_fields": "^8.1",
"su-sws/stanford_media": "dev-HSD8-1416 as 8.3.0",
"su-sws/stanford_media": "9.x-dev",
"su-sws/stanford_migrate": "^8.4",
"su-sws/stanford_samlauth": "^1.0",
"su-sws/stanford_ssp": "^8.1"
"su-sws/stanford_samlauth": "^1.0"
},
"require-dev": {
"drupal/upgrade_status": "^4.0",
@@ -251,7 +249,8 @@
"CKEditor 5 headings plugin paragraph label change": "patches/ckeditor5-paragraph-rename.patch"
},
"drupal/ds": {
"https://www.drupal.org/project/ds/issues/2939322": "https://www.drupal.org/files/issues/2020-01-07/ds-content_entity-2939322-11.patch"
"https://www.drupal.org/project/ds/issues/2939322": "https://www.drupal.org/files/issues/2020-01-07/ds-content_entity-2939322-11.patch",
"https://www.drupal.org/project/ds/issues/3311925": "https://www.drupal.org/files/issues/2022-09-26/fix-ds-with-hook-entity-update.patch"
},
"drupal/fakeobjects": {
"https://www.drupal.org/project/fakeobjects/issues/3002953": "https://www.drupal.org/files/issues/2020-06-22/fakeobjects-missing_plugin-3002953-5.patch"
@@ -300,10 +299,6 @@
"https://www.drupal.org/project/redirect/issues/3057250": "https://www.drupal.org/files/issues/2020-12-14/validation-issue-3057250-29.patch",
"https://www.drupal.org/project/redirect/issues/3018897": "https://www.drupal.org/files/issues/2023-09-05/redirect-3018897-22.patch"
},
"drupal/simplesamlphp_auth": {
"https://www.drupal.org/project/simplesamlphp_auth/issues/2124117": "https://www.drupal.org/files/issues/2020-02-01/2124117-6-reroll-14.patch",
"https://www.drupal.org/project/simplesamlphp_auth/issues/2936889": "https://www.drupal.org/files/issues/2020-07-31/simplesamlphp_auth-avoid_unexpected_redirect-2936889-12-d8.patch"
},
"drupal/ui_patterns": {
"Ui Patterns Views Preview": "patches/contrib/ui_patterns_views-preview.patch"
},
Loading

0 comments on commit 28e42c0

Please sign in to comment.