zeppelin git commit: [ZEPPELIN-1828] Flaky Test: RemoteInterpreterTest hanged in zeppelin-interpreter

2017-04-21 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master dad440dd1 -> 2f9011405 [ZEPPELIN-1828] Flaky Test: RemoteInterpreterTest hanged in zeppelin-interpreter ### What is this PR for? When `interpreter.close()` occurs in code it shuts down _RemoteInterpreterEventPoller_ and then tries to cl

zeppelin git commit: [ZEPPELIN-2408] Should use $uibTooltip instead of $tooltip

2017-04-21 Thread moon
Repository: zeppelin Updated Branches: refs/heads/branch-0.7 57a889679 -> da142d1e4 [ZEPPELIN-2408] Should use $uibTooltip instead of $tooltip Since we are using angular-bootstrap 2.5+, we should use `$uibTooltip` instead of `$tooltip` otherwise we will get an error like the screenshot below.

zeppelin git commit: [ZEPPELIN-2408] Should use $uibTooltip instead of $tooltip

2017-04-21 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 5124e62a1 -> dad440dd1 [ZEPPELIN-2408] Should use $uibTooltip instead of $tooltip ### What is this PR for? Since we are using angular-bootstrap 2.5+, we should use `$uibTooltip` instead of `$tooltip` otherwise we will get an error like

zeppelin git commit: [ZEPPELIN-2374] sorting notes tree

2017-04-21 Thread moon
Repository: zeppelin Updated Branches: refs/heads/master 09e8f7f0c -> 5124e62a1 [ZEPPELIN-2374] sorting notes tree ### What is this PR for? Updated angular version to 1.5.7 (added comparator to orderBy). Sorting notes tree, order: 1. folders (alphabetically) 2. notes (alphabetically) 3. Trash