Tags: kklarsen/hue
Tags
[desktop] Only allow owners to change document permissions (cherry picked from commit 45287b5)
[libzookeeper] Make sure that ensemble list is converted to a string ensemble=localhost:2181,localhost:2182,localhost:2183 will create a list ['localhost:2181', 'localhost:2182', 'localhost:2183'] While ensemble="localhost:2181,localhost:2182,localhost:2183" will stay as a string "localhost:2181,localhost:2182,localhost:2183" Conflicts: desktop/libs/libzookeeper/src/libzookeeper/conf.py desktop/libs/libzookeeper/src/libzookeeper/tests.py
PreviousNext