summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* remove FIXME since its deprecated nowlcg/deprecate-resource-namespace-magicLamont Granquist2017-06-081-2/+0
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Deprecate property namespace magicLamont Granquist2017-06-083-1/+21
| | | | | | | This forces everyone to starting using new_resource.property_name instead of just property_name. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version of chef to 13.2.8 by Chef Versioner.v13.2.8Chef Versioner2017-06-071-1/+1
|
* Bump version of chef to 13.2.7 by Chef Versioner.v13.2.7Chef Versioner2017-06-021-1/+1
|
* Bump version of chef to 13.2.6 by Chef Versioner.v13.2.6Chef Versioner2017-06-021-1/+1
|
* Merge pull request #6142 from ↵Thom May2017-06-021-1/+5
|\ | | | | | | | | MsysTechnologiesllc/nim/error_handling_for_proxy_issue [MSYS-563] Modified error message to explain connectivity issue due to Proxy
| * Checking for proxy error separatelynimisha2017-06-021-2/+5
| | | | | | | | Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
| * Mofified error message to explain connectivity issue due to Proxy settingsnimisha2017-05-111-1/+2
| | | | | | | | Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
* | Bump version of chef to 13.2.5 by Chef Versioner.v13.2.5Chef Versioner2017-06-021-1/+1
| |
* | Bump version of chef to 13.2.4 by Chef Versioner.v13.2.4Chef Versioner2017-06-011-2/+2
| |
* | feed chefstyle for some reasonlcg/remove-remaining-garbageLamont Granquist2017-06-011-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version of chef to 13.2.3 by Chef Versioner.v13.2.3Chef Versioner2017-06-011-1/+1
| |
* | Bump version of chef to 13.2.2 by Chef Versioner.v13.2.2Chef Versioner2017-05-311-1/+1
| |
* | Always run reconfigure between runs, and when HUP'dBryan McLellan2017-05-312-21/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-311-2/+2
| |
* | Copy chef gems in placetm/copy_gemsThom May2017-05-311-1/+1
| | | | | | | | | | | | Provided by chef/omnibus-software#836 Signed-off-by: Thom May <thom@chef.io>
* | Bump to 13.2Thom May2017-05-311-1/+1
| | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | Bump version of chef to 13.1.34 by Chef Versioner.v13.1.34Chef Versioner2017-05-311-1/+1
| |
* | Bump version of chef to 13.1.33 by Chef Versioner.v13.1.33Chef Versioner2017-05-311-2/+2
| |
* | Feed the rubocop.Noah Kantrowitz2017-05-301-1/+1
| | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | Merge branch 'master' into version-checkNoah Kantrowitz2017-05-301-1/+1
|\ \ | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | Bump version of chef to 13.1.32 by Chef Versioner.v13.1.32Chef Versioner2017-05-261-1/+1
| | |
| * | Bump version of chef to 13.1.31 by Chef Versioner.v13.1.31Chef Versioner2017-05-261-1/+1
| | |
| * | Bump version of chef to 13.1.30 by Chef Versioner.v13.1.30Chef Versioner2017-05-261-1/+1
| | |
* | | Merge branch 'master' into version-checkNoah Kantrowitz2017-05-259-42/+27
|\ \ \ | |/ / | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | Bump version of chef to 13.1.29 by Chef Versioner.v13.1.29Chef Versioner2017-05-261-1/+1
| | |
| * | Bump version of chef to 13.1.28 by Chef Versioner.v13.1.28Chef Versioner2017-05-251-1/+1
| | |
| * | Bump version of chef to 13.1.27 by Chef Versioner.v13.1.27Chef Versioner2017-05-251-1/+1
| | |
| * | Merge pull request #6177 from coderanger/no-listenThom May2017-05-254-2/+13
| |\ \ | | | | | | | | Use socketless local mode by default
| | * | 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-251-1/+1
| | | |
| * | | 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-253-39/+15
| |/ / | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Bump version of chef to 13.1.25 by Chef Versioner.v13.1.25Chef Versioner2017-05-241-1/+1
| | |
| * | Make non-legacy solo use socketless mode.Noah Kantrowitz2017-05-241-0/+1
| | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | Bump version of chef to 13.1.24 by Chef Versioner.v13.1.24Chef Versioner2017-05-241-1/+1
| | |
| * | Bump version of chef to 13.1.23 by Chef Versioner.v13.1.23Chef Versioner2017-05-231-1/+1
| | |
| * | Bump version of chef to 13.1.22 by Chef Versioner.v13.1.22Chef Versioner2017-05-231-1/+1
| | |
* | | 13.1 has left the building.Noah Kantrowitz2017-05-251-1/+1
| | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | Typo and a test for that typo.Noah Kantrowitz2017-05-251-1/+1
| | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | The case syntax is nice but not worth a core monkeypatch. ::sad trombone::Noah Kantrowitz2017-05-251-29/+0
| | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | First pass on a VersionString class.Noah Kantrowitz2017-05-232-1/+175
|/ / | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | Bump version of chef to 13.1.21 by Chef Versioner.v13.1.21lita-devlita-acceptanceChef Versioner2017-05-201-1/+1
| |
* | Bump version of chef to 13.1.20 by Chef Versioner.v13.1.20Chef Versioner2017-05-161-1/+1
| |
* | Merge pull request #6154 from chef/tm/gem_pathThom May2017-05-162-6/+4
|\ \ | | | | | | Ensure that we check the embedded gem binary last
| * | Ensure that we check the embedded gem binary lasttm/gem_pathThom May2017-05-162-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we injected our expected paths in to ENV['PATH'] but we stopped doing that in Chef 13; for gem_package, we need to ensure that if all else fails we'll use the Omnibus provided gem binary, but we should never pick that if we can find a different one. Closes: #6103 Signed-off-by: Thom May <thom@chef.io>
* | | Bump version of chef to 13.1.19 by Chef Versioner.v13.1.19Chef Versioner2017-05-161-1/+1
| | |
* | | Prefer Systemd with sysvinit script over Upstart for service providerGrant Ridder2017-05-151-1/+1
|/ / | | | | | | | | | | On newer Debian based systems that use systemd to have a package install a SysV init and Upstart script. Systemd can use systemd service files or SysV init scripts. However, on the Chef serivce provider side, this is not reflected. So in this case, Upstart will be prefered even if Upstart itself is not installed on the system. Signed-off-by: Grant Ridder <shortdudey123@gmail.com>