Commit Graph

597 Commits

Author SHA1 Message Date
Spencer Alger
2431e40145 Added a checkbox to the tooltip's settings that will cause the query to be displayed in the case an alias is not set. 2013-08-30 15:33:22 -07:00
Rashid Khan
cd8009eccd Merge pull request #451 from rashidkpc/master
added tip directive for defining question mark tooltips
2013-08-30 15:26:17 -07:00
Rashid Khan
c0a5b0af02 added tip directive for defining question mark tooltips 2013-08-30 15:25:27 -07:00
Rashid Khan
838d78ce1f Merge pull request #450 from rashidkpc/tooltip
Tooltip stacked values separation option
2013-08-30 14:53:48 -07:00
Rashid Khan
603f66eeb1 Add question mark icon for tooltip 2013-08-30 14:49:36 -07:00
Rashid Khan
4d2e447fac Merge remote-tracking branch 'spencer/tooltip-settings' into tooltip 2013-08-30 14:43:30 -07:00
Spencer Alger
73253bb54d added a tooltip settings section to the histogram settings editor. Currently the only setting defines which value is displayed on stacked charts. 2013-08-30 14:11:28 -07:00
Rashid Khan
cd919a3e46 Merge pull request #447 from rashidkpc/singleAlerts
Duplicate alerts should not stack up
2013-08-30 10:54:46 -07:00
Rashid Khan
a8abaaf5de Check if alert exists already. Closes #442 2013-08-30 10:53:42 -07:00
Rashid Khan
2e9bdedc69 Merge pull request #445 from spenceralger/delete-last-unpinned-query
Allow users to delete the last unpinned query as long as there are pinned queries
2013-08-30 09:58:13 -07:00
Rashid Khan
43f1374661 Make alerts unique, wip 2013-08-30 09:29:37 -07:00
Spencer Alger
fa2adfc97c Added a check, when rendering the delete button, to see if there are pinned
queries, rather than just checking for other unpinned queries.
2013-08-30 08:58:26 -07:00
Rashid Khan
41ff2d0eb5 Merge pull request #444 from rashidkpc/urllink
Added clickable urls to table row details view
2013-08-30 08:49:58 -07:00
Rashid Khan
78dbf58536 Added clickable urls to table row details view 2013-08-30 08:47:35 -07:00
Spencer Alger
29740110c8 Reverted to the previous "dot only" style of labeling the query a tooltip was referencing
when the query is not aliased.
2013-08-29 15:23:40 -07:00
Spencer Alger
6227cfdb70 moved the query color to a header, with a similarly colored title for the series 2013-08-29 15:05:07 -07:00
spenceralger
d1495fbf6e Merge pull request #437 from spenceralger/responsive-tooltip
kbn.query_color_dot() shouldn't use border-radius
2013-08-28 17:46:45 -07:00
spenceralger
493fdbc1b6 Merge pull request #438 from spenceralger/zero-filled-ts
Zero filled ts
2013-08-28 17:14:56 -07:00
Spencer Alger
eb0ee1cdc8 Zero-filling will now happen any time there is more than one query being plotted, even if that there is only one data point
in the series.
2013-08-28 14:10:06 -07:00
Spencer Alger
2846297dd9 moved the adition of the start and end time of the series after the reduce function checks each data point from elastic search. This whould resolve #422 2013-08-28 14:10:06 -07:00
Spencer Alger
6324f9042e switched out the border-radius powered query_color_dot's with font-awesome icons to maintain IE compatibility 2013-08-28 12:14:09 -07:00
spenceralger
dfd5f1baba Merge pull request #436 from spenceralger/responsive-tooltip
The tooltip should be more responsive
2013-08-28 11:18:21 -07:00
Spencer Alger
7f745428fe centralized the tooltip creation and placement logic, and configured it to move out of the way when it would otherwise render off screen 2013-08-28 11:13:59 -07:00
spenceralger
cb8f020ae1 Merge pull request #431 from spenceralger/geo_point_filter
Fixes filtering on array values from the micro-analysis pop-out
2013-08-27 15:11:27 -07:00
Spencer Alger
b160700e68 adjusted the shared kbn.top_field_values() function to preserve field values, specifically so that arrays are not flattened to strings 2013-08-27 15:04:01 -07:00
Rashid Khan
77e1e004a6 Merge pull request #429 from rashidkpc/newlines
Closes #173
2013-08-27 11:29:47 -07:00
Rashid Khan
471b7ee443 Closes #173 2013-08-27 11:29:07 -07:00
Rashid Khan
f922658341 Merge pull request #428 from rashidkpc/issue426
Closes #426
2013-08-27 11:03:10 -07:00
Rashid Khan
7970296cbe Closes #426 2013-08-27 11:02:35 -07:00
Rashid Khan
09c9e132fa Merge pull request #427 from rashidkpc/jshint
Jshint and white space cleanse
2013-08-27 10:57:08 -07:00
Rashid Khan
4a360ffb62 Merge remote-tracking branch 'spencer/shared-config' into jshint 2013-08-27 10:55:13 -07:00
Rashid Khan
ae5ddf8736 Merge pull request #425 from rashidkpc/master
Fixing silly conflict
2013-08-27 10:47:18 -07:00
Rashid Khan
3330a6b9f7 Fixing merge conflict 2013-08-27 10:39:00 -07:00
Rashid Khan
dcdea1d8cc Fixing merge conflict 2013-08-27 10:33:37 -07:00
Spencer Alger
a6c425ef97 emergency fix for the abundance of jshint errors -- sorry y'all 2013-08-26 18:05:03 -07:00
Spencer Alger
389f8aef4d white-space cleanse, and added forin flags to a couple files that need to be looked at at a later date. 2013-08-26 17:56:40 -07:00
spenceralger
74a526daaf Merge pull request #401 from spenceralger/shared-config
Setup a shared JSHint config file
2013-08-26 17:45:15 -07:00
Spencer Alger
d778873ba5 Moved JSHint config into the standard .jshintrc file, so that it can be shared with the command line version as well as version that run within IDEs 2013-08-26 17:44:02 -07:00
Spencer Alger
1989a30735 Merge branch 'master' into geo_point_filter 2013-08-26 17:15:05 -07:00
spenceralger
6c4f00ced8 Merge pull request #420 from spenceralger/zero-filled-ts
Restored the "required_times" functionality
2013-08-26 16:51:11 -07:00
Spencer Alger
b4a2391b8c Merge branch 'master' into geo_point_filter 2013-08-26 16:47:31 -07:00
Spencer Alger
7252800c53 Restored the "required_times" functionality so that stacking will work as expected. 2013-08-26 16:25:20 -07:00
Rashid Khan
0af2549712 Merge pull request #418 from rashidkpc/fix
Bringing the rest of spencers changes in
2013-08-26 15:36:26 -07:00
Rashid Khan
196d39e462 squashing merge 2013-08-26 15:32:53 -07:00
Rashid Khan
826e8d7393 Merge branch 'master' of github.com:rashidkpc/kibana3 2013-08-26 13:46:54 -07:00
Rashid Khan
71cf9dfa8c Revert "added check for 404 response from the index_save call, assumes that auto_create_index is disabled and attempts to create the index before saving a second time"
This reverts commit 556925f840.
2013-08-26 13:46:33 -07:00
Spencer Alger
0ab6e73f06 fixed a property typo 2013-08-26 13:46:33 -07:00
Spencer Alger
1b87ce387d cleaned up the documentation a bit 2013-08-26 13:46:33 -07:00
Spencer Alger
d891d00fa4 Restored the "fill all the holes" strategy to the ZeroFill class, and introduced the fill_style option ("minimal" and
"all" are possible values). Also allowed a set of required times to be specified when asking the times series for it's
data. This way, we can ensure in the stacked bar chart that each data point in use has a value preventing the bars
from stacking incorrectly.
2013-08-26 13:46:33 -07:00
Spencer Alger
0a4f6d0dad added check for 404 response from the index_save call, assumes that auto_create_index is disabled and attempts to create the index before saving a second time 2013-08-26 13:46:33 -07:00