Commit graph

1707 commits

Author SHA1 Message Date
Spencer Alger
8d2e8816dc [server] work out plugin organization, and app declaration 2015-06-24 23:47:19 -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
d56a015e34 Merge branch 'master' into map-refactor 2015-06-24 18:29:22 -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
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
59e1527694 add base marker tests 2015-06-22 18:02:31 -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
Joe Fleming
861b7a3d32 remove tests for methods that don't exist in tilemap 2015-06-22 12:21:42 -07:00
Spencer Alger
ec6d04b4a2 Merge branch 'master' of github.com:elastic/kibana into chore/reorganizeVisClasses 2015-06-22 07:38:47 -07:00
Spencer Alger
dddfb802c2 Merge branch 'master' of github.com:elastic/kibana into update/lodash 2015-06-19 10:54:22 -07:00
Spencer Alger
96ce21a236 Merge branch 'master' of github.com:elastic/kibana into chore/reorganizeVisClasses 2015-06-18 14:20:05 -07:00
Joe Fleming
a0d95f9de6 add test for param removal via null 2015-06-17 10:30:17 -07:00
Joe Fleming
f79aa84726 move initAggParam to beforeEach 2015-06-17 10:29:53 -07:00
Spencer Alger
701d2dedfb Merge branch 'master' of github.com:elastic/kibana into update/lodash 2015-06-16 18:02:30 -07:00
Spencer Alger
8da87d75f0 Merge branch 'master' of github.com:elastic/kibana into testing/seeds 2015-06-16 17:32:04 -07:00
Spencer Alger
41c789f33c [vis] reorganize vis classes into more logical groups 2015-06-15 21:31:11 -07:00
Spencer Alger
2fa6c11454 [sequencer] _.chunk splits by number, not chunk count 2015-06-15 17:38:02 -07:00
Spencer Alger
c214eb486d [aggResponse/tabify/tests] _.pluck doesn't _.map andymore 2015-06-15 17:37:35 -07:00
Spencer Alger
4579019ec1 grunt-mocha integration 2015-06-15 16:05:30 -07:00
Spencer Alger
1b308bf86b Merge branch 'master' of github.com:elastic/kibana into update/lodash 2015-06-15 15:12:00 -07:00
Spencer Alger
3d1f1d2c44 Merge branch 'master' of github.com:elastic/kibana into pr/3714 2015-06-15 14:21:23 -07:00
Spencer Alger
048cd0e293 switch default status to undefined 2015-06-15 12:34:33 -07:00
Spencer Alger
58c8e15db8 [tests/harness] require lodash before using it 2015-06-15 11:08:59 -07:00
Spencer Alger
ebb705cd89 [lodash] _.rest, _.last, and _.first audit 2015-06-15 10:10:59 -07:00
Spencer Alger
a6f938866c [lodash] switch flatten() and flattenDeep() 2015-06-15 10:10:59 -07:00
Spencer Alger
8f6165a15c [lodash] switch to bonafide _.wrap 2015-06-15 10:10:49 -07:00
Rashid Khan
825bf875d5 Merge pull request #3890 from dgrabows/fix-3877
Removed hardcoded value of 1 for number_of_replicas when creating the kibana index.
2015-06-15 08:36:33 -07:00
Chris Cowan
90d4f862a7 Merge branch 'master' of github.com:elastic/kibana into feature/hapi-server 2015-06-15 08:09:34 -07:00
Spencer Alger
a5ffd91277 [lodash] audit _() usage to ensure compatibility with lodash 3.0
Starting in lodash 3.0 _() chains are lazily evaluated and therefor usage of the pattern had to be checked for side effects. Where it made more sense to just use Array methods, the code was updated. In other places the code was already calling .value() on the chain, so no changes were needed. Finally, there were places where the chain was not designed to produce a value, but to modify a value that was already in scope (like this/self), in those senarios .commit() was added to force evaluation of the chain.
2015-06-11 18:27:18 -07:00
Spencer Alger
6331a24a70 [lodash-mixins] switch _(Class).inherits(Super) to new _.class mixin 2015-06-11 18:26:43 -07:00
Spencer Alger
ec102108da [mocha] bump default timeout to prevent false positives 2015-06-11 15:21:56 -07:00
Spencer
4c3d06fdf0 Merge pull request #3571 from w33ble/sort-by-scripted
Allow sorting by scripted fields
2015-06-11 14:03:34 -07:00
Joe Fleming
9326729174 add long-form order syntax on scripted fields
also check that it works as both an array and an object
2015-06-10 16:11:19 -07:00
Joe Fleming
3859616705 add checks for sort object mutation 2015-06-10 16:07:37 -07:00
Joe Fleming
13a4f58f61 update tests for scripted fields 2015-06-10 15:16:15 -07:00
Joe Fleming
b4c4d7ee20 revert changes to get_sort
and also remove the scripted sorting tests
2015-06-10 14:41:53 -07:00
Joe Fleming
48b139ec6b add tests around getSort.array
also include test using the new 3rd asDefaultSort param
2015-06-10 14:12:46 -07:00
Shelby Sturgis
14f84b2e5d fixing tests 2015-06-10 16:55:31 -04:00
Joe Fleming
7d3ffc18a0 Merge branch 'master' into sort-by-scripted
Conflicts:
	src/kibana/components/index_patterns/_index_pattern.js
	test/unit/fixtures/logstash_fields.js
2015-06-10 12:12:47 -07:00
Chris Cowan
cf8bfd0f10 Merge branch 'master' of github.com:elastic/kibana into feature/hapi-server 2015-06-05 17:06:48 -07:00
Shelby Sturgis
8dc2a97033 Merge branch 'master' into fix/3959 2015-06-05 14:40:18 -04:00
Joe Fleming
1a7f04a38b use tuple for the data types
to make data isolation a lot easier
2015-06-04 18:34:46 -07:00
Joe Fleming
3794bf1dd9 undoing the test changes from c451224cc
these failures are important, and verification that data is being mutated
2015-06-04 17:31:34 -07:00
Joe Fleming
d84bd86191 add negative values to the tests
also make var naming more consistent
2015-06-04 17:31:34 -07:00