Commit graph

1445 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 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
Joe Fleming c8dfb38378 refactor data class test suite
remove unused data sets
only one beforeEach for to inject the Data class
don't inject d3 (not used)
shuffle a little bit of code
2015-06-04 17:31:34 -07:00
Spencer Alger ec9ddb7232 [testing] remove saucelabs runner and utils 2015-06-04 16:22:30 -07:00
Shelby Sturgis db33d63dbe Merge branch 'master' into fix/3959 2015-06-04 17:54:30 -04:00
Shelby Sturgis c451224ccd fixing tests 2015-06-04 14:52:34 -04:00
Chris Cowan ff5b369d42 Merge branch 'master' of github.com:elastic/kibana into feature/hapi-server 2015-06-03 16:53:14 -07:00
Khalah Jones Golden e2cf13dfd3 Merge pull request #4101 from spalger/fix/4097
[inputFocus/tests] fix test compatibility in IE
2015-06-03 18:15:52 -04:00
Spencer Alger 2c5fae89c8 [inputFocus/tests] fix test compatibility in IE 2015-06-03 14:17:55 -07:00
Chris Cowan 9ccfa1c3aa Closes #4096 - Swap this.innerText to $(this).text() 2015-06-03 14:05:18 -07:00
Khalah Jones Golden e3f0479d76 Merge pull request #4083 from w33ble/fix/resize-test
Use document.documentElement.clientWidth to get width
2015-06-03 15:25:11 -04:00
Jim Unger 006e6507e5 Merge pull request #4044 from w33ble/tilemap-options-reset
Tilemap - Prevent reset zoom/center on option changes
2015-06-03 13:47:58 -05:00
Spencer d2945b67fa Merge pull request #4032 from spalger/testing/updateMocha
[testing] update mocha
2015-06-02 19:49:14 -07:00
Spencer d2a7138fb5 Merge pull request #4081 from w33ble/fix/d3-axis-errors
Fix d3 y-axis errors in tests
2015-06-02 17:30:27 -07:00