summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add tests for noopinglcg/apt-update-noopLamont Granquist2016-08-052-4/+28
|
* fix apt_repository noopLamont Granquist2016-08-051-1/+1
|
* 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.27 by Chef Versioner.v12.13.27Chef Versioner2016-08-054-8/+8
|
* Merge pull request #5171 from chef/btm/omnibus-software-bumpBryan McLellan2016-08-051-1/+1
|\ | | | | Bump omnibus-software/ksubrama/ruby23
| * Bump omnibus-software/ksubrama/ruby23Bryan McLellan2016-08-051-1/+1
|/ | | | Force push last night took away the commit we were locked to
* Bump version of chef to 12.13.26 by Chef Versioner.v12.13.26Chef Versioner2016-08-054-8/+8
|
* Merge pull request #5170 from chef/btm/ohai_dep_bumpBryan McLellan2016-08-054-18/+18
|\ | | | | Bump dependencies to bring in Ohai 8.18
| * add missing ffi back to kitchen-tests/Gemfile.lockbtm/ohai_dep_bumpBryan McLellan2016-08-051-0/+1
| |
| * Bump dependencies to bring in Ohai 8.18Tim Smith2016-08-044-19/+18
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version of chef to 12.13.25 by Chef Versioner.v12.13.25Chef Versioner2016-08-044-8/+8
|
* Merge pull request #5165 from chef/jk/msys2John Keiser2016-08-0419-155/+221
|\ | | | | Make Chef work with Ruby 2.3, update Ruby to 2.1.9
| * Use Ruby 2.1.9, add 2.3 to the list of tested versionsjk/msys2John Keiser2016-08-035-29/+28
| |
| * Fix Powershell tests to acknowledge they sometimes return SI fieldJohn Keiser2016-08-031-2/+2
| |
| * Fix Ruby 2.3 `symlink?` when symlink points to nonexistent fileJohn Keiser2016-08-033-13/+8
| |
| * 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
| |
| * Fix http specs against Ruby 2.3 with more thorough monkeypatchingJohn Keiser2016-08-031-1/+7
| |
| * Update omnibus and omnibus-software to correct branchesJohn Keiser2016-08-032-6/+8
| |
| * Update all dependenciesJohn Keiser2016-08-039-104/+163
|/
* Bump version of chef to 12.13.24 by Chef Versioner.v12.13.24Chef Versioner2016-08-034-8/+8
|
* Merge pull request #3354 from chef/jdm/logexceptionThom May2016-08-031-0/+7
|\ | | | | Log cause chain for exceptions
| * 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>