[5.x] Time Series Metric Visualizations #10662
Merged
simianhacker merged 1 commit into5.xfrom Mar 2, 2017
Merged
Conversation
Backports PR #9725 **Commit 1:** Initial import * Original sha: f9d527e * Authored by Chris Cowan <chris@chriscowan.us> on 2016-12-21T00:27:11Z **Commit 2:** Merge branch 'master' of github.com:elastic/kibana into metrics * Original sha: c5e936f * Authored by Chris Cowan <chris@chriscowan.us> on 2016-12-21T14:26:16Z **Commit 3:** updating the editor width to match the new specs * Original sha: 0d0f4c6 * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-02T16:51:06Z **Commit 4:** Merge branch 'master' of github.com:elastic/kibana into metrics * Original sha: 2fb42d0 * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-02T16:54:40Z **Commit 5:** Adding tribe node support * Original sha: 63a736a * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-02T16:57:40Z **Commit 6:** Adding tests for server libs * Original sha: 6ede79b * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-02T22:34:57Z **Commit 7:** removing bluebird * Original sha: 1cb2860 * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-02T22:39:23Z **Commit 8:** removing extra cruft * Original sha: 4efe0ec * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-04T17:01:32Z **Commit 9:** Fixing the font sizes * Original sha: 33f4d53 * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-04T18:09:08Z **Commit 10:** Fixed the updating code * Original sha: 51ff9f8 * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-04T18:56:29Z **Commit 11:** Adding brushing * Original sha: 2ba0463 * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-04T20:23:46Z **Commit 12:** Fixing linting issues * Original sha: 09b6ada * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-04T20:33:12Z **Commit 13:** Adding global filters * Original sha: 985ec1c * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-04T21:44:20Z **Commit 14:** Adding missing packages * Original sha: bd87e89 * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-05T13:16:15Z **Commit 15:** Default gauge style to half circle * Original sha: 5ce7d85 * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-05T15:10:51Z **Commit 16:** Fixing the markdown css bug * Original sha: 0b72290 * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-05T15:26:53Z **Commit 17:** Adding tests for the get_vis_data api * Original sha: a6e91ba * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-12T15:16:05Z **Commit 18:** Adding time offset * Original sha: 5ee12ac * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-12T17:36:56Z **Commit 19:** Adding time offset to each type * Original sha: ee52e34 * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-12T17:42:33Z **Commit 20:** fixing bugs from time offset * Original sha: 16b7469 * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-13T23:12:18Z **Commit 21:** adding index pattern option to series * Original sha: 1e64c7c * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-17T21:57:13Z **Commit 22:** Merge branch 'master' of github.com:elastic/kibana into metrics * Original sha: b4ce642 * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-17T23:05:40Z **Commit 23:** Adding index pattern overrides * Original sha: b5ff6c6 * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-18T05:29:25Z **Commit 24:** Adding index pattern overrides * Original sha: 6641c8e * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-18T05:38:12Z **Commit 25:** Fixing tests * Original sha: b7822ec * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-18T05:43:56Z **Commit 26:** Fixing brushing in the vis editor * Original sha: 74dc57f * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-18T17:14:04Z **Commit 27:** Changing the label * Original sha: 95e58b0 * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-18T17:19:03Z **Commit 28:** Change the behavior of selecting a pipeline agg when only one exists. * Original sha: 5d2bf42 * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-18T18:18:57Z **Commit 29:** Refactoring series a bit * Original sha: f1ff198 * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-18T18:33:15Z **Commit 30:** Changing series options to just options * Original sha: 23821b5 * Authored by Chris Cowan <chris@chriscowan.us> on 2017-01-18T20:34:59Z
epixa
reviewed
Mar 2, 2017
| @@ -0,0 +1,67 @@ | |||
| // import React from 'react'; | |||
Contributor
There was a problem hiding this comment.
Why is this whole test commented out?
Member
There was a problem hiding this comment.
Enzyme stopped working with our webpack configuration. I didn't want to hold up the PR but I also didn't want to loose the tests once we got things sorted out with Webpack
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.
Time Series Metric Visualizations
Backports PR #9725
Commit 1:
Initial import
Commit 2:
Merge branch 'master' of github.com:elastic/kibana into metrics
Commit 3:
updating the editor width to match the new specs
Commit 4:
Merge branch 'master' of github.com:elastic/kibana into metrics
Commit 5:
Adding tribe node support
Commit 6:
Adding tests for server libs
Commit 7:
removing bluebird
Commit 8:
removing extra cruft
Commit 9:
Fixing the font sizes
Commit 10:
Fixed the updating code
Commit 11:
Adding brushing
Commit 12:
Fixing linting issues
Commit 13:
Adding global filters
Commit 14:
Adding missing packages
Commit 15:
Default gauge style to half circle
Commit 16:
Fixing the markdown css bug
Commit 17:
Adding tests for the get_vis_data api
Commit 18:
Adding time offset
Commit 19:
Adding time offset to each type
Commit 20:
fixing bugs from time offset
Commit 21:
adding index pattern option to series
Commit 22:
Merge branch 'master' of github.com:elastic/kibana into metrics
Commit 23:
Adding index pattern overrides
Commit 24:
Adding index pattern overrides
Commit 25:
Fixing tests
Commit 26:
Fixing brushing in the vis editor
Commit 27:
Changing the label
Commit 28:
Change the behavior of selecting a pipeline agg when only one exists.
Commit 29:
Refactoring series a bit
Commit 30:
Changing series options to just options