[jira] [Created] (ZEPPELIN-1591) PhantomJS failing on Mac OS Sierra

2016-10-29 Thread CORNEAU Damien (JIRA)
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

Re: [DISCUSS] Zeppelin 0.7 Roadmap

2016-10-09 Thread Corneau Damien
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

Re: Your thoughts on adding webhooks for Slack/Mattermost

2016-10-01 Thread Corneau Damien
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

[jira] [Created] (ZEPPELIN-1510) Zeppelin-Web Good Practices #5 - ng-if vs ng-show

2016-09-29 Thread CORNEAU Damien (JIRA)
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

[jira] [Created] (ZEPPELIN-1496) Apply Zeppelin-Web Good Practice guide #1 to the code

2016-09-27 Thread CORNEAU Damien (JIRA)
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

[jira] [Created] (ZEPPELIN-1495) Zeppelin-Web Good Practices #4 - Using ng-bind

2016-09-26 Thread CORNEAU Damien (JIRA)
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

[jira] [Created] (ZEPPELIN-1464) Flaky Test -

2016-09-20 Thread CORNEAU Damien (JIRA)
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

[jira] [Created] (ZEPPELIN-1462) Zeppelin-Web Good Practices #3 - How to write a controller

2016-09-19 Thread CORNEAU Damien (JIRA)
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

Re: is there way to push stream of updates to Zeppelin dashboard as they come in ?

2016-09-07 Thread Corneau Damien
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

Re: is there way to push stream of updates to Zeppelin dashboard as they come in ?

2016-09-07 Thread Corneau Damien
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

[jira] [Created] (ZEPPELIN-1415) Zeppelin-Web Good Practices #2 - Event Dispatching

2016-09-06 Thread CORNEAU Damien (JIRA)
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

[jira] [Created] (ZEPPELIN-1414) Remove Contributing Markdown file from project source code

2016-09-05 Thread CORNEAU Damien (JIRA)
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

Re: Accessing bound vars from JS

2016-08-25 Thread Corneau Damien
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

[jira] [Created] (ZEPPELIN-1359) Re-order Zeppelin-web karma.conf

2016-08-23 Thread CORNEAU Damien (JIRA)
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

[jira] [Created] (ZEPPELIN-1346) Add contributing instructions to the website

2016-08-18 Thread CORNEAU Damien (JIRA)
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

Re: Zeppelin web development tools

2016-08-17 Thread Corneau Damien
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:/

Re: [VOTE] Apache Zeppelin release 0.6.1 (rc1)

2016-08-12 Thread Corneau Damien
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:

[jira] [Created] (ZEPPELIN-1310) Remove angular debug classes

2016-08-08 Thread CORNEAU Damien (JIRA)
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

[jira] [Created] (ZEPPELIN-1290) Refactor Navbar Controller to keep the controllerAs with vm structure

2016-08-04 Thread CORNEAU Damien (JIRA)
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

[jira] [Created] (ZEPPELIN-1276) Notebook Name input is not disappearing anymore

2016-08-03 Thread CORNEAU Damien (JIRA)
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

Re: [ZEPPELIN-1008] Improve Interpreter binding dialog

2016-08-01 Thread Corneau Damien
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

Re: integrate authorization

2016-07-20 Thread Corneau Damien
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

[jira] [Created] (ZEPPELIN-1183) Remove the use of $windows.location for redirection

2016-07-14 Thread CORNEAU Damien (JIRA)
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

Re: Running Selenium tests

2016-07-14 Thread Corneau Damien
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

Re: Running Selenium tests

2016-07-13 Thread Corneau Damien
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

Running Selenium tests

2016-07-13 Thread Corneau Damien
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

[jira] [Created] (ZEPPELIN-1167) Refactoring - Group $scope.$on functions at the bottom of controllers

2016-07-13 Thread CORNEAU Damien (JIRA)
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

[jira] [Created] (ZEPPELIN-1166) Missing Jquery-ui CSS

2016-07-12 Thread CORNEAU Damien (JIRA)
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

Re: Actual execution time is not getting displayed in paragraph

2016-07-12 Thread Corneau Damien
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:

[jira] [Created] (ZEPPELIN-1161) Reverse the Result execution time precision

2016-07-12 Thread CORNEAU Damien (JIRA)
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

Re: [ANNOUNCE] Apache Zeppelin 0.6.0 released

2016-07-07 Thread Corneau Damien
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

[jira] [Created] (ZEPPELIN-1123) Block Routes if user is not login yet

2016-07-05 Thread CORNEAU Damien (JIRA)
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

[jira] [Created] (ZEPPELIN-1113) Paragraph is saving the colWidth when value didn't change

2016-07-04 Thread CORNEAU Damien (JIRA)
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

[jira] [Created] (ZEPPELIN-1095) Inconsistencies in the way TEXT result is sent when running a paragraph

2016-07-01 Thread CORNEAU Damien (JIRA)
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

[jira] [Created] (ZEPPELIN-1089) Add Eslint

2016-06-30 Thread CORNEAU Damien (JIRA)
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

[jira] [Created] (ZEPPELIN-1088) Add Htmlhint

2016-06-30 Thread CORNEAU Damien (JIRA)
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

[jira] [Created] (ZEPPELIN-1087) Improving Front-End code quality with better build tools

2016-06-30 Thread CORNEAU Damien (JIRA)
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

Re: Zeppelin Can't Wont list notebooks in notebook directory

2016-06-29 Thread Corneau Damien
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

Re: paragraph ordering/removal broken?

2016-06-19 Thread Corneau Damien
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

[jira] [Created] (ZEPPELIN-1016) Remove Zeppelin-web deprecated dependencies warnings

2016-06-15 Thread CORNEAU Damien (JIRA)
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

Re: What tool for GIF webapp previews?

2016-06-15 Thread Corneau Damien
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? >

[jira] [Created] (ZEPPELIN-1010) Improve Grid System based on Device size

2016-06-14 Thread CORNEAU Damien (JIRA)
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

[jira] [Created] (ZEPPELIN-1009) Flaky test - Selenium Errors

2016-06-14 Thread CORNEAU Damien (JIRA)
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

[jira] [Created] (ZEPPELIN-975) Move the Download Data button outside the paragraph settings

2016-06-08 Thread CORNEAU Damien (JIRA)
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

Re: issues with Visualization

2016-06-07 Thread Corneau Damien
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. >

Re: issues with Visualization

2016-06-06 Thread Corneau Damien
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

Re: My last JIRA comments not sent on mailing list

2016-05-24 Thread Corneau Damien
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