summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feed chefstyle for some reasonlcg/remove-remaining-garbageLamont Granquist2017-06-011-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* missing closing blockLamont Granquist2017-06-011-0/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Remove bundle tasks, version_policy.rb and update READMELamont Granquist2017-06-015-371/+70
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version of chef to 13.2.3 by Chef Versioner.v13.2.3Chef Versioner2017-06-015-10/+10
|
* Add release notes related to SIGHUP changes [ci skip]Bryan McLellan2017-06-011-0/+12
| | | | Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version of chef to 13.2.2 by Chef Versioner.v13.2.2Chef Versioner2017-05-315-10/+10
|
* Always run reconfigure between runs, and when HUP'dBryan McLellan2017-05-313-21/+31
| | | | | | | | | | | | | We can't reconfigure in a trap context because we might open files or another activity that could cause a deadlock. Ruby 2.0+ now prevents this by raising a ThreadError. This now runs reconfigure after every daemonized run, but still takes a HUP in case you need to reconfigure while sleeping. Fixes #4578 Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Calling reconfigure outside trap('HUP')nimisha2017-05-312-5/+6
| | | | Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
* Bump version of chef to 13.2.1 by Chef Versioner.v13.2.1Chef Versioner2017-05-314-9/+9
|
* Merge pull request #6186 from chef/tm/copy_gemsThom May2017-05-312-19/+21
|\ | | | | Copy chef gems in place
| * Copy chef gems in placetm/copy_gemsThom May2017-05-312-19/+21
|/ | | | | | Provided by chef/omnibus-software#836 Signed-off-by: Thom May <thom@chef.io>
* Bump to 13.2Thom May2017-05-314-8/+8
| | | | Signed-off-by: Thom May <thom@chef.io>
* Bump version of chef to 13.1.34 by Chef Versioner.v13.1.34Chef Versioner2017-05-315-10/+10
|
* Merge pull request #6188 from chef/lcg/bump-readmeLamont Granquist2017-05-301-1/+1
|\ | | | | bump ruby version in README [ci skip]
| * bump ruby version in README [ci skip]Lamont Granquist2017-05-301-1/+1
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version of chef to 13.1.33 by Chef Versioner.v13.1.33Chef Versioner2017-05-316-12/+12
|
* Merge pull request #6169 from coderanger/version-checkNoah Kantrowitz2017-05-305-4/+232
|\ | | | | Make Chef::VERSION be fancy
| * Feed the rubocop.Noah Kantrowitz2017-05-302-30/+30
| | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * Merge branch 'master' into version-checkNoah Kantrowitz2017-05-309-33/+57
| |\ | |/ |/| | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | Bump version of chef to 13.1.32 by Chef Versioner.v13.1.32Chef Versioner2017-05-265-10/+10
| |
* | Merge pull request #6184 from coderanger/no-listenNoah Kantrowitz2017-05-261-11/+29
|\ \ | | | | | | Fix up tests for the no-listen swapover.
| * | Fix up tests for the no-listen swapover.Noah Kantrowitz2017-05-261-11/+29
| | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | Bump version of chef to 13.1.31 by Chef Versioner.v13.1.31Chef Versioner2017-05-265-10/+17
| | |
* | | Merge pull request #6183 from chef/tm/13_1_relnotesThom May2017-05-262-11/+10
|\ \ \ | | | | | | | | Update RELEASE_NOTES for 13.1
| * | | Update RELEASE_NOTES for 13.1tm/13_1_relnotesThom May2017-05-262-11/+10
|/ / / | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | Bump version of chef to 13.1.30 by Chef Versioner.v13.1.30Chef Versioner2017-05-265-10/+10
| | |
* | | Merge pull request #6181 from chef/tm/minitestThom May2017-05-261-1/+1
|\ \ \ | | | | | | | | whitelist minitest
| * | | whitelist minitesttm/minitestThom May2017-05-261-1/+1
|/ / / | | | | | | | | | | | | | | | The minitest gem is shipped by ruby itself. Signed-off-by: Thom May <thom@chef.io>
| | * Merge branch 'master' into version-checkNoah Kantrowitz2017-05-2521-125/+106
| | |\ | |_|/ |/| | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | Bump version of chef to 13.1.29 by Chef Versioner.v13.1.29Chef Versioner2017-05-265-10/+10
| | |
* | | Merge pull request #6180 from chef/tm/volatile_tasksThom May2017-05-251-1/+1
|\ \ \ | | | | | | | | mark windows task :end test as volatile
| * | | mark windows task :end test as volatiletm/volatile_tasksThom May2017-05-251-1/+1
|/ / / | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | Bump version of chef to 13.1.28 by Chef Versioner.v13.1.28Chef Versioner2017-05-255-17/+11
| | |
* | | Merge pull request #6178 from coderanger/no-listenLamont Granquist2017-05-251-4/+1
|\ \ \ | |/ / | | | Missed this which makes some smoke tests for chef-shell fail.
| * | Missed this which makes some smoke tests for chef-shell fail.Noah Kantrowitz2017-05-251-4/+1
| | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | Bump version of chef to 13.1.27 by Chef Versioner.v13.1.27Chef Versioner2017-05-255-14/+15
| | |
* | | Merge pull request #6177 from coderanger/no-listenThom May2017-05-255-3/+31
|\ \ \ | |/ / | | | Use socketless local mode by default
| * | Add release notes. [ci skip]Noah Kantrowitz2017-05-251-1/+18
| | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | Display a deprecation warning when using --listen mode.Noah Kantrowitz2017-05-252-0/+11
| | | | | | | | | | | | | | | | | | Deprecation doc added in https://github.com/chef/chef-web-docs/pull/687. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | Change the default listen mode to false.Noah Kantrowitz2017-05-252-2/+2
| | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | Bump version of chef to 13.1.26 by Chef Versioner.v13.1.26Chef Versioner2017-05-255-10/+21
| | |
* | | Merge pull request #6176 from chef/lcg/breakpoint-custom-resourceLamont Granquist2017-05-256-104/+41
|\ \ \ | |/ / |/| | convert breakpoint resource to a custom resource
| * | provider doesn't existing any moreLamont Granquist2017-05-251-49/+0
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | remove stray load_current_resourceLamont Granquist2017-05-251-3/+0
| | | | | | | | | | | | | | | | | | copypasta mistake from the old provider Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | convert breakpoint resource to a custom resourceLamont Granquist2017-05-256-73/+62
|/ / | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | update commentLamont Granquist2017-05-241-1/+1
| |
* | use eval_gemfileLamont Granquist2017-05-241-1/+1
| |
* | Bump version of chef to 13.1.25 by Chef Versioner.v13.1.25Chef Versioner2017-05-245-10/+10
| |
* | Merge pull request #6174 from coderanger/solo-no-listenNoah Kantrowitz2017-05-241-0/+1
|\ \ | | | | | | Make non-legacy solo use socketless mode
| * | Make non-legacy solo use socketless mode.Noah Kantrowitz2017-05-241-0/+1
|/ / | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>