summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Log cause chain for exceptionsjdm/logexceptionJay Mundrawala2016-08-031-0/+7
|
* Bump version of chef to 12.13.23 by Chef Versioner.v12.13.23Chef Versioner2016-08-034-8/+8
|
* Merge pull request #5162 from coderanger/bundleupdateNoah Kantrowitz2016-08-021-2/+2
|\ | | | | Change recommended by @jkeiser to make single gem updates work correctly.
| * Change recommended by @jkeiser to make single gem updates work correctly.Noah Kantrowitz2016-08-021-2/+2
|/
* Bump version of chef to 12.13.22 by Chef Versioner.v12.13.22Chef Versioner2016-08-034-8/+8
|
* Merge pull request #5045 from coderanger/configoptionNoah Kantrowitz2016-08-027-4/+79
|\ | | | | First pass on --config-option handling.
| * Missed a thing when editing.Noah Kantrowitz2016-08-021-1/+1
| |
| * I can't figure out how the `rake bundle*` commands work (they fail with ↵Noah Kantrowitz2016-08-021-2/+2
| | | | | | | | weird errors) so trying to just edit the lock file by hand. ¯\_(ツ)_/¯
| * Update dependency on mixlib-cli for two-argument procs. Noah Kantrowitz2016-08-021-1/+1
| |
| * Merge branch 'master' into configoptionNoah Kantrowitz2016-08-02194-1150/+4956
| |\ | |/ |/|
* | Bump version of chef to 12.13.21 by Chef Versioner.v12.13.21Chef Versioner2016-08-024-8/+8
| |
* | Merge pull request #5016 from erichelgeson/dontErrorInZeroThom May2016-08-021-1/+5
|\ \ | | | | | | Don't log error for reporting audit data in when in chef-zero
| * | Don't show error message when we cant post the audit report while running in ↵Eric Helgeson2016-07-051-1/+5
| | | | | | | | | | | | | | | | | | | | | chef-zero. Instead log location of audit report. Fixes #4728
* | | Bump version of chef to 12.13.20 by Chef Versioner.v12.13.20Chef Versioner2016-08-024-8/+8
| | |
* | | Merge pull request #4059 from yossigo/bootstrap_proxy_authLamont Granquist2016-08-022-0/+18
|\ \ \ | | | | | | | | Add bootstrap proxy authentication support.
| * | | Clean up knife options handling.Yossi Gottlieb2015-10-281-4/+2
| | | |
| * | | Add bootstrap proxy authentication support.Yossi Gottlieb2015-10-142-0/+20
| | | |
* | | | Bump version of chef to 12.13.19 by Chef Versioner.v12.13.19Chef Versioner2016-08-024-8/+8
| | | |
* | | | Merge pull request #5127 from chef/tm/empty_cron_attributesThom May2016-08-023-18/+25
|\ \ \ \ | | | | | | | | | | Support setting an empty string for cron attrs
| * | | | Fix handling of empty string values for cron attrstm/empty_cron_attributesThom May2016-07-293-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | This is a rebase and clean up of #311 Signed-off-by: Thom May <thom@chef.io>
| * | | | Add failing functional tests for empty cron attrsThom May2016-07-261-0/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | | | Bump version of chef to 12.13.18 by Chef Versioner.v12.13.18Chef Versioner2016-08-024-8/+8
| | | | |
* | | | | Merge pull request #5154 from chef/tm/cache_invalidateThom May2016-08-026-0/+31
|\ \ \ \ \ | | | | | | | | | | | | Invalidate the file system cache on deletion
| * | | | | Invalidate the cache on file creationtm/cache_invalidateThom May2016-08-022-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | | | | Invalidate the file system cache on deletionThom May2016-08-015-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@may.lt>
* | | | | | Bump version of chef to 12.13.17 by Chef Versioner.v12.13.17Chef Versioner2016-08-014-8/+8
| | | | | |
* | | | | | Merge pull request #5155 from chef/tm/fix_acl_filesThom May2016-08-011-2/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Root ACLs are a top level json file not a sub-directory
| * | | | | Root ACLs are a top level json file not a sub-directorytm/fix_acl_filesThom May2016-08-011-2/+4
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Ensure that we correctly write to them and manage them. Signed-off-by: Thom May <thom@chef.io>
* | | | | Bump version of chef to 12.13.16 by Chef Versioner.v12.13.16Chef Versioner2016-07-294-8/+8
| | | | |
* | | | | Merge pull request #5146 from coderanger/delete-notificationsNoah Kantrowitz2016-07-282-1/+39
|\ \ \ \ \ | | | | | | | | | | | | Also clear notifications when deleting a resource.
| * | | | | Also clear notifications when deleting a resource.Noah Kantrowitz2016-07-282-1/+39
| | | | | |
* | | | | | Bump version of chef to 12.13.15 by Chef Versioner.v12.13.15Chef Versioner2016-07-294-8/+8
| | | | | |
* | | | | | Merge pull request #5145 from coderanger/notification-appendixNoah Kantrowitz2016-07-282-43/+28
|\ \ \ \ \ \ | | | | | | | | | | | | | | Clean up subscribes internals and notification storage.
| * | | | | | So this was less vestigial than we thought. Those Chef::ResourceNoah Kantrowitz2016-07-282-1/+22
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instances are created when subscribing against a string key. Leaving the conditionals removed, but adding a new stubby class to streamline things and a note on the RunContext side so we might remember how this works next time.
| * | | | | Remove some (hopefully) vestigial code related to notification storage.Noah Kantrowitz2016-07-281-42/+6
|/ / / / / | | | | | | | | | | | | | | | John K and I are 99% sure those branches have never been used outside of unit tests. Fingers crossed!
* | | | | Bump version of chef to 12.13.14 by Chef Versioner.v12.13.14Chef Versioner2016-07-264-8/+8
| | | | |
* | | | | Merge pull request #5131 from chef/tm/cache_fs_childrenThom May2016-07-2610-14/+90
|\ \ \ \ \ | |/ / / / |/| | | | Cache ChefFS children
| * | | | Cache ChefFS childrentm/cache_fs_childrenThom May2016-07-2610-14/+90
|/ / / / | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | | Bump version of chef to 12.13.13 by Chef Versioner.v12.13.13Chef Versioner2016-07-254-8/+8
| | | |
* | | | Merge pull request #5133 from chef/winrm-v2Matt Wrock2016-07-2519-106/+133
|\ \ \ \ | | | | | | | | | | Make windows acceptance tests pass again
| * | | | add back and fix windows acceptance testswinrm-v2Matt Wrock2016-07-2419-106/+133
|/ / / /
* | | | Bump version of chef to 12.13.12 by Chef Versioner.v12.13.12Chef Versioner2016-07-214-8/+8
| | | |
* | | | Merge pull request #5124 from chef/ksubrama/acceptanceKartik Null Cating-Subramanian2016-07-2117-59/+62
|\ \ \ \ | | | | | | | | | | Re-enable acceptance tests with new fixes
| * | | | Bump acceptance locks to pull in kitchen-ec2 fixesksubrama/acceptanceKartik Null Cating-Subramanian2016-07-211-32/+31
| | | | |
| * | | | Reenable non-windows testsKartik Null Cating-Subramanian2016-07-2116-27/+31
|/ / / /
* | | | Bump version of chef to 12.13.11 by Chef Versioner.v12.13.11Chef Versioner2016-07-214-8/+8
| | | |
* | | | Merge pull request #5126 from chef/tm/new_world_rspecThom May2016-07-213-19/+19
|\ \ \ \ | | | | | | | | | | Update to rspec 3.5
| * | | | Update to rspec 3.5tm/new_world_rspecThom May2016-07-203-19/+19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | | | Bump version of chef to 12.13.10 by Chef Versioner.v12.13.10Chef Versioner2016-07-204-8/+8
| | | | |
* | | | | Merge pull request #5125 from chef/cheffish-data-bag-itemThom May2016-07-201-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Add `chef_data_bag_item` to Cheffish DSL methods