Commit graph

7980 commits

Author SHA1 Message Date
Spencer Alger 40e2bd562f updated 'always included' list 2015-06-25 03:07:05 -07:00
Spencer Alger 8d2e8816dc [server] work out plugin organization, and app declaration 2015-06-24 23:47:19 -07:00
Spencer Alger f47d3ca494 added planning doc 2015-06-24 20:52:23 -07:00
Joe Fleming a42d1530ae clean up the tilemap method tests 2015-06-24 20:02:46 -07:00
Joe Fleming 54f3125616 add tests for getLatLng 2015-06-24 20:00:25 -07:00
Joe Fleming d7460c3536 add tests for tooltipProximity and nearestFeature 2015-06-24 19:51:44 -07:00
Joe Fleming 4129ae8cf8 remove addLatLng, replace with _getLatLng
- don't mutate the geoJson properties in tilemap, also remove the leaflet deps in tilemap
- _getLatLng will get leaflet latLng from a feature
- _getLatLng is memoized, so this work only happens once per geo point
- _getLatLng result is only required for heatmap currently, less leaflet work, faster maps
2015-06-24 19:43:49 -07:00
Joe Fleming c1543c63ca make tooltipProximity a proviate method
also clean up some unused variables
2015-06-24 19:39:31 -07:00
Shelby Sturgis 57e8858cdf Merge branch 'master' into clickable-legends 2015-06-24 22:11:41 -04:00
Joe Fleming d56a015e34 Merge branch 'master' into map-refactor 2015-06-24 18:29:22 -07:00
Joe Fleming de6a29fdad Merge pull request #4286 from rashidkpc/fix/split-label-priority
Show value before label when splitting charts.
2015-06-24 15:14:56 -07:00
Joe Fleming 214e1af00c rename dataToHeatArray, add tests 2015-06-24 11:01:33 -07:00
Joe Fleming 885087f87e add tests for scaled circle markers 2015-06-24 10:40:14 -07:00
Joe Fleming aca3f38cd9 refactor radiusScale 2015-06-24 10:38:13 -07:00
ROMAIN PHILIBERT 69af0a9c88 use timeDefault from config 2015-06-24 10:16:57 +02:00
Spencer Alger 4ecac1b20e Merge branch 'pr/4260' 2015-06-23 18:01:43 -07:00
Spencer Alger 8296cbf38a [searchSource] naming 2015-06-23 18:01:11 -07:00
Lukas Olson b9b146778f Merge master and resolve conflicts 2015-06-23 16:53:05 -07:00
Joe Fleming 943418039d add simple geohashMinDistance test
just a smoke test - recreating what was originally there
2015-06-23 16:18:08 -07:00
Joe Fleming adcd7ac841 finish recreating all the base marker tests 2015-06-23 16:01:04 -07:00
Joe Fleming 0bd7297c04 make showTooltip testable without tooltip creation 2015-06-23 15:56:54 -07:00
Jim Unger 015d3abd83 first pass at plugin installer 2015-06-23 15:13:18 -05:00
Spencer 9ae53c3715 Disable marvel and refresh master on restart
Since marvel doesn't currently work with es 2.0 I'm disabling the plugin and adding `fresh: true` so that every time the esvm task is run it will refresh our master build.
2015-06-23 11:44:49 -07:00
Jim Unger c0f114d94c Merge branch 'master' of github.com:elastic/kibana into install-plugin 2015-06-23 13:23:31 -05:00
Rashid Khan 888be7afc1 Merge pull request #4301 from simianhacker/fix/3482
Elasticsearch 2.0 Compatibility Fixes
2015-06-23 11:17:32 -07:00
Jim Unger 7fd6da1124 Fixed paths for plugins in windows 2015-06-23 13:14:56 -05:00
Chris Cowan c6b98b3714 Moving esvm to branch:master to pickup ES 2.0 2015-06-23 10:01:44 -07:00
Chris Cowan 132740d61d Bumping the minimum version to 2.0 2015-06-23 09:59:50 -07:00
Joe Fleming 59e1527694 add base marker tests 2015-06-22 18:02:31 -07:00
Joe Fleming 055eeb01e0 clean up base marker
remove this.quantizeLegendColors call, use _.get defaults
2015-06-22 18:01:55 -07:00
Joe Fleming 0212a7c173 add test for getVisData and getGeoExtents 2015-06-22 16:59:08 -07:00
Joe Fleming 5d03edd90e move TileMap.getMinMax to Data.getGeoExtents 2015-06-22 16:58:29 -07:00
Joe Fleming 89f12e3ad9 move tilemap test location 2015-06-22 14:17:43 -07:00
Chris Cowan 575123a02b Fixing date_range filters for the filterbar to work with ES 2.0 2015-06-22 13:07:06 -07:00
Chris Cowan 82ed343b76 Elasticsearch 2.0 Compatibility fixes
- Add format to range queries with dates
- Closes #3482
2015-06-22 12:56:51 -07:00
Shelby Sturgis f15e9026d3 jackpot, fixing issue with vanishing chart titles 2015-06-22 15:51:50 -04:00
Joe Fleming 861b7a3d32 remove tests for methods that don't exist in tilemap 2015-06-22 12:21:42 -07:00
Shelby Sturgis ecc341814d Merge branch 'master' into fix/broken_chart_titles 2015-06-22 13:11:24 -04:00
Joe Fleming c470b1e3f2 make the heatmap functional 2015-06-22 09:01:55 -07:00
Joe Fleming ac45e7d718 pass the entire _attr param around 2015-06-22 09:01:42 -07:00
Spencer ad5e8384d9 Merge pull request #4246 from spalger/chore/reorganizeVisClasses
[vis] reorganize vis classes into more logical groups
2015-06-22 07:44:04 -07:00
Spencer Alger ec6d04b4a2 Merge branch 'master' of github.com:elastic/kibana into chore/reorganizeVisClasses 2015-06-22 07:38:47 -07:00
Shelby Sturgis 310edb5afe troubleshooting 2015-06-22 09:35:35 -04:00
Khalah Jones-Golden ee53512d83 [bower] Put the proper packages for nvd3 and the like, also disabled licenses, for now. 2015-06-21 11:05:01 -04:00
Joe Fleming d2c29a8877 add createMarkerGroup to simplify marker creation 2015-06-19 18:15:52 -07:00
Joe Fleming cadeb317e7 simplify quantizeLegendColors, no need to pass in min and max 2015-06-19 18:15:15 -07:00
Joe Fleming 36d20854f7 make scaled circles and geohash grid functional
reshuffle some methods out of TileMap and also out of BaseMarker and into their respective marker classes
2015-06-19 17:56:25 -07:00
Joe Fleming 57f8496cf5 break Tilemap into Map and Marker classes
includes a little refatcoring, like stricter map cleanup in destroy methods
2015-06-19 16:43:05 -07:00
Khalah Jones-Golden dd220a783c merged with latest master 2015-06-19 17:28:16 -04:00
Lukas Olson 26fe4a037d Merge pull request #4239 from spalger/update/lodash
Update/lodash
2015-06-19 14:14:22 -07:00