GitHub user jaguarx opened a pull request: https://github.com/apache/zeppelin/pull/3268
ZEPPELIN-3912 add interface UserRoleSearchable and refactor user/role⦠### What is this PR for? Allow interface UserRoleSearchable for extensible user/role search ### What type of PR is it? [Improvement] ### Todos * no ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-3912 ### How should this be tested? * travis-ci ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? Yes. There is internal API change in zeppelin-server, no API change in REST interface * Does this needs documentation? no You can merge this pull request into a Git repository by running: $ git pull https://github.com/jaguarx/zeppelin master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/3268.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3268 ---- commit 335c0ae0694190a774270225b751af3a075e5b0b Author: jaguarx <xiong.jaguar@...> Date: 2018-12-17T05:33:06Z ZEPPELIN-3912 add interface UserRoleSearchable and refactor user/role search ---- ---