[GitHub] zeppelin pull request #2678: [ZEPPELIN-3063] Notebook loses formatting when ...

2017-11-21 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/2678


---


[GitHub] zeppelin pull request #2678: [ZEPPELIN-3063] Notebook loses formatting when ...

2017-11-20 Thread prabhjyotsingh
Github user prabhjyotsingh closed the pull request at:

https://github.com/apache/zeppelin/pull/2678


---


[GitHub] zeppelin pull request #2678: [ZEPPELIN-3063] Notebook loses formatting when ...

2017-11-20 Thread prabhjyotsingh
GitHub user prabhjyotsingh reopened a pull request:

https://github.com/apache/zeppelin/pull/2678

[ZEPPELIN-3063] Notebook loses formatting when importing from 0.6.x

### What is this PR for?
Notebook loses formatting (shows table instead of the graph) when importing 
from 0.6.x if the respective paragraph doesn't have result in it.


### What type of PR is it?
[Bug Fix]

### What is the Jira issue?
* [ZEPPELIN-3063](https://issues.apache.org/jira/browse/ZEPPELIN-3063)

### Screenshots (if appropriate)
Before:

![before](https://user-images.githubusercontent.com/674497/32978117-8d4d581a-cc61-11e7-8b48-af389f4be90d.gif)

After:

![after](https://user-images.githubusercontent.com/674497/32978119-95ca87c4-cc61-11e7-8276-9e1eab8711ef.gif)

### How should this be tested?
* Try importing 
[this](https://issues.apache.org/jira/secure/attachment/12898326/oldnotebook-0.6-clear.json)
 notebook, and then on running this notebook, the second paragraph should 
display BarChart instead of a table.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/prabhjyotsingh/zeppelin ZEPPELIN-3063

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2678.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 #2678


commit 1975c74e7758d8a52d3ccc68f098cc5d3f126b74
Author: prabhjyotsingh 
Date:   2017-11-18T07:13:57Z

ZEPPELIN-3063: Notebook loses formatting when importing from 0.6.x

Change-Id: I8132db6e24cfb499a770b5bed4eb475754f0db78

commit 3824eed015cbcb164ef5f3267802f75a174c7d60
Author: Prabhjyot 
Date:   2017-11-19T03:10:11Z

Add comment support for 0.6




---


[GitHub] zeppelin pull request #2678: [ZEPPELIN-3063] Notebook loses formatting when ...

2017-11-17 Thread prabhjyotsingh
GitHub user prabhjyotsingh opened a pull request:

https://github.com/apache/zeppelin/pull/2678

[ZEPPELIN-3063] Notebook loses formatting when importing from 0.6.x

### What is this PR for?
Notebook loses formatting (shows table instead of the graph) when importing 
from 0.6.x if the respective paragraph doesn't have result in it.


### What type of PR is it?
[Bug Fix]

### What is the Jira issue?
* [ZEPPELIN-3063](https://issues.apache.org/jira/browse/ZEPPELIN-3063)

### How should this be tested?
* Try importing 
[this](https://issues.apache.org/jira/secure/attachment/12898326/oldnotebook-0.6-clear.json)
 notebook, and then on running this notebook, the second paragraph should 
display BarChart instead of a table.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/prabhjyotsingh/zeppelin ZEPPELIN-3063

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2678.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 #2678


commit d2805aacad492208af688fb0e391859a58419b6f
Author: prabhjyotsingh 
Date:   2017-11-18T07:13:57Z

ZEPPELIN-3063: Notebook loses formatting when importing from 0.6.x

Change-Id: I8132db6e24cfb499a770b5bed4eb475754f0db78




---