dannycranmer commented on pull request #4092:
URL: https://github.com/apache/zeppelin/pull/4092#issuecomment-817891879
Looks like I have a flaky UI test, will address
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
dannycranmer commented on pull request #4092:
URL: https://github.com/apache/zeppelin/pull/4092#issuecomment-817891494
> I see that you have made changes in the `zeppelin-web` submodule. We a
newer frontend submodule `zeppelin-web-angular`. Unfortunately, I am not a
NodeJS developer, so I
dannycranmer commented on a change in pull request #4092:
URL: https://github.com/apache/zeppelin/pull/4092#discussion_r611713414
##
File path: zeppelin-web/src/app/notebook/notebook.controller.js
##
@@ -539,11 +539,23 @@ function NotebookCtrl($scope, $route, $routeParams,
$lo
Reamer commented on pull request #4072:
URL: https://github.com/apache/zeppelin/pull/4072#issuecomment-817859179
I will merge this PR into master and branch-0.9 on Thursday if no further
comments are received.
--
This is an automated message from the Apache Git Service.
To respond to the
Reamer commented on pull request #4091:
URL: https://github.com/apache/zeppelin/pull/4091#issuecomment-817857107
LGTM
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For q
Myoungdo Park created ZEPPELIN-5321:
---
Summary: Missing links of some interpreters in index page and link
menu.
Key: ZEPPELIN-5321
URL: https://issues.apache.org/jira/browse/ZEPPELIN-5321
Project: Z
cuspymd commented on a change in pull request #4092:
URL: https://github.com/apache/zeppelin/pull/4092#discussion_r611663144
##
File path: zeppelin-web/src/app/notebook/notebook.controller.js
##
@@ -539,11 +539,23 @@ function NotebookCtrl($scope, $route, $routeParams,
$locatio
Reamer commented on a change in pull request #4092:
URL: https://github.com/apache/zeppelin/pull/4092#discussion_r611652026
##
File path:
zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/NoteManager.java
##
@@ -225,6 +228,8 @@ public void moveNote(String noteId,
dannycranmer opened a new pull request #4092:
URL: https://github.com/apache/zeppelin/pull/4092
### What is this PR for?
When a user renames a note Zeppelin does not check for existing notes with
the same name/path. This can result in errors as multiple notes can have
conflicting paths.