This is an automated email from the ASF dual-hosted git repository.
zjffdu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push:
new 7a78cf3 [ZEPPELIN-4232]. push local notes to remote upstream when
initializing GitHubNotebook
7a78cf3 is described below
commit 7a78cf31d829e10b19e56b574ae650ab9f5c2350
Author: Jeff Zhang <[email protected]>
AuthorDate: Tue Jul 9 15:11:35 2019 +0800
[ZEPPELIN-4232]. push local notes to remote upstream when initializing
GitHubNotebook
### What is this PR for?
This is a trivial PR that will push local notes to remote upstream when
initializing GitHubNotebook
### What type of PR is it?
[Improvement]
### Todos
* [ ] - Task
### What is the Jira issue?
* https://jira.apache.org/jira/browse/ZEPPELIN-4232
### How should this be tested?
* CI pass
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Author: Jeff Zhang <[email protected]>
Closes #3401 from zjffdu/ZEPPELIN-4232 and squashes the following commits:
fac6cf1b2 [Jeff Zhang] [ZEPPELIN-4232]. push local notes to remote upstream
when initializing GitHubNotebook
---
.../main/java/org/apache/zeppelin/notebook/repo/GitHubNotebookRepo.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/zeppelin-plugins/notebookrepo/github/src/main/java/org/apache/zeppelin/notebook/repo/GitHubNotebookRepo.java
b/zeppelin-plugins/notebookrepo/github/src/main/java/org/apache/zeppelin/notebook/repo/GitHubNotebookRepo.java
index 48131c6..010d998 100644
---
a/zeppelin-plugins/notebookrepo/github/src/main/java/org/apache/zeppelin/notebook/repo/GitHubNotebookRepo.java
+++
b/zeppelin-plugins/notebookrepo/github/src/main/java/org/apache/zeppelin/notebook/repo/GitHubNotebookRepo.java
@@ -61,6 +61,7 @@ public class GitHubNotebookRepo extends GitNotebookRepo {
configureRemoteStream();
pullFromRemoteStream();
+ pushToRemoteSteam();
}
@Override