Fix master branch build error.#217
Closed
Leemoonsoo wants to merge 1 commit intoapache:masterfrom
Closed
Conversation
Member
Author
|
Merging it, while it is providing quickfix for the master branch. (And change is only code style) |
Leemoonsoo
added a commit
to Leemoonsoo/zeppelin
that referenced
this pull request
Sep 17, 2015
master branch build failing with error ``` [INFO] Running "jshint:all" (jshint) task [INFO] [INFO] src/app/home/home.controller.js [INFO] line 27 col 4 Missing semicolon. [INFO] [INFO] ✖ 1 problem [INFO] [INFO] Warning: Task "jshint:all" failed. Use --force to continue. [INFO] [INFO] Aborted due to warnings. ``` This patch fixes the build. Author: Lee moon soo <moon@apache.org> Closes apache#217 from Leemoonsoo/hotfix and squashes the following commits: 85b2914 [Lee moon soo] Add missing ';' (cherry picked from commit cb9f6f7) Signed-off-by: Lee moon soo <moon@apache.org>
lelou6666
pushed a commit
to lelou6666/incubator-zeppelin
that referenced
this pull request
Mar 25, 2016
fix line chart x axis minimum to 0, not min(y-data)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
master branch build failing with error
This patch fixes the build.