File tree 6 files changed +57
-23
lines changed
6 files changed +57
-23
lines changed Original file line number Diff line number Diff line change 75
75
root : ./
76
76
paths :
77
77
- ./
78
+ build_edge_branch :
79
+ docker :
80
+ - image : circleci/php:7.3.14-apache-browsers
81
+ steps :
82
+ - checkout_code
83
+ - install_php_os_extensions
84
+ - run :
85
+ name : Switch to edge build branch
86
+ command : |
87
+ cd ~/project
88
+ git checkout -b $EDGE_BUILD_BRANCH
89
+ - run :
90
+ name : Install dev versions of dof-dss packages with composer.
91
+ command : |
92
+ composer require dof-dss/nidirect-site-modules:dev-development dof-dss/nidirect-migrations:dev-development \
93
+ dof-dss/nidirect-d8-test-install-profile:dev-development dof-dss/nicsdru_origins_theme:dev-development \
94
+ dof-dss/nicsdru_origins_modules:dev-development dof-dss/nicsdru_nidirect_theme:dev-development
95
+ - persist_to_workspace :
96
+ root : ./
97
+ paths :
98
+ - ./
78
99
79
100
# Test for coding standards and deprecated code.
80
101
static_analysis :
@@ -346,9 +367,10 @@ workflows:
346
367
only :
347
368
- development
348
369
jobs :
349
- - build
350
- - sync_data
370
+ - build_edge_branch
371
+ - sync_data :
372
+ requires :
373
+ - build_edge_branch
351
374
- functional_tests :
352
375
requires :
353
- - build
354
376
- sync_data
Original file line number Diff line number Diff line change 37
37
"dof-dss/nicsdru_origins_theme" : " ^0.3.1" ,
38
38
"dof-dss/nidirect-d8-test-install-profile" : " ^0.2.2" ,
39
39
"dof-dss/nidirect-migrations" : " ^0.10.0" ,
40
- "dof-dss/nidirect-site-modules" : " ^0.10.2 " ,
40
+ "dof-dss/nidirect-site-modules" : " ^0.10.3 " ,
41
41
"drupal/address" : " ^1.7" ,
42
42
"drupal/admin_toolbar" : " ^2.0" ,
43
43
"drupal/adminimal_theme" : " ^1.5" ,
172
172
},
173
173
"drupal/paragraphs" : {
174
174
"Integrity constraint violation: 1048 Column 'langcode' cannot be null" : " https://www.drupal.org/files/issues/2020-06-25/paragraphs-2901390-51.patch"
175
+ },
176
+ "drupal/shs" : {
177
+ "SHS select is empty on views" : " https://www.drupal.org/files/issues/2018-12-10/shs-blank-select-fix-3019378-3.patch"
175
178
}
176
179
},
177
180
"composer-exit-on-patch-failure" : true ,
Original file line number Diff line number Diff line change @@ -19,3 +19,4 @@ permissions:
19
19
- ' view files'
20
20
- ' view media'
21
21
- ' view published gp entities'
22
+ - ' view terms in site_themes'
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ display:
194
194
default_group_multiple : { }
195
195
group_items : { }
196
196
parse_mode : phrase
197
- min_length : 3
197
+ min_length : 2
198
198
fields :
199
199
- title_fulltext
200
200
plugin_id : search_api_fulltext
@@ -253,7 +253,6 @@ display:
253
253
relationships : { }
254
254
arguments : { }
255
255
display_extenders : { }
256
- title : Contacts
257
256
cache_metadata :
258
257
max-age : -1
259
258
contexts :
@@ -263,7 +262,9 @@ display:
263
262
- url.query_args
264
263
- ' url.query_args:sort_by'
265
264
- ' url.query_args:sort_order'
266
- tags : { }
265
+ - ' user.node_grants:view'
266
+ tags :
267
+ - ' config:search_api.index.contacts'
267
268
contact_search :
268
269
display_plugin : embed
269
270
id : contact_search
@@ -281,4 +282,6 @@ display:
281
282
- url.query_args
282
283
- ' url.query_args:sort_by'
283
284
- ' url.query_args:sort_order'
284
- tags : { }
285
+ - ' user.node_grants:view'
286
+ tags :
287
+ - ' config:search_api.index.contacts'
Original file line number Diff line number Diff line change @@ -493,17 +493,19 @@ display:
493
493
entity_type : flagging
494
494
plugin_id : flag_filter
495
495
sorts :
496
- field_taxonomy_rank_value :
497
- id : field_taxonomy_rank_value
498
- table : taxonomy_term__field_taxonomy_rank
499
- field : field_taxonomy_rank_value
496
+ weight :
497
+ id : weight
498
+ table : taxonomy_term_field_data
499
+ field : weight
500
500
relationship : none
501
501
group_type : group
502
502
admin_label : ' '
503
503
order : ASC
504
504
exposed : false
505
505
expose :
506
506
label : ' '
507
+ entity_type : taxonomy_term
508
+ entity_field : weight
507
509
plugin_id : standard
508
510
name :
509
511
id : name
You can’t perform that action at this time.
0 commit comments