index
:
delta/npm-packages/async.git
1.1.x
1465
2.0-doc-callouts
2.x
DELETE_THIS_BRANCH
add_missing_return_docs
applyeach-no-partial
async-fn-support
async-generator-support
async-q-process
async-retry-interval
auto-argument-ordering
auto-no-deferral
autoinject
awaitable
awaitable-queues
batch-push-queue
break-tester-loops
browser-ci
browser-ma
browser-setimmediate
build-refactor
building
canceling
concat-order
concatLimit
dependabot/npm_and_yarn/babel/eslint-parser-7.19.1
dependabot/npm_and_yarn/chai-4.3.7
dependabot/npm_and_yarn/eslint-8.35.0
dependabot/npm_and_yarn/fs-extra-11.1.0
dependabot/npm_and_yarn/jsdoc-4.0.2
dependabot/npm_and_yarn/karma-6.4.1
dependabot/npm_and_yarn/rollup-3.17.3
dependabot/npm_and_yarn/semver-7.3.8
dependabot/npm_and_yarn/yargs-17.7.1
dll
doc-linking
docs
docs-folder
each-cleanup
each-iter
eachOfLimitImpl
ensure_async
es5-dep
es6-iterators
es6ify
eslint
fast-path-eachOf
filter-array-specific
fix-build
fix-retry-interval-func
generate-index
gh-pages
include-source-map-in-build
initial-params
issue-template
iterable-docs
iterator-jit
iters
jsdoc
kill-iterator
lib-import-cleanups
linked-list-methods
lodash-use
loops
map-objects
master
modularization
module-pkg
object-map
optimize-page-load
pr/1267
pr/1297
predicate-standardization
promisify_priority_queue
propagate-err
queue-724
queue-hard-kill
queue-opts
queue-tests
queue-workerslist-fix
retry
retry-optional-callback
retryable
schedule-drain
setImm
setimmediate-args
test-build
test-retry
timeout-fix
token-bucket
transform
unused-condition
update-dependencies
v1.4
waterfall-multiple-callback-defense
waterfall-optimization
whilst-first-it-fix
github.com: caolan/async
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mocha_test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid eval in async wrappers; fixes #1403
Graeme Yeates
2017-04-17
1
-1
/
+12
*
make tests less flakey. related to #1322
Alexander Early
2017-04-16
2
-6
/
+6
*
tweak retry tests to be more descriptive when they fail
queue-tests
Alexander Early
2017-04-08
1
-13
/
+10
*
tweaked queue timeouts, removed redundant test
Alexander Early
2017-04-08
1
-54
/
+4
*
refactor flaky queue tests
Alexander Early
2017-04-08
1
-43
/
+50
*
Merge pull request #1397 from caolan/linked-list-methods
Alex Early
2017-04-08
2
-0
/
+102
|
\
|
*
rename filter to remove
Alexander Early
2017-04-08
1
-12
/
+12
|
*
add queue.remove
linked-list-methods
Alexander Early
2017-04-06
1
-0
/
+19
|
*
added tests for DLL, filter(), non-leaking empty()
Alexander Early
2017-04-06
1
-0
/
+83
*
|
handle async functions in tryEach
Alexander Early
2017-04-06
2
-1
/
+13
*
|
Merge pull request #1365 from alFReD-NSH/try
Alex Early
2017-04-06
1
-0
/
+86
|
\
\
|
*
|
Add async.tryEach, Fixes #687
Farid Neshat
2017-03-02
1
-0
/
+86
*
|
|
add a test for a unique waterfall fail case
Alexander Early
2017-04-03
1
-1
/
+31
|
|
/
|
/
|
*
|
use async.setImmediate
Alexander Early
2017-04-02
1
-1
/
+1
*
|
change timing of q.empty() so that q.idle() will be false. Fixes #1367
Alexander Early
2017-04-02
1
-0
/
+29
*
|
add test case for autoInject holy grail
Alexander Early
2017-03-25
1
-0
/
+20
*
|
handle async functions in relevant utility methods
Alexander Early
2017-03-25
1
-0
/
+65
*
|
handle async funcs in control flow methods
Alexander Early
2017-03-25
1
-0
/
+342
*
|
wrapped all collections methods
Alexander Early
2017-03-24
1
-0
/
+169
*
|
factor out async support check, make wrapAsync identity() in non-supported envs
Alexander Early
2017-03-22
1
-12
/
+3
*
|
initial experiment with async fn support
Alexander Early
2017-03-22
2
-0
/
+106
*
|
Added test for filter with an object-collection, where the filtering fails. T...
Erik Krogh Kristensen
2017-03-14
1
-0
/
+13
*
|
Added test for calling transform with two arguments
Erik Krogh Kristensen
2017-03-13
1
-0
/
+11
*
|
[#1348] initial groupBy implementation (#1364)
Hubert Argasinski
2017-02-27
1
-0
/
+354
|
/
*
fix for #1358
Alexander Early
2017-01-30
1
-0
/
+39
*
enhance "inexistent dependencies" test to check that exception message contai...
Jah Raphael
2017-01-08
1
-1
/
+1
*
Merge pull request #1320 from caolan/pr/1297
Graeme Yeates
2016-11-14
1
-0
/
+43
|
\
|
*
Handle iterators
pr/1297
Graeme Yeates
2016-11-11
1
-0
/
+31
|
*
Test filtering an object.
Cody Taylor
2016-10-16
1
-0
/
+12
*
|
Add retries to a flakey retries test case
test-retry
Graeme Yeates
2016-11-12
1
-0
/
+4
*
|
Retry some of the flakier tests on failure
Graeme Yeates
2016-11-12
1
-0
/
+6
*
|
Add short circuit test for every
Graeme Yeates
2016-10-15
1
-0
/
+27
*
|
Short circuit loops completely for some,every,detect when ready [fixes #1293]
Graeme Yeates
2016-10-15
2
-1
/
+54
|
/
*
fix errorFilter comment to reflect that we only pass err argument. Removed se...
Bojan Djurkovic
2016-08-08
1
-6
/
+0
*
rename the new retry option to errorFilter and consolidate retry attempt cond...
Bojan Djurkovic
2016-08-04
2
-5
/
+5
*
changed the error test function to continueOperation. improved comment docume...
Bojan Djurkovic
2016-08-03
2
-17
/
+17
*
add filter option to retry() and retryable() to allow for error filtering and...
Bojan Djurkovic
2016-08-02
2
-1
/
+125
*
Add infinity case tests for eachOfLimit
Graeme Yeates
2016-07-21
1
-0
/
+13
*
Run "asyncify promisified" tests in browser. Fixes #1235
Travis Warlick
2016-07-14
1
-69
/
+64
*
Use @nodeonly mocha tag to prevent non-browser tests from running with karma
Travis Warlick
2016-07-14
7
-41
/
+6
*
Remove async.iterator (#1237)
kill-iterator
Graeme Yeates
2016-07-12
1
-61
/
+0
*
Make retry tests more resilient
Graeme Yeates
2016-07-12
1
-2
/
+2
*
Merge pull request #1231 from caolan/retry
Alex Early
2016-07-12
1
-1
/
+22
|
\
|
*
Ensure retry can resolve synchronously in fastest case
Graeme Yeates
2016-07-12
1
-0
/
+10
|
*
Retry passes all arguments to callback
Graeme Yeates
2016-07-12
1
-1
/
+12
*
|
Merge pull request #1230 from suguru03/fix-priority-queue
Alex Early
2016-07-12
1
-0
/
+29
|
\
\
|
*
|
fix execution order
Suguru Motegi
2016-07-12
1
-0
/
+29
|
|
/
*
|
Fix nyc/code-coverage testing -- do not run sub-context tests under nyc. nyc...
Travis Warlick
2016-07-12
3
-3
/
+3
|
/
*
#1226, make retry interval asynchronous
async-retry-interval
Graeme Yeates
2016-07-11
1
-0
/
+16
*
sorted out until's test args
Alexander Early
2016-07-09
1
-2
/
+4
[next]