Skip to content

Commit

Permalink
Merge pull request #978 from dof-dss/D8UN-uat
Browse files Browse the repository at this point in the history
Release v0.23.2
  • Loading branch information
ooneill547 authored Dec 16, 2021
2 parents ed1a5d1 + fd74817 commit df9e242
Show file tree
Hide file tree
Showing 98 changed files with 3,206 additions and 523 deletions.
25 changes: 13 additions & 12 deletions .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ relationships:
mahinquiry: 'db:mahinquiry'
independentreviewofeducation: 'db:independentreviewofeducation'
nipolicingboard: 'db:nipolicingboard'
nipolicingboard_solr: 'solr:nipolicingboard'

# The size of the persistent disk of the application (in MB).
disk: 30720
Expand Down Expand Up @@ -80,7 +81,7 @@ hooks:
set -e
# For each multi site - rebuild caches, run db-updates and import config.
for site in uregni odscni fiscalcommissionni urologyservicesinquiry mahinquiry niauditoffice nifiscalcouncil octf employmenttribunalsni independentreviewofeducation
for site in uregni odscni fiscalcommissionni urologyservicesinquiry mahinquiry niauditoffice nifiscalcouncil octf employmenttribunalsni independentreviewofeducation nipolicingboard
do
echo "****** $site deployment ******"
cd /app/web/sites/$site
Expand Down Expand Up @@ -152,35 +153,35 @@ web:
# The configuration of scheduled execution.
crons:
uregni:
spec: '*/5 * * * *'
spec: '10 * * * *'
cmd: 'cd web/sites/uregni ; drush core-cron'
odscni:
spec: '*/5 * * * *'
spec: '10 * * * *'
cmd: 'cd web/sites/odscni ; drush core-cron'
fiscalcommissionni:
spec: '*/5 * * * *'
spec: '10 * * * *'
cmd: 'cd web/sites/fiscalcommissionni ; drush core-cron'
niauditoffice:
spec: '*/5 * * * *'
spec: '10 * * * *'
cmd: 'cd web/sites/niauditoffice ; drush core-cron'
nifiscalcouncil:
spec: '*/5 * * * *'
spec: '10 * * * *'
cmd: 'cd web/sites/nifiscalcouncil ; drush core-cron'
octf:
spec: '*/5 * * * *'
spec: '10 * * * *'
cmd: 'cd web/sites/octf ; drush core-cron'
urologyservicesinquiry:
spec: '*/5 * * * *'
spec: '10 * * * *'
cmd: 'cd web/sites/urologyservicesinquiry ; drush core-cron'
mahinquiry:
spec: '*/5 * * * *'
spec: '10 * * * *'
cmd: 'cd web/sites/mahinquiry ; drush core-cron'
employmenttribunalsni:
spec: '*/5 * * * *'
spec: '10 * * * *'
cmd: 'cd web/sites/employmenttribunalsni ; drush core-cron'
independentreviewofeducation:
spec: '*/5 * * * *'
spec: '10 * * * *'
cmd: 'cd web/sites/independentreviewofeducation ; drush core-cron'
nipolicingboard:
spec: '*/5 * * * *'
spec: '10 * * * *'
cmd: 'cd web/sites/nipolicingboard ; drush core-cron'
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ settings:
-
value: evidence
label: Evidence
-
value: reports
label: Reports
allowed_values_function: ''
module: options
locked: false
Expand Down
6 changes: 3 additions & 3 deletions config/mahinquiry/config/facets.facet.published_date.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
uuid: 91f6af3b-8fca-471d-aa1c-fa05449b8e6e
uuid: 29100548-fc53-4c47-8412-7b1bb03c5501
langcode: en
status: true
dependencies:
config:
- search_api.index.default_content
- search_api.index.news
- views.view.news_search
module:
- facets_pretty_paths
Expand All @@ -14,7 +14,7 @@ third_party_settings:
id: published_date
name: 'Published date'
url_alias: date
weight: 0
weight: -1
min_count: 1
show_only_one_result: false
field_identifier: field_published_date
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
uuid: 96937f7a-1353-4fa4-ae83-58acad8713ca
uuid: 860640e9-110f-4a2a-996a-51a1d8207559
langcode: en
status: true
dependencies:
config:
- search_api.index.default_content
- search_api.index.news
- views.view.news_search
module:
- search_api
id: news_summary
name: 'News summary'
name: 'Facets Summary'
facets:
published_date:
checked: true
Expand Down
71 changes: 71 additions & 0 deletions config/mahinquiry/config/search_api.index.news.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
uuid: fb6d152d-771b-4ea4-bf9c-693d6c05df10
langcode: en
status: true
dependencies:
config:
- field.storage.node.body
- field.storage.node.field_published_date
- field.storage.node.field_teaser
- search_api.server.default
module:
- node
- search_api
id: news
name: News
description: ''
read_only: false
field_settings:
body:
label: Body
datasource_id: 'entity:node'
property_path: body
type: text
dependencies:
config:
- field.storage.node.body
field_published_date:
label: 'Published date'
datasource_id: 'entity:node'
property_path: field_published_date
type: date
dependencies:
config:
- field.storage.node.field_published_date
field_teaser:
label: Teaser
datasource_id: 'entity:node'
property_path: field_teaser
type: string
dependencies:
config:
- field.storage.node.field_teaser
title:
label: Title
datasource_id: 'entity:node'
property_path: title
type: text
boost: !!float 5
dependencies:
module:
- node
datasource_settings:
'entity:node':
bundles:
default: false
selected:
- news
languages:
default: true
selected: { }
processor_settings:
add_url: { }
aggregated_field: { }
language_with_fallback: { }
rendered_item: { }
tracker_settings:
default:
indexing_order: fifo
options:
index_directly: true
cron_limit: 50
server: default
61 changes: 61 additions & 0 deletions config/mahinquiry/config/search_api.index.publications.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
uuid: 383862ff-e39d-45d8-8128-f8f68ebbdbcb
langcode: en
status: true
dependencies:
config:
- field.storage.node.body
- field.storage.node.field_published_date
- search_api.server.default
module:
- node
- search_api
id: publications
name: Publications
description: ''
read_only: false
field_settings:
body:
label: Body
datasource_id: 'entity:node'
property_path: body
type: text
dependencies:
config:
- field.storage.node.body
field_published_date:
label: 'Published date'
datasource_id: 'entity:node'
property_path: field_published_date
type: date
dependencies:
config:
- field.storage.node.field_published_date
title:
label: Title
datasource_id: 'entity:node'
property_path: title
type: string
dependencies:
module:
- node
datasource_settings:
'entity:node':
bundles:
default: false
selected:
- publication
languages:
default: true
selected: { }
processor_settings:
add_url: { }
aggregated_field: { }
language_with_fallback: { }
rendered_item: { }
tracker_settings:
default:
indexing_order: fifo
options:
index_directly: true
cron_limit: 50
server: default
Loading

0 comments on commit df9e242

Please sign in to comment.