summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/config.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10463 from 007lva/chore/use-ruby-2.6-endless-rangeTim Smith2020-09-251-1/+1
|\
| * Use Ruby 2.6 endless Range syntax007lva2020-09-241-1/+1
* | autoload addressable/uri on :URI inside addressable modulemwrock2020-09-241-1/+3
|/
* Use ChefUtils::Dist::Infra::PRODUCT for locale warning instead of "Chef"Lance Albertson2020-09-241-1/+1
* Gate requires in chef-utils and chef-config as wellrequiresTim Smith2020-09-201-3/+3
* Move Chef::Dist to chef-utils for new resourcesLance Albertson2020-09-151-1/+1
* Tighten requires a bit moreLance Albertson2020-09-151-1/+1
* merge all dist files back into dist.rbMarc Chamberland2020-09-151-1/+2
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-11/+10
* use autoloading for many required gemsmwrock2020-09-081-16/+18
* more tests and docsLamont Granquist2020-08-141-4/+30
* see if this worksLamont Granquist2020-08-141-8/+11
* should fix remaining specsLamont Granquist2020-08-141-12/+12
* Fix bootstrapping windows-from-linuxLamont Granquist2020-08-141-15/+10
* File.exists? -> File.exist?existTim Smith2020-08-121-1/+1
* Merge pull request #10199 from chef/blocklistTim Smith2020-07-231-12/+21
|\
| * Dictionary updates and fix a typoTim Smith2020-07-231-1/+1
| * Rename Attribute Whitelist/Blacklist to Allowlist/BlocklistTim Smith2020-07-231-13/+22
* | Convert to default_paths APIlcg/default-pathsLamont Granquist2020-07-221-1/+4
|/
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-3/+3
* More files free of spelling violations.Pete Higgins2020-05-181-4/+4
* Remove the config hash defaultslcg/remove-config-defaultsLamont Granquist2020-05-071-27/+0
* Logging consistency fixes.lcg/chef-16-logging-fixedLamont Granquist2020-04-271-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Change the default value for :rubygems_url to be nil.Pete Higgins2020-03-231-1/+1
* Default clear_sources to nil for chef_gem and gem_package.Pete Higgins2020-03-231-1/+1
* Turn off notifications from log resource by defaultLamont Granquist2020-03-121-1/+1
* fix ruby 2.7 encoding bug and add --always-dump-stacktrace optionLamont Granquist2020-03-111-1/+4
* Pass distro and platform specific paths into bootstrap templatesMarc Chamberland2020-02-041-3/+3
* Allow "folders method" to receive platform argMarc Chamberland2020-02-041-6/+12
* Merge pull request #9300 from cinc-project/fix_dist_chef_zeroTim Smith2020-01-301-1/+1
|\
| * revert to "chef"Marc Chamberland2020-01-251-1/+1
* | Remove the sites-cookbooks dir from the cookbook_path default configTim Smith2020-01-271-9/+2
|/
* Last batch of wordmarks removal for chef-configMarc Chamberland2019-12-181-8/+8
* Merge pull request #9042 from MsysTechnologiesllc/Kapil/MSYS-1148_ChefConfig_...Tim Smith2019-12-091-16/+38
|\
| * Fix for MSYS-1148 ChefConfig should expand relative pathsKapil chouhan2019-12-051-16/+38
* | Merge pull request #9060 from cinc-project/dist_conf_dirTim Smith2019-12-091-9/+35
|\ \
| * | bribing the copsMarc Chamberland2019-12-051-1/+1
| * | removing internal usage of platform_specific_pathMarc Chamberland2019-12-051-9/+34
| * | Giving chef-config its own dist.rb, using it in chefs dist.rbMarc Chamberland2019-12-051-8/+8
| * | replacing hardcoded /etc/chef with Chef::Dist::CONF_DIRMarc Chamberland2019-12-051-7/+8
* | | Chefstyle fixesTim Smith2019-12-091-3/+3
* | | Merge branch 'will/fix_credentials_ssl_verify_mode' of https://github.com/tek...Tim Smith2019-12-091-0/+10
|\ \ \ | |/ / |/| |
| * | Move the coerce up to the global config levelWill Fisher2019-11-181-0/+10
| |/
* | Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-5/+6
|/
* Add empty chefcli config_contextJosh Rindy2019-09-231-4/+8
* Remove duplicate policy_path configdupe_configTim Smith2019-09-041-4/+0
* Add unified_mode switch for resourcesLamont Granquist2019-08-121-3/+13
* Style/ClassCheckLamont Granquist2019-07-051-2/+2
* Style/RegexpLiteralLamont Granquist2019-07-051-4/+4