log tests.js @ 54:3607a6844691

age author description
Wed, 15 Apr 2009 08:01:14 -0700 Atul Varma Rows of a map view are now sorted secondarily by document ID, which makes their row order well-defined.
Tue, 14 Apr 2009 17:35:22 -0700 Atul Varma Added a unit test for the web worker map reducer, and added the ability to skip tests into the test framework.
Tue, 14 Apr 2009 11:57:12 -0700 Atul Varma Added findRow() method to the View class.
Tue, 14 Apr 2009 11:50:46 -0700 Atul Varma Added a simple findRow() method to the MapView class that finds the first row of a given key using binary search.
Tue, 14 Apr 2009 10:40:30 -0700 Atul Varma Test suite now passes on Safari.
Tue, 14 Apr 2009 10:22:28 -0700 Atul Varma Tests now use fake storage.
Tue, 14 Apr 2009 10:15:42 -0700 Atul Varma Test suite works on systems w/o firebug now.
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.