Commit graph

704 commits

Author SHA1 Message Date
Spencer Alger
09346b5339 moved devServer into a module so that it can be used programmatically 2014-06-12 15:43:44 -07:00
Spencer Alger
26efcd482d paginate the fields with the paginate directive 2014-06-12 15:29:47 -07:00
Rashid Khan
b923a3db5d Make dashboards embeddedable 2014-06-12 09:51:47 -07:00
Rashid Khan
b7b933cee0 Get rid of scrollbars in share dialog 2014-06-12 09:00:49 -07:00
Rashid Khan
bacfcf4f9b Fix embedded charts so they, you know, work 2014-06-12 08:50:37 -07:00
Rashid Khan
b547010e1b Add embeddable views of individual visualizations, or even the entire app without the navigation 2014-06-11 22:25:44 -07:00
Rashid Khan
81f06c6c14 Merge branch 'master' of github.com:elasticsearch/kibana4 2014-06-11 20:50:46 -07:00
Rashid Khan
c32f94db91 Fix hidden UI controls being shown 2014-06-11 20:49:55 -07:00
Rashid Khan
f3448e9504 Merge pull request #127 from rashidkpc/master
Add hit counter to each saved object tab
2014-06-11 16:06:30 -07:00
Rashid Khan
d7090f996a Add hit counter to each saved object tab 2014-06-11 16:05:53 -07:00
Rashid Khan
0543da0d1e Merge pull request #126 from rashidkpc/master
Saved object search updates, spy panel changes
2014-06-11 16:02:11 -07:00
Rashid Khan
01fd15046e Added hit count to saved object finder, added pagination to saved object finder, consolidated 'extras' into tabs of a single pane 2014-06-11 15:57:05 -07:00
Rashid Khan
409d70a1bb Pretty up spy, still need to add curl line to this. Removed history for now 2014-06-11 08:27:04 -07:00
Rashid Khan
ab41d54940 Oops, don't delete the vis 2014-06-10 23:14:12 -07:00
Rashid Khan
141452d7c7 Make interval a parameter, need a way to actually updated it. See #124 2014-06-10 23:11:48 -07:00
Rashid Khan
880ffd4e3c Merge pull request #122 from rashidkpc/rashidkpc-manage-objects-link
Manage object link
2014-06-10 08:05:16 -07:00
Rashid Khan
d2c960904a Merge branch 'master' into rashidkpc-manage-objects-link 2014-06-10 08:04:10 -07:00
Rashid Khan
e1c3ddb47e Add a link to the saved object finder that points to the right tab to manage the object type 2014-06-10 08:02:54 -07:00
Rashid Khan
6a0a29d694 Merge pull request #121 from rashidkpc/rashidkpc-refactor-quick-timepicker
Create a single point of truth for durations and their descriptions
2014-06-10 07:34:54 -07:00
Rashid Khan
a266d1d727 Share the durations in a constant and use them for both prettifying and creating the timepicker 2014-06-10 07:32:20 -07:00
Spencer Alger
80ac040b3e added the spy panel, which shows the history for the source and makes the visualization 'extras' a more generic place were we can render other related data 2014-06-09 15:04:06 -07:00
Rashid Khan
d44d19c4e6 Make font a bit smaller 2014-06-09 13:17:21 -07:00
Rashid Khan
90e7b50c98 Right align numeric fields 2014-06-09 13:01:25 -07:00
Rashid Khan
6169162af0 Fix min_doc_count error when switching from histogram to date_histogram 2014-06-09 09:42:47 -07:00
Rashid Khan
7c68e8f22e Add optional headers to extended_bounds, fix exception when trying to goto a page that does not exist. Fix duplicates in repeater in vis table 2014-06-08 15:31:13 -07:00
Rashid Khan
a7438946c1 Swap nav buttons around to a consisent order, normalize icons, make pagination control match bootstrap pager style 2014-06-08 08:20:24 -07:00
Rashid Khan
828330bb10 Make delete all look scary. Add confirm-click 2014-06-08 07:27:34 -07:00
Rashid Khan
88877d71e8 Merge remote-tracking branch 'upstream/master' 2014-06-08 07:23:17 -07:00
Rashid Khan
2b852f540d Fix serialize of angular hashKeys into app state when using range agg, also fixes recalling of range aggs 2014-06-08 07:23:05 -07:00
Chris Cowan
b6a57ef90e Adding bulk delete to saved objects editor
- Added delete to savedSearch service
- Added delete to savedDashboard service
- Added delete to savedVisualization service
- Added action bar to saved object listing
- Added checkboxes to saved objects
- Added Delete All button
2014-06-06 16:36:12 -07:00
Rashid Khan
99b011fde4 Add range bucket agg to visualize 2014-06-06 16:14:07 -07:00
Spencer Alger
36d515d9e2 prevent errors when triggering a scope digest, and use 2 spaces for tabs 2014-06-06 13:14:01 -07:00
Spencer Alger
57a7e64870 set the tab size to 2 2014-06-06 11:26:47 -07:00
Spencer Alger
9ccd56442b ensure that editors are only initialized once 2014-06-06 11:16:17 -07:00
Spencer Alger
c71a215e49 spencer styles 2014-06-06 10:47:20 -07:00
Spencer Alger
b7a96e3698 when creating the chart's columns, don't include splits 2014-06-06 10:06:35 -07:00
Spencer Alger
29b78a8c81 Fix the chartData builder when there are aggs that don't have any buckets. 2014-06-06 09:21:34 -07:00
Chris Cowan
fb662af705 Removing the ui tabset implimentation and going back to good ol' Angular 2014-06-05 23:04:26 -07:00
Chris Cowan
8f842d4ae3 Fixing the JSON validator. 2014-06-05 22:46:49 -07:00
Rashid Khan
c914cd2d56 Merge branch 'master' of github.com:elasticsearch/kibana4 2014-06-05 16:45:31 -07:00
Rashid Khan
74d007a7fe Fix empty buckets 2014-06-05 16:45:18 -07:00
Chris Cowan
ebbf11262e Adding validation to Ace fields 2014-06-05 16:32:59 -07:00
Chris Cowan
7b663bc6fc Fixing tabs 2014-06-05 16:32:59 -07:00
Spencer Alger
f591f6e05d updated the icons for the pagination buttons, and fixed the flex size on discover 2014-06-05 16:30:07 -07:00
Spencer Alger
e4280cb49b adjust the flex-shrink ability of the table when it is the only thing visible, and fixed some off by one errors in the paginate directive 2014-06-05 16:17:31 -07:00
Spencer Alger
b658e68803 change pagination buttons to use btn-default rather than brn-primary 2014-06-05 16:04:11 -07:00
Spencer Alger
348bf244c1 render the visuzlization on submit, closes #115 2014-06-05 16:03:45 -07:00
Spencer Alger
12748dfe84 allow the user to specify how they want the export to be formatted 2014-06-05 15:56:23 -07:00
Rashid Khan
4e8561b196 Merge branch 'master' of github.com:elasticsearch/kibana4 2014-06-05 15:23:49 -07:00
Rashid Khan
825bef00c6 Add 'histogram' aggregation support for numeric fields 2014-06-05 15:23:33 -07:00