Skip to content

Commit

Permalink
Merge pull request #751 from dof-dss/D8UN-uat
Browse files Browse the repository at this point in the history
Release to production 0.19.1
  • Loading branch information
ooneill547 authored Sep 9, 2021
2 parents e56f3ef + 76d0bac commit 1d8ce44
Show file tree
Hide file tree
Showing 204 changed files with 78,732 additions and 3,063 deletions.
6 changes: 6 additions & 0 deletions .lando/config/.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,9 @@ FISCALCOMMISSIONNI_GOOGLE_ANALYTICS_KEY=
NIFISCALCOUNCIL_GOOGLE_MAP_API_KEY=
NIFISCALCOUNCIL_GOOGLE_MAP_API_SERVER_KEY=
NIFISCALCOUNCIL_GOOGLE_ANALYTICS_KEY=

# UROLOGYSERVICESINQUIRY
UROLOGYSERVICESINQUIRY_GOOGLE_MAP_API_KEY=
UROLOGYSERVICESINQUIRY_GOOGLE_MAP_API_SERVER_KEY=
UROLOGYSERVICESINQUIRY_GOOGLE_ANALYTICS_KEY=urokeynew

2 changes: 1 addition & 1 deletion .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ hooks:
set -e
# For each multi site - rebuild caches, run db-updates and import config.
for site in uregni odscni fiscalcommissionni niauditoffice nifiscalcouncil octf urologyservicesinquiry
for site in uregni odscni fiscalcommissionni urologyservicesinquiry niauditoffice nifiscalcouncil
do
echo "****** $site deployment ******"
cd /app/web/sites/$site
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"dinbror/blazy": "^1.8",
"dof-dss/nicsdru_origins_modules": "^0.9.30",
"dof-dss/nicsdru_origins_profile": "0.1.11",
"dof-dss/nicsdru_unity_theme": "^0.1.32",
"dof-dss/nicsdru_unity_theme": "^0.1.33",
"drupal/address": "^1.7",
"drupal/admin_toolbar": "^2.0",
"drupal/adminimal_theme": "^1.5",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
uuid: 1abaaa1b-6557-4672-8153-29df3d2ec479
langcode: en
status: true
dependencies: { }
id: production
label: Production
description: 'Used for the production site only.'
folder: ../config/niauditoffice/production
module:
fastly: 0
theme: { }
blacklist:
- fastly.settings
graylist: { }
graylist_dependents: true
graylist_skip_equal: true
weight: 0
2 changes: 1 addition & 1 deletion config/niauditoffice/config/core.date_format.short.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ _core:
id: short
label: 'Default short date'
locked: false
pattern: 'm/d/Y - H:i'
pattern: 'd/m/Y - H:i'
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ label: 'Basic page pattern'
type: 'canonical_entities:node'
pattern: '[node:title]'
selection_criteria:
c9b93157-8545-4430-94be-1dfbffdb3838:
30435f58-ed0e-41b2-af81-58395b71ea47:
id: node_type
bundles:
faq: faq
page: page
webform: webform
negate: false
context_mapping:
node: node
uuid: c9b93157-8545-4430-94be-1dfbffdb3838
uuid: 30435f58-ed0e-41b2-af81-58395b71ea47
selection_logic: and
weight: -5
relationships: { }
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ display:
click_sort_column: value
type: timestamp
settings:
date_format: long
date_format: short
custom_date_format: ''
timezone: ''
group_column: value
Expand Down
24 changes: 24 additions & 0 deletions config/niauditoffice/production/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Deny all requests from Apache 2.4+.
<IfModule mod_authz_core.c>
Require all denied
</IfModule>

# Deny all requests from Apache 2.0-2.2.
<IfModule !mod_authz_core.c>
Deny from all
</IfModule>

# Turn off all options we don't need.
Options -Indexes -ExecCGI -Includes -MultiViews

# Set the catch-all handler to prevent scripts from being executed.
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
<Files *>
# Override the handler again if we're run later in the evaluation list.
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003
</Files>

# If we know how to do it safely, disable the PHP engine entirely.
<IfModule mod_php7.c>
php_flag engine off
</IfModule>
1 change: 1 addition & 0 deletions config/niauditoffice/production/fastly.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
site_id: ''
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
uuid: 094d87a8-4ca8-4ca3-8fc9-180703c8c031
uuid: 679cfc40-ee96-416f-b741-4ce15d0e20b0
langcode: en
status: false
status: true
dependencies: { }
id: hosted
label: hosted
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
uuid: bc8d9e1a-7ba7-434d-8a69-1730f4880151
langcode: en
status: false
status: true
dependencies: { }
id: local
label: local
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
uuid: 4d7d15d9-9b6c-4016-974e-81b2d931a795
uuid: e0f3b2a4-3fe0-44fb-8b01-19576f1f22c9
langcode: en
status: false
status: true
dependencies: { }
id: production
label: production
description: 'Used for the production site only.'
folder: ../config/urologyservicesinquiry/production
module: { }
module:
fastly: 0
theme: { }
blacklist: { }
blacklist:
- fastly.settings
graylist: { }
graylist_dependents: true
graylist_skip_equal: true
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1d8ce44

Please sign in to comment.