summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use released oc-chef-pedant with latest chef-zerojk/bundle-reproJohn Keiser2016-04-149-251/+201
|
* Build just chef-provisioning, just on this branchJohn Keiser2016-04-141-0/+1
|
* Simplify external tests and make them work with Gemfile.lockJohn Keiser2016-04-1418-398/+1049
|
* Use locked dependencies to build chefJohn Keiser2016-04-1423-49/+879
|
* Pin everything down with Gemfile.lock, add rake dependencies to updateJohn Keiser2016-04-1425-39/+2125
|
* 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
| | | |
| * | | Omnibus is now using ffi_yajl so we no longer need to pin the JSON gem in ↵tyler-ball2016-04-111-6/+0
|/ / / | | | | | | | | | our Gemfile
* | | Bump version of chef to 12.9.37 by Chef Versioner.v12.9.37Chef Versioner2016-04-093-3/+3
| | |
* | | Merge pull request #4782 from chef/tm/apt_repositoryThom May2016-04-086-0/+516
|\ \ \ | | | | | | | | Add apt_repository resource
| * | | Add an apt_repository resourcetm/apt_repositoryThom May2016-04-086-0/+516
| | | | | | | | | | | | | | | | | | | | More or less stolen from the apt cookbook, but tweaked and fixes a heap of bugs.
* | | | Bump version of chef to 12.9.36 by Chef Versioner.v12.9.36Chef Versioner2016-04-083-3/+3
| | | |
* | | | Merge pull request #4811 from chef/sersut/build-fixSerdar Sutay2016-04-071-1/+1
|\ \ \ \ | | | | | | | | | | Point to the right license file for chef.
| * | | | Point to the right license file for chef.sersut/build-fixSerdar Sutay2016-04-071-1/+1
| | | | |