summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Collapse)AuthorAgeFilesLines
...
| * noop apt_update similar to apt_repositoryLamont Granquist2016-08-051-3/+12
| | | | | | | | makes apt_update behave similarly to apt_repository
* | Bump version of chef to 12.13.28 by Chef Versioner.v12.13.28Chef Versioner2016-08-061-1/+1
|/
* Bump version of chef to 12.13.27 by Chef Versioner.v12.13.27Chef Versioner2016-08-051-1/+1
|
* Bump version of chef to 12.13.26 by Chef Versioner.v12.13.26Chef Versioner2016-08-051-1/+1
|
* Bump version of chef to 12.13.25 by Chef Versioner.v12.13.25Chef Versioner2016-08-041-1/+1
|
* Fix Ruby 2.3 `symlink?` when symlink points to nonexistent fileJohn Keiser2016-08-032-7/+7
|
* Fix Chef::Version <=> v to return nil when v is not a Chef::VersionJohn Keiser2016-08-031-2/+7
|
* Fix freebsd_package to use new node syntax and detect os_version correctlyJohn Keiser2016-08-031-1/+1
|
* Bump version of chef to 12.13.24 by Chef Versioner.v12.13.24Chef Versioner2016-08-031-1/+1
|
* 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-031-1/+1
|
* Bump version of chef to 12.13.22 by Chef Versioner.v12.13.22Chef Versioner2016-08-031-1/+1
|
* Merge branch 'master' into configoptionNoah Kantrowitz2016-08-0260-449/+1057
|\
| * Bump version of chef to 12.13.21 by Chef Versioner.v12.13.21Chef Versioner2016-08-021-1/+1
| |
| * 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-021-1/+1
| | |
| * | 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-021-1/+1
| | | |
| * | | Merge pull request #5127 from chef/tm/empty_cron_attributesThom May2016-08-021-1/+1
| |\ \ \ | | | | | | | | | | Support setting an empty string for cron attrs
| | * | | Fix handling of empty string values for cron attrstm/empty_cron_attributesThom May2016-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This is a rebase and clean up of #311 Signed-off-by: Thom May <thom@chef.io>
| * | | | Bump version of chef to 12.13.18 by Chef Versioner.v12.13.18Chef Versioner2016-08-021-1/+1
| | | | |
| * | | | Merge pull request #5154 from chef/tm/cache_invalidateThom May2016-08-025-0/+30
| |\ \ \ \ | | | | | | | | | | | | Invalidate the file system cache on deletion
| | * | | | Invalidate the cache on file creationtm/cache_invalidateThom May2016-08-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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-011-1/+1
| | | | | |
| * | | | | 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-291-1/+1
| | | | |
| * | | | Merge pull request #5146 from coderanger/delete-notificationsNoah Kantrowitz2016-07-281-1/+9
| |\ \ \ \ | | | | | | | | | | | | Also clear notifications when deleting a resource.
| | * | | | Also clear notifications when deleting a resource.Noah Kantrowitz2016-07-281-1/+9
| | | | | |
| * | | | | Bump version of chef to 12.13.15 by Chef Versioner.v12.13.15Chef Versioner2016-07-291-1/+1
| | | | | |
| * | | | | 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-261-1/+1
| | | | |
| * | | | Cache ChefFS childrentm/cache_fs_childrenThom May2016-07-262-1/+67
| |/ / / | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | | Bump version of chef to 12.13.13 by Chef Versioner.v12.13.13Chef Versioner2016-07-251-1/+1
| | | |
| * | | Bump version of chef to 12.13.12 by Chef Versioner.v12.13.12Chef Versioner2016-07-211-1/+1
| | | |
| * | | Bump version of chef to 12.13.11 by Chef Versioner.v12.13.11Chef Versioner2016-07-211-1/+1
| | | |
| * | | Merge pull request #5126 from chef/tm/new_world_rspecThom May2016-07-211-1/+1
| |\ \ \ | | | | | | | | | | Update to rspec 3.5
| | * | | Update to rspec 3.5tm/new_world_rspecThom May2016-07-201-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | | | Bump version of chef to 12.13.10 by Chef Versioner.v12.13.10Chef Versioner2016-07-201-1/+1
| | | | |
| * | | | Add `chef_data_bag_item` to Cheffish DSL methodscheffish-data-bag-itemdanielsdeleo2016-07-191-0/+1
| | | | |
| * | | | Bump version of chef to 12.13.9 by Chef Versioner.v12.13.9Chef Versioner2016-07-191-1/+1
| | | | |
| * | | | Merge pull request #5123 from chef/lcg/resolv-replaceLamont Granquist2016-07-192-0/+12
| |\ \ \ \ | | |/ / / | |/| | | replace glibc resolver with ruby resolver
| | * | | only work around resolver caching on linuxLamont Granquist2016-07-192-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | it should be the only O/S which needs it due to the way its glibc was written. it is the only O/S that we've recieved any bugs for.
| | * | | replace glibc resolver with ruby resolverLamont Granquist2016-07-192-0/+9
| | | | | | | | | | | | | | | | | | | | also wires up file providers to reload /etc/reoslv.conf when it changes.
| * | | | Bump version of chef to 12.13.8 by Chef Versioner.v12.13.8Chef Versioner2016-07-181-1/+1
| | | | |
| * | | | Bump version of chef to 12.13.7 by Chef Versioner.v12.13.7Chef Versioner2016-07-151-1/+1
| | | | |