|
|
eba6748ba9
|
add tests for various failure types
|
2016-06-28 18:03:15 -07:00 |
|
|
|
257645f11c
|
add tests for worker timeout handling
|
2016-06-28 18:03:06 -07:00 |
|
|
|
460d83411e
|
properly handle job errors without a toString method
|
2016-06-28 17:49:45 -07:00 |
|
|
|
2b2db9c5f9
|
add UnspecifiedWorkerError error
|
2016-06-28 17:49:10 -07:00 |
|
|
|
df03738b9a
|
rename the timeout error type
|
2016-06-28 17:46:06 -07:00 |
|
|
|
db1d282da2
|
handle resolve, reject and timeout correctly
|
2016-06-28 17:03:28 -07:00 |
|
|
|
a5f1d77f23
|
remove unused var in test
|
2016-06-27 14:45:31 -07:00 |
|
|
|
d73155d538
|
0.8.0
|
2016-06-27 14:41:45 -07:00 |
|
|
|
866f5948af
|
100 percent coverage on create_index helper
|
2016-06-27 14:23:49 -07:00 |
|
|
|
eae6942ec2
|
add tests for true/false and emits on errors
|
2016-06-27 14:14:23 -07:00 |
|
|
|
b0fec7d1ed
|
don't emit on version errors
|
2016-06-27 14:14:06 -07:00 |
|
|
|
638c896e37
|
don't emit on the queue instance
|
2016-06-27 14:04:33 -07:00 |
|
|
|
5d5552c548
|
don't throw on worker failures
|
2016-06-27 14:04:25 -07:00 |
|
|
|
ea0ea7e6c2
|
0.7.0
|
2016-06-07 11:20:13 -07:00 |
|
|
|
85cc4bf7f8
|
don't throw on job creation failures
there's nothing to catch the error, it should be handled with the error event
|
2016-06-07 11:16:57 -07:00 |
|
|
|
34592740c7
|
0.6.1
|
2016-06-06 17:23:06 -07:00 |
|
|
|
eeafaf7d42
|
add test for assign headers
|
2016-06-06 17:22:36 -07:00 |
|
|
|
9e3515ebd5
|
restructure the jobs tests
|
2016-06-06 17:12:09 -07:00 |
|
|
|
78871f97d9
|
simplofy the promise chain
|
2016-06-06 16:59:13 -07:00 |
|
|
|
5954ee1d51
|
append option headers to the index request
|
2016-06-06 16:59:02 -07:00 |
|
|
|
a2d3fb7ffd
|
simplify the node test matrix
|
2016-06-06 15:39:08 -07:00 |
|
|
|
04608b0ab2
|
update nyc in package.json
|
2016-06-06 15:26:36 -07:00 |
|
|
|
c541e07bb5
|
fix wording around worker functions
|
2016-06-06 15:15:12 -07:00 |
|
|
|
d70a8cc3ea
|
0.6.0
|
2016-06-06 15:06:53 -07:00 |
|
|
|
68ef5d2147
|
add client option to docs
|
2016-06-06 15:06:40 -07:00 |
|
|
|
1c24a4f7c1
|
fix worker example
add example of async worker
|
2016-06-06 15:06:30 -07:00 |
|
|
|
5fe4e644d6
|
add custom client test
|
2016-06-06 14:58:54 -07:00 |
|
|
|
39315dddd0
|
add internal properties test
|
2016-06-06 14:58:48 -07:00 |
|
|
|
57c1bd1819
|
allow client to be passed with registering worker
|
2016-06-06 14:50:24 -07:00 |
|
|
|
e0605796a1
|
fix inconcistent constants use
|
2016-06-06 14:50:06 -07:00 |
|
|
|
a1a7b9e213
|
add tests for passing client on job create
also fix issue where the wrong client was being used to create the index
|
2016-06-06 14:48:01 -07:00 |
|
|
|
dcecd4020b
|
allow new client instant to be passed on job creation
|
2016-06-06 14:47:04 -07:00 |
|
|
|
40c8d15562
|
looser node-version spec
|
2016-06-06 14:13:16 -07:00 |
|
|
|
21d52b4b50
|
add package script
handy for packaging up the lib path on release tags
|
2016-05-19 15:06:51 -07:00 |
|
|
|
a0042be7c9
|
0.5.0
|
2016-05-19 14:15:53 -07:00 |
|
|
|
d325f108f7
|
Merge branch 'master' into develop
|
2016-05-19 14:14:35 -07:00 |
|
|
|
1fe139e1b0
|
0.4.1
v0.4.1
|
2016-05-19 14:13:49 -07:00 |
|
|
|
4beb4a880b
|
update changelog
|
2016-05-19 14:12:51 -07:00 |
|
|
|
9ab3bb048e
|
update tests and fixture
|
2016-05-19 14:12:01 -07:00 |
|
|
|
ca0da61a69
|
default created_by to false
|
2016-05-19 14:11:52 -07:00 |
|
|
|
59d30bbb0f
|
remove console debugging
|
2016-05-19 14:10:03 -07:00 |
|
|
|
6ce18a5477
|
update changelog
|
2016-05-17 13:38:08 -07:00 |
|
|
|
89c08068dd
|
use filter instead of must in query
faster, and the score does not matter here
|
2016-05-17 13:37:22 -07:00 |
|
|
|
5f2e2b09cf
|
bump dev node version
|
2016-05-17 10:19:27 -07:00 |
|
|
|
fb2f51b11d
|
0.4.0
v0.4.0
|
2016-05-16 17:19:55 -07:00 |
|
|
|
8ac9a81fdb
|
update changelog and readme
|
2016-05-16 15:06:47 -07:00 |
|
|
|
4472e725fa
|
add tests for optional fields to get and toJSON methods
|
2016-05-16 15:04:35 -07:00 |
|
|
|
be1eb81059
|
make the mock client get method async
and update worker tests to use async value
|
2016-05-16 15:03:20 -07:00 |
|
|
|
8d21dc6967
|
add optional created_by record to the doc
|
2016-05-16 15:02:34 -07:00 |
|
|
|
31159baae9
|
add future version notes to changelog
|
2016-05-16 14:24:20 -07:00 |
|