summaryrefslogtreecommitdiff
path: root/lib/chef/config.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Revert someVivek Singh2020-04-071-2/+2
* Fix typoVivek Singh2020-04-061-3/+3
* Remove all the code that checks for Windows Nanonano_supportTim Smith2020-02-281-1/+1
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-2/+3
* Style/SymbolArrayLamont Granquist2019-07-021-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* Remove support for Windows 20032k3Tim Smith2018-03-021-2/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-4/+4
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-5/+5
* Don't add win_evt logger when on nano.Claire McQuin2015-09-181-1/+2
* Mute :log_level and :log_location deprecation warnings from ohai config.Claire McQuin2015-07-271-1/+29
* Add ohai configuration context to config.Claire McQuin2015-07-271-1/+4
* Mark run failed on failed audits unless configured to audit as warning.Claire McQuin2015-05-271-1/+0
* Move Win2003 dependent config into chef coredanielsdeleo2015-05-201-0/+20
* Configure logger before loading configdanielsdeleo2015-05-201-0/+8
* Move Chef::Config into a subprojectdanielsdeleo2015-05-201-734/+2
* Implemented `knife user key create` and `knife client key create`.tylercloke2015-04-281-1/+3
* Set chef_server_root config value to sane defaults.tylercloke2015-04-281-0/+10
* Add --no-listen option to disable zero binding to portdanielsdeleo2015-04-011-0/+8
* Add minimal ohai mode option flagminimal-ohai-modedanielsdeleo2015-03-271-0/+5
* Deprecate things instead of removing them outright.Kartik Null Cating-Subramanian2015-03-201-0/+5
* Modify accesses to HOME to use path_helper instead.Kartik Null Cating-Subramanian2015-03-201-5/+1
* Change the default value of syntax cache to the latest value.ksubrama/syntax_cacheKartik Null Cating-Subramanian2015-03-161-1/+2
* chef_gem_compile_time's nil is the same as trueHIGUCHI Daisuke2015-03-051-1/+1
* Change default timeout to 2 hoursJay Mundrawala2015-02-271-1/+1
* Change win service watchdog timeout to 20 minsJay Mundrawala2015-02-261-1/+1
* Added documentation for watchdog_timeoutJay Mundrawala2015-02-261-0/+2
* Add a configurable timeout for windows serviceJay Mundrawala2015-02-261-0/+1
* Add config_context for the windows serviceJay Mundrawala2015-02-261-0/+3
* add Chef::Config[:chef_gem_compile_time] plus RELNOTESLamont Granquist2015-02-091-0/+7
* Add config to treat deprecation warnings as errorsdanielsdeleo2015-02-061-0/+15
* Remove config setting for Chef 11 deprecation warningsdanielsdeleo2015-02-061-3/+0
* Add policy_path for ChefFS policyfile supportdanielsdeleo2015-01-271-0/+4
* Resolving conflicsts from giant rebasetyler-ball2014-12-171-38/+41
* Disable audit-mode by default.Claire McQuin2014-12-171-1/+6
* Instructions on running audit mode examples.Serdar Sutay2014-12-171-1/+3
* Adding audit mode JSON formattertyler-ball2014-12-171-41/+38
* Make sure we don't close the output_stream after running rspec.Serdar Sutay2014-12-171-0/+1
* A memorial for Ezra ZygmuntowiczAdam Jacob2014-12-011-0/+1
* Merge branch 'master' into tball/contrib-passtyler-ball2014-11-251-1/+1
|\
| * suppress locale -a warnings on windowsLamont Granquist2014-11-251-1/+1
* | Merge branch 'typofixes-vlajos-20141107' of github.com:vlajos/chef into tball...tyler-ball2014-11-251-1/+1
|\ \ | |/ |/|
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* | Merge pull request #2425 from opscode/lcg/memoize-localemh/recoverLamont Granquist2014-11-181-33/+33
|\ \
| * | stop recomputing locale -a constantlylcg/memoize-localeLamont Granquist2014-11-171-33/+33
| |/
* | Dedicated error for content staging issues. Comment fixes in config.rb.Serdar Sutay2014-11-171-2/+2
* | Introduct :auto mode for :file_staging_uses_destdir which tries the dest_dir ...Serdar Sutay2014-11-141-4/+6
|/