Commit graph

1707 commits

Author SHA1 Message Date
Spencer Alger
05a3c0bafa [aggResponse/geoJson][vislib/tilemap] simplify tilemap chart object 2015-05-18 15:00:42 -07:00
Joe Fleming
df23e61e5f Merge branch 'master' into fix/back-button 2015-05-18 14:27:29 -07:00
Joe Fleming
57d8b27501 remove extraneous Promise injection 2015-05-18 14:27:08 -07:00
Joe Fleming
5e8b33a9a4 create mock courier, update tests to use it 2015-05-18 14:18:27 -07:00
Joe Fleming
51ac6f8cf3 all filter tests require mocking courier 2015-05-18 13:45:44 -07:00
Joe Fleming
a5bf6036db refactor remove filter code, update tests
allow removal by matching, not only by exact object passing
2015-05-18 13:45:15 -07:00
Joe Fleming
32b03634ee crank the digest loop on add 2015-05-18 13:43:07 -07:00
Chris Cowan
777c3d0e61 Merge pull request #3830 from rashidkpc/feature/tilemap-heatmap
Tilemap heatmap
2015-05-18 13:29:54 -07:00
Spencer Alger
230b9f7b62 [fixtures/geohash_grid] generate the data rather than using the same over and over 2015-05-18 13:01:33 -07:00
Spencer Alger
4fa532bc36 [aggResponse/geoJson] added tests for the geoJson agg repsonse transform 2015-05-18 12:31:45 -07:00
Rashid Khan
0128aa99ad Merge pull request #3464 from stormpython/fixed_scales
Add ability to select y-axis min and max values
2015-05-18 12:20:48 -07:00
Rashid Khan
24571998e6 Merge precision fix 2015-05-18 11:10:09 -07:00
Rashid Khan
94a523ea3c Merge pull request #3854 from panda01/fix/3784/tilemap-scaled-markers
Fix/3784/tilemap scaled markers
2015-05-18 08:42:55 -07:00
Shelby Sturgis
c7e8779d54 Merge branch 'master' into fixed_scales 2015-05-18 09:34:51 -04:00
Joe Fleming
3fadf63d65 stub courier, update the add filter test 2015-05-15 18:27:37 -07:00
Joe Fleming
1260ebcb73 ensure that state save calls are made only once 2015-05-15 18:27:05 -07:00
Shelby Sturgis
d3bca416bb making testing corrections 2015-05-15 16:21:30 -07:00
Rashid Khan
3aedf207a4 Merge master 2015-05-15 14:33:56 -07:00
Khalah Jones-Golden
2bfaf515d2 [TileMap] Fixed a couple of small things 2015-05-15 17:28:12 -04:00
Rashid Khan
e167f29e68 Fix fitBounds 2015-05-15 14:00:39 -07:00
Joe Fleming
1f70cd5291 Merge pull request #3811 from lukasolson/issues/3801
Fix issues with range agg controls
2015-05-15 13:25:14 -07:00
Jim Unger
6d48f73ea4 Merge pull request #3800 from rashidkpc/feature/pause-button
Add a pause button to the header when auto-refresh is enabled
2015-05-15 14:48:17 -05:00
Rashid Khan
f34d90678c Move timefilter to component, break out watcher reactors, add tests 2015-05-15 10:36:37 -07:00
Shelby Sturgis
bbaca6e4b9 reverting changes to tests 2015-05-15 08:40:14 -07:00
Shelby Sturgis
fcf70bda50 correcting tests 2015-05-15 08:35:37 -07:00
Shelby Sturgis
aefa3c7037 correcting issues based on pr reviews 2015-05-14 22:10:21 -07:00
Rashid Khan
0525728962 Always re-enable auto-refresh when selecting an interval 2015-05-14 11:36:49 -07:00
Rashid Khan
44cb38e050 Change tests to return a string instead of the input object 2015-05-13 16:13:44 -07:00
Rashid Khan
ec74972e0d Fix merge conflicts 2015-05-13 14:41:38 -07:00
Chris Cowan
127f0a1561 Fixing tests 2015-05-12 16:43:13 -07:00
Chris Cowan
1801a63265 Remvoing old tests 2015-05-12 16:13:12 -07:00
Chris Cowan
bab296bc40 Fixing a typo 2015-05-12 16:01:52 -07:00
Chris Cowan
8bf760bdff Merge branch 'master' of github.com:elastic/kibana into feature/hapi-server 2015-05-12 09:52:44 -07:00
Chris Cowan
694ca165db Moving src/hapi to src/server 2015-05-12 09:52:21 -07:00
Lukas Olson
6a01e12537 Fix broken test 2015-05-12 09:22:36 -07:00
Shelby Sturgis
6762dd86d6 Merge branch 'master' into fixed_scales
Conflicts:
	src/kibana/components/vislib/lib/handler/types/point_series.js
	src/kibana/components/vislib/lib/y_axis.js
	src/kibana/plugins/vis_types/controls/point_series_options.html
	src/kibana/plugins/vis_types/controls/point_series_options.js
	test/unit/specs/vislib/lib/y_axis.js
2015-05-12 11:47:07 -04:00
Lukas Olson
308b710675 Allow empty input inside ip range agg 2015-05-12 07:35:27 -07:00
Joe Fleming
fe17f492a8 Merge pull request #3795 from spalger/fix/3654
[courier] don't restart doc requests unless necessary
2015-05-11 15:11:33 -07:00
Rashid Khan
c7d24a4696 Move icons, fix tests 2015-05-11 15:10:01 -07:00
Juan Thomassie
1000f18740 added tests and modified radiusScale method for better range of values 2015-05-11 15:53:37 -05:00
Chris Cowan
1281e1317e Merge branch 'master' of github.com:elastic/kibana into feature/hapi-server 2015-05-11 10:56:11 -07:00
Juan Thomassie
9596f3307a add formatter to test data 2015-05-11 09:07:44 -05:00
Rashid Khan
77314c60d6 Add tests 2015-05-08 16:43:17 -07:00
Chris Cowan
5df80d29f6 Fixing register_plugin test; moving server parts 2015-05-08 16:09:26 -07:00
Rashid Khan
23c58ac52a Merge pull request #3788 from spalger/fix/3768
[vislib/Dispatch] switch to a more standard event emitter api
2015-05-08 15:05:38 -07:00
Chris Cowan
1d7749f3df Adding tests for the elasticsearch plugin 2015-05-08 14:47:46 -07:00
Spencer
0e4a7190e7 Merge pull request #3775 from rashidkpc/fix/date-ranger-axis-format
Add getFormat for aggType
2015-05-08 13:59:55 -07:00
Spencer
1242a03552 Merge pull request #3583 from spalger/fix/3410/tempFieldsInDiscover
Fix/3410/temp fields in discover
2015-05-08 13:58:05 -07:00
Juan Thomassie
6ddd9f202c update tests 2015-05-08 12:09:09 -05:00
Juan Thomassie
997fb35177 modified some tests, moved vars to beforeEach, simplified method for radiusScale 2015-05-08 11:41:21 -05:00