Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
🚀
This server has been upgraded to GitLab release
15.7
.
🚀
Open sidebar
memoriav
Memobase 2020
utilities
Import Process CLI
Commits
81af7197
Commit
81af7197
authored
Nov 30, 2020
by
Jonas Waeber
Browse files
Update global configurations and templates
parent
465a9f7d
Changes
6
Hide whitespace changes
Inline
Side-by-side
elastic-search-mappings/record-sets.template.json
View file @
81af7197
...
...
@@ -108,13 +108,7 @@
"type"
:
"boolean"
},
"periodOfTimeAsYear"
:
{
"type"
:
"long"
,
"ignore_malformed"
:
true
,
"fields"
:
{
"sort"
:
{
"type"
:
"keyword"
}
}
"type"
:
"integer_range"
},
"lastUpdatedDate"
:
{
"type"
:
"keyword"
,
...
...
global-configs/document-type-labels.sh
0 → 100755
View file @
81af7197
#!/usr/bin/env bash
kubectl delete configmap document-type-labels
kubectl create configmap document-type-labels
--from-file
./document_types/
\ No newline at end of file
global-configs/document_types/labels.csv
0 → 100644
View file @
81af7197
code,de,fr,it
Audio,Ton,Son,Suono
Film,Film,Film,Film
Foto,Fotografie,Photographie,Fotografia
Radio,Radio,Radio,Radio
Tonbildschau,Tonbildschau,Diaporama,Presentazione
TV,Fernsehen,Télévision,Televisione
Video,Video,Vidéo,Video
Andere,Andere,Autres,Altri
\ No newline at end of file
global-configs/metadata-languages/metadata_language_labels.csv
0 → 100644
View file @
81af7197
code,wikidata,de,fr,it
de,Q188,Deutsch,Allemand,Tedesco
fr,Q150,Französisch,Français,Francese
it,Q150,Italienisch,Italien,Italiano
\ No newline at end of file
global-configs/metadata_languages.sh
0 → 100755
View file @
81af7197
#!/usr/bin/env bash
kubectl delete configmap metadata-language-labels-csv
kubectl create configmap metadata-language-labels-csv
--from-file
./metadata-languages/
\ No newline at end of file
utilities/pull-chart.sh
View file @
81af7197
...
...
@@ -3,7 +3,7 @@
export
HELM_EXPERIMENTAL_OCI
=
1
REGISTRY
=
"cr.gitlab.switch.ch/memoriav/memobase-2020/services/elastic-services/elastic-bulk-action-service"
VERSION
=
"0.1.1
2
-chart"
VERSION
=
"0.1.1
5
-chart"
helm chart pull
${
REGISTRY
}
:
${
VERSION
}
helm chart
export
${
REGISTRY
}
:
${
VERSION
}
-d
charts/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment