summaryrefslogtreecommitdiff
path: root/lib/chef/config_fetcher.rb
Commit message (Expand)AuthorAgeFilesLines
* Convert require to require_relativeLamont Granquist2019-05-081-4/+4
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-031-1/+1
* rubocop fixes from engine bump to 0.54.0lcg/rubocop-fixesLamont Granquist2018-03-211-1/+1
* removing the use of Chef::Exception::DeprecatedExitCodesmurawski/exit_status_defaultSteven Murawski2017-04-041-4/+4
* * define exit codesSteven Murawski2016-05-231-4/+4
* fix some UselessAssignment caseslcg/useless-assignmentLamont Granquist2016-03-141-2/+2
* Force config file setting to absolute path in chef-clientdanielsdeleo2016-01-271-0/+8
* Use double quotes by defaultThom May2016-01-141-4/+4
* Remove config file jail, replaced with config skip optiondanielsdeleo2014-09-031-21/+6
* remove JSON gem usageLamont Granquist2014-08-111-1/+1
* replace yajl and json gem with ffi-yajlLamont Granquist2014-06-231-1/+1
* Make config jail optional when creating ConfigFetcherdanielsdeleo2013-10-241-1/+1
* Flip config_missing? to return true when missingJohn Keiser2013-10-161-6/+6
* Load client/solo config via ConfigFetcherdanielsdeleo2013-10-161-2/+31
* Move config fetching tests to their own file.danielsdeleo2013-10-161-3/+2
* Move json attribs fetching to a classdanielsdeleo2013-10-161-0/+51