summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* do legwork in preparation for ruby rolestm/ruby_zero_twoThom May2016-03-308-17/+46
|
* Bump version of chef to 12.8.6 by Chef Versioner.v12.8.6Chef Versioner2016-03-243-3/+3
|
* Merge pull request #4744 from chef/salam/subversion-fixSalim Alam2016-03-232-18/+84
|\ | | | | Subversion provider should respect proxies
| * Use Chef::Config.proxy_urisalam/subversion-fixSalim Alam2016-03-231-11/+6
| |
| * Subversion provider should respect proxiesSalim Alam2016-03-222-18/+89
| |
* | Bump version of chef to 12.8.5 by Chef Versioner.v12.8.5Chef Versioner2016-03-233-3/+3
| |
* | Merge pull request #4670 from tas50/knife_wording-3Tim Smith2016-03-2333-55/+55
|\ \ | | | | | | Improve wording in Knife
| * | Fix failing specsTim Smith2016-03-067-15/+15
| | |
| * | Provide a docs link for the first error every knife user getsTim Smith2016-03-051-1/+1
| | | | | | | | | | | | This one confused me the first time I used Chef and judging by the number of questions / views on stack overflow I'm not the only person. Lets just link to the docs here so people can quickly figure out what needs to be set and how.
| * | What's with all the exclamation pointsTim Smith2016-03-057-8/+8
| | | | | | | | | | | | We use these in odd places and not consistently. It's like knife is yelling at me when I mess up or it's really excited I updated a node (but not environments for some reason)
| * | Specify what version of Chef Server API V1 isTim Smith2016-03-052-2/+2
| | | | | | | | | | | | Unless you work for Chef you have no idea what API V1 means. Even if you do you probably don't
| * | Typos and improved wordingTim Smith2016-03-056-6/+6
| | | | | | | | | | | | | | | When we talk about something requiring a specific version of Chef it helps to specify client vs. server. If we run key delete the thing we're doing it deleting not destroying
| * | Avoid sentence fragments in errorsTim Smith2016-03-053-3/+3
| | | | | | | | | | | | This makes our error messaging more consistent
| * | Single space after periodsTim Smith2016-03-0514-22/+22
| | | | | | | | | | | | | | | Double spacing is for typewriters. Knife doesn't run on typewriters http://www.writersdigest.com/online-editor/how-many-spaces-after-a-period
* | | Bump version of chef to 12.8.4 by Chef Versioner.v12.8.4Chef Versioner2016-03-233-3/+3
| | |
* | | Merge pull request #4735 from chef/archMatt Wrock2016-03-231-0/+2
|\ \ \ | | | | | | | | Pass windows architecture to kitchen provisioner
| * | | pass windows architecture to kitchen provisionerarchMatt Wrock2016-03-211-0/+2
| | | |
* | | | Merge pull request #4734 from chef/registry_monkeypatchesTyler Ball2016-03-222-10/+14
|\ \ \ \ | |_|_|/ |/| | | We still test Chef with versions that do not include our Registry monkeypatches, so better documenting when we can remove these
| * | | We don't ship Ruby 2.0 with any omnibus packages anymore, stop testing it in ↵tyler-ball2016-03-221-1/+2
| | | | | | | | | | | | | | | | appveyor
| * | | Better documenting our Registry monkeypatches so we will know in thetyler-ball2016-03-221-9/+12
|/ / / | | | | | | | | | future whether they can be removed.
* | | Pin all lower-level libs to latest versionsupdate-omnibus-libsdanielsdeleo2016-03-221-0/+24
| | |
* | | Bump version of chef to 12.8.3 by Chef Versioner.v12.8.3Chef Versioner2016-03-223-3/+3
| | |
* | | Add --force-destroy to chef-acceptancedanielsdeleo2016-03-221-1/+1
| | |
* | | Bump version of chef to 12.8.2 by Chef Versioner.v12.8.2Chef Versioner2016-03-223-3/+3
| | |
* | | reset release notes for 12.9Matt Wrock2016-03-221-0/+3
| | |
* | | Merge pull request #4732 from chef/lcg/use-inline-resources-coreLamont Granquist2016-03-226-95/+47
|\ \ \ | | | | | | | | allow use_inline_resources for core chef providers
| * | | release notes text tweaks [ci skip]lcg/use-inline-resources-coreLamont Granquist2016-03-211-5/+4
| | | |
| * | | add a release note [ci skip]Lamont Granquist2016-03-211-72/+24
| | | |
| * | | remove caller[0]Lamont Granquist2016-03-211-3/+3
| | | | | | | | | | | | | | | | appears to not be necessary...
| * | | back out the to_s.to_s hackLamont Granquist2016-03-211-5/+1
| | | |
| * | | add back the converge_by textLamont Granquist2016-03-211-2/+6
| | | |
| * | | allow use_inline_resources for core chef providersLamont Granquist2016-03-216-29/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * removes the DSL from InlineResources class * ActionClass is now responsible for mixing the DSL into action classes * apt_update provider converted over to use new syntax - does not need to mixin DeclareResource DSL - declares use_inline_resources - uses declare_resource instead of build_resource - converts def action_stuff to action :stuff - uses an execute resource instead of shell_out! - does not need the converge_by to update the action
* | | | Merge pull request #4727 from chef/salam/fix-proxySalim Alam2016-03-2110-11/+101
|\ \ \ \ | | | | | | | | | | Client option no_proxy does not work as advertised
| * | | | Fix Rubocop error in package_taskSalim Alam2016-03-211-1/+1
| | | | |
| * | | | Fix proxified socketSalim Alam2016-03-218-16/+70
| | | | |
| * | | | Update config specSalim Alam2016-03-214-1/+25
| | | | |
| * | | | Override no_proxy with internal matcherSalim Alam2016-03-213-3/+15
|/ / / /
* | | | 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/