Skip to content

Commit

Permalink
Merge pull request #225 from Bixal/feature/BSD-224-update-deps
Browse files Browse the repository at this point in the history
Feature/bsd 224 update deps
  • Loading branch information
mattsqd authored Jul 11, 2024
2 parents b15b124 + 312cecd commit 649e3c7
Show file tree
Hide file tree
Showing 39 changed files with 643 additions and 586 deletions.
1 change: 1 addition & 0 deletions .lando.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ config:
php: lando-config/php.ini
#server: config/server.conf
#vhosts: config/default.conf
database: lando-config/mysql.cnf

services:
appserver:
Expand Down
2 changes: 2 additions & 0 deletions .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ services:
# If this dies (sometimes it runs out of memory), run lando restart.
# To see the output of why it dies lando ssh -s node -c 'cat /tmp/story_book_start.log'.
command: ./orch/start_storty_book_docker.js
globals:
gulp-cli: latest
998 changes: 479 additions & 519 deletions composer.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions composer.log
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ a07c6ffd542393a563081245f0a82062|Matt Poole|feature/BSD-170-multiple-teams|Mon J
17ff33d6e889d158d4e8a598b248f825|Matt Poole|develop|Mon Jul 8 16:42:45 EDT 2024|./composer.sh require mattsqd/drupal-env:dev-main
2db0b37137c8af2bf9de9987ce08983b|Matt Poole|develop|Mon Jul 8 16:44:38 EDT 2024|./composer.sh require mattsqd/drupal-env-lando:dev-main --ansi
647fcec042da8e95f14a2f835084105c|Matt Poole|develop|Tue Jul 9 17:06:15 UTC 2024|./composer.sh update --lock
0c3038ed9c2f5c7d4bb4846d2d32e8b8|Matt Poole|feature/BSD-224-update-deps|Wed Jul 10 10:01:18 EDT 2024|./composer.sh update
1 change: 1 addition & 0 deletions config/sync/chosen.settings.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
_core:
default_config_hash: exRaKE0s6uZbfQrl_2WFEcTlc_1t81xEqCLuCCteUSk
langcode: en
minimum_single: 0
minimum_multiple: 0
disable_search_threshold: 0
Expand Down
6 changes: 3 additions & 3 deletions config/sync/editor.editor.html_text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ image_upload:
status: true
scheme: public
directory: inline-images
max_size: ''
max_size: null
max_dimensions:
width: 0
height: 0
width: null
height: null
4 changes: 2 additions & 2 deletions config/sync/node.type.bixaler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ third_party_settings:
parent: ''
name: Bixaler
type: bixaler
description: ''
help: ''
description: null
help: null
new_revision: true
preview_mode: 1
display_submitted: false
4 changes: 2 additions & 2 deletions config/sync/node.type.blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ third_party_settings:
parent: 'main:'
name: Blog
type: blog
description: ''
help: ''
description: null
help: null
new_revision: true
preview_mode: 1
display_submitted: false
4 changes: 2 additions & 2 deletions config/sync/node.type.contract_vehicle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ third_party_settings:
parent: 'main:'
name: 'Contract Vehicle'
type: contract_vehicle
description: ''
help: ''
description: null
help: null
new_revision: true
preview_mode: 1
display_submitted: true
4 changes: 2 additions & 2 deletions config/sync/node.type.landing_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ third_party_settings:
parent: 'main:'
name: 'Landing Page'
type: landing_page
description: ''
help: ''
description: null
help: null
new_revision: true
preview_mode: 1
display_submitted: false
2 changes: 1 addition & 1 deletion config/sync/system.cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ _core:
threshold:
requirements_warning: 172800
requirements_error: 1209600
logging: 1
logging: true
2 changes: 1 addition & 1 deletion config/sync/system.date.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ _core:
default_config_hash: t7clj3mzmOGrXX0HuCH5usf0vEqRtnMTBFVBIEmZ5pc
first_day: 0
country:
default: ''
default: null
timezone:
default: UTC
user:
Expand Down
3 changes: 2 additions & 1 deletion config/sync/taxonomy.vocabulary.certifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ status: true
dependencies: { }
name: Certifications
vid: certifications
description: ''
description: null
weight: 0
new_revision: false
3 changes: 2 additions & 1 deletion config/sync/taxonomy.vocabulary.languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ status: true
dependencies: { }
name: Languages
vid: languages
description: ''
description: null
weight: 0
new_revision: false
3 changes: 2 additions & 1 deletion config/sync/taxonomy.vocabulary.role.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ status: true
dependencies: { }
name: Role
vid: role
description: ''
description: null
weight: 0
new_revision: false
3 changes: 2 additions & 1 deletion config/sync/taxonomy.vocabulary.specialties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ status: true
dependencies: { }
name: Specialties
vid: specialties
description: ''
description: null
weight: 0
new_revision: false
3 changes: 2 additions & 1 deletion config/sync/taxonomy.vocabulary.team.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ status: true
dependencies: { }
name: Team
vid: team
description: ''
description: null
weight: 0
new_revision: false
1 change: 1 addition & 0 deletions config/sync/taxonomy.vocabulary.view_embed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ name: 'View Embed'
vid: view_embed
description: 'A listing of views to be utilized in a paragraph'
weight: 0
new_revision: false
1 change: 1 addition & 0 deletions config/sync/views.view.archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions config/sync/views.view.blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions config/sync/views.view.content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ display:
previous: '‹ Previous'
first: '« First'
last: 'Last »'
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
2 changes: 2 additions & 0 deletions config/sync/views.view.files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down Expand Up @@ -1070,6 +1071,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
empty: { }
arguments:
fid:
Expand Down
1 change: 1 addition & 0 deletions config/sync/views.view.frontpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions config/sync/views.view.glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions config/sync/views.view.maillog_overview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions config/sync/views.view.media.yml
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions config/sync/views.view.media_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions config/sync/views.view.redirect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions config/sync/views.view.redirect_404.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions config/sync/views.view.taxonomy_term.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions config/sync/views.view.user_admin_people.yml
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ display:
offset: false
offset_label: Offset
quantity: 9
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
1 change: 1 addition & 0 deletions config/sync/views.view.watchdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ display:
items_per_page_options_all_label: '- All -'
offset: false
offset_label: Offset
pagination_heading_level: h4
exposed_form:
type: basic
options:
Expand Down
2 changes: 2 additions & 0 deletions lando-config/mysql.cnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[mariadb]
transaction_isolation=READ-COMMITTED
9 changes: 9 additions & 0 deletions web/sites/default/default.services.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
parameters:
# Toggles the super user access policy. If your website has at least one user
# with the Administrator role, it is advised to set this to false. This allows
# you to make user 1 a regular user, strengthening the security of your site.
security.enable_super_user: true
session.storage.options:
# Default ini options for sessions.
#
Expand Down Expand Up @@ -60,6 +64,11 @@ parameters:
# \Drupal\Core\Session\SessionConfiguration::__construct()
# @default 6
sid_bits_per_character: 6
# By default, Drupal generates a session cookie name based on the full
# domain name. Set the name_suffix to a short random string to ensure this
# session cookie name is unique on different installations on the same
# domain and path (for example, when migrating from Drupal 7).
name_suffix: ''
twig.config:
# Twig debugging:
#
Expand Down
33 changes: 21 additions & 12 deletions web/sites/default/default.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
*
* @code
* $databases['default']['default'] = [
* 'database' => 'databasename',
* 'database' => 'database_name',
* 'username' => 'sql_username',
* 'password' => 'sql_password',
* 'host' => 'localhost',
Expand Down Expand Up @@ -193,7 +193,7 @@
* @code
* $databases['default']['default'] = [
* 'driver' => 'pgsql',
* 'database' => 'databasename',
* 'database' => 'database_name',
* 'username' => 'sql_username',
* 'password' => 'sql_password',
* 'host' => 'localhost',
Expand All @@ -215,7 +215,7 @@
* 'driver' => 'my_driver',
* 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
* 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
* 'database' => 'databasename',
* 'database' => 'database_name',
* 'username' => 'sql_username',
* 'password' => 'sql_password',
* 'host' => 'localhost',
Expand All @@ -230,7 +230,7 @@
* 'driver' => 'my_driver',
* 'namespace' => 'Drupal\my_module\Driver\Database\my_driver',
* 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/',
* 'database' => 'databasename',
* 'database' => 'database_name',
* 'username' => 'sql_username',
* 'password' => 'sql_password',
* 'host' => 'localhost',
Expand Down Expand Up @@ -355,14 +355,13 @@
* security, or encryption benefits. In an environment where Drupal
* is behind a reverse proxy, the real IP address of the client should
* be determined such that the correct client IP address is available
* to Drupal's logging, statistics, and access management systems. In
* the most simple scenario, the proxy server will add an
* X-Forwarded-For header to the request that contains the client IP
* address. However, HTTP headers are vulnerable to spoofing, where a
* malicious client could bypass restrictions by setting the
* X-Forwarded-For header directly. Therefore, Drupal's proxy
* configuration requires the IP addresses of all remote proxies to be
* specified in $settings['reverse_proxy_addresses'] to work correctly.
* to Drupal's logging and access management systems. In the most simple
* scenario, the proxy server will add an X-Forwarded-For header to the request
* that contains the client IP address. However, HTTP headers are vulnerable to
* spoofing, where a malicious client could bypass restrictions by setting the
* X-Forwarded-For header directly. Therefore, Drupal's proxy configuration
* requires the IP addresses of all remote proxies to be specified in
* $settings['reverse_proxy_addresses'] to work correctly.
*
* Enable this setting to get Drupal to determine the client IP from the
* X-Forwarded-For header. If you are unsure about this setting, do not have a
Expand Down Expand Up @@ -808,6 +807,16 @@
*/
$settings['entity_update_backup'] = TRUE;

/**
* State caching.
*
* State caching uses the cache collector pattern to cache all requested keys
* from the state API in a single cache entry, which can greatly reduce the
* amount of database queries. However, some sites may use state with a
* lot of dynamic keys which could result in a very large cache.
*/
$settings['state_cache'] = TRUE;

/**
* Node migration type.
*
Expand Down
Loading

0 comments on commit 649e3c7

Please sign in to comment.