summaryrefslogtreecommitdiff
path: root/spec/unit/chef_fs/parallelizer.rb
Commit message (Expand)AuthorAgeFilesLines
* fixing Lint/Void copLamont Granquist2016-08-161-4/+4
* autofixing Style/WhileUntilModifier copLamont Granquist2016-08-161-3/+1
* remove unused block argumentslcg/chefstyle-perfLamont Granquist2016-02-231-1/+1
* Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-2/+2
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-35/+35
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-2/+2
* Use double quotes by defaultThom May2016-01-141-25/+25
* more rubocop fixeslcg/more-rubocop-lintLamont Granquist2016-01-121-8/+5
* Update to RSpec 3.Claire McQuin2014-10-291-87/+87
* Fix tests on 1.8.7John Keiser2014-05-191-116/+97
* Do not provide "lazy" unless it is available (Ruby 2.0+)John Keiser2014-05-191-18/+44
* Prevent parallel first/take/drop from processing things it shouldn'tJohn Keiser2014-05-191-32/+126
* Make parallel enumerable safe to restartJohn Keiser2014-05-191-0/+57
* Make it possible to resize and gently stop the parallelizerJohn Keiser2014-05-181-0/+24
* Add ability to flatten parallel enumerableJohn Keiser2014-05-181-0/+24
* Add each_with_exceptions to allow all results to be knownJohn Keiser2014-05-171-9/+19
* Add :stop_on_exception to stop consuming input on exceptionJohn Keiser2014-05-171-0/+27
* Add parallel_do method for when you don't care about outputJohn Keiser2014-05-171-21/+33
* Add methods to receive asynchronous output from parallelizerJohn Keiser2014-05-171-0/+227