CORNEAU Damien created ZEPPELIN-1591:
Summary: PhantomJS failing on Mac OS Sierra
Key: ZEPPELIN-1591
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1591
Project: Zeppelin
Issue Type
We don't have many routes, and so far no need for subroutes, so
angular-ui-router isn't really needed.
However lazy loading could be nice
On Mon, Oct 10, 2016 at 10:53 AM, Dennis Jung wrote:
> Hi~
> In fronted part, how about update router to ui-router with lazy load
> module?
> ui-router is 3rd
Hi Peter,
Sadly the images are not showing, could you host them somewhere?
On Sat, Oct 1, 2016 at 10:01 AM, Peter McCaffrey
wrote:
> Hi everyone,
> I'm new to the mailing list but I've become a real fan of Zeppelin
> over the past several months, using it to create and present ad hoc
> ana
CORNEAU Damien created ZEPPELIN-1510:
Summary: Zeppelin-Web Good Practices #5 - ng-if vs ng-show
Key: ZEPPELIN-1510
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1510
Project: Zeppelin
CORNEAU Damien created ZEPPELIN-1496:
Summary: Apply Zeppelin-Web Good Practice guide #1 to the code
Key: ZEPPELIN-1496
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1496
Project: Zeppelin
CORNEAU Damien created ZEPPELIN-1495:
Summary: Zeppelin-Web Good Practices #4 - Using ng-bind
Key: ZEPPELIN-1495
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1495
Project: Zeppelin
CORNEAU Damien created ZEPPELIN-1464:
Summary: Flaky Test -
Key: ZEPPELIN-1464
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1464
Project: Zeppelin
Issue Type: Bug
CORNEAU Damien created ZEPPELIN-1462:
Summary: Zeppelin-Web Good Practices #3 - How to write a controller
Key: ZEPPELIN-1462
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1462
Project
tell zeppellin
> that "here is my latest data that I got from websocket please show me a bar
> graph or pie chart" and so on. is that possible?
>
> Thanks,
> Kant
>
> On Wed, Sep 7, 2016 at 6:10 PM, Corneau Damien
> wrote:
>
> > Hi Kant,
> >
> &g
Hi Kant,
The front-end react to multiple websocket events sent by the server to
update its content.
The most usual events regarding the paragraph rendering would be "NOTE" and
"PARAGRAPH"
However those are handled by the server itself.
The latest link from moon is a good example on how it can be
CORNEAU Damien created ZEPPELIN-1415:
Summary: Zeppelin-Web Good Practices #2 - Event Dispatching
Key: ZEPPELIN-1415
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1415
Project: Zeppelin
CORNEAU Damien created ZEPPELIN-1414:
Summary: Remove Contributing Markdown file from project source code
Key: ZEPPELIN-1414
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1414
Project
There is no real API to access the value inside of JS.
However, if we are really talking about accessing values set using
z.angularBing(), you can do it in your case with:
angular.element('#dummy').scope().valueBinded
I have a small example here of an autocomplete input:
*Notebook:*
https://git
CORNEAU Damien created ZEPPELIN-1359:
Summary: Re-order Zeppelin-web karma.conf
Key: ZEPPELIN-1359
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1359
Project: Zeppelin
Issue Type
CORNEAU Damien created ZEPPELIN-1346:
Summary: Add contributing instructions to the website
Key: ZEPPELIN-1346
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1346
Project: Zeppelin
Hi Onkar,
`./grunt serve` is the best way to go, also everything in that mode should
be the same as after build.
I just tried and import dialog is showing, so if there is issues, you might
want to clean your cache, or might
have forgot to add the newly created .js file in the index.html (
https:/
The progress bar % depends will show status depending on the interpreter.
Maybe the JDBC interpreter do not handle it.
On Fri, Aug 12, 2016 at 3:59 PM, Sachin Janani
wrote:
> Its working properly for Spark interpreter but not for JDBC
>
> On Fri, Aug 12, 2016 at 9:42 AM, Sachin Janani
> wrote:
CORNEAU Damien created ZEPPELIN-1310:
Summary: Remove angular debug classes
Key: ZEPPELIN-1310
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1310
Project: Zeppelin
Issue Type
CORNEAU Damien created ZEPPELIN-1290:
Summary: Refactor Navbar Controller to keep the controllerAs with
vm structure
Key: ZEPPELIN-1290
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1290
CORNEAU Damien created ZEPPELIN-1276:
Summary: Notebook Name input is not disappearing anymore
Key: ZEPPELIN-1276
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1276
Project: Zeppelin
Originally, the default interpreter is never saved on front-end side.
It is set on back-end side.
On Tue, Aug 2, 2016 at 3:35 AM, Minudika Malshan
wrote:
> On Sat, Jul 30, 2016 at 7:30 PM, Minudika Malshan
> wrote:
>
> > Hi all,
> >
> > Currently I am working on above subjected issue. I went t
Hi,
I know this PR https://github.com/apache/zeppelin/pull/1173 is implementing
something a bit similar.
Maybe that will give you some leads
On Wed, Jul 20, 2016 at 9:18 PM, Hyung Sung Shim wrote:
> Hi.
> Unfortunetely There is no way to solve your problem on zeppelin level but
> it seems like
CORNEAU Damien created ZEPPELIN-1183:
Summary: Remove the use of $windows.location for redirection
Key: ZEPPELIN-1183
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1183
Project: Zeppelin
refox version in travis ci. (travis runs selenium test with
> 31.0)
> >
> > On Wed, Jul 13, 2016 at 11:32 PM Corneau Damien
> > wrote:
> >
> > > Answering myself.
> > > Don't update to Firefox 47, stay in 45 :)
> > >
> > > On Th
Answering myself.
Don't update to Firefox 47, stay in 45 :)
On Thu, Jul 14, 2016 at 2:43 PM, Corneau Damien
wrote:
> Hi,
>
> Does anybody have a good way to run Selenium tests from command line?
> There isn't much documentation about it, and I can't get it to ru
Hi,
Does anybody have a good way to run Selenium tests from command line?
There isn't much documentation about it, and I can't get it to run anymore.
I tried both:
*TEST_SELENIUM="true" mvn package -DfailIfNoTests=false -pl
'zeppelin-interpreter,zeppelin-zengine,zeppelin-server'
-Dtest=Paragraph
CORNEAU Damien created ZEPPELIN-1167:
Summary: Refactoring - Group $scope.$on functions at the bottom of
controllers
Key: ZEPPELIN-1167
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1167
CORNEAU Damien created ZEPPELIN-1166:
Summary: Missing Jquery-ui CSS
Key: ZEPPELIN-1166
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1166
Project: Zeppelin
Issue Type: Bug
I just confirmed it and created an issue:
https://issues.apache.org/jira/browse/ZEPPELIN-1161
PR should be coming pretty quickly
On Tue, Jul 12, 2016 at 11:44 PM, Sachin Janani
wrote:
> Ok will create a issue and if possible submit a patch for this
>
> Thanks,
> SJ
>
> On Tue, Jul 12, 2016 at 8:
CORNEAU Damien created ZEPPELIN-1161:
Summary: Reverse the Result execution time precision
Key: ZEPPELIN-1161
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1161
Project: Zeppelin
FYI, the Helium logs in the console should be on master, but not on 0.6.0
branch.
Those 500 errors should not have any effect when running.
On Fri, Jul 8, 2016 at 8:01 AM, Randy Gelhausen wrote:
> I don't- I hoped providing that information may help finding & fixing the
> problem.
>
> On Thu, J
CORNEAU Damien created ZEPPELIN-1123:
Summary: Block Routes if user is not login yet
Key: ZEPPELIN-1123
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1123
Project: Zeppelin
Issue
CORNEAU Damien created ZEPPELIN-1113:
Summary: Paragraph is saving the colWidth when value didn't change
Key: ZEPPELIN-1113
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1113
Pr
CORNEAU Damien created ZEPPELIN-1095:
Summary: Inconsistencies in the way TEXT result is sent when
running a paragraph
Key: ZEPPELIN-1095
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1095
CORNEAU Damien created ZEPPELIN-1089:
Summary: Add Eslint
Key: ZEPPELIN-1089
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1089
Project: Zeppelin
Issue Type: Sub-task
CORNEAU Damien created ZEPPELIN-1088:
Summary: Add Htmlhint
Key: ZEPPELIN-1088
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1088
Project: Zeppelin
Issue Type: Sub-task
CORNEAU Damien created ZEPPELIN-1087:
Summary: Improving Front-End code quality with better build tools
Key: ZEPPELIN-1087
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1087
Project
Hi Trevor,
First time I hear about that.
Did you try the refresh button next to the notebook list on the homepage?
On Thu, Jun 30, 2016 at 6:35 AM, Trevor Grant
wrote:
> I recently upgraded an older snap shot of 0.6
>
> Following the upgrade, the notebooks in notebook/ won't list in the
> home
The culprit is this commit:
https://github.com/apache/zeppelin/commit/4a0dce525304ddee8a69bffc3eee20f4bbf4f209
On Mon, Jun 20, 2016 at 11:33 AM, Hyung Sung Shim wrote:
> Hi.
> I'll take care of this issue. give me a minute.
>
> 2016-06-20 9:14 GMT+09:00 Randy Gelhausen :
>
>> Anyone else seeing
CORNEAU Damien created ZEPPELIN-1016:
Summary: Remove Zeppelin-web deprecated dependencies warnings
Key: ZEPPELIN-1016
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1016
Project: Zeppelin
I think most of the Mac OSX users, are using licecap.
(However beware if using multiple monitor, it only record on the main one)
On Wed, Jun 15, 2016 at 9:47 PM, Federico Valeri
wrote:
> Hi all, can I ask what tool do you use to create those useful preview GIFs
> that we see in Github PRs?
>
CORNEAU Damien created ZEPPELIN-1010:
Summary: Improve Grid System based on Device size
Key: ZEPPELIN-1010
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1010
Project: Zeppelin
CORNEAU Damien created ZEPPELIN-1009:
Summary: Flaky test - Selenium Errors
Key: ZEPPELIN-1009
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1009
Project: Zeppelin
Issue Type: Bug
CORNEAU Damien created ZEPPELIN-975:
---
Summary: Move the Download Data button outside the paragraph
settings
Key: ZEPPELIN-975
URL: https://issues.apache.org/jira/browse/ZEPPELIN-975
Project
mail in this thread.
>
> [0].
>
> https://drive.google.com/file/d/0ByXTtaL2yHBuZmcxdl9UU1diM3M/view?usp=sharing
> [1]. https://drive.google.com/open?id=0ByXTtaL2yHBuUzdDaS1rRy1SYUk
> [2]. https://drive.google.com/open?id=0ByXTtaL2yHBuazFVdmNmcEFhQWc
>
> Thanks,
> Anish.
>
We can't see the image in this email.
Maybe you should host it somewhere and then post the link.
Another method would be to share your notebook so that we can try it out.
You can use https://www.zeppelinhub.com/viewer if the notebook is hosted
somewhere public
On Tue, Jun 7, 2016 at 11:40 AM, ani
As far as I know,
Jira is pushing to the mailing list only when the issue is created.
If you add comment to the issue, it will only send notification to people
following the issue
(People following, Creator, and those who answered on it)
On Tue, May 24, 2016 at 8:31 AM, Eric Charles wrote:
> My
47 matches
Mail list logo