summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/parallelizer.rb
Commit message (Expand)AuthorAgeFilesLines
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-11/+9
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* Use double quotes by defaultThom May2016-01-141-2/+2
* Add many comments to DataHandler and FileSystem classesJohn Keiser2014-09-051-2/+0
* Add org.json, members.json, invitations.json for full org downloadJohn Keiser2014-09-051-0/+2
* Fix tests on 1.8.7John Keiser2014-05-191-8/+11
* Make parallel enumerable safe to restartJohn Keiser2014-05-191-17/+22
* Make it possible to resize and gently stop the parallelizerJohn Keiser2014-05-181-9/+33
* Add ability to flatten parallel enumerableJohn Keiser2014-05-181-161/+6
* Add each_with_exceptions to allow all results to be knownJohn Keiser2014-05-171-56/+47
* Add :stop_on_exception to stop consuming input on exceptionJohn Keiser2014-05-171-44/+61
* Add parallel_do method for when you don't care about outputJohn Keiser2014-05-171-3/+16
* Add methods to receive asynchronous output from parallelizerJohn Keiser2014-05-171-71/+149
* Transmit ALL exceptions to the calling threadJohn Keiser2013-06-071-1/+1
* Parallelize diff, download and uploadJohn Keiser2013-06-071-9/+21
* Add --concurrency argument to set # of threadsJohn Keiser2013-06-071-1/+8
* Parallelize knife list and knife showJohn Keiser2013-06-071-0/+110