[GitHub] incubator-zeppelin pull request: [ZEPPELIN-834]Handle Note-name wi...

2016-05-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/866 --- 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 this feature enabled and wishes so, or if the fea

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-834]Handle Note-name wi...

2016-05-08 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/866#issuecomment-217782239 Merging is no more discussion. --- 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

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-834]Handle Note-name wi...

2016-05-04 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/866#issuecomment-216825049 LGTM! --- 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 t

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-834]Handle Note-name wi...

2016-05-03 Thread ravicodder
Github user ravicodder commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/866#issuecomment-216759102 @prabhjyotsingh thanks for review. Refactored all the logic into common function. --- If your project is set up for it, you can reply to this email an

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-834]Handle Note-name wi...

2016-05-02 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/866#issuecomment-216208518 I think you should refactor all of these `{{note.name.trim()==='' && 'Note ' + note.id || note.name}}` to a common function. --- If your project is

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-834]Handle Note-name wi...

2016-04-28 Thread ravicodder
GitHub user ravicodder opened a pull request: https://github.com/apache/incubator-zeppelin/pull/866 [ZEPPELIN-834]Handle Note-name with spaces ### What is this PR for? Handle notename to have only white spaces. ### What type of PR is it? [Bug Fix ] ### Todo