Skip to content

Commit

Permalink
Merge pull request #651 from chapter-three/deployment/2022-02-09
Browse files Browse the repository at this point in the history
Deployment/2022 02 09
  • Loading branch information
baptisten authored Feb 9, 2022
2 parents f1c664f + 40246da commit 1e763f5
Show file tree
Hide file tree
Showing 14 changed files with 307 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ packages:
harvesthq/chosen: 1.8.7
html2text/html2text: 4.0.1
joachim-n/composer-manifest: 1.0.4
judicialcouncil/courtyard-artifact: 0.1.305
judicialcouncil/courtyard-artifact: 0.1.312
kub-at/php-simple-html-dom-parser: 1.9.1
laminas/laminas-diactoros: 1.8.7p2
laminas/laminas-escaper: 2.6.1
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@
"patch -p1 < patches/gitattributes.patch",
"patch -p1 < patches/robots.patch",
"patch -p1 < patches/robots-2.patch",
"patch -p1 < patches/robots-3.patch"
"patch -p1 < patches/robots-3.patch",
"patch -p1 < patches/robots-4.patch"
],
"build-assets": [
"@prepare-for-pantheon",
Expand Down
16 changes: 10 additions & 6 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
Expand Up @@ -4,16 +4,22 @@ status: true
dependencies:
config:
- field.field.node.overview.field_actions
- field.field.node.overview.field_case_type_forms_page
- field.field.node.overview.field_case_types
- field.field.node.overview.field_paragraphs
- field.field.node.overview.field_parties
- field.field.node.overview.field_watchers
- node.type.overview
- workflows.workflow.editorial_workflow
module:
- cc
- content_moderation
- field_group
- link
- paragraphs
- path
- scheduler
- scheduler_content_moderation_integration
third_party_settings:
field_group:
group_tags:
Expand All @@ -22,6 +28,7 @@ third_party_settings:
- field_actions
- field_parties
- field_watchers
- field_case_type_forms_page
parent_name: ''
weight: 12
format_type: fieldset
Expand Down Expand Up @@ -49,6 +56,14 @@ content:
third_party_settings: { }
type: options_select
region: content
field_case_type_forms_page:
weight: 17
settings:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
type: link_default
region: content
field_case_types:
weight: 13
settings: { }
Expand Down Expand Up @@ -88,6 +103,12 @@ content:
settings:
include_locked: true
third_party_settings: { }
moderation_state:
type: moderation_state_default
weight: 100
settings: { }
region: content
third_party_settings: { }
path:
type: path
weight: 7
Expand All @@ -101,6 +122,23 @@ content:
weight: 5
region: content
third_party_settings: { }
publish_on:
type: datetime_timestamp_no_default
weight: 30
region: content
settings: { }
third_party_settings: { }
publish_state:
type: scheduler_moderation
weight: 30
region: content
settings: { }
third_party_settings: { }
scheduler_settings:
weight: 20
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
settings:
Expand Down Expand Up @@ -138,6 +176,18 @@ content:
match_limit: 10
region: content
third_party_settings: { }
unpublish_on:
type: datetime_timestamp_no_default
weight: 30
region: content
settings: { }
third_party_settings: { }
unpublish_state:
type: scheduler_moderation
weight: 30
region: content
settings: { }
third_party_settings: { }
url_redirects:
weight: 8
region: content
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ status: true
dependencies:
config:
- field.field.node.overview.field_actions
- field.field.node.overview.field_case_type_forms_page
- field.field.node.overview.field_case_types
- field.field.node.overview.field_paragraphs
- field.field.node.overview.field_parties
- field.field.node.overview.field_watchers
- node.type.overview
module:
- entity_reference_revisions
- link
- user
id: node.overview.default
targetEntityType: node
Expand All @@ -22,6 +24,18 @@ content:
region: content
settings: { }
third_party_settings: { }
field_case_type_forms_page:
weight: 2
label: above
settings:
trim_length: 80
url_only: false
url_plain: false
rel: ''
target: ''
third_party_settings: { }
type: link
region: content
field_paragraphs:
weight: 1
label: above
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- core.entity_view_mode.node.search_index
- field.field.node.overview.field_actions
- field.field.node.overview.field_case_type_forms_page
- field.field.node.overview.field_case_types
- field.field.node.overview.field_paragraphs
- field.field.node.overview.field_parties
Expand All @@ -20,6 +21,7 @@ content: { }
hidden:
content_moderation_control: true
field_actions: true
field_case_type_forms_page: true
field_case_types: true
field_paragraphs: true
field_parties: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- core.entity_view_mode.node.teaser
- field.field.node.overview.field_actions
- field.field.node.overview.field_case_type_forms_page
- field.field.node.overview.field_case_types
- field.field.node.overview.field_paragraphs
- field.field.node.overview.field_parties
Expand All @@ -16,9 +17,15 @@ id: node.overview.teaser
targetEntityType: node
bundle: overview
mode: teaser
content: { }
content:
content_moderation_control:
weight: -20
settings: { }
third_party_settings: { }
region: content
hidden:
field_actions: true
field_case_type_forms_page: true
field_case_types: true
field_paragraphs: true
field_parties: true
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
uuid: 2a738370-3f60-44fa-9e00-2fc5af57913e
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_case_type_forms_page
- node.type.overview
module:
- datalayer
- link
- tmgmt_content
third_party_settings:
datalayer:
expose: 0
label: field_case_type_forms_page
tmgmt_content:
excluded: false
id: node.overview.field_case_type_forms_page
field_name: field_case_type_forms_page
entity_type: node
bundle: overview
label: 'Case type forms page'
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
link_type: 17
title: 0
field_type: link
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
uuid: 930f0e06-d3b3-48a9-820a-023a1b26fe25
langcode: en
status: true
dependencies:
module:
- link
- node
id: node.field_case_type_forms_page
field_name: field_case_type_forms_page
entity_type: node
type: link
settings: { }
module: link
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
2 changes: 1 addition & 1 deletion config/config-default/system.site.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'CA Courts Self Help'
name: 'California Courts | Self Help Guide'
mail: [email protected]
slogan: ''
page:
Expand Down
65 changes: 65 additions & 0 deletions patches/robots-4.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
diff --git a/web/robots.txt b/web/robots.txt
index e4c26f0a..0b75cd2b 100644
--- a/web/robots.txt
+++ b/web/robots.txt
@@ -101,6 +101,60 @@ Allow: /es/eviction-landlord/notice
Allow: /es/eviction-tenant
Allow: /es/eviction-tenant/lose-case
Allow: /es/indice-de-desalojo
+#DV forms 02-09-2022
+Allow: /jcc-form/DV-815
+Allow: /jcc-form/DV-900
+Allow: /jcc-form/DV-805
+Allow: /jcc-form/DV-901
+Allow: /jcc-form/DV-800-INFO
+Allow: /jcc-form/DV-730
+Allow: /jcc-form/DV-800
+Allow: /jcc-form/DV-720
+Allow: /jcc-form/DV-710
+Allow: /jcc-form/DV-700
+Allow: /jcc-form/DV-610
+Allow: /jcc-form/DV-700-INFO
+Allow: /jcc-form/DV-630
+Allow: /jcc-form/DV-505-INFO
+Allow: /jcc-form/DV-570
+Allow: /jcc-form/DV-520-INFO
+Allow: /jcc-form/DV-500-INFO
+Allow: /jcc-form/DV-600
+Allow: /jcc-form/DV-530-INFO
+Allow: /jcc-form/DV-400-INFO
+Allow: /jcc-form/DV-250
+Allow: /jcc-form/DV-205-INFO
+Allow: /jcc-form/DV-400
+Allow: /jcc-form/DV-210
+Allow: /jcc-form/DV-200-INFO
+Allow: /jcc-form/DV-200
+Allow: /jcc-form/DV-179
+Allow: /jcc-form/DV-177
+Allow: /jcc-form/DV-180
+Allow: /jcc-form/DV-178
+Allow: /jcc-form/DV-176
+Allow: /jcc-form/DV-160-INFO
+Allow: /jcc-form/DV-175
+Allow: /jcc-form/DV-165
+Allow: /jcc-form/DV-160
+Allow: /jcc-form/DV-170
+Allow: /jcc-form/DV-150
+Allow: /jcc-form/DV-140
+Allow: /jcc-form/DV-145
+Allow: /jcc-form/DV-130
+Allow: /jcc-form/DV-120-INFO
+Allow: /jcc-form/DV-117
+Allow: /jcc-form/DV-120
+Allow: /jcc-form/DV-116
+Allow: /jcc-form/DV-115-INFO
+Allow: /jcc-form/DV-112
+Allow: /jcc-form/DV-115
+Allow: /jcc-form/DV-108
+Allow: /jcc-form/DV-109
+Allow: /jcc-form/DV-105
+Allow: /jcc-form/DV-108
+Allow: /jcc-form/DV-100
+Allow: /jcc-form/DV-101
# Directories
Disallow: /core/
Disallow: /profiles/
Loading

0 comments on commit 1e763f5

Please sign in to comment.