Skip to content

Commit

Permalink
Add CadenceChangeVersion to search attributes (cadence-workflow#2604)
Browse files Browse the repository at this point in the history
  • Loading branch information
vancexu authored Sep 26, 2019
1 parent 39599a2 commit 1e9e137
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
27 changes: 0 additions & 27 deletions config/dynamicconfig/development.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,6 @@
frontend.enableClientVersionCheck:
- value: true
constraints: {}
frontend.validSearchAttributes:
- value:
CloseStatus: 2
CloseTime: 2
CustomBoolField: 3
CustomDatetimeField: 5
CustomDoubleField: 4
CustomIntField: 2
CustomKeywordField: 1
CustomStringField: 0
DomainID: 1
ExecutionTime: 2
HistoryLength: 2
RunID: 1
StartTime: 2
WorkflowID: 1
WorkflowType: 1
project: 1
service: 1
environment: 1
addon: 1
addon-type: 1
user: 1
CustomDomain: 1
Operator: 1
RolloutID: 1
constraints: {}
system.minRetentionDays:
- value: 0
constraints: {}
1 change: 1 addition & 0 deletions config/dynamicconfig/development_es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ frontend.validSearchAttributes:
CustomDomain: 1
Operator: 1
RolloutID: 1
CadenceChangeVersion: 1
system.minRetentionDays:
- value: 0
1 change: 1 addition & 0 deletions schema/elasticsearch/visibility/index_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
},
"Attr": {
"properties": {
"CadenceChangeVersion": { "type": "keyword" },
"CustomStringField": { "type": "text" },
"CustomKeywordField": { "type": "keyword"},
"CustomIntField": { "type": "long"},
Expand Down

0 comments on commit 1e9e137

Please sign in to comment.