[GitHub] zeppelin issue #1286: [ZEPPELIN-1294] Implement one-way sync for notebook re...

2016-08-05 Thread jasonxh
Github user jasonxh commented on the issue: https://github.com/apache/zeppelin/pull/1286 Thanks @khalidhuseynov @jongyoul. Comments added. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] zeppelin pull request #1286: [ZEPPELIN-1294] Implement one-way sync for note...

2016-08-04 Thread jasonxh
GitHub user jasonxh opened a pull request: https://github.com/apache/zeppelin/pull/1286 [ZEPPELIN-1294] Implement one-way sync for notebook repos ### What is this PR for? Currently, if there are two notebook storages configured, the sync process treats them equally and can pull

[GitHub] zeppelin issue #1059: [ZEPPELIN-954] Fix table cell selection problem on sec...

2016-06-23 Thread jasonxh
Github user jasonxh commented on the issue: https://github.com/apache/zeppelin/pull/1059 @corneadoug good suggestion. i updated the pr to reuse the table when possible. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] zeppelin pull request #1059: Fix table cell selection problem on second run ...

2016-06-21 Thread jasonxh
GitHub user jasonxh opened a pull request: https://github.com/apache/zeppelin/pull/1059 Fix table cell selection problem on second run by properly destroying hot. ### What is this PR for? * Fix table cell selection problem on second run by properly destroying hot. * Also

[GitHub] zeppelin issue #973: [ZEPPELIN-973, ZEPPELIN-954] Table rendering improvemen...

2016-06-21 Thread jasonxh
Github user jasonxh commented on the issue: https://github.com/apache/zeppelin/pull/973 @gauravkumar37 I noticed the same thing. There's some cleanup issue regarding handsontable. I've reopened [ZEPPELIN-954] and I'm working on a fix. --- If your project is set up

[GitHub] zeppelin issue #973: [ZEPPELIN-973, ZEPPELIN-954] Table rendering improvemen...

2016-06-09 Thread jasonxh
Github user jasonxh commented on the issue: https://github.com/apache/zeppelin/pull/973 @corneadoug it's the same handle as github, jasonxh --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] incubator-zeppelin issue #973: [ZEPPELIN-973, ZEPPELIN-954] Table rendering ...

2016-06-08 Thread jasonxh
Github user jasonxh commented on the issue: https://github.com/apache/incubator-zeppelin/pull/973 Thanks @corneadoug . I've updated the PR with your suggestions. I'll remember to paste a code snippet next time. :) --- If your project is set up for it, you can reply to this

[GitHub] incubator-zeppelin pull request #973: [ZEPPELIN-973, ZEPPELIN-954] Table ren...

2016-06-07 Thread jasonxh
GitHub user jasonxh opened a pull request: https://github.com/apache/incubator-zeppelin/pull/973 [ZEPPELIN-973, ZEPPELIN-954] Table rendering improvements ### What is this PR for? This PR fixes a few minor issues from the recent introduction of Handsontable for table rendering