Commit 138bd8e
committed
MB-49624 Add all bucket config keys modifiable via UI in ...
... bucket_cfg_changed event log
It seems like the UI now sends only keys that are changed in the bucket
edit section. Retrieve all the relevant keys that can be changed via the
UI and add their "new value" in the new_settings section.
Also fixed a case where I added an event_log at the end of case
expression which could have masked any errors generated by
ns_bucket:update_props/2. Sad story.
Change-Id: I6b2ce4008ebaff743754365969972034da6baf5b
Reviewed-on: https://review.couchbase.org/c/ns_server/+/166019
Well-Formed: Build Bot <[email protected]>
Tested-by: Build Bot <[email protected]>
Tested-by: Hareen Kancharla <[email protected]>
Reviewed-by: Steve Watanabe <[email protected]>1 parent 11d463c commit 138bd8e
1 file changed
+20
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
995 | 995 | | |
996 | 996 | | |
997 | 997 | | |
998 | | - | |
999 | | - | |
1000 | | - | |
1001 | | - | |
1002 | | - | |
1003 | | - | |
1004 | | - | |
1005 | | - | |
1006 | | - | |
1007 | | - | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
1008 | 1018 | | |
1009 | 1019 | | |
1010 | 1020 | | |
| |||
0 commit comments