Uh oh!
There was an error while loading. Please reload this page.
ZEPPELIN-371 : Import a notebook - #374
Conversation
5e299c0 to
1978607Comparefelixcheung
commented
Oct 29, 2015
could we add test for this? |
prabhjyotsingh
commented
Oct 30, 2015
Sure, I'll write a unit test case for this. |
prabhjyotsingh
commented
Oct 31, 2015
Added test case for the same as well. CI fails in this PR. with following reason |
Leemoonsoo
commented
Nov 2, 2015
Thanks @prabhjyotsingh for the nice feature. I manually tested and working well for me. |
18ed8c4 to
fff175fCompare3c17892 to
980ee28Compareprabhjyotsingh
commented
Nov 6, 2015
The build is failing with following error My guess is, in AbstractTestRestApi:116 |
Leemoonsoo
commented
Nov 8, 2015
I'm in the same CI test error in #341. Let me try to figure out. |
3d8c903 to
09c7280CompareLeemoonsoo
commented
Nov 15, 2015
Please take a look NotebookServerTest. Extending AbstractTestRestApi helped me to make ci build passes in #341. |
64a6cfb to
40805ccCompareprabhjyotsingh
commented
Nov 18, 2015
Thanks @Leemoonsoo, have made relevant changes. now it fails for "ZeppelinIT.testAngularDisplay:173->createNewNote:306 » Timeout Timed out after" Trying to debug, will update once finished. |
83c2079 to
38f0811Compare7160232 to
b96ef1fCompareThere was a problem hiding this comment.
Could you add license of ng-animation.css in zeppelin-distribution/src/bin_license/LICENSE file?
For example ngToast, https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-distribution/src/bin_license/LICENSE#L95
7e5b968 to
3b8816fCompareprabhjyotsingh
commented
Nov 21, 2015
Thanks @Leemoonsoo while importing any external library I'll keep this in mind for next time. Resolved build failure, ready for review. |
Leemoonsoo
commented
Nov 21, 2015
Working nicely, Looks good to me. |
Leemoonsoo
commented
Nov 23, 2015
Merge if there're no more discussions |
There was a problem hiding this comment.
Can we have uniform naming? All the other operations are called XYZ_NOTE. Let's follow that here as well.
There was a problem hiding this comment.
Sure @mindprince, that make sense, did that. Thanks.
bzz
commented
Nov 25, 2015
@prabhjyotsingh thank you, great feature. It comes very handy with services like github or https://www.zeppelinhub.com/viewer |
Update documentation for separate interpreter process apache#364
Import a notebook by either an external URL or uploading a valid JSON.