Commit graph

2130 commits

Author SHA1 Message Date
Rashid Khan
8be9b3ecbd Add tests for confirm-click directive 2014-08-28 08:22:53 -07:00
Shelby Sturgis
e4979838d4 adding a Handler class to handle putting together the visualization 2014-08-28 17:46:29 +03:00
Shelby Sturgis
2406e20008 fixing tests 2014-08-27 18:59:03 +03:00
Shelby Sturgis
3efe32f0dc troubleshooting error handlers, added 3 test suites 2014-08-27 17:33:13 +03:00
Spencer Alger
b1e9a9c9f3 [agg_types] added tests 2014-08-26 10:03:00 -07:00
Spencer Alger
ed92eab2d8 added grunt support for yui doc generator 2014-08-25 11:23:55 -07:00
Juan Thomassie
c862a01a16 fixed conflicts when mergin in shelby changes 2014-08-25 10:45:20 -05:00
Juan Thomassie
fbe9b77018 Merge branch 'master' into vislib/refactor1 2014-08-25 10:36:42 -05:00
Spencer Alger
5bdb9cb0a2 convert other uses of state.on() to $scope.$listen(state, ...) 2014-08-22 16:38:41 -07:00
Shelby Sturgis
3babe91d5f adding xAxis class tests 2014-08-23 01:26:09 +03:00
Juan Thomassie
c1fe26e314 resolving conflict with master 2014-08-22 15:42:31 -05:00
Shelby Sturgis
314044830e resolving conflicts upon merge with upstream master 2014-08-22 21:21:59 +03:00
Rashid Khan
c8de72ed6c Merge remote-tracking branch 'upstream/master' 2014-08-22 08:47:22 -07:00
Rashid Khan
26354f9697 Add shortDots filter and tests 2014-08-22 08:46:59 -07:00
Rashid Khan
d24b9c933b Add configurable feature to shorten dot notated field display 2014-08-22 08:46:12 -07:00
Chris Cowan
0fbe3cc90f Adding test for the filterBar directive
- Broke out the functions so they can be easily tested
- Added tests for directive and fitlers
2014-08-21 18:47:10 -07:00
Spencer Alger
1a5b1ff967 [util/registry] tests! 2014-08-21 15:30:45 -07:00
Spencer Alger
b482d0e2cf [discover] updated to use new Vis class 2014-08-20 16:19:12 -07:00
Juan Thomassie
c82481eed0 working on tests for Data class 2014-08-19 17:49:57 -05:00
Shelby Sturgis
59f35ae79e resolving conflicts on merge with develop 2014-08-17 00:09:06 +03:00
Spencer Alger
0ab60077ec add negate to the fieldFilter 2014-08-15 06:27:22 -07:00
Spencer Alger
40ab504cbd add negate to the fieldFilter 2014-08-15 06:27:22 -07:00
Shelby Sturgis
a9e023307c Merge branch 'develop' into vislib/refactor1 2014-08-14 23:42:14 +03:00
Joe Fleming
c2d27c7bbf Merge pull request #212 from w33ble/feature/170
Typeahead History - FINALLY!
2014-08-14 11:02:02 -07:00
Joe Fleming
97a3bf8b1d Merge pull request #212 from w33ble/feature/170
Typeahead History - FINALLY!
2014-08-14 11:02:02 -07:00
Chris Cowan
9c2e521d3b Fixing the bind statement to use lodash since PhantomJS doesn't seem to have one? 2014-08-14 08:29:48 -07:00
Chris Cowan
e314fdeb90 Fixing the bind statement to use lodash since PhantomJS doesn't seem to have one? 2014-08-14 08:29:48 -07:00
Joe Fleming
80c76faf04 remove only from typeahead tests 2014-08-13 15:59:51 -07:00
Joe Fleming
ad53299a15 remove only from typeahead tests 2014-08-13 15:59:51 -07:00
Joe Fleming
48d1c481ee add tests for hiding and showing of typeahead results 2014-08-13 15:59:33 -07:00
Joe Fleming
7410c6e711 add tests for hiding and showing of typeahead results 2014-08-13 15:59:33 -07:00
Joe Fleming
59a5bc03c6 add test for order of returned items 2014-08-13 15:45:30 -07:00
Joe Fleming
89f61ae2e4 add test for order of returned items 2014-08-13 15:45:30 -07:00
Joe Fleming
382920faba add tests around empty input and data in the scope 2014-08-13 15:27:59 -07:00
Joe Fleming
9df854e62d add tests around empty input and data in the scope 2014-08-13 15:27:59 -07:00
Joe Fleming
5a775279ac add check for exception when missing input, shore up input model test 2014-08-13 15:27:59 -07:00
Joe Fleming
8e413d6224 add check for exception when missing input, shore up input model test 2014-08-13 15:27:59 -07:00
Joe Fleming
80044d5444 start adding some typeahead tests 2014-08-13 15:27:59 -07:00
Joe Fleming
7416086cc0 start adding some typeahead tests 2014-08-13 15:27:59 -07:00
Chris Cowan
2fe7233887 Changing the name from flattenWith to flattenSearchResponse 2014-08-13 12:21:19 -07:00
Chris Cowan
cdb617a229 Changing the name from flattenWith to flattenSearchResponse 2014-08-13 12:21:19 -07:00
Chris Cowan
a5ff8d7c0f Adding #flattenWith method to IndexPattern
- Added a flattenWith method to IndexPattern class
- Added test for flattenWith so it only flattens as far as the index
  mapping
- Changed discover to use indexPattern.flattenWith instead of
  _.flattenWith
2014-08-13 11:36:34 -07:00
Chris Cowan
6b0ba8ce56 Adding #flattenWith method to IndexPattern
- Added a flattenWith method to IndexPattern class
- Added test for flattenWith so it only flattens as far as the index
  mapping
- Changed discover to use indexPattern.flattenWith instead of
  _.flattenWith
2014-08-13 11:36:34 -07:00
Joe Fleming
f5291209eb fix timing issues with the digest loop, remove .only from tests 2014-08-13 10:59:43 -07:00
Joe Fleming
b5c8693b4c fix timing issues with the digest loop, remove .only from tests 2014-08-13 10:59:43 -07:00
Joe Fleming
2facccfefc rename the HistoryFactory to PersistedLog, change API slightly, update tests 2014-08-13 10:59:43 -07:00
Joe Fleming
56e9c62a7d rename the HistoryFactory to PersistedLog, change API slightly, update tests 2014-08-13 10:59:43 -07:00
Joe Fleming
9233a1c470 added tests for the history stack limit 2014-08-13 10:59:43 -07:00
Joe Fleming
a779d7cdd3 added tests for the history stack limit 2014-08-13 10:59:43 -07:00
Joe Fleming
c459c90348 process clarification 2014-08-13 10:57:21 -07:00