summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge parallelizer robustification and enhancementsJohn Keiser2014-05-207-108/+398
|\
| * Fix tests on 1.8.7John Keiser2014-05-192-15/+17
| * 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-192-50/+85
| * Make it possible to resize and gently stop the parallelizerJohn Keiser2014-05-181-9/+33
| * Add ability to flatten parallel enumerableJohn Keiser2014-05-187-179/+248
| * 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
* | Remove unneeded requires when using CookbookVersionLoaderdanielsdeleo2014-05-192-4/+0
|/
* Update exceptions.rbClaire McQuin2014-05-151-1/+0
* Update exceptions.rbClaire McQuin2014-05-151-2/+0
* Change attribute whitelist filter syntax to match OhaiClaire McQuin2014-05-154-38/+92
* add whitelist config options for attributes saved by the nodeClaire McQuin2014-05-152-3/+59
* Decrease number of default threadsClaire McQuin2014-05-152-4/+7
* Refactor rescue behavior.Claire McQuin2014-05-142-29/+38
* Comment threadsafe change.Claire McQuin2014-05-131-0/+8
* Add config option for parallel cookbook sync.Claire McQuin2014-05-132-1/+4
* Catch format error for 504 Gateway Time-out.Claire McQuin2014-05-132-4/+15
* make mixin/create_path threadsafeClaire McQuin2014-05-131-2/+5
* CHEF-4423: implement threaded cookbook synchronizationNikhil Benesch2014-05-131-42/+64
* CHEF-4423: extract CookbookVersion manifest update into public methodNikhil Benesch2014-05-131-8/+12
* CHEF-4423: extract cookbook upload threaded queue into utility classNikhil Benesch2014-05-132-25/+65
* Use the :bootstrap_version if set by the user.sersut2014-05-121-1/+14
* require chef/mixin/command in Knife::Ssh to solve below error:sersut2014-05-121-0/+1
* Change chef-full bootstrap template to install the current latest version of ...sersut2014-05-122-3/+14
* Revert "Allow for multiple package files to be passed to yum"danielsdeleo2014-05-091-5/+3
* Allow for multiple package files to be passed to yumglasschef2014-05-091-3/+5
* add knife options for chef-full customizationClaire McQuin2014-05-082-13/+36
* Merge branch 'master' into sersut/CHEF-4637sersut2014-05-081-1/+2
|\
| * CHEF-5092: chef_gem should use omnibus `gem` binaryLamont Granquist2014-05-071-1/+2
* | Merge branch 'freebsdPkgngSupport' of github.com:liseki/chefsersut2014-05-089-154/+399
|\ \ | |/ |/|
| * Access source instance variable directly when setting providerRichard Manyanza2014-03-281-1/+1
| * Refactor resolving of Freebsd package providerRichard Manyanza2014-03-126-128/+39
| * Refactor FreeBSD package providersRichard Manyanza2014-03-1113-289/+486
| * Add support for FreeBSD next generation package managerRichard Manyanza2014-03-114-0/+137
* | fix spelling of lightweight resourcejamescott2014-05-071-2/+2
* | Merge pull request #1333 from ceraslabs/masterSerdar Sutay2014-05-071-1/+3
|\ \
| * | Don't eat the authentication failed exception on bootstrapHongbin Lu2014-03-281-1/+3
* | | Merge pull request #1383 from opscode/lcg/CHEF-5015Serdar Sutay2014-05-071-1/+1
|\ \ \
| * | | CHEF-5015 force_unlink should only unlink if the file existsJeremiah Snapp2014-03-281-1/+1
* | | | Merge pull request #1356 from opscode/ssd/CHEF-5163Serdar Sutay2014-05-071-9/+9
|\ \ \ \
| * | | | [CHEF-5163] Support lazy evaluation the mount resource's options attrSteven Danna2014-04-021-9/+9
* | | | | Bump to new alpha version for prerelease-release11.14.0.alpha.2danielsdeleo2014-05-071-1/+1
* | | | | Merge branch 'master' into CHEF-5074Claire McQuin2014-05-0610-174/+275
|\ \ \ \ \
| * | | | | [CHEF-4636] Removed dead codeAlex Ethier2014-05-032-74/+0
| * | | | | [CHEF-5162] Move argument parsing for source to new methodSteven Danna2014-05-021-9/+21
| * | | | | [CHEF-5162] Support DelayedEvaluator for remote_file's source attributeSteven Danna2014-05-021-6/+20