Commit graph

7237 commits

Author SHA1 Message Date
Lukas Olson 0183612a44 Add leaflet sprites to build (issues/3921) 2015-05-22 17:21:06 -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
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 9263b5f7ae [visualize] when an agg is closed, 'touch' its form to show it's errors 2015-05-22 07:39:07 -07: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
Lukas Olson 5412d1bae6 Use field formatter for metrics inside pie chart (issues/3885) 2015-05-20 14:28:11 -07:00
Jim Unger 74dc135220 Markdown visualization editor textarea flex changes 2015-05-20 15:32:53 -05:00
Joe Fleming 1471bd4a51 fix reference to removed var tooltipFormatter 2015-05-20 13:01:48 -07:00
Joe Fleming 05baf24ec9 update contributing.md 2015-05-19 17:30:10 -07:00
Joe Fleming 8648ac4f70 hide the tooltip when destroying the chart 2015-05-19 16:40:08 -07:00
Joe Fleming 6be9457198 cache the chart, create show/hide methods 2015-05-19 16:39:52 -07:00
Rashid Khan 676155300f Merge pull request #3869 from spalger/pr/3807
Tilemap field formatter
2015-05-19 16:01:16 -07:00
Rashid Khan ca7f35d04c Fix formatting of step titles. 2015-05-19 15:59:25 -07:00
Rashid Khan d53d676174 Add pull review process. 2015-05-19 15:58:05 -07:00
Spencer Alger 66d8768028 Merge branch 'master' of github.com:elastic/kibana into pr/3807 2015-05-19 15:41:46 -07:00
Rashid Khan f57b7ddafd Merge pull request #3876 from panda01/fix/3810/fitMapDataBounds
Fix map pan to data
2015-05-19 15:17:02 -07:00