Skip to content

Commit e8babcc

Browse files
authored
Merge pull request #1409 from dof-dss/development
Dev to main for release
2 parents f33431d + c3f1e6b commit e8babcc

File tree

72 files changed

+5632
-1377
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+5632
-1377
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,10 @@ jobs:
260260
platform environment:drush sapi-r -p $PLATFORM_PROJECT -e $EDGE_BUILD_BRANCH
261261
platform environment:drush sapi-i -p $PLATFORM_PROJECT -e $EDGE_BUILD_BRANCH
262262
when: always
263+
- run:
264+
name: Reset QA account passwords
265+
command: |
266+
platform environment:drush password_qa_accounts -e $EDGE_BUILD_BRANCH
263267
264268
# Create new release marker in New Relic
265269
mark_release:

.env.sample

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# SAFE ENV VARS, RELEVANT FOR LOCAL DEVELOPMENT.
2+
CONFIG_READONLY=0
3+
CPPFLAGS=-DPNG_ARM_NEON_OPT=0
4+
DB_HOST=db
5+
DB_USER=db
6+
DB_PASS=db
7+
DB_NAME=db
8+
DB_PORT=3306
9+
DB_DRIVER=mysql
10+
11+
MIGRATE_SOURCE_DB_HOST=db
12+
MIGRATE_SOURCE_DB_USER=db
13+
MIGRATE_SOURCE_DB_PASS=db
14+
MIGRATE_SOURCE_DB_NAME=drupal7db
15+
MIGRATE_SOURCE_DB_PORT=3306
16+
MIGRATE_SOURCE_DB_DRIVER=mysql
17+
SIMPLEI_ENV_COLOUR=#637C16
18+
SIMPLEI_ENV_NAME=Local
19+
20+
# SENSITIVE ENV VARS. KEYS ONLY. FETCH VALUES VIA PSH SSH.
21+
CONFIG_SYNC_DIRECTORY=
22+
FILE_PRIVATE_PATH=
23+
HASH_SALT=
24+
TEST_USER=
25+
TEST_PASS=
26+
TEST_D7_URL=
27+
NW_TEST_USER_PREFIX=nw_test
28+
QA_PASSWORD=
29+
GA_CLIENT_ID=
30+
GA_CLIENT_SECRET=
31+
GA_REDIRECT_URI=
32+
GOOGLE_MAP_API_KEY=
33+
GOOGLE_MAP_API_SERVER_KEY=
34+

composer.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"ext-simplexml": "*",
4545
"composer/installers": "^2.0",
4646
"cweagans/composer-patches": "^1.6.5",
47-
"dof-dss/nicsdru_origins_modules": "^10.4",
47+
"dof-dss/nicsdru_origins_modules": "^10.5",
4848
"dof-dss/nicsdru_origins_theme": "^10.1",
4949
"drupal/address": "^2.0",
5050
"drupal/admin_toolbar": "^3.5",
@@ -55,6 +55,7 @@
5555
"drupal/block_content_permissions": "^1.10",
5656
"drupal/block_field": "^1.0@RC",
5757
"drupal/block_list_override": "^1.0",
58+
"drupal/book": "^1.0",
5859
"drupal/chosen": "^4.0",
5960
"drupal/chosen_lib": "^4.0",
6061
"drupal/ckeditor": "^1.0",
@@ -68,10 +69,10 @@
6869
"drupal/config_split": "^2.0",
6970
"drupal/config_update": "^2.0@alpha",
7071
"drupal/cookie_content_blocker": "^2.4",
71-
"drupal/core-composer-scaffold": "^10.4",
72+
"drupal/core-composer-scaffold": "10.4.8",
7273
"drupal/core-dev": "^10.4",
73-
"drupal/core-project-message": "^10.4",
74-
"drupal/core-recommended": "^10.4",
74+
"drupal/core-project-message": "10.4.8",
75+
"drupal/core-recommended": "10.4.8",
7576
"drupal/csp": "^1.33",
7677
"drupal/csv_serialization": "^4.0",
7778
"drupal/ctools": "^4.0",
@@ -97,7 +98,7 @@
9798
"drupal/filelog": "^3.0",
9899
"drupal/flag": "4.x-dev",
99100
"drupal/geocoder": "^4.26",
100-
"drupal/geolocation": "4.x-dev@dev",
101+
"drupal/geolocation": "^3.14",
101102
"drupal/google_tag": "^2.0",
102103
"drupal/handy_cache_tags": "^1.5",
103104
"drupal/honeypot": "^2.0",
@@ -106,6 +107,7 @@
106107
"drupal/jquery_ui": "^1.6",
107108
"drupal/jquery_ui_autocomplete": "^2.0",
108109
"drupal/jquery_ui_menu": "^2.0",
110+
"drupal/js_cookie": "^1.0",
109111
"drupal/layout_builder_modal": "^1.3",
110112
"drupal/layout_builder_restrictions": "^2.9",
111113
"drupal/linkit": "^6.1",
@@ -172,7 +174,6 @@
172174
"drupal/devel_kint_extras": "^1.1",
173175
"drupal/easy_install_d10": "^10.0@dev",
174176
"drupal/masquerade": "^2.0",
175-
"drupal/multiline_config": "1.x-dev",
176177
"drupal/restui": "^1.22",
177178
"drupal/stage_file_proxy": "^3.1",
178179
"kint-php/kint": "^6.0",
@@ -215,7 +216,9 @@
215216
"drupal/core": {
216217
"Cannot save unpublished versions of published content for users without manage book privileges": "https://www.drupal.org/files/issues/2022-12-14/2918537-92.patch",
217218
"Layout builder fails to assign inline block access dependencies for the overrides section storage on entities with pending revisions": "https://www.drupal.org/files/issues/2021-03-22/3047022-71.patch",
218-
"Determine if there is a better message for AJAX errors": "https://www.drupal.org/files/issues/2023-12-11/core-ajax-error-3349901-2.patch"
219+
"Determine if there is a better message for AJAX errors": "https://www.drupal.org/files/issues/2023-12-11/core-ajax-error-3349901-2.patch",
220+
"The link on the Image tag is redirecting to an undefined page from the node preview screen #3308432": "https://www.drupal.org/files/issues/2025-06-09/3308432-42.patch",
221+
"Increase claro xs font size": "patches/claro-font-size.patch"
219222
},
220223
"drupal/easy_install": {
221224
"Handle missing core version": "https://www.drupal.org/files/issues/2019-12-19/easy_install_core_version-3101883-0.patch"

0 commit comments

Comments
 (0)