Skip to content

Commit a3b0e28

Browse files
authored
Merge pull request #79 from SU-SWS/SWSDEVOPS-150-trustee-profile-update-retry
SWSDEVOPS-150 - trustee profile update retry
2 parents 8820f6e + 96ff374 commit a3b0e28

File tree

254 files changed

+23528
-15402
lines changed

Some content is hidden

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

254 files changed

+23528
-15402
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
options: '--network-alias=drupal8ci'
126126
services:
127127
selenium:
128-
image: selenium/standalone-chrome
128+
image: selenium/standalone-chrome:130.0
129129
options: '--shm-size="2g"'
130130
mysql:
131131
image: mysql:8.0

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ deployment_identifier
1818
bin/*
1919
tmp
2020
reports
21+
.yarn/
2122

2223
# OS X
2324
.DS_Store

composer.json

Lines changed: 41 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,23 @@
3333
"reference": "master"
3434
}
3535
}
36+
},
37+
{
38+
"type": "package",
39+
"package": {
40+
"name": "noli42/chosen",
41+
"version": "3.0.0",
42+
"type": "drupal-library",
43+
"extra": {
44+
"installer-name": "chosen"
45+
},
46+
"dist": {
47+
"url": "https://github.com/noli42/chosen/releases/download/3.0.0/chosen-assets-v3.0.0.zip",
48+
"type": "zip"
49+
}
50+
}
3651
}
52+
3753
],
3854
"require": {
3955
"ext-imagick": "*",
@@ -45,9 +61,9 @@
4561
"drupal/admin_toolbar": "^3.1",
4662
"drupal/allowed_formats": "^3.0",
4763
"drupal/auto_entitylabel": "^3.0@beta",
48-
"drupal/block_content_permissions": "^1.8",
64+
"drupal/book": "^2.0",
4965
"drupal/change_labels": "^1.0",
50-
"drupal/chosen": "^4.0",
66+
"drupal/chosen": "^5.0",
5167
"drupal/ckeditor5_icons": "^1.1",
5268
"drupal/colorbox": "^2.0",
5369
"drupal/components": "^3.0",
@@ -58,8 +74,8 @@
5874
"drupal/config_readonly": "^1.0@beta",
5975
"drupal/config_split": "^2.0",
6076
"drupal/confirm_leave": "^1.0@beta",
61-
"drupal/content_lock": "^2.2",
62-
"drupal/core": "~10.3.0",
77+
"drupal/content_lock": "^3.0",
78+
"drupal/core": "~10.4",
6379
"drupal/cshs": "^4.0",
6480
"drupal/default_content": "^2.0@alpha",
6581
"drupal/diff": "^1.3",
@@ -70,17 +86,17 @@
7086
"drupal/element_class_formatter": "^2.0@beta",
7187
"drupal/encrypt": "^3.0",
7288
"drupal/environment_indicator": "^4.0",
73-
"drupal/extlink": "^1.3",
89+
"drupal/extlink": "^2.0",
7490
"drupal/fast_404_generator": "^1.0",
7591
"drupal/field_encrypt": "^3.0",
7692
"drupal/field_formatter_class": "^1.5",
7793
"drupal/field_group": "^3.0@rc",
7894
"drupal/field_label": "^1.4",
7995
"drupal/field_permissions": "^1.0@RC",
80-
"drupal/field_validation": "^1.0-alpha",
96+
"drupal/field_validation": "^3.0",
8197
"drupal/file_mdm": "^2.4 || ^3.0",
8298
"drupal/flat_taxonomy": "^2.0",
83-
"drupal/fontawesome": "^2.19",
99+
"drupal/fontawesome": "^3.0",
84100
"drupal/google_analytics": "^4.0",
85101
"drupal/google_tag": "^2.0",
86102
"drupal/graphql_compose": "^2.0",
@@ -96,24 +112,26 @@
96112
"drupal/jsonapi_search_api": "^1.0@RC",
97113
"drupal/jsonapi_views": "^1.1",
98114
"drupal/key": "^1.15",
99-
"drupal/layout_builder_modal": "^1.0",
115+
"drupal/layout_builder_modal": "^2.0",
100116
"drupal/layout_builder_restrictions": "^3.0",
101117
"drupal/layout_library": "^1.0-beta1",
102118
"drupal/layout_paragraphs": "^2.0",
103119
"drupal/link_attributes": "^2.0",
104120
"drupal/link_title_formatter": "^2.0",
105-
"drupal/linkit": "^6.0",
121+
"drupal/linkit": "^7.0",
106122
"drupal/markup": "^2.0",
107123
"drupal/mathjax": "^4.0",
124+
"drupal/maxlength": "^3.1",
108125
"drupal/menu_admin_per_menu": "^1.0",
109126
"drupal/menu_block": "^1.10",
110127
"drupal/menu_link_weight": "^2.0@alpha",
111128
"drupal/metatag": "^2.0",
129+
"drupal/migrate_file": "^3.0",
130+
"drupal/mysql57": "^1.0",
112131
"drupal/name": "^1.0@RC",
113-
"drupal/next": "^1.2",
132+
"drupal/next": "^2.0",
114133
"drupal/nobots": "^1.0",
115134
"drupal/node_revision_delete": "^2.0@RC",
116-
"drupal/page_cache_query_ignore": "^2.2",
117135
"drupal/page_manager": "^4.0@beta",
118136
"drupal/paragraphs": "^1.11",
119137
"drupal/paragraphs_edit": "^3.0",
@@ -131,14 +149,18 @@
131149
"drupal/search_api": "^1.19",
132150
"drupal/search_api_algolia": "^3.0@beta",
133151
"drupal/seckit": "^2.0",
152+
"drupal/shield": "^1.8",
134153
"drupal/shs": "^2.0@RC",
154+
"drupal/simple_oauth": "^6.0",
135155
"drupal/smart_date": "^4.0",
136156
"drupal/smart_trim": "^2.0",
137-
"drupal/stage_file_proxy": "^2.1",
157+
"drupal/stage_file_proxy": "^3.1",
138158
"drupal/taxonomy_entity_index": "^1.8",
139159
"drupal/taxonomy_menu": "^3.5",
140160
"drupal/token_or": "^2.0",
161+
"drupal/trash": "^3.0",
141162
"drupal/ui_patterns": "^1.0",
163+
"drupal/ultimate_cron": "^2.0@beta",
142164
"drupal/view_unpublished": "^1.0",
143165
"drupal/viewfield": "^3.0@beta",
144166
"drupal/views_block_filter_block": "^2.0@beta",
@@ -148,19 +170,19 @@
148170
"drupal/views_infinite_scroll": "^2.0",
149171
"drupal/views_taxonomy_term_name_depth": "^7.0",
150172
"drupal/webp": "^1.0@beta",
151-
"drupal/xmlsitemap": "^1.0",
152-
"harvesthq/chosen": "^1.8",
173+
"drupal/xmlsitemap": "^2.0",
174+
"noli42/chosen": "3.0.0",
153175
"onlyextart/colorbox": "dev-master#e58476becbc89dc671093d1bcd9f99b2167fa8f7",
154176
"sainsburys/guzzle-oauth2-plugin": "^3.0",
155177
"seboettg/citeproc-php": "2.4.1",
156178
"su-sws/ckeditor5_plugins": "^1.0",
157179
"su-sws/drupal-patches": "^10.0",
158180
"su-sws/react_paragraphs": "^8.2",
159181
"su-sws/stanford_actions": "^8.2",
160-
"su-sws/stanford_fields": "^8.2",
182+
"su-sws/stanford_fields": "^8.4",
161183
"su-sws/stanford_media": "^11.0",
162184
"su-sws/stanford_migrate": "^8.3",
163-
"su-sws/stanford_profile_helper": "^9.6",
185+
"su-sws/stanford_profile_helper": "^9.8",
164186
"su-sws/stanford_samlauth": "^1.0"
165187
},
166188
"config": {
@@ -183,9 +205,6 @@
183205
}
184206
},
185207
"patches": {
186-
"drupal/google_analytics": {
187-
"https://www.drupal.org/project/google_analytics/issues/3373921": "https://www.drupal.org/files/issues/2023-08-07/google-analytics-issues-3373921-cannot-install-from-existing-config-11.patch"
188-
},
189208
"drupal/hook_event_dispatcher": {
190209
"https://www.drupal.org/project/hook_event_dispatcher/issues/3354751": "https://www.drupal.org/files/issues/2024-03-14/hook_event_dispatcher-4.x-3354751-7.patch"
191210
},
@@ -194,6 +213,9 @@
194213
},
195214
"drupal/menu_link_weight": {
196215
"https://www.drupal.org/project/menu_link_weight/issues/2875984": "https://git.drupalcode.org/project/menu_link_weight/-/merge_requests/2.diff"
216+
},
217+
"drupal/trash": {
218+
"Trash module delete condition group": "https://sws-devguide.stanford.edu/sites/g/files/sbiybj17516/files/trash-delete_condition.patch"
197219
}
198220
}
199221
}

config/sync/book.settings.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@ _core:
22
default_config_hash: i-_2TVi6FUEAqBgNRJkt6aaYmiw1k_LTrXzJS6wlZ4U
33
allowed_types:
44
- stanford_policy
5-
block:
6-
navigation:
7-
mode: 'all pages'
85
child_type: stanford_policy
6+
book_sort: weight

config/sync/config_ignore.settings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ignored_config_entities:
88
- 'next.next_entity_type_config.*'
99
- 'next.next_site.*'
1010
- 'samlauth.authentication:map_users_roles'
11+
- 'stage_file_proxy.settings:origin'
12+
- 'stage_file_proxy.settings:origin_dir'
1113
- 'system.action.user_add_role_action.custm_*'
1214
- 'system.action.user_remove_role_action.custm_*'
1315
- 'system.theme:default'

config/sync/config_split.config_split.dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ module:
1919
purge_processor_lateruntime: 0
2020
purge_queuer_coretags: 0
2121
purge_tokens: 0
22+
shield: 0
2223
update: 0
2324
stage_file_proxy: 0
2425
theme: { }

config/sync/config_split.config_split.local.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ no_patching: false
1111
storage: folder
1212
folder: ../config/envs/local
1313
module:
14+
config_inspector: 0
1415
dblog: 0
1516
devel: 0
1617
devel_php: 0
1718
stage_file_proxy: 0
19+
upgrade_status: 0
1820
theme: { }
1921
complete_list: { }
2022
partial_list: { }

config/sync/config_split.config_split.stage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ module:
1919
purge_processor_lateruntime: 0
2020
purge_queuer_coretags: 0
2121
purge_tokens: 0
22+
shield: 0
2223
stage_file_proxy: 0
2324
theme: { }
2425
complete_list: { }

0 commit comments

Comments
 (0)