Noam created ZEPPELIN-5348:
------------------------------
Summary: 'Reload Notes from Storage' button not working
Key: ZEPPELIN-5348
URL: https://issues.apache.org/jira/browse/ZEPPELIN-5348
Project: Zeppelin
Issue Type: Bug
Components: GUI
Affects Versions: 0.9.0
Environment: Zeppelin is running in 'local' mode.
Reporter: Noam
Zeppelin is configured to use a remote git repository to store notebooks (
zeppelin.notebook.storage is set to
org.apache.zeppelin.notebook.repo.GitHubNotebookRepo), as well as read from a
local git repo (GitNotebookRepo), zeppelin.notebook.one.way.sync is currently
set to false.
External changes to this repository (notes added, deleted) are not reflected in
the the UI, regardless of the combination of the above values. And the 'reload
from storage' button next to 'Notebooks' on the home page does not have any
effect.
Making commits on the notebooks appears to do a pull from the remote repo and
update the local repo on the file system in the notebook directory, however
these changes are not reflected in the UI.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)