Commit Graph

93 Commits

Author SHA1 Message Date
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
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
Rashid Khan 85fd491b13 Fixed subsecond intervals in interval_to_seconds 2013-08-26 10:21:28 -07:00
Rashid Khan ada84c40f5 fixed 0 height bars 2013-08-23 07:40:09 -07:00
Rashid Khan a058b8c7da Merge remote-tracking branch 'upstream/master' 2013-08-22 15:46:41 -07:00
Rashid Khan aa4b3ef047 More error handling, changed es loading to use get instead of search 2013-08-22 15:46:38 -07:00
Spencer Alger c8638e0581 moved the timeSeries service into the histogram module. 2013-08-22 14:58:10 -07:00
Spencer Alger 8a9661bf26 Added a time series service, which provides a ZeroFilled class, setup the histogram to use it so that zero measurements will be displayed 2013-08-22 13:51:15 -07:00
Rashid Khan f4f8577d91 Improved error handling via alertSrv service 2013-08-21 15:56:20 -07:00
Rashid Khan eba4214b97 added charts to micropanel in table 2013-08-20 07:24:04 -07:00
Rashid Khan 2e74275b42 More paging improvements, moved spy settings to general 2013-08-16 15:17:57 -07:00
Rashid Khan 93b48a7d29 added ability to add new tabs to editor panels 2013-08-16 12:45:22 -07:00
Rashid Khan 5fa49c6228 Fixed bug in sorting 2013-08-14 16:29:22 -07:00
Rashid Khan 9d66d77d4f Retrieve fields from mapping when index changes. Use sort[] response to sort table fields 2013-08-14 13:31:28 -07:00
Rashid Khan 0f14d54584 Closes #345 2013-08-09 11:36:52 -07:00
Rashid Khan 0a4bd071cb fixed 404 on stylesheet 2013-08-07 13:19:47 -07:00
Rashid Khan a6921ab2a7 added switching between light/dark themes 2013-07-31 22:08:00 -07:00
Rashid Khan 58256acb81 Switch styles to LESS build, add inspector.html, update flot 2013-07-31 11:25:15 -07:00
Rashid Khan 2e85fbecb1 Updated inspector template 2013-07-30 14:58:45 -07:00
Rashid Khan 355e8c8585 Add default loading to service to fix dashboards with missing services 2013-07-30 07:53:02 -07:00
Rashid Khan 333704237b added the ability to edit filters, added field filter and modified table to use it 2013-07-29 15:29:11 -07:00
Rashid Khan ceaf090af7 Brought back type dropdown in derivequeries close #212 2013-07-29 11:00:55 -07:00
Rashid Khan e290f74d8b Updated logo, centered table warning, commented service 2013-07-29 09:07:20 -07:00
Rashid Khan 3e39dc8003 Added 'unpinned' option to query selector 2013-07-29 07:33:17 -07:00
Rashid Khan b498e1975e removed eventBus completely, fix field list auto complete 2013-07-27 16:09:04 -07:00
Rashid Khan e993654c19 added field selector to table panel, deprecated field panel 2013-07-27 15:28:49 -07:00
Rashid Khan 13fc14ffa9 Added panelMeta object for extra panel details, moved add panel button, tweaked editors 2013-07-25 21:27:37 -07:00
Rashid Khan 34f8c88c28 Create time filter as longs when sending to ES 2013-07-25 13:48:18 -07:00
Rashid Khan 43dc74df4d Closes #250 2013-07-24 16:13:59 -07:00
Rashid Khan 0723ad57b7 Added query to selector to every panel where it makes sense 2013-07-23 17:22:27 -07:00
Rashid Khan d22e1c43f8 Added tabs to editor panels 2013-07-23 10:10:00 -07:00
Rashid Khan cc5da00bd0 moved slice to filter, should be faster 2013-07-22 21:50:57 -07:00
Rashid Khan 6a1a9768f1 renamed query service to querySrv, added query pinning 2013-07-22 15:19:04 -07:00
Rashid Khan e5ff7411d4 fixed editting on uncollapsable rows; closes #246 2013-07-22 08:14:00 -07:00
Rashid Khan f2e1859f29 Linted shared and moved to js dir 2013-07-20 15:59:09 -07:00
Rashid Khan 5a3028f784 Linted, moved shared functions to kbn object 2013-07-20 14:56:59 -07:00
Rashid Khan dce884f526 Added onblur and fixed quote escaping. Closes #228 closes #232 2013-07-18 07:57:15 -07:00
Rashid Khan c03373c692 linting and added filter states 2013-07-17 21:57:19 -07:00
Rashid Khan 278c069b4c Fixed double loading indices issue 2013-07-15 16:10:26 -07:00
Rashid Khan 1d4af12f57 Added the ability to toggle filters 2013-07-15 10:52:57 -07:00
Rashid Khan 2c5eb8bfb4 Updated default dashboard, added filtering panel 2013-07-14 21:42:35 -07:00
Rashid Khan 0d0d3f4a36 Refactored panels to used dashboard, query and filter services and store them on the dashboard 2013-07-14 16:15:20 -07:00
Rashid Khan 0d560c24e6 Refactoring query communication into service 2013-07-11 17:05:50 -07:00
Rashid Khan e399c328e2 Removed unused upload directive 2013-07-10 11:30:49 -07:00
Rashid Khan 9f3f7a4f00 Refactored dashboard state/loading into service, css tweaks 2013-07-10 10:22:01 -07:00
Rashid Khan 7e5ace08b3 Fix indent 2013-05-29 13:26:31 -07:00
Rashid Khan 6eae38eb3c Load ordering specifications for LABJS 2013-05-29 12:30:38 -07:00
Rashid Khan 8f88bd5e52 Fixed potential jquery race 2013-05-29 12:07:05 -07:00