summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/parallelizer
Commit message (Collapse)AuthorAgeFilesLines
* autofixing whitespace copsLamont Granquist2016-02-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | 4174 Style/SpaceInsideHashLiteralBraces 1860 Style/SpaceAroundOperators 1336 Style/SpaceInsideBlockBraces 1292 Style/AlignHash 997 Style/SpaceAfterComma 860 Style/SpaceAroundEqualsInParameterDefault 310 Style/EmptyLines 294 Style/IndentationConsistency 267 Style/TrailingWhitespace 238 Style/ExtraSpacing 212 Style/SpaceBeforeBlockBraces 166 Style/MultilineOperationIndentation 144 Style/TrailingBlankLines 120 Style/EmptyLineBetweenDefs 101 Style/IndentationWidth 82 Style/SpaceAroundBlockParameters 40 Style/EmptyLinesAroundMethodBody 29 Style/EmptyLinesAroundAccessModifier 1 Style/RescueEnsureAlignment
* Use double quotes by defaultThom May2016-01-141-1/+1
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* Add knife/ChefFS support for policyfiles and policy_groups.John Keiser2015-12-151-1/+1
|
* Do not wait for clean exit when Exception is thrownjk/exiterrorJohn Keiser2014-06-021-4/+6
|
* Fix tests on 1.8.7John Keiser2014-05-191-7/+6
|
* Do not provide "lazy" unless it is available (Ruby 2.0+)John Keiser2014-05-191-19/+21
|
* Prevent parallel first/take/drop from processing things it shouldn'tJohn Keiser2014-05-191-6/+65
|
* Make parallel enumerable safe to restartJohn Keiser2014-05-191-33/+63
|
* Add ability to flatten parallel enumerableJohn Keiser2014-05-182-0/+224