Commit graph

5599 commits

Author SHA1 Message Date
Shelby Sturgis
abc8ac4d44 added error_handler file to abstract away common errors, commented out hanlder and vis methods in tests due to failures (still working on it) 2014-09-01 15:36:25 +03:00
Shelby Sturgis
e8891c5a33 adding tests for xAxis and yAxis constructors 2014-08-31 23:08:14 +03:00
Shelby Sturgis
31e5db290b adding vis and handler tests 2014-08-31 18:40:41 +03:00
Shelby Sturgis
e3769896d4 adding tests for vislib/index.js 2014-08-31 15:52:39 +03:00
Shelby Sturgis
94c4b3b63d deleting unused components folders, refactoring legend module, fixing test errors, adding _chart test 2014-08-31 03:36:31 +03:00
Shelby Sturgis
ef95a0305a fixing tests 2014-08-31 02:22:37 +03:00
Shelby Sturgis
ae7ef90f0a getting a new layout class in and tests 2014-08-30 01:47:01 +03:00
Juan Thomassie
6fb60e70f7 added some tests for the Data class and a couple of XAxis tests, will add more this weekend 2014-08-29 16:24:51 -05:00
Juan Thomassie
95fbdd1f65 added some tests for the Data class and a couple of XAxis tests, will add more this weekend 2014-08-29 16:05:35 -05:00
Shelby Sturgis
79c830aea5 Merge branch 'develop' into vislib/refactor 2014-08-29 19:37:32 +03:00
Shelby Sturgis
ff01e84f39 adding error handlers, debugging, tests 2014-08-29 19:36:35 +03:00
Juan Thomassie
346d3940c9 Merge branch 'master' into vislib/refactor 2014-08-29 08:41:27 -05:00
Rashid Khan
18601598d8 Merge branch 'master' into test/discover-table 2014-08-28 16:49:37 -07:00
Rashid Khan
bfcf04ffff table test round 1 2014-08-28 16:35:16 -07:00
Juan Thomassie
343e97cae4 fixed test on XAxis and added dataTypes to XAxis 2014-08-28 18:27:01 -05:00
Joe Fleming
2b479b72c5 add global state test to ensure state is persisted from memory when missing from URL 2014-08-28 16:24:26 -07:00
Joe Fleming
dddadb8757 rename base object test, reorg state test, add test for fetch clobbering state when missing from URL 2014-08-28 16:24:26 -07:00
Juan Thomassie
69a2b8b876 pulled in new handler and merged in master 2014-08-28 11:10:23 -05:00
Juan Thomassie
38ca0be1e8 Merge branch 'master' into vislib/refactor 2014-08-28 11:08:22 -05:00
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