Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pin everything down with Gemfile.lock, add rake dependencies to update | John Keiser | 2016-04-18 | 25 | -39/+2125 |
| | |||||
* | Bump version of chef to 12.10.6 by Chef Versioner.v12.10.6 | Chef Versioner | 2016-04-18 | 3 | -3/+3 |
| | |||||
* | Merge pull request #4834 from chef/lcg/resources-api | Lamont Granquist | 2016-04-18 | 9 | -27/+586 |
|\ | | | | | add better resource manipulation API | ||||
| * | fix ! in yard commentlcg/resources-api | Lamont Granquist | 2016-04-18 | 1 | -1/+1 |
| | | |||||
| * | ignore deprecation warning in test | Lamont Granquist | 2016-04-15 | 1 | -0/+1 |
| | | |||||
| * | typofix | Lamont Granquist | 2016-04-15 | 1 | -1/+1 |
| | | |||||
| * | add better resource manipulation API | Lamont Granquist | 2016-04-15 | 8 | -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.5 | Chef Versioner | 2016-04-15 | 3 | -3/+3 |
| | | |||||
* | | Merge pull request #4835 from chef/schisamo/omnibus-build-lab-fixes | Seth Chisamore | 2016-04-15 | 2 | -28/+14 |
|\ \ | |/ |/| | Omnibus Build Lab fixes/improvements | ||||
| * | Ignore the `omnibus/Berksfile.lock` | Seth Chisamore | 2016-04-15 | 1 | -0/+1 |
| | | |||||
| * | Update platform list to match Chef’s actual build matrix | Seth Chisamore | 2016-04-15 | 1 | -28/+13 |
|/ | |||||
* | Bump version of chef to 12.10.4 by Chef Versioner.v12.10.4 | Chef Versioner | 2016-04-14 | 3 | -3/+3 |
| | |||||
* | Merge branch 'lcg/nillable-apt-repository-distribution' | Lamont Granquist | 2016-04-14 | 6 | -21/+55 |
|\ | |||||
| * | allow true to mean nil via coercsionslcg/nillable-apt-repository-distribution | Lamont Granquist | 2016-04-14 | 1 | -6/+6 |
| | | |||||
| * | add nillable apt_repository and nillable properties | Lamont Granquist | 2016-04-14 | 6 | -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.3 | Chef Versioner | 2016-04-14 | 3 | -3/+3 |
| | |||||
* | Merge pull request #4830 from chef/tm/fs_dirs_2 | Thom May | 2016-04-14 | 16 | -12/+32 |
|\ | | | | | Rename and add backcompat requires for ChefFS dirs | ||||
| * | Move unused code into backcompat | Thom May | 2016-04-14 | 1 | -0/+1 |
| | | |||||
| * | Move deprecated error classes into backcompat | Thom May | 2016-04-14 | 8 | -0/+0 |
| | | |||||
| * | 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 |