Uh oh!
There was an error while loading. Please reload this page.
ZEPPELIN-385 Read-only mode for zeppelin notebooks, for analysis sharing - #389
ZEPPELIN-385 Read-only mode for zeppelin notebooks, for analysis sharing#389babokim wants to merge 1 commit into
Conversation
7024ee2 to
b3fd8d7Comparer-kamath
commented
Nov 6, 2015
@babokim Thanks for the update. Looks good to me. |
There was a problem hiding this comment.
I think this condition should be in runParagraph(...) too
There was a problem hiding this comment.
@Xrixcis I think it is intended to make Zeppelin readonly(blocks notebook/paragraph CRUD), but let user still able to run.
Xrixcis
commented
Nov 10, 2015
Hi, great feature, thanks! |
5e5f0b1 to
5c779c5CompareLeemoonsoo
commented
Nov 14, 2015
Tested and working nicely. Looks good to me |
There was a problem hiding this comment.
I think we avoid this style kind of *. Could you please change this to separate libraries?
Leemoonsoo
commented
Nov 16, 2015
Merging if there're no more discussions. |
jongyoul
commented
Nov 17, 2015
@Leemoonsoo I think we should take a care of a style of |
corneadoug
commented
Nov 17, 2015
I'm a bit late for the party, There is a good example here: And you can see it in action here: |
babokim
commented
Nov 17, 2015
@corneadoug Thank you for your advise. I tried storing system config values in a DataFactory. That way also has similar duplication. To set the data in that DataFactory after receiving from the Websocket, each controller should have receiver function like the following code. That function code also is duplicated in every controllers. If there is another way to set system config data, please let me know. Thanks. |
corneadoug
commented
Nov 18, 2015
@babokim Then you just have to call And when you need to do some ng-if or ng-hide, you can do like this:
|
babokim
commented
Nov 19, 2015
@corneadoug Thank you for your kindness. I will try as your way. |
a5dd56e to
0037f80CompareLeemoonsoo
commented
Dec 9, 2015
@babokim Do you mind rebase or merge master to resolve the conflicts? |
rishitesh
commented
Jan 22, 2016
@babokim , Can you please merge this feature ? |
rishitesh
commented
Jan 22, 2016
Its really a useful feature for demo , where multiple users might try their hands. |
felixcheung
commented
Jan 28, 2016
@babokim - would you be able to update this PR? It looks like the community would appreciate your contributor to make this possible ;) |
corneadoug
commented
Jan 28, 2016
I can also make a PR to this one to fix the zeppelin-web part if you don't have the time |
dusenberrymw
commented
Feb 11, 2016
Agree with @rishitesh that this would be really great for live demos! |
felixcheung
commented
Mar 4, 2016
@babokim haven't heard from you - would you be able to continue this work? |
FRosner
commented
Apr 8, 2016
Thumbs up also from my side if we can resolve conflicts, finish discussions and merge if appropriate 👍 |
nolangrace
commented
May 10, 2016
I would love to take advantage of this feature is there anything I can do help move this pull request forward? |
meniluca
commented
May 10, 2016
Ditto! :) 👍 |
corneadoug
commented
Sep 27, 2016
@babokim |
close#83close#86close#125close#133close#139close#146close#193close#203close#246close#262close#264close#273close#291close#299close#320close#347close#389close#413close#423close#543close#560close#658close#670close#728close#765close#777close#782close#783close#812close#822close#841close#843close#878close#884close#918close#989close#1076close#1135close#1187close#1231close#1304close#1316close#1361close#1385close#1390close#1414close#1422close#1425close#1447close#1458close#1466close#1485close#1492close#1495close#1497close#1536close#1545close#1561close#1577close#1600close#1603close#1678close#1695close#1739close#1748close#1765close#1767close#1776close#1783close#1799

This PR is for read-only mode.