Commit Graph

57 Commits

Author SHA1 Message Date
Rashid Khan
93b48a7d29 added ability to add new tabs to editor panels 2013-08-16 12:45:22 -07:00
Rashid Khan
d1b430faf5 Fix for utc correction bug. Closes #337 2013-08-13 10:48: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
05b15c4605 closes #264 2013-07-24 15:31:04 -07:00
Rashid Khan
3756f49d2c another timepicker fix 2013-07-23 14:28:03 -07:00
Rashid Khan
316aa05dae Fixed timepicker 2013-07-23 13:51:43 -07:00
Rashid Khan
fabf9f3835 removed debugging statements 2013-07-21 21:44:59 -07:00
Rashid Khan
5a3028f784 Linted, moved shared functions to kbn object 2013-07-20 14:56:59 -07:00
Rashid Khan
254a553e5b Fix for timepicker mode in firefox. Closes #222 2013-07-17 15:08:16 -07:00
Rashid Khan
1d4af12f57 Added the ability to toggle filters 2013-07-15 10:52:57 -07:00
Rashid Khan
b8bca8baa8 removed old mentions of eventBus, still need to refactor fields/table 2013-07-14 16:42:14 -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
3f6cf9bbc8 added type ahead history to stringquery and derivequeries. Fix wrapping in timepicker editor 2013-06-21 14:47:39 -07:00
Rashid Khan
35de5de3b2 Added added panel development status to each module 2013-06-17 10:34:18 -07:00
Rashid Khan
1818000da8 Fixed issue where dashboards with old timepicker settings would fail. Now throws error on timepicker 2013-05-29 13:17:46 -07:00
Rashid Khan
fe2c9c21ad Add example apache/ldap proxy config, fixed timepicker init bug, removed debug statement from stack 2013-05-24 11:19:44 -07:00
Rashid Khan
bf456c864e Added trend panel, moved index calculation to service, made chart backgrounds transparent 2013-05-23 17:28:50 -07:00
Rashid Khan
9d651e9dd9 Switched to moment.js, updated color scheme 2013-05-22 11:50:49 -07:00
Rashid Khan
5d2bd5d3c2 Fixed minimum interval setting bug 2013-05-09 07:14:12 -07:00
Rashid Khan
7be784bc91 Fixed missing index bug on rotated indices 2013-05-06 11:05:54 -07:00
Rashid Khan
6b6355e619 Added ability to customize interval in histogram, issue #7. Also fixed bug that caused editor and panel to be in different scopes 2013-05-03 13:54:29 -07:00
Rashid Khan
76f4788f72 fields panel documentation 2013-04-19 20:36:03 -07:00
Rashid Khan
38520b0387 column panel documentation 2013-04-19 20:20:49 -07:00
Rashid Khan
b85f2c9440 css cleanup, fixed issue where dashboards using relative time might not save correctly 2013-04-19 18:15:53 -07:00
Rashid Khan
300cb58fa4 Clean up panel editors, fix render on panel height change 2013-04-06 23:42:34 -07:00
Rashid Khan
7373e37490 Fixed rerender on panel save, only applied to time picker now, removed debug statement from hits panel 2013-04-06 20:54:29 -07:00
Rashid Khan
0aacb86688 Added support for hourly/daily/weekly/monthly/yearly index patterns, fixed field list bug 2013-03-31 21:29:15 -07:00
Rashid Khan
676e8771b1 Color scheme updates, fixed auto refresh for issue #19, added control to disable table sorting, moved default.json to dashboards/default 2013-03-20 21:27:07 -07:00
Rashid Khan
f5302fc713 Added zoom links to histogram and zoom event to timepicker. Issue #14 2013-03-13 15:32:22 -07:00
Rashid Khan
d62e5c9237 update timepicker on set_time event 2013-03-13 09:33:51 -07:00
Rashid Khan
d1169b4b48 Added more time intervals, fixed bug in goal pie 2013-03-13 09:08:23 -07:00
Rashid Khan
ad95455fc7 Made since mode of timepicker wrap nicer 2013-03-12 16:05:38 -07:00
Rashid Khan
c79ae99921 made timepicker wrap nicely 2013-03-12 16:04:04 -07:00
Rashid Khan
8facba8c16 Fixed timepicker initialization in since/absolute states 2013-03-12 15:59:50 -07:00
Rashid Khan
8a521f2a7b Added font size selector to table panel (issue #10). Added ability to configure temp url ttl and disable sharing of via short links 2013-03-05 14:55:24 -07:00
Rashid Khan
5a0f15ba37 Fixed height bug, improved documentation for time stamped indices 2013-03-05 13:48:22 -07:00
Rashid Khan
5668ec7cb5 Added timestamp index option 2013-03-05 11:06:45 -07:00
Rashid Khan
8e15414852 Added column panel, refactored panel adding from rows to include panel specific parameters. Moved call to init function to template to avoid double init 2013-03-05 09:54:29 -07:00
Rashid Khan
59ccc6c93b Index should always be broadcast as an array 2013-02-27 15:48:26 -07:00
Rashid Khan
f1bc8eebf5 Made histogram show entire range during loading. Fixed since/absolute time ranges 2013-02-27 15:41:53 -07:00
Rashid Khan
fcffe1023a Fixed caps in line histogram when using segmented loading. Removed the remaining $watch calls 2013-02-27 14:47:43 -07:00
Rashid Khan
ced5f47960 Implemented segmented loading in histogram panel 2013-02-27 12:51:59 -07:00
Rashid Khan
4c948e0bc5 Added loader animation, framework for adjustable interval time stamped indices 2013-02-27 10:00:39 -07:00
Rashid Khan
ce5273b7df Added support for broadcasting an array of queries, added multi query support to stringquery panel 2013-02-21 15:26:48 -07:00
Rashid Khan
77ce7b9158 Updated angularjs to 1.1.2, added microanalysis to fields panel, fixed time picker initialization when mode is absolute or since 2013-02-19 16:27:07 -07:00
Rashid Khan
6d78d69c07 removed console.log statement 2013-02-15 15:55:04 -07:00
Rashid Khan
18c7083548 Added failover index setting 2013-02-15 15:54:36 -07:00
Rashid Khan
d8f2d412cd Fixed issue where panels would register twice. This breaks nice adding of new panels, working on it now 2013-02-14 08:37:03 -07:00
Rashid Khan
23dd46c03f Added timepicker editor 2013-02-13 16:12:57 -07:00
Rashid Khan
b162bd64ce Added row editor 2013-02-13 12:23:24 -07:00