Commit graph

7399 commits

Author SHA1 Message Date
Joe Fleming a12ee3fea9 add href to zoom-to-bounds pointer 2015-05-28 13:58:36 -07:00
Spencer Alger a8a20603e0 [vislib] use jQuery rather than d3 to listen for 'mouseleave' due to mbostock/d3#2454 2015-05-28 13:52:09 -07:00
Lukas Olson 376611d721 Merge pull request #3985 from spalger/fix/3967/firefoxTooltips
Properly kill tooltips in firefox
2015-05-28 13:15:22 -07:00
Jim Unger 0f39239847 Merge pull request #4006 from w33ble/fix/tooltip-wrapping
Fix incorrect css wrapping rule
2015-05-28 13:26:43 -05:00
Paul Echeverri 46ee3abf2c Adds information on the interactions between ES' dynamic mapping feature and
Kibana, in particular the .kibana index, to resolve Issue #3499.
2015-05-28 11:26:02 -07:00
Paul Echeverri 33a51567c4 Fixes bad links, updates a screenshot, changes formattig for What's New 2015-05-28 10:34:06 -07:00
Paul Echeverri aa335453d4 Adds What's New, filter management information, updates several screenshots. 2015-05-28 10:34:06 -07:00
Paul Echeverri 221578f344 Incorporates newest round of feedback. Notable changes:
- Chunking for Settings pages
- Updates several screenshots
- Autorefresh added
- See PR conversation for way more deets
2015-05-28 10:34:06 -07:00
Paul Echeverri 006ef675c8 Refactors to address feedback, new screenshots. 2015-05-28 10:34:05 -07:00
Paul Echeverri 659729a638 This commit adds a quickstart tutorial for Kibana 4 to the documentation. 2015-05-28 10:34:05 -07:00
Paul Echeverri d23414c0e3 Adds updated doc material for the 4.1 release of Kibana, including new
aggregations, changes to the UI, and new functionality for visualizations.
2015-05-28 10:34:05 -07:00
Lukas Olson c657b4f93d Merge pull request #3949 from spalger/fix/3944
[aggTypes/dateHistogram] on field changes clear the interval if needed
2015-05-28 09:24:52 -07:00
Shelby Sturgis d7b5b6b609 Merge branch 'master' into fix/3964 2015-05-28 07:39:26 -07:00
Jim Unger ccb2d22266 Merge pull request #3996 from panda01/fix/3986/reloadSavedSearch
Changed Tooltip wording
2015-05-28 09:27:03 -05:00
Shelby Sturgis 1c8215bbb3 making changes according to the pull request review 2015-05-27 18:09:07 -07:00
Joe Fleming e780254840 swallow 409 errors, even when user does not overwrite saved objects 2015-05-27 17:07:51 -07:00
Spencer 85e571d4a8 Merge pull request #3958 from lukasolson/issues/3955
Update discover data source when query changes from back button
2015-05-27 15:48:24 -07:00
Spencer Alger 930d2a5ad5 [tilemap] mention compatibility issue regarding tilemap desaturation 2015-05-27 15:22:59 -07:00
Khalah Jones-Golden 1db4b374cd [Discover] Changed wording for consistency 2015-05-27 18:20:43 -04:00
Joe Fleming 881ab58718 Merge pull request #3982 from panda01/fix/2986/useNativeWidthToStopReflow
Use native width and height to stop Reflows
2015-05-27 15:15:15 -07:00
Khalah Jones-Golden 1a11fb0270 [Tests] updated tests to reflect changes 2015-05-27 17:56:11 -04:00
Khalah Jones-Golden 547f559bc6 [ResizeChecker] removed jquery width and height calls since they were causing extra browser reflows in ff 2015-05-27 17:56:11 -04:00
Joe Fleming c80f4556a9 change break-all rule to prevent excessive wrapping 2015-05-27 13:40:39 -07:00
Joe Fleming e853163b1c fix incorrect css wrapping rule 2015-05-27 13:33:58 -07:00
Spencer Alger a7d8cdbb15 [tilemap/tests] fix test that randomly failed 2015-05-27 13:20:37 -07:00
Spencer 03bd004a1a Merge pull request #3980 from panda01/fix/3930/endzoneTooltipFixForFF
Endzone Tooltips fix for FF.
2015-05-27 12:45:07 -07:00
Khalah Jones-Golden 0bd6a5994b [Tooltip] Changed the way the tooltip functions to make up for the fact firefox doesn't have certain properties on the event and event target 2015-05-27 15:37:47 -04:00
Spencer Alger a7a4b7d2a5 [fixedScroll] added tests 2015-05-27 12:27:01 -07:00
Spencer Alger bfdc90fc71 [fixedScroll] refactor 2015-05-27 12:26:57 -07:00
Spencer 27c03b7e67 Merge pull request #3992 from w33ble/fix/reflow-cleanup
ResizeChecker - fix call to reflowWatcher.off
2015-05-27 09:58:25 -07:00
Lukas Olson 949f67d8fb Merge pull request #3963 from spalger/fix/3928
[visualize/editor] pull listeners over when copying state out of the url
2015-05-26 16:42:27 -07:00
Joe Fleming 72dc5f3345 Merge pull request #3951 from spalger/fix/3934
[aggTypes/dateHistogram] check that aggs have a type before reading
2015-05-26 16:05:07 -07:00
Joe Fleming 1c36dd55e5 move stray test into the first suite 2015-05-26 16:00:46 -07:00
Joe Fleming c111977e38 revert some of the refactoring
stuff that ended up not being used - originally planned to create another ResizeChecker instance, but there was no need
2015-05-26 15:57:16 -07:00
Joe Fleming fcd3a16983 properly remove reflow listener 2015-05-26 15:53:51 -07:00
Joe Fleming 8e881e5f14 make destroy reflow test more strict
validate that the listener is not being properly removed
2015-05-26 15:52:57 -07:00
Joe Fleming 42f404a8a9 reorganize tests 2015-05-26 15:49:43 -07:00
Joe Fleming 631b4a4ce4 Merge pull request #3969 from lukasolson/issues/3921
Add leaflet sprites to build
2015-05-26 14:20:59 -07:00
Spencer Alger 7f875cef9e remove reference to specs/components/agg_types/buckets/_date_histogram 2015-05-26 13:57:34 -07:00
Lukas Olson 5c1d319fbc Merge pull request #3941 from stormpython/fix/groupedBars
Fixes issue with incorrect offset for grouped bars
2015-05-26 13:51:09 -07:00
Spencer Alger f71f3a1cbb Merge branch 'master' of github.com:elastic/kibana into fix/3944 2015-05-26 13:46:44 -07:00
Joe Fleming dfed9998ee [spencer] update styles
fix ul
fix flex rules for firefox layout
2015-05-26 12:45:39 -07:00
Joe Fleming 3a91d865e5 [spencer] remove unordered list in the agg builder 2015-05-26 12:45:19 -07:00
Spencer Alger 12be791790 use both mouseleave and click for hide events 2015-05-26 11:39:06 -07:00
Spencer Alger 32dec60f9e update angular-bootstrap 2015-05-26 11:38:32 -07:00
Lukas Olson f0c0b0d9f4 Merge branch 'master' into issues/3955 2015-05-26 08:49:46 -07:00
Spencer Alger 072948541e Merge branch 'master' of github.com:elastic/kibana into fix/3928 2015-05-26 08:47:05 -07:00
Shelby Sturgis 8a19132d7e Closes #3964. Display error when setting y axis extents to positive values with negative data 2015-05-23 00:29:56 -04:00
Spencer 7f2c00c04f Merge pull request #3960 from w33ble/fix/worker-json
Copy worker-json to root path
2015-05-22 18:43:13 -07:00
Lukas Olson 0183612a44 Add leaflet sprites to build (issues/3921) 2015-05-22 17:21:06 -07:00