leadership support
This commit is contained in:
1
test/data/unicode1.dict1
Normal file
1
test/data/unicode1.dict1
Normal file
@ -0,0 +1 @@
|
||||
{"options.unicode": "val"}
|
1
test/data/unicode1.mod1
Normal file
1
test/data/unicode1.mod1
Normal file
@ -0,0 +1 @@
|
||||
{"cmd": "config.option('options.unicode').value.set('val')", "body": {"updates": [{"action": "modify", "name": "options.unicode", "value": "val"}]}}
|
1
test/data/unicode1.updates1
Normal file
1
test/data/unicode1.updates1
Normal file
@ -0,0 +1 @@
|
||||
{"updates": ["options.unicode"], "model": [{"key": "options.unicode", "owner": "user", "value": "val"}]}
|
1
test/data/unicode1_leadership_value.dict1
Normal file
1
test/data/unicode1_leadership_value.dict1
Normal file
@ -0,0 +1 @@
|
||||
{"options.unicode.unicode": ["val1", "val2"], "options.unicode.unicode1": [null, null], "options.unicode.unicode2": ["follower2", "follower2"], "options.unicode.unicode3": [null, null]}
|
1
test/data/unicode1_leadership_value.dict2
Normal file
1
test/data/unicode1_leadership_value.dict2
Normal file
@ -0,0 +1 @@
|
||||
{"options.unicode.unicode": ["val3"], "options.unicode.unicode1": ["super1"], "options.unicode.unicode2": ["pas test"], "options.unicode.unicode3": [null]}
|
1
test/data/unicode1_leadership_value.dict3
Normal file
1
test/data/unicode1_leadership_value.dict3
Normal file
@ -0,0 +1 @@
|
||||
{"options.unicode.unicode": ["val3", "val4", "val5"], "options.unicode.unicode1": ["super1", "super2", null], "options.unicode.unicode2": ["pas test", "test", "follower2"], "options.unicode.unicode3": [null, "super", null]}
|
1
test/data/unicode1_leadership_value.dict4
Normal file
1
test/data/unicode1_leadership_value.dict4
Normal file
@ -0,0 +1 @@
|
||||
{"options.unicode.unicode": ["val3", "val4", "val5"], "options.unicode.unicode1": ["super1", "super2", null], "options.unicode.unicode2": ["pas test", "test", "follower2"], "options.unicode.unicode3": [null, "super", null]}
|
1
test/data/unicode1_leadership_value.dict5
Normal file
1
test/data/unicode1_leadership_value.dict5
Normal file
@ -0,0 +1 @@
|
||||
{"options.unicode.unicode": ["val3", "val4"], "options.unicode.unicode1": ["super1", "super2"], "options.unicode.unicode2": ["pas test", "follower2"], "options.unicode.unicode3": [null, "super"]}
|
1
test/data/unicode1_leadership_value.dict6
Normal file
1
test/data/unicode1_leadership_value.dict6
Normal file
@ -0,0 +1 @@
|
||||
{"options.unicode.unicode": ["val3", "val4"], "options.unicode.unicode1": ["super1", "super2"], "options.unicode.unicode2": ["pas test", "test2"], "options.unicode.unicode3": [null, "super"]}
|
1
test/data/unicode1_leadership_value.mod1
Normal file
1
test/data/unicode1_leadership_value.mod1
Normal file
@ -0,0 +1 @@
|
||||
{"cmd": "config.option('options.unicode.unicode').value.reset()", "body": {"updates": [{"action": "delete", "name": "options.unicode.unicode"}]}}
|
1
test/data/unicode1_leadership_value.mod2
Normal file
1
test/data/unicode1_leadership_value.mod2
Normal file
@ -0,0 +1 @@
|
||||
{"cmd": "config.option('options.unicode.unicode', 1).value.reset()", "body": {"updates": [{"action": "delete", "index": 1, "name": "options.unicode.unicode"}]}}
|
1
test/data/unicode1_leadership_value.mod3
Normal file
1
test/data/unicode1_leadership_value.mod3
Normal file
@ -0,0 +1 @@
|
||||
{"cmd": "config.option('options.unicode.unicode').value.set(['val3', 'val4', 'val5'])", "body": {"updates": [{"action": "modify", "name": "options.unicode.unicode", "value": ["val3", "val4", "val5"]}]}}
|
1
test/data/unicode1_leadership_value.mod4
Normal file
1
test/data/unicode1_leadership_value.mod4
Normal file
@ -0,0 +1 @@
|
||||
{"cmd": "config.option('options.unicode.unicode').value.set(['val3', 'val4', 'val5'])", "body": {"updates": [{"action": "modify", "name": "options.unicode.unicode", "value": ["val3", "val4", "val5"]}]}}
|
1
test/data/unicode1_leadership_value.mod5
Normal file
1
test/data/unicode1_leadership_value.mod5
Normal file
@ -0,0 +1 @@
|
||||
{"cmd": "config.option('options.unicode.unicode2', 1).value.reset()", "body": {"updates": [{"action": "delete", "name": "options.unicode.unicode2", "index": 1}]}}
|
1
test/data/unicode1_leadership_value.mod6
Normal file
1
test/data/unicode1_leadership_value.mod6
Normal file
@ -0,0 +1 @@
|
||||
{"cmd": "config.option('options.unicode.unicode2', 1).value.set('test2')", "body": {"updates": [{"action": "modify", "name": "options.unicode.unicode2", "index": 1, "value": "test2"}]}}
|
1
test/data/unicode1_leadership_value.updates1
Normal file
1
test/data/unicode1_leadership_value.updates1
Normal file
@ -0,0 +1 @@
|
||||
{"updates": ["options.unicode.unicode", "options.unicode.unicode1", "options.unicode.unicode2", "options.unicode.unicode3"], "model": [{"key": "options.unicode.unicode", "owner": "default", "required": true, "value": ["val1", "val2"]}, {"index": 0, "key": "options.unicode.unicode2", "owner": "default", "value": "follower2"}, {"index": 1, "key": "options.unicode.unicode2", "owner": "default", "value": "follower2"}]}
|
1
test/data/unicode1_leadership_value.updates2
Normal file
1
test/data/unicode1_leadership_value.updates2
Normal file
@ -0,0 +1 @@
|
||||
{"updates": ["options.unicode.unicode", "options.unicode.unicode1", "options.unicode.unicode2", "options.unicode.unicode3"], "model": [{"key": "options.unicode.unicode", "required": true, "value": ["val3"], "owner": "user"}, {"key": "options.unicode.unicode1", "index": 0, "value": "super1", "owner": "user"}, {"key": "options.unicode.unicode2", "index": 0, "value": "pas test", "owner": "user"}]}
|
1
test/data/unicode1_leadership_value.updates3
Normal file
1
test/data/unicode1_leadership_value.updates3
Normal file
@ -0,0 +1 @@
|
||||
{"updates": ["options.unicode.unicode", "options.unicode.unicode2"], "model": [{"key": "options.unicode.unicode", "required": true, "value": ["val3", "val4", "val5"], "owner": "user"}, {"key": "options.unicode.unicode1", "index": 0, "value": "super1", "owner": "user"}, {"key": "options.unicode.unicode1", "index": 1, "value": "super2", "owner": "user"}, {"key": "options.unicode.unicode2", "index": 0, "value": "pas test", "owner": "user"}, {"key": "options.unicode.unicode2", "index": 1, "value": "test", "owner": "user"}, {"key": "options.unicode.unicode2", "index": 2, "value": "follower2", "owner": "default"}, {"key": "options.unicode.unicode3", "index": 1, "value": "super", "owner": "user"}]}
|
1
test/data/unicode1_leadership_value.updates4
Normal file
1
test/data/unicode1_leadership_value.updates4
Normal file
@ -0,0 +1 @@
|
||||
{"model": [{"key": "options.unicode.unicode", "owner": "user", "required": true, "value": ["val3", "val4", "val5"]}, {"index": 0, "key": "options.unicode.unicode1", "owner": "user", "value": "super1"}, {"index": 1, "key": "options.unicode.unicode1", "owner": "user", "value": "super2"}, {"index": 0, "key": "options.unicode.unicode2", "owner": "user", "value": "pas test"}, {"index": 1, "key": "options.unicode.unicode2", "owner": "user", "value": "test"}, {"index": 2, "key": "options.unicode.unicode2", "owner": "default", "value": "follower2"}, {"index": 1, "key": "options.unicode.unicode3", "owner": "user", "value": "super"}], "updates": ["options.unicode.unicode", "options.unicode.unicode2"]}
|
1
test/data/unicode1_leadership_value.updates5
Normal file
1
test/data/unicode1_leadership_value.updates5
Normal file
@ -0,0 +1 @@
|
||||
{"updates": ["options.unicode.unicode2"], "model": [{"key": "options.unicode.unicode", "required": true, "value": ["val3", "val4"], "owner": "user"}, {"key": "options.unicode.unicode1", "index": 0, "value": "super1", "owner": "user"}, {"key": "options.unicode.unicode1", "index": 1, "value": "super2", "owner": "user"}, {"key": "options.unicode.unicode2", "index": 0, "value": "pas test", "owner": "user"}, {"key": "options.unicode.unicode2", "index": 1, "value": "follower2", "owner": "default"}, {"key": "options.unicode.unicode3", "index": 1, "value": "super", "owner": "user"}]}
|
1
test/data/unicode1_leadership_value.updates6
Normal file
1
test/data/unicode1_leadership_value.updates6
Normal file
@ -0,0 +1 @@
|
||||
{"updates": ["options.unicode.unicode2"], "model": [{"key": "options.unicode.unicode", "required": true, "value": ["val3", "val4"], "owner": "user"}, {"key": "options.unicode.unicode1", "index": 0, "value": "super1", "owner": "user"}, {"key": "options.unicode.unicode1", "index": 1, "value": "super2", "owner": "user"}, {"key": "options.unicode.unicode2", "index": 0, "value": "pas test", "owner": "user"}, {"key": "options.unicode.unicode2", "index": 1, "value": "test2", "owner": "user"}, {"key": "options.unicode.unicode3", "index": 1, "value": "super", "owner": "user"}]}
|
1
test/data/unicode1_mod_value.dict1
Normal file
1
test/data/unicode1_mod_value.dict1
Normal file
@ -0,0 +1 @@
|
||||
{"options.unicode": "val"}
|
1
test/data/unicode1_mod_value.dict2
Normal file
1
test/data/unicode1_mod_value.dict2
Normal file
@ -0,0 +1 @@
|
||||
{"options.unicode": null}
|
1
test/data/unicode1_mod_value.mod1
Normal file
1
test/data/unicode1_mod_value.mod1
Normal file
@ -0,0 +1 @@
|
||||
{"cmd": "config.option('options.unicode').value.set('val')", "body": {"updates": [{"action": "modify", "name": "options.unicode", "value": "val"}]}}
|
1
test/data/unicode1_mod_value.mod2
Normal file
1
test/data/unicode1_mod_value.mod2
Normal file
@ -0,0 +1 @@
|
||||
{"cmd": "config.option('options.unicode').value.reset()", "body": {"updates": [{"action": "delete", "name": "options.unicode"}]}}
|
1
test/data/unicode1_mod_value.updates1
Normal file
1
test/data/unicode1_mod_value.updates1
Normal file
@ -0,0 +1 @@
|
||||
{"updates": ["options.unicode"], "model": [{"key": "options.unicode", "owner": "user", "value": "val"}]}
|
1
test/data/unicode1_mod_value.updates2
Normal file
1
test/data/unicode1_mod_value.updates2
Normal file
@ -0,0 +1 @@
|
||||
{"updates": ["options.unicode"], "model": []}
|
1
test/data/unicode1_multi.dict1
Normal file
1
test/data/unicode1_multi.dict1
Normal file
@ -0,0 +1 @@
|
||||
{"options.unicode": ["val"]}
|
1
test/data/unicode1_multi.mod1
Normal file
1
test/data/unicode1_multi.mod1
Normal file
@ -0,0 +1 @@
|
||||
{"cmd": ["config.option('options.unicode').value.set([undefined])", "config.option('options.unicode').value.set(['val'])"], "body": {"updates": [{"action": "modify", "name": "options.unicode", "value": ["val"]}]}}
|
1
test/data/unicode1_multi.updates1
Normal file
1
test/data/unicode1_multi.updates1
Normal file
@ -0,0 +1 @@
|
||||
{"updates": ["options.unicode"], "model": [{"key": "options.unicode", "owner": "user", "required": true, "value": ["val"]}]}
|
1
test/data/unicode1_multi_mod_value.dict1
Normal file
1
test/data/unicode1_multi_mod_value.dict1
Normal file
@ -0,0 +1 @@
|
||||
{"options.unicode": ["a", "b"]}
|
1
test/data/unicode1_multi_mod_value.dict2
Normal file
1
test/data/unicode1_multi_mod_value.dict2
Normal file
@ -0,0 +1 @@
|
||||
{"options.unicode": ["c", "f", "e"]}
|
1
test/data/unicode1_multi_mod_value.mod1
Normal file
1
test/data/unicode1_multi_mod_value.mod1
Normal file
@ -0,0 +1 @@
|
||||
{"cmd": "config.option('options.unicode').value.reset()", "body": {"updates": [{"action": "delete", "name": "options.unicode"}]}}
|
1
test/data/unicode1_multi_mod_value.mod2
Normal file
1
test/data/unicode1_multi_mod_value.mod2
Normal file
@ -0,0 +1 @@
|
||||
{"cmd": "config.option('options.unicode').value.set(['c', 'f', 'e'])", "body": {"updates": [{"action": "modify", "name": "options.unicode", "value": ["c", "f", "e"]}]}}
|
1
test/data/unicode1_multi_mod_value.updates1
Normal file
1
test/data/unicode1_multi_mod_value.updates1
Normal file
@ -0,0 +1 @@
|
||||
{"updates": ["options.unicode"], "model": [{"key": "options.unicode", "owner": "default", "required": true, "value": ["a", "b"]}]}
|
1
test/data/unicode1_multi_mod_value.updates2
Normal file
1
test/data/unicode1_multi_mod_value.updates2
Normal file
@ -0,0 +1 @@
|
||||
{"updates": ["options.unicode"], "model": [{"key": "options.unicode", "owner": "user", "required": true, "value": ["c", "f", "e"]}]}
|
Reference in New Issue
Block a user