summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add --force-destroy to chef-acceptanceforce-destroy-acceptance-testersdanielsdeleo2016-03-211-1/+1
|
* Change acceptance test tag so old instances will be reapeddanielsdeleo2016-03-211-1/+1
|
* Add version:bump and version:show tasks for version-bump-botjk/version-bumperJohn Keiser2016-03-214-10/+32
|
* Subtle differences in the plist gem break tests so lock to 3.2+danielsdeleo2016-03-211-1/+1
|
* Update launchd spec for doctype changedanielsdeleo2016-03-211-1/+1
|
* Make example classes #to_s method return a stringdebug-travis-provider-resolver-faildanielsdeleo2016-03-212-2/+2
|
* Merge pull request #4725 from chef/lcg/dsl-rearrangementLamont Granquist2016-03-214-67/+136
|\ | | | | rearrange dsl mixins
| * rearrange dsl mixinslcg/dsl-rearrangementLamont Granquist2016-03-184-67/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - creates Chef::DSL::MethodMissing which will be nuked in Chef 13 - creates Chef::DSL::Core which is the mixins into core providers - adds build_resource/define_resource to core providers The intent here is to create Chef::DSL::Core which is intended to become the DSL minus method_missing and things that are only intended for recipes. Right now I've only added build_resource/declare_resource to core providers. We should probably push more into the "Core" DSL so that core providers could do things like use the search API. I would have moved everything other than resources and definitions over but the audit mode stuff is really only appropriate for recipes and not provider code and probably should not be moved over. We should probably have an intermediate mixin which is the "Custom Provider" DSL that has Resources and Definitions mixed into it, but which does not mix in the audit stuff that should only go into the Recipe DSL. There may also be a "Resources DSL" which has mixins for use with not_if/only_if and I'm unclear if that should be the "Core DSL" or another fourth mixin of DSL files.
* | Merge pull request #4721 from chef/lcg/force-ffi-windowsLamont Granquist2016-03-181-1/+5
|\ \ | | | | | | set FORCE_FFI_YAJL on windows spec tests
| * | set FORCE_FFI_YAJL on windows spec testslcg/force-ffi-windowsLamont Granquist2016-03-171-1/+5
| | |
* | | Merge pull request #4726 from chef/relax-plist-constraintLamont Granquist2016-03-181-1/+1
|\ \ \ | | | | | | | | Allow any 3.x version of plist
| * | | Allow any 3.x version of plistdanielsdeleo2016-03-181-1/+1
| | | |
* | | | Merge pull request #4348 from chef/nls/proxy-cleanupChris Doherty2016-03-187-199/+210
|\ \ \ \ | | | | | | | | | | Make handling of proxies more consistent
| * | | | - Restore previous behavior where we use the user/pass from the URI, if present.nls/proxy-cleanupChris Doherty2016-03-172-4/+12
| | | | | | | | | | | | | | | | | | | | - s/ChefConfig::Config.proxy_uri/Chef::Config.proxy_uri/
| * | | | Rubocop.Chris Doherty2016-03-173-14/+13
| | | | |
| * | | | Make handling of proxies more consistentNathan L Smith2016-03-177-205/+209
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Always use `*_proxy` environment variables. * Make a `ChefConfig::Config.proxy_uri` method that gets used by `Chef::Provider::RemoteFile::FTP` and `Chef::HTTP::BasicClient`. * Remove `env` method from `Chef::HTTP::BasicClient` (using `stub_const("ENV", ...)` in specs instead.) * Remove `http_proxy_user` and `http_proxy_pass` methods from `Chef::HTTP::BasicClient` (replaced by functionality in `ChefConfig`.)
* | | | Merge pull request #4722 from chef/lcg/remove-readline-libeditLamont Granquist2016-03-181-1/+1
|\ \ \ \ | |_|/ / |/| | | use rb-readlin on unix as well as windows
| * | | revert bumping to 2.2.4Lamont Granquist2016-03-181-1/+1
| | | | | | | | | | | | | | | | that escaped accidentally, we're not quite there yet...
| * | | use rb-readlin on unix as well as windowsLamont Granquist2016-03-171-2/+2
| |/ / | | | | | | | | | necessary for ruby-2.2.4
* | | Merge pull request #4714 from chef/cd/log-platformJordan Running2016-03-184-1/+100
|\ \ \ | |_|/ |/| | Log platform along with client version and pid.
| * | Log platform in pretty error outputcd/log-platformJordan Running2016-03-183-1/+99
| | |
| * | Log platform along with client version and pid.Chris Doherty2016-03-171-0/+1
| |/
* | Merge pull request #4719 from chef/lcg/deprecate-fulldslLamont Granquist2016-03-174-23/+21
|\ \ | |/ |/| deprecate Chef::DSL::Recipe::FullDSL
| * rub some YARD on deprecation commentLamont Granquist2016-03-171-1/+1
| |
| * deprecate Chef::DSL::Recipe::FullDSLlcg/deprecate-fulldslLamont Granquist2016-03-164-23/+21
|/ | | | | | | | this module was created out of a bit of excessive paranoia instead of simply adding mixins that we always use with Chef::DSL::Recipe directly to Chef::DSL::Recipe. lets try and YAGNI this class and just add it directly. these modules are already injected into everyone's recipes and providers, so I can't imagine a huge amount of backcompat breaks.
* Merge pull request #4717 from chef/revert_verMatt Wrock2016-03-163-3/+3
|\ | | | | reverting version to 12.8.1 temporarily to avoid rerelease of ohai
| * reverting version to 12.8.1 temporarily to avoid rerelease of ohaiMatt Wrock2016-03-163-3/+3
|/
* Merge pull request #4701 from mawinter69/masterThom May2016-03-161-4/+6
|\ | | | | fix for https://github.com/chef/chef/issues/4689
| * remove unnecessary whitespaceMarkus Winter2016-03-151-2/+2
| |
| * fix for https://github.com/chef/chef/issues/4689Markus Winter2016-03-121-4/+6
| | | | | | | | rework the set_members method so duplicates are avoided
* | Merge pull request #4674 from chef/lcg/use-and-lazy-module-includeLamont Granquist2016-03-157-3/+226
|\ \ | | | | | | implement use DSL method and lazy module inclusion
| * | lazy module inclusion into DSL moduleslcg/use-and-lazy-module-includeLamont Granquist2016-03-157-3/+226
|/ / | | | | | | | | | | Chef::DSL::Recipe::FullDSL.send(:include, MyModule) will now patch all its descendants that it has been included into (works the way actual inheritance works now).
* | Merge pull request #4658 from chef/tm/remote_file_download_progress11.9Thom May2016-03-159-2/+130
|\ \ | | | | | | Remote file download progress
| * | Enable progress output to be configuredtm/remote_file_download_progressThom May2016-03-049-26/+66
| | | | | | | | | | | | Add tests around progress output and tidy up
| * | Merge branch 'remote-file-download-progress' of ↵Thom May2016-03-035-2/+90
| |\ \ | | | | | | | | | | | | https://github.com/brandocorp/chef into tm/remote_file_download_progress
| | * | fix broken specsBrandon Raabe2015-03-211-1/+1
| | | |
| | * | new doc formatter event, remove progress barBrandon Raabe2015-03-205-82/+69
| | | |
| | * | pass resource as an option to allow access to resource eventsBrandon Raabe2015-03-182-10/+21
| | | |
| | * | add progress interval, add ProgressBar classBrandon Raabe2015-03-153-2/+74
| | | |
| | * | read content length from the response and use to show overall statusBrandon Raabe2015-03-151-1/+4
| | | |
| | * | add value of show_progress to the http_client_optsBrandon Raabe2015-03-151-0/+8
| | | |
| | * | add show_progress attributeBrandon Raabe2015-03-151-0/+8
| | | |
* | | | Merge pull request #4640 from chef/tm/zero_deep_librariesThom May2016-03-154-2/+7
|\ \ \ \ | | | | | | | | | | Support libraries with sub directories
| * | | | Ensure that chef-zero loads libraries recursivelytm/zero_deep_librariesThom May2016-03-034-2/+7
| |/ / /
* | | | Bump version to 12.9.0John Keiser2016-03-154-3/+5
| | | |
* | | | Merge pull request #4712 from chef/no_winMatt Wrock2016-03-151-6/+8
|\ \ \ \ | | | | | | | | | | temporarily disabling windows and chocolatey to eliminate transient errors on the builders
| * | | | temporarily disabling windows and chocolatey to eliminate transient errors ↵Matt Wrock2016-03-151-6/+8
|/ / / / | | | | | | | | | | | | on the builders
* | | | Merge pull request #4711 from chef/tm/rake_depThom May2016-03-151-0/+3
|\ \ \ \ | | | | | | | | | | ensure we always can rake
| * | | | ensure we always can raketm/rake_depThom May2016-03-151-0/+3
|/ / / /
* | | | Merge pull request #4707 from chef/lcg/useless-assignmentLamont Granquist2016-03-1514-19/+13
|\ \ \ \ | | | | | | | | | | fix some UselessAssignment cases