Skip to content

Commit 1638843

Browse files
authored
Merge pull request #112 from dof-dss/uat
Production release
2 parents 29fa2b7 + 2bc82fb commit 1638843

File tree

803 files changed

+92822
-615
lines changed

Some content is hidden

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

803 files changed

+92822
-615
lines changed

.ddev/config.maestro.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ additional_hostnames:
1010
- legalcommissionerni
1111
- nicswell
1212
- autismreviewerni
13+
- anotherway
14+
- proni

.ddev/docker-compose.solr_extra.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ services:
1111
- './solr-cores/legalcommissionerni:/solr-legalcommissionerni-conf'
1212
- './solr-cores/nicswell:/solr-nicswell-conf'
1313
- './solr-cores/autismreviewerni:/solr-autismreviewerni-conf'
14-
entrypoint: 'bash -c "VERBOSE=yes docker-entrypoint.sh precreate-core legalcommissionerni /solr-legalcommissionerni-conf; precreate-core nicswell /solr-nicswell-conf; precreate-core autismreviewerni /solr-autismreviewerni-conf; exec solr -f"'
14+
- './solr-cores/anotherway:/solr-anotherway-conf'
15+
- './solr-cores/proni:/solr-proni-conf'
16+
entrypoint: 'bash -c "VERBOSE=yes docker-entrypoint.sh precreate-core legalcommissionerni /solr-legalcommissionerni-conf; precreate-core nicswell /solr-nicswell-conf; precreate-core autismreviewerni /solr-autismreviewerni-conf; precreate-core anotherway /solr-anotherway-conf; precreate-core proni /solr-proni-conf; exec solr -f"'

.ddev/providers/unity.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,17 @@ db_pull_command:
2020
platform db:dump --yes ${PLATFORM_APP:+"--app=${PLATFORM_APP}"} --relationship=legalcommissionerni --gzip --file=/var/www/html/.ddev/.downloads/db_legalcommissionerni.sql.gz --project="${PLATFORM_PROJECT:-setme}" --environment="${PLATFORM_ENVIRONMENT:-setme}"
2121
platform db:dump --yes ${PLATFORM_APP:+"--app=${PLATFORM_APP}"} --relationship=nicswell --gzip --file=/var/www/html/.ddev/.downloads/db_nicswell.sql.gz --project="${PLATFORM_PROJECT:-setme}" --environment="${PLATFORM_ENVIRONMENT:-setme}"
2222
platform db:dump --yes ${PLATFORM_APP:+"--app=${PLATFORM_APP}"} --relationship=autismreviewerni --gzip --file=/var/www/html/.ddev/.downloads/db_autismreviewerni.sql.gz --project="${PLATFORM_PROJECT:-setme}" --environment="${PLATFORM_ENVIRONMENT:-setme}"
23+
platform db:dump --yes ${PLATFORM_APP:+"--app=${PLATFORM_APP}"} --relationship=anotherway --gzip --file=/var/www/html/.ddev/.downloads/db_anotherway.sql.gz --project="${PLATFORM_PROJECT:-setme}" --environment="${PLATFORM_ENVIRONMENT:-setme}"
24+
platform db:dump --yes ${PLATFORM_APP:+"--app=${PLATFORM_APP}"} --relationship=proni --gzip --file=/var/www/html/.ddev/.downloads/db_proni.sql.gz --project="${PLATFORM_PROJECT:-setme}" --environment="${PLATFORM_ENVIRONMENT:-setme}"
2325
db_import_command:
2426
command: |
2527
set -eu -o pipefail
2628
# set -x # You can enable bash debugging output by uncommenting.
2729
gzip -dc .ddev/.downloads/db_legalcommissionerni.sql.gz | ddev import-db --database=legalcommissionerni --skip-hooks
2830
gzip -dc .ddev/.downloads/db_nicswell.sql.gz | ddev import-db --database=nicswell --skip-hooks
2931
gzip -dc .ddev/.downloads/db_autismreviewerni.sql.gz | ddev import-db --database=autismreviewerni --skip-hooks
32+
gzip -dc .ddev/.downloads/db_anotherway.sql.gz | ddev import-db --database=anotherway --skip-hooks
33+
gzip -dc .ddev/.downloads/db_proni.sql.gz | ddev import-db --database=proni --skip-hooks
3034
service: host
3135
files_pull_command:
3236
command: |
Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
# À => A
2+
"\u00C0" => "A"
3+
# Á => A
4+
"\u00C1" => "A"
5+
# Â => A
6+
"\u00C2" => "A"
7+
# Ã => A
8+
"\u00C3" => "A"
9+
# Ä => A
10+
"\u00C4" => "A"
11+
# Å => A
12+
"\u00C5" => "A"
13+
# Ą => A
14+
"\u0104" => "A"
15+
# Æ => AE
16+
"\u00C6" => "AE"
17+
# Ç => C
18+
"\u00C7" => "C"
19+
# Ć => C
20+
"\U0106" => "C"
21+
# È => E
22+
"\u00C8" => "E"
23+
# É => E
24+
"\u00C9" => "E"
25+
# Ê => E
26+
"\u00CA" => "E"
27+
# Ë => E
28+
"\u00CB" => "E"
29+
# Ę => E
30+
"\u0118" => "E"
31+
# Ì => I
32+
"\u00CC" => "I"
33+
# Í => I
34+
"\u00CD" => "I"
35+
# Î => I
36+
"\u00CE" => "I"
37+
# Ï => I
38+
"\u00CF" => "I"
39+
# IJ => IJ
40+
"\u0132" => "IJ"
41+
# Ð => D
42+
"\u00D0" => "D"
43+
# Ł => L
44+
"\u0141" => "L"
45+
# Ñ => N
46+
"\u00D1" => "N"
47+
# Ń => N
48+
"\u0143" => "N"
49+
# Ò => O
50+
"\u00D2" => "O"
51+
# Ó => O
52+
"\u00D3" => "O"
53+
# Ô => O
54+
"\u00D4" => "O"
55+
# Õ => O
56+
"\u00D5" => "O"
57+
# Ö => O
58+
"\u00D6" => "O"
59+
# Ø => O
60+
"\u00D8" => "O"
61+
# Œ => OE
62+
"\u0152" => "OE"
63+
# Þ
64+
"\u00DE" => "TH"
65+
# Ù => U
66+
"\u00D9" => "U"
67+
# Ú => U
68+
"\u00DA" => "U"
69+
# Û => U
70+
"\u00DB" => "U"
71+
# Ü => U
72+
"\u00DC" => "U"
73+
# Ý => Y
74+
"\u00DD" => "Y"
75+
# Ÿ => Y
76+
"\u0178" => "Y"
77+
# à => a
78+
"\u00E0" => "a"
79+
# á => a
80+
"\u00E1" => "a"
81+
# â => a
82+
"\u00E2" => "a"
83+
# ã => a
84+
"\u00E3" => "a"
85+
# ä => a
86+
"\u00E4" => "a"
87+
# å => a
88+
"\u00E5" => "a"
89+
# æ => ae
90+
"\u00E6" => "ae"
91+
# ç => c
92+
"\u00E7" => "c"
93+
# è => e
94+
"\u00E8" => "e"
95+
# é => e
96+
"\u00E9" => "e"
97+
# ê => e
98+
"\u00EA" => "e"
99+
# ë => e
100+
"\u00EB" => "e"
101+
# ì => i
102+
"\u00EC" => "i"
103+
# í => i
104+
"\u00ED" => "i"
105+
# î => i
106+
"\u00EE" => "i"
107+
# ï => i
108+
"\u00EF" => "i"
109+
# ij => ij
110+
"\u0133" => "ij"
111+
# ð => d
112+
"\u00F0" => "d"
113+
# ñ => n
114+
"\u00F1" => "n"
115+
# ò => o
116+
"\u00F2" => "o"
117+
# ó => o
118+
"\u00F3" => "o"
119+
# ô => o
120+
"\u00F4" => "o"
121+
# õ => o
122+
"\u00F5" => "o"
123+
# ö => o
124+
"\u00F6" => "o"
125+
# ø => o
126+
"\u00F8" => "o"
127+
# œ => oe
128+
"\u0153" => "oe"
129+
# ß => ss
130+
"\u00DF" => "ss"
131+
# Ś => S
132+
"\u015a" => "S"
133+
# þ => th
134+
"\u00FE" => "th"
135+
# ù => u
136+
"\u00F9" => "u"
137+
# ú => u
138+
"\u00FA" => "u"
139+
# û => u
140+
"\u00FB" => "u"
141+
# ü => u
142+
"\u00FC" => "u"
143+
# ý => y
144+
"\u00FD" => "y"
145+
# ÿ => y
146+
"\u00FF" => "y"
147+
# Ź => Z
148+
"\u0179" => "Z"
149+
# Ż => Z
150+
"\u017b" => "Z"
151+
# ff => ff
152+
"\uFB00" => "ff"
153+
# fi => fi
154+
"\uFB01" => "fi"
155+
# fl => fl
156+
"\uFB02" => "fl"
157+
# ffi => ffi
158+
"\uFB03" => "ffi"
159+
# ffl => ffl
160+
"\uFB04" => "ffl"
161+
# ſt => st
162+
"\uFB05" => "st"
163+
# st => st
164+
"\uFB06" => "st"
Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
# À => A
2+
"\u00C0" => "A"
3+
# Á => A
4+
"\u00C1" => "A"
5+
# Â => A
6+
"\u00C2" => "A"
7+
# Ã => A
8+
"\u00C3" => "A"
9+
# Ä => A
10+
"\u00C4" => "A"
11+
# Å => A
12+
"\u00C5" => "A"
13+
# Æ => AE
14+
"\u00C6" => "AE"
15+
# Ç => C
16+
"\u00C7" => "C"
17+
# È => E
18+
"\u00C8" => "E"
19+
# É => E
20+
"\u00C9" => "E"
21+
# Ê => E
22+
"\u00CA" => "E"
23+
# Ë => E
24+
"\u00CB" => "E"
25+
# Ì => I
26+
"\u00CC" => "I"
27+
# Í => I
28+
"\u00CD" => "I"
29+
# Î => I
30+
"\u00CE" => "I"
31+
# Ï => I
32+
"\u00CF" => "I"
33+
# IJ => IJ
34+
"\u0132" => "IJ"
35+
# Ð => D
36+
"\u00D0" => "D"
37+
# Ñ => N
38+
"\u00D1" => "N"
39+
# Ò => O
40+
"\u00D2" => "O"
41+
# Ó => O
42+
"\u00D3" => "O"
43+
# Ô => O
44+
"\u00D4" => "O"
45+
# Õ => O
46+
"\u00D5" => "O"
47+
# Ö => O
48+
"\u00D6" => "O"
49+
# Ø => O
50+
"\u00D8" => "O"
51+
# Œ => OE
52+
"\u0152" => "OE"
53+
# Þ
54+
"\u00DE" => "TH"
55+
# Ù => U
56+
"\u00D9" => "U"
57+
# Ú => U
58+
"\u00DA" => "U"
59+
# Û => U
60+
"\u00DB" => "U"
61+
# Ü => U
62+
"\u00DC" => "U"
63+
# Ý => Y
64+
"\u00DD" => "Y"
65+
# Ÿ => Y
66+
"\u0178" => "Y"
67+
# à => a
68+
"\u00E0" => "a"
69+
# á => a
70+
"\u00E1" => "a"
71+
# â => a
72+
"\u00E2" => "a"
73+
# ã => a
74+
"\u00E3" => "a"
75+
# ä => a
76+
"\u00E4" => "a"
77+
# å => a
78+
"\u00E5" => "a"
79+
# æ => ae
80+
"\u00E6" => "ae"
81+
# ç => c
82+
"\u00E7" => "c"
83+
# è => e
84+
"\u00E8" => "e"
85+
# é => e
86+
"\u00E9" => "e"
87+
# ê => e
88+
"\u00EA" => "e"
89+
# ë => e
90+
"\u00EB" => "e"
91+
# ì => i
92+
"\u00EC" => "i"
93+
# í => i
94+
"\u00ED" => "i"
95+
# î => i
96+
"\u00EE" => "i"
97+
# ï => i
98+
"\u00EF" => "i"
99+
# ij => ij
100+
"\u0133" => "ij"
101+
# ð => d
102+
"\u00F0" => "d"
103+
# ñ => n
104+
"\u00F1" => "n"
105+
# ò => o
106+
"\u00F2" => "o"
107+
# ó => o
108+
"\u00F3" => "o"
109+
# ô => o
110+
"\u00F4" => "o"
111+
# õ => o
112+
"\u00F5" => "o"
113+
# ö => o
114+
"\u00F6" => "o"
115+
# ø => o
116+
"\u00F8" => "o"
117+
# œ => oe
118+
"\u0153" => "oe"
119+
# ß => ss
120+
"\u00DF" => "ss"
121+
# þ => th
122+
"\u00FE" => "th"
123+
# ù => u
124+
"\u00F9" => "u"
125+
# ú => u
126+
"\u00FA" => "u"
127+
# û => u
128+
"\u00FB" => "u"
129+
# ü => u
130+
"\u00FC" => "u"
131+
# ý => y
132+
"\u00FD" => "y"
133+
# ÿ => y
134+
"\u00FF" => "y"
135+
# ff => ff
136+
"\uFB00" => "ff"
137+
# fi => fi
138+
"\uFB01" => "fi"
139+
# fl => fl
140+
"\uFB02" => "fl"
141+
# ffi => ffi
142+
"\uFB03" => "ffi"
143+
# ffl => ffl
144+
"\uFB04" => "ffl"
145+
# ſt => st
146+
"\uFB05" => "st"
147+
# st => st
148+
"\uFB06" => "st"
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
3+
<!--
4+
This file allows you to boost certain search items to the top of search
5+
results. You can find out an item's ID by searching directly on the Solr
6+
server. Search API generally constructs item IDs (esp. for entities) as:
7+
$document->id = "$site_hash-$index_id-$datasource:$entity_id:$language_id";
8+
9+
If you want this file to be automatically re-loaded when a Solr commit takes
10+
place (e.g., if you have an automatic script active which updates elevate.xml
11+
according to newly-indexed data), place it into Solr's data/ directory.
12+
Otherwise, place it with the other configuration files into the conf/
13+
directory.
14+
15+
See http://wiki.apache.org/solr/QueryElevationComponent for more information.
16+
-->
17+
18+
<elevate>
19+
<!-- Example for ranking the node #789 first in searches for "example query": -->
20+
<!--
21+
<query text="example query">
22+
<doc id="ab12cd34-site_index-entity:789:en" />
23+
</query>
24+
-->
25+
<!-- Multiple <query> elements can be specified, contained in one <elevate>. -->
26+
<!-- <query text="...">...</query> -->
27+
</elevate>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)