Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename and add backcompat requires for ChefFS dirstm/fs_dirs_2 | Thom May | 2016-04-14 | 7 | -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.2 | Chef Versioner | 2016-04-14 | 3 | -3/+3 |
| | |||||
* | Merge pull request #4826 from chef/tm/flow_252 | Thom May | 2016-04-14 | 14 | -36/+572 |
|\ | | | | | Refactor ChefFS directories to be directories | ||||
| * | Ensure most directories are subclasses of Directorytm/flow_252 | Thom May | 2016-04-13 | 12 | -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 compatible | Thom May | 2016-04-13 | 3 | -4/+27 |
| | | |||||
| * | test ChefFS repo directory base class | Thom May | 2016-04-13 | 1 | -4/+8 |
| | | |||||
| * | Add tests for ChefFS repo directory class | Thom May | 2016-04-13 | 1 | -0/+170 |
| | | |||||
* | | Bump version of chef to 12.10.1 by Chef Versioner.v12.10.1 | Chef Versioner | 2016-04-13 | 3 | -3/+3 |
| | | |||||
* | | Merge pull request #4827 from chef/12_10_0 | Tyler Ball | 2016-04-13 | 5 | -56/+5 |
|\ \ | | | | | | | Updating version after Chef 12.9 release | ||||
| * | | Updating version after Chef 12.9 release12_10_0 | tyler-ball | 2016-04-13 | 5 | -56/+5 |
|/ / | |||||
* | | Bump version of chef to 12.9.42 by Chef Versioner.v12.9.42 | Chef Versioner | 2016-04-13 | 3 | -3/+3 |
| | | |||||
* | | Merge pull request #4785 from chef/cperry/remove-workers-override | Lamont Granquist | 2016-04-13 | 1 | -4/+0 |
|\ \ | |/ |/| | Remove override of number of workers to be used. | ||||
| * | Remove override of number of workers to be used.cperry/remove-workers-override | Carl Perry | 2016-04-01 | 1 | -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.41 | Chef Versioner | 2016-04-13 | 3 | -3/+3 |
| | | |||||
* | | Merge pull request #4822 from chef/tm/combined_chef_fs_exceptions | Thom May | 2016-04-13 | 31 | -167/+136 |
|\ \ | | | | | | | Move all ChefFS exceptions into a single file | ||||
| * | | Move all ChefFS exceptions into a single filetm/combined_chef_fs_exceptions | Thom May | 2016-04-13 | 31 | -167/+136 |
| | | | | | | | | | | | | This leaves back compat requires to ensure nothing breaks. | ||||
* | | | We are releasing .38 instead of .37, updating CHANGELOG | tyler-ball | 2016-04-12 | 1 | -2/+2 |
| | | | |||||
* | | | Bump version of chef to 12.9.40 by Chef Versioner.v12.9.40 | Chef Versioner | 2016-04-11 | 3 | -3/+3 |
| | | | |||||
* | | | Merge pull request #4818 from chef/notifying_block | Lamont Granquist | 2016-04-11 | 3 | -5/+171 |
|\ \ \ | | | | | | | | | add notifying_block and subcontext_block to chef | ||||
| * | | | remove global_resource_collection | Lamont Granquist | 2016-04-11 | 1 | -4/+0 |
| | | | | |||||
| * | | | readability tweak | Lamont Granquist | 2016-04-11 | 1 | -2/+4 |
| | | | | |||||
| * | | | fix logic in updating new_resource | Lamont Granquist | 2016-04-11 | 1 | -3/+4 |
| | | | | |||||
| * | | | add notifying_block and subcontext_block to chef | Lamont Granquist | 2016-04-11 | 3 | -5/+172 |
|/ / / | |||||
* | | | Bump version of chef to 12.9.39 by Chef Versioner.v12.9.39 | Chef Versioner | 2016-04-11 | 3 | -3/+3 |
| | | | |||||
* | | | Merge pull request #4812 from chef/salam/group-fix | Salim Alam | 2016-04-11 | 4 | -11/+39 |
|\ \ \ | | | | | | | | | Removing non-existent members from group should not fail | ||||
| * | | | Update specssalam/group-fix | Salim Alam | 2016-04-07 | 3 | -5/+12 |
| | | | | |||||
| * | | | Don't fail when removing non-existing group member | Salim Alam | 2016-04-07 | 3 | -7/+28 |
| | | | | |||||
* | | | | Bump version of chef to 12.9.38 by Chef Versioner.v12.9.38 | Chef Versioner | 2016-04-11 | 3 | -3/+3 |
| | | | | |||||
* | | | | Merge pull request #4817 from chef/129_release_prep | Tyler Ball | 2016-04-11 | 3 | -7/+48 |
|\ \ \ \ | |_|/ / |/| | | | 12.9 release prep | ||||
| * | | | Preparing 12.9 release | tyler-ball | 2016-04-11 | 2 | -1/+48 |
| | | | | |||||
| * | | | Omnibus is now using ffi_yajl so we no longer need to pin the JSON gem in ↵ | tyler-ball | 2016-04-11 | 1 | -6/+0 |
|/ / / | | | | | | | | | | our Gemfile | ||||
* | | | Bump version of chef to 12.9.37 by Chef Versioner.v12.9.37 | Chef Versioner | 2016-04-09 | 3 | -3/+3 |
| | | | |||||
* | | | Merge pull request #4782 from chef/tm/apt_repository | Thom May | 2016-04-08 | 6 | -0/+516 |
|\ \ \ | | | | | | | | | Add apt_repository resource | ||||
| * | | | Add an apt_repository resourcetm/apt_repository | Thom May | 2016-04-08 | 6 | -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.36 | Chef Versioner | 2016-04-08 | 3 | -3/+3 |
| | | | | |||||
* | | | | Merge pull request #4811 from chef/sersut/build-fix | Serdar Sutay | 2016-04-07 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Point to the right license file for chef. | ||||
| * | | | | Point to the right license file for chef.sersut/build-fix | Serdar Sutay | 2016-04-07 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Bump version of chef to 12.9.35 by Chef Versioner.v12.9.35 | Chef Versioner | 2016-04-08 | 3 | -3/+3 |
| | | | | | |||||
* | | | | | Merge branch 'lcg/fix-gem-metadata' | Lamont Granquist | 2016-04-07 | 1 | -56/+21 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | debug log the generated Gemfile | Lamont Granquist | 2016-04-07 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | fix args to gem commandlcg/fix-gem-metadata | Lamont Granquist | 2016-04-07 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | push ruby_bin first in path for exec'ing bundle intall | Lamont Granquist | 2016-04-07 | 1 | -1/+13 |
| | | | | | |||||
| * | | | | tighten up the chdir logic | Lamont Granquist | 2016-04-07 | 1 | -3/+1 |
| | | | | | |||||
| * | | | | remove now-unused code | Lamont Granquist | 2016-04-07 | 1 | -54/+0 |
| | | | | | |||||
| * | | | | MVP to fix gem metadata command | Lamont Granquist | 2016-04-07 | 1 | -6/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | simply use shell_out! to avoid bundler's state in the running chef-client process. | ||||
* | | | | | Bump version of chef to 12.9.34 by Chef Versioner.v12.9.34 | Chef Versioner | 2016-04-07 | 3 | -3/+3 |
| | | | | | |||||
* | | | | | Merge pull request #4805 from chef/pw/chef_license | Serdar Sutay | 2016-04-07 | 1 | -0/+2 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | add omnibus license metadata | ||||
| * | | | | add omnibus license metadatapw/chef_license | Patrick Wright | 2016-04-06 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | Bump version of chef to 12.9.33 by Chef Versioner.v12.9.33 | Chef Versioner | 2016-04-07 | 3 | -3/+3 |
| | | | | | |||||
* | | | | | Merge pull request #4804 from chef/salam/knife-tweak | Salim Alam | 2016-04-07 | 2 | -6/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | Add default timeout |