Commit graph

7399 commits

Author SHA1 Message Date
Spencer Alger 6d81b345ae [testing] make 5e58d8723a work in phantom 2015-05-22 17:08:24 -07:00
Spencer Alger 657cf0dfdd fix module link 2015-05-22 16:27:24 -07:00
Joe Fleming 179b654c35 Merge branch 'master' into fix/worker-json 2015-05-22 16:15:01 -07:00
Spencer Alger f6625ea23b [visualize/editor] pull listeners over when copying state out of the url 2015-05-22 15:45:39 -07:00
Joe Fleming 42f2cafae9 copy worker-json to root path
done to avoid dealing with the dynamic loading stuff ace does
2015-05-22 14:51:28 -07:00
Lukas Olson 07e598baeb Update discover data source when query changes from back/forward buttons (issues/3955) 2015-05-22 14:45:59 -07:00
Spencer Alger b333d9a6c0 [aggTypes/dateHistogram] added tests to prove e88179f15a 2015-05-22 14:35:29 -07:00
Spencer Alger 4bb8bd6d0c Merge branch 'master' of github.com:elastic/kibana into fix/3944 2015-05-22 14:30:12 -07:00
Lukas Olson 1390506ff9 Merge pull request #3950 from spalger/fix/3926
[aggTypes/dateHistogram] propertly validate custom intervals
2015-05-22 11:40:30 -07:00
Spencer Alger 5e58d8723a [testing] wrap mocha's describe function to accept an array 2015-05-22 11:07:36 -07:00
Spencer Alger 3f92b17d92 [aggTypes/dateHistogram] check that aggs have a type before reading 2015-05-22 10:48:26 -07:00
Joe Fleming ee668579a2 Merge pull request #3943 from spalger/visualizeEditorTouch
[visualize] when an agg is closed, 'touch' its form to show it's errors
2015-05-22 10:24:54 -07:00
Spencer Alger fcc952a7cf [aggTypes/dateHistogram] propertly validate custom intervals 2015-05-22 10:20:33 -07:00
Spencer 57b39b7030 Merge pull request #3925 from w33ble/bulk-filter-actions
Fix bulk filter actions
2015-05-22 09:15:50 -07:00
Spencer 0558702f33 Merge pull request #3924 from w33ble/fix-tooltip-hide
Check for tooltip before trying to hide it
2015-05-22 09:15:25 -07:00
Spencer Alger e88179f15a [aggTypes/dateHistogram] on field changes clear the interval if needed 2015-05-22 08:27:52 -07:00
Spencer Alger 9263b5f7ae [visualize] when an agg is closed, 'touch' its form to show it's errors 2015-05-22 07:39:07 -07:00
Shelby Sturgis 3450a5b40f Merge branch 'master' into fix/groupedBars 2015-05-22 10:23:21 -04:00
Shelby Sturgis 401fb92bb8 Fixes issue where grouped bars with negative axes are positioned incorrectly. Also properly renders zero line at zero on the y axis instead of always at the bottom of the chart 2015-05-21 22:19:52 -04:00
Lukas Olson d62d42f853 Merge pull request #3932 from spalger/fixTests
fix tests
2015-05-21 17:07:07 -07:00
Spencer Alger aa2be30c81 fix tests 2015-05-21 16:47:13 -07:00
Joe Fleming bdcb24bcb3 make test pass 2015-05-21 15:42:10 -07:00
Joe Fleming 240cbb81b4 add failing test to verify issue 2015-05-21 15:41:59 -07:00
Joe Fleming d0d61bccd2 check for tooltip before trying to hide it 2015-05-21 15:31:56 -07:00
Lukas Olson 3c28b3d870 Merge pull request #3918 from stormpython/pieHighlighting
Fixes issues with highlighting of numeric and date values in pie charts
2015-05-21 12:57:45 -07:00
Spencer 2f30364582 Merge pull request #3919 from rashidkpc/fix/os_packages
Don't create rpm/deb/pkg by default, require --os-packages
2015-05-21 12:49:39 -07:00
Rashid Khan f61bc1e307 Don't create rpm/deb/pkg by default, require --os-packages 2015-05-21 12:45:09 -07:00
Shelby Sturgis 3f59825bab removing formatting of name vars from pie chart 2015-05-21 15:22:06 -04:00
Spencer Alger 8dbc4f2811 [aggResponse/hierarchical] the item.name is already formatted 2015-05-21 12:06:14 -07:00
Spencer Alger 261ebd9fd4 [vislib/pie] pass properly formatten names for pie slices 2015-05-21 11:58:40 -07:00
Chris Cowan d34e8c42a6 Merge pull request #3917 from spalger/fix/3914/decoupleObjectEditor
[settings/objectEditor] read mapping rather than using service#get
2015-05-21 11:48:05 -07:00
Rashid Khan eb4408fc3e Merge pull request #3916 from BigFunger/fix-3899
Fixed position of 'manage visualizations' using flex-box
2015-05-21 11:22:00 -07:00
Spencer d07456d687 Merge pull request #3901 from BigFunger/markdown-textbox
Markdown visualization editor textarea flex changes
2015-05-21 10:21:08 -07:00
Spencer Alger 11cde585f0 [settings/objectEditor] read mapping rather than using service#get
We were previously using service#get() to load a saved object before loading it into the saved object editor. This allowed
us to edit fields that were not actually saved to the object but needed an editor. Now, we are reading the mapping config
off of the SavedObject class so that we don't have to actually load the savedObject.

This fixes https://github.com/elastic/kibana/issues/3914 which was caused by the savedObject class rejecting the #get()
promise due to a missing indexPattern.
2015-05-21 10:15:45 -07:00
Jim Unger c16701a83b Removed useless whitespace 2015-05-21 11:58:28 -05:00
Jim Unger c0af181f31 Refactored to use nexting LESS syntax 2015-05-21 11:56:49 -05:00
Jim Unger f86de1a21b Removed resize handle from the textarea 2015-05-21 11:41:14 -05:00
Jim Unger f990f51b07 Fixed whitespace in main.less 2015-05-21 11:22:26 -05:00
Jim Unger fc8d4ef50d Fixed position of 'manage visualizations' using flex-box 2015-05-21 11:11:47 -05:00
Rashid Khan 1cc344b22e Merge pull request #3913 from spalger/fix/3882
[savedObjects] change the number mappings to be 'long'
2015-05-21 08:54:58 -07:00
Spencer Alger 1b9a6465d8 [savedObjects] change the number mappings to be 'long'
Since JavaScript numbers can't actually be integers we don't really care about
the difference between int and long, but since the long is the default type it
makes things more frictionless
2015-05-21 08:08:19 -07:00
Spencer 14496e5f7d Merge pull request #3902 from lukasolson/issues/3885
Use field formatter for metrics inside pie chart
2015-05-20 16:04:17 -07:00
Spencer 8b82055561 Merge pull request #3888 from w33ble/tooltip-cleanup
Tooltip cleanup
2015-05-20 15:42:22 -07:00
Joe Fleming a86ebaa2df make sure we have a chart before adding listeners 2015-05-20 15:37:42 -07:00
Joe Fleming 4d9c149656 make getChart a little more concise and clear 2015-05-20 15:36:25 -07:00
Joe Fleming 1968e7a37f more correct JSDoc syntax 2015-05-20 15:00:07 -07:00
Joe Fleming 8d9a73746e code style and doc blocks 2015-05-20 14:51:32 -07:00
Joe Fleming 32bf3ebc04 make getChart handle missing nodes better 2015-05-20 14:46:34 -07:00
Joe Fleming 830423cc63 remove allContents when hiding tooltip 2015-05-20 14:44:08 -07:00
Joe Fleming 53640ba417 fix some code locations, fix chart
create getChart instead of caching the chart, use container to get chart, abort show if no chart
2015-05-20 14:43:52 -07:00