log tests.js @ 37:cf2122f596c8

age author description
Tue, 14 Apr 2009 02:55:53 -0700 Atul Varma We now have 3 unit tests.
Tue, 14 Apr 2009 02:46:43 -0700 Atul Varma Refactored test suite.
Mon, 13 Apr 2009 15:34:00 -0700 Atul Varma Added calls to ModuleLoader.require() where JSON is needed.
Mon, 13 Apr 2009 11:55:53 -0700 Atul Varma reduce phase now supports progress callbacks/asynchronous behavior.
Mon, 13 Apr 2009 11:39:26 -0700 Atul Varma Made map-reduce obey couchDB's return value, simplified implementation a bit.
Mon, 13 Apr 2009 11:09:10 -0700 Atul Varma Refactoring: made implementation of dictionary a lot simpler.
Mon, 13 Apr 2009 10:46:51 -0700 Atul Varma The dicitonary no longer needs to be ordered.
Fri, 10 Apr 2009 17:03:33 -0700 Atul Varma Realized I had the wrong idea of what reduce was doing and reimpemented it properly.
Fri, 10 Apr 2009 14:46:52 -0700 Atul Varma Added more unit tests and fixed bugs unveiled by them.
Fri, 10 Apr 2009 14:41:22 -0700 Atul Varma Added unit tests for Dictionary and fixed a bug or two in the Dictionary's implementation.
Fri, 10 Apr 2009 12:05:40 -0700 Atul Varma map-reduce now supports 'chunking', i.e. processing some number of documents and then giving the system a chance to report progress to the user, cancel the calculation, giving the UI a chance to breathe, etc, before resuming the calculation.
Fri, 10 Apr 2009 08:13:58 -0700 Atul Varma Changed display of test output to be more colorful and not require firebug.
Fri, 10 Apr 2009 07:47:39 -0700 Atul Varma Added basic test framework.