8ad271d81c
and finally, return to standard mo
2016-05-19 14:33:04 -07:00
ec06c51c5d
final sweep, moved everything to _v4
2016-05-19 14:23:33 -07:00
4a77556866
tracked down more necessary updated, lots of _.bind()
2016-05-19 12:47:33 -07:00
c7f6c09d8c
get the unit tests to pass
2016-05-19 09:09:31 -07:00
68a8f712c8
fix eslint errors
2016-05-19 07:52:01 -07:00
3d1efa57a0
splip in lodash-migrate for debugging
2016-05-19 07:28:52 -07:00
d0d55f8f3e
switch from jshint to eslint
2016-01-08 14:21:26 -07:00
48667b2201
Mock setHeader to avoid multiple done() calls.
2015-11-30 13:56:47 +01:00
c991b589a4
transition away from lodash-node
2015-03-17 11:59:06 -07:00
a0ffe50745
converted decompression to use streams rather than callbacks
2014-09-04 16:05:54 -07:00
03f7a844a3
use lodash-node rather than vanilla lodash so that lodash doesn't attach to require js even when it's available.
2014-02-11 16:08:10 -07:00
3d0b2fde4e
setup testling
2013-12-23 10:18:52 -07:00
dea18fcd7d
improved stream mocks for older versions and increased compatabity from 0.8 up
2013-12-12 20:07:31 -07:00
345ac776ef
Major updates for testing and grunt, jenkins tests are now powered by the jenkins.sh script in the scripts directory.
2013-12-12 15:39:42 -07:00
b43621322b
more tests, now with 91% coverage!
2013-12-04 17:02:34 -06:00
c070c9e741
more tests, simplified the standard tests for the loggers
2013-12-04 14:55:14 -06:00
4e5f08a29c
many tests
2013-12-03 19:01:04 -07:00
97ba084795
save point durring huge unorganized refactor
2013-11-22 16:48:30 -07:00
b063dfdca7
Added "extends" key to the jshint config files, so there is less repetition.
...
Mocha now runs from grunt, just run "grunt"
Copied es-php's README.md, will modify later
More logging around sending a request, including stack traces for debug messages
Connections now manage their own state, and emit a "status changed" event which
the connection pool listens for
Fixed the custom errors
Stream loggers will dump their buffered output to stderr when the process exits
so that log messages will be sort of saved, File logger overrides this and
writes to the file syncronously
Added _.handler(), _.scheduled(), and _.makeBoundMethods() to the utils
2013-10-21 10:09:12 -07:00
8cc87637e2
modified the config to own the connectionPool, transport, and a few other objects
2013-10-18 09:40:55 -07:00