Spencer Alger
09a9adfe06
[table_vis] general clean up and comments
2014-10-27 12:02:30 -07:00
Spencer Alger
887a6d7f65
[paginate] disable by specifying infinite/falsy rows per page
2014-10-27 12:01:20 -07:00
Spencer Alger
731377300b
[agg_response/tabify/response] expand response class support for splits
2014-10-27 11:40:35 -07:00
Spencer Alger
bd068ef46b
[agg_response/tabify/buckets] Always pass the key, for consistency.
2014-10-27 11:37:04 -07:00
Spencer Alger
a50d6935a3
[aggTable] create using the guts of the table spy
2014-10-24 11:01:26 -07:00
Spencer Alger
0e81dad2a8
[vis] update isHierachical() check
2014-10-24 10:05:15 -07:00
Spencer Alger
890090488f
[aggResp/tabify] support for splits, improved docs, and expanded RowWriter to ResponseWriter
2014-10-24 09:58:57 -07:00
Spencer Alger
020d4080ec
[table_vis] updated file names and applied some basic style
2014-10-24 09:57:27 -07:00
Spencer Alger
704e99d53a
[indexedArray] fix an inflector bug with four-letter keys
2014-10-23 16:58:45 -07:00
Spencer Alger
d6f50443df
[vis_debug_spy] Renamed to 'vis debug spy'
2014-10-23 12:45:30 -07:00
Spencer Alger
d40bdce4c7
[agg_response/hierarchical] move tests to reflect their new home
2014-10-23 11:49:02 -07:00
Spencer Alger
315fb9e175
[tests] updated module ids for moved files
2014-10-23 11:30:53 -07:00
Spencer Alger
7187e06395
[table_vis] move into own plugin
2014-10-23 11:29:27 -07:00
Spencer Alger
198824f625
[agg_response/tabify] move tabify into agg_response component
2014-10-23 11:27:53 -07:00
Spencer Alger
6988adbc8d
[spy] [paginate] allow paginated content to define location of controls, use a controller, and provide UI for page size
2014-10-23 11:26:29 -07:00
Spencer Alger
6d069c04a3
[vis_details_spy] don't include in the build
2014-10-22 23:30:49 -07:00
Spencer Alger
de813c4342
[spy/visDetails] move vis details into plugins
2014-10-22 23:07:16 -07:00
Spencer Alger
331d797b3c
[spy/table] provide a way for the table to read esResponse
2014-10-22 21:01:03 -07:00
Spencer Alger
a3d204b6b5
[spy/vis_details] added to the spy panel
2014-10-22 11:14:58 -07:00
Spencer Alger
0129cc5b9d
created chart_data component, normalized visLib to vislib, fixed spelling of hierarchical, and spec'd out renderbots
2014-10-22 08:56:30 -07:00
Spencer Alger
c21c5c3747
[grunt] use grunt_esvm to start es
2014-10-22 07:09:41 -07:00
Spencer
6f857658c6
Merge pull request #1672 from spenceralger/plugins
...
Plugins
2014-10-22 05:55:27 -07:00
Spencer Alger
26728f85bd
update moduleIds to new plugin locations
2014-10-22 03:36:06 -07:00
Spencer Alger
11eb514dec
Merge branch 'master' into plugins
...
Conflicts:
test/unit/index.html
2014-10-22 03:30:43 -07:00
Spencer
4fb31428d8
Merge pull request #1684 from simianhacker/hierarchial-data
...
Hierarchal Data Builder
2014-10-21 15:11:11 -07:00
Spencer Alger
d5cbcaec3e
[aggConfigs/toDsl] don't add subaggs unless needed
2014-10-21 15:06:13 -07:00
Spencer Alger
d08e78de07
[agg_types/terms] assume sub-metric with a hierarchical vis
2014-10-21 15:05:15 -07:00
Chris Cowan
1187abf636
Not setting the value correctly when the agg value is zero
2014-10-21 14:41:07 -07:00
Spencer Alger
097996bd5c
[hierarchical data] attach the metric vis at all levels of the request
2014-10-21 14:25:29 -07:00
Spencer Alger
02cba0fd13
[server] update to new config id
2014-10-21 13:53:00 -07:00
Spencer Alger
a590824c3c
[build] fix writing of bundled plugins to kibana.yml
2014-10-21 13:01:53 -07:00
Spencer Alger
286b56221e
[vis/advanced_toggle] move into the new visualize plugin
2014-10-21 12:55:24 -07:00
Spencer Alger
0d2cb14587
[grunt] add plugins to the watch directories
2014-10-21 12:48:47 -07:00
Spencer Alger
6c5111ce9a
[grunt] fix the plugins directory config
2014-10-21 12:46:36 -07:00
Spencer Alger
b1303a1bfc
fix bad merge
2014-10-21 12:44:39 -07:00
Spencer Alger
f80e25d63d
Merge branch 'master' into plugins
...
Conflicts:
src/kibana/components/agg_types/param_types/optioned.js
src/kibana/plugins/visualize/editor/agg.js
test/unit/index.html
2014-10-21 12:33:54 -07:00
Chris Cowan
b1e3d4b741
Fixing the tooltip so it correctly walks up the branch
2014-10-20 19:38:27 -07:00
Chris Cowan
6069ca2e64
Adding more tests and features for filter bar
...
- Add support for _previuos to _array_to_linked_list
- Add support for parent to _transform_aggregation
- Add tests for _array_to_linked_list
- Add test for setting the parent of the element for hierarchial data
2014-10-20 19:38:27 -07:00
Chris Cowan
1e29129ac3
For the Kibana metrics will always be numbers so we want the column to
...
always align right.
2014-10-20 19:38:27 -07:00
Chris Cowan
519089a541
Fixing the raw data to do sensible things.
2014-10-20 19:38:27 -07:00
Chris Cowan
6778d813a8
Hierarchial Data Builder
...
- Added hierarchialData attribute to VisType
- Created buildHierarchialData() method
- Moved pie tooltipFormatter to _hierarchial_tooltip_formatter.js
- Added initial testing structure for buildHierarchialData()
- Added tests
- Closes #1682
2014-10-20 19:38:27 -07:00
Joe Fleming
9e0e973ca0
lock in the bootstrap-chosen version, don't include chosen css
2014-10-20 17:07:05 -07:00
Joe Fleming
7560531ba4
Merge pull request #1660 from w33ble/exclude-terms
...
Include and Exclude params on terms agg
2014-10-20 15:26:30 -07:00
Joe Fleming
fc4b00f522
refactor the aggParamHTML generation
...
only loop through params once
more understandable separation of basic and advanced
2014-10-20 14:52:42 -07:00
Joe Fleming
1dc2ee5188
fix multiple input positioning
2014-10-20 14:49:49 -07:00
Joe Fleming
e949f77501
remove most of the custom styles
...
fixed by my PR accepted on bootstrap-chosen
2014-10-20 14:47:00 -07:00
Joe Fleming
2851828681
fix the alignment of the input
2014-10-20 10:31:31 -07:00
Joe Fleming
a8c2d34abe
fix flags test to match structure change
2014-10-20 10:31:31 -07:00
Joe Fleming
6d76e72542
add advanced toggle
...
show it when there are advanced options
toggle show/hide based on the advanced toggle scope flag
2014-10-20 10:31:31 -07:00
Joe Fleming
9138159d84
change the link to the flags docs
2014-10-20 10:31:31 -07:00