summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use locked dependencies to build chefJohn Keiser2016-04-1823-49/+879
|
* Pin everything down with Gemfile.lock, add rake dependencies to updateJohn Keiser2016-04-1825-39/+2125
|
* Bump version of chef to 12.10.6 by Chef Versioner.v12.10.6Chef Versioner2016-04-183-3/+3
|
* Merge pull request #4834 from chef/lcg/resources-apiLamont Granquist2016-04-189-27/+586
|\ | | | | add better resource manipulation API
| * fix ! in yard commentlcg/resources-apiLamont Granquist2016-04-181-1/+1
| |
| * ignore deprecation warning in testLamont Granquist2016-04-151-0/+1
| |
| * typofixLamont Granquist2016-04-151-1/+1
| |
| * add better resource manipulation APILamont Granquist2016-04-158-27/+585
| | | | | | | | | | deprecates chef_rewind functionality completely and adds a few more features
* | Bump version of chef to 12.10.5 by Chef Versioner.v12.10.5Chef Versioner2016-04-153-3/+3
| |
* | Merge pull request #4835 from chef/schisamo/omnibus-build-lab-fixesSeth Chisamore2016-04-152-28/+14
|\ \ | |/ |/| Omnibus Build Lab fixes/improvements
| * Ignore the `omnibus/Berksfile.lock`Seth Chisamore2016-04-151-0/+1
| |
| * Update platform list to match Chef’s actual build matrixSeth Chisamore2016-04-151-28/+13
|/
* Bump version of chef to 12.10.4 by Chef Versioner.v12.10.4Chef Versioner2016-04-143-3/+3
|
* Merge branch 'lcg/nillable-apt-repository-distribution'Lamont Granquist2016-04-146-21/+55
|\
| * allow true to mean nil via coercsionslcg/nillable-apt-repository-distributionLamont Granquist2016-04-141-6/+6
| |
| * add nillable apt_repository and nillable propertiesLamont Granquist2016-04-146-16/+50
|/ | | | | | in Chef-13 nillable will become 'true' by default and we'll have to deprecate and remove all nillable properties, but for now this lets us opt-in, which was can't currently do in Chef-12.
* Bump version of chef to 12.10.3 by Chef Versioner.v12.10.3Chef Versioner2016-04-143-3/+3
|
* Merge pull request #4830 from chef/tm/fs_dirs_2Thom May2016-04-1416-12/+32
|\ | | | | Rename and add backcompat requires for ChefFS dirs
| * Move unused code into backcompatThom May2016-04-141-0/+1
| |
| * Move deprecated error classes into backcompatThom May2016-04-148-0/+0
| |
| * Rename and add backcompat requires for ChefFS dirstm/fs_dirs_2Thom May2016-04-147-12/+31
|/ | | | | Policies, ACLs, and Client Keys directories are renamed to match the other directories, and backwards compatible requires are added.
* Bump version of chef to 12.10.2 by Chef Versioner.v12.10.2Chef Versioner2016-04-143-3/+3
|
* Merge pull request #4826 from chef/tm/flow_252Thom May2016-04-1414-36/+572
|\ | | | | Refactor ChefFS directories to be directories
| * Ensure most directories are subclasses of Directorytm/flow_252Thom May2016-04-1312-35/+374
| | | | | | | | | | This doesn't yet change the cookbook classes, but everything that is a directory is treated as such.
| * ensure directory and file_system_entry are compatibleThom May2016-04-133-4/+27
| |
| * test ChefFS repo directory base classThom May2016-04-131-4/+8
| |
| * Add tests for ChefFS repo directory classThom May2016-04-131-0/+170
| |
* | Bump version of chef to 12.10.1 by Chef Versioner.v12.10.1Chef Versioner2016-04-133-3/+3
| |
* | Merge pull request #4827 from chef/12_10_0Tyler Ball2016-04-135-56/+5
|\ \ | | | | | | Updating version after Chef 12.9 release
| * | Updating version after Chef 12.9 release12_10_0tyler-ball2016-04-135-56/+5
|/ /
* | Bump version of chef to 12.9.42 by Chef Versioner.v12.9.42Chef Versioner2016-04-133-3/+3
| |
* | Merge pull request #4785 from chef/cperry/remove-workers-overrideLamont Granquist2016-04-131-4/+0
|\ \ | |/ |/| Remove override of number of workers to be used.
| * Remove override of number of workers to be used.cperry/remove-workers-overrideCarl Perry2016-04-011-4/+0
| | | | | | | | | | | | | | This should be set in the make scripts and cookbooks for the esoteric platforms that need it. Overriding this to 10 workers on all platforms is slowing things down and causing massive resource constrains and failures on smaller platforms (like ARM).
* | Bump version of chef to 12.9.41 by Chef Versioner.v12.9.41Chef Versioner2016-04-133-3/+3
| |
* | Merge pull request #4822 from chef/tm/combined_chef_fs_exceptionsThom May2016-04-1331-167/+136
|\ \ | | | | | | Move all ChefFS exceptions into a single file
| * | Move all ChefFS exceptions into a single filetm/combined_chef_fs_exceptionsThom May2016-04-1331-167/+136
| | | | | | | | | | | | This leaves back compat requires to ensure nothing breaks.
* | | We are releasing .38 instead of .37, updating CHANGELOGtyler-ball2016-04-121-2/+2
| | |
* | | Bump version of chef to 12.9.40 by Chef Versioner.v12.9.40Chef Versioner2016-04-113-3/+3
| | |
* | | Merge pull request #4818 from chef/notifying_blockLamont Granquist2016-04-113-5/+171
|\ \ \ | | | | | | | | add notifying_block and subcontext_block to chef
| * | | remove global_resource_collectionLamont Granquist2016-04-111-4/+0
| | | |
| * | | readability tweakLamont Granquist2016-04-111-2/+4
| | | |
| * | | fix logic in updating new_resourceLamont Granquist2016-04-111-3/+4
| | | |
| * | | add notifying_block and subcontext_block to chefLamont Granquist2016-04-113-5/+172
|/ / /
* | | Bump version of chef to 12.9.39 by Chef Versioner.v12.9.39Chef Versioner2016-04-113-3/+3
| | |
* | | Merge pull request #4812 from chef/salam/group-fixSalim Alam2016-04-114-11/+39
|\ \ \ | | | | | | | | Removing non-existent members from group should not fail
| * | | Update specssalam/group-fixSalim Alam2016-04-073-5/+12
| | | |
| * | | Don't fail when removing non-existing group memberSalim Alam2016-04-073-7/+28
| | | |
* | | | Bump version of chef to 12.9.38 by Chef Versioner.v12.9.38Chef Versioner2016-04-113-3/+3
| | | |
* | | | Merge pull request #4817 from chef/129_release_prepTyler Ball2016-04-113-7/+48
|\ \ \ \ | |_|/ / |/| | | 12.9 release prep
| * | | Preparing 12.9 releasetyler-ball2016-04-112-1/+48
| | | |