summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4670 from tas50/knife_wording-3Tim Smith2016-03-2328-42/+42
|\
| * Fix failing specsTim Smith2016-03-062-2/+2
| * Provide a docs link for the first error every knife user getsTim Smith2016-03-051-1/+1
| * What's with all the exclamation pointsTim Smith2016-03-057-8/+8
| * Specify what version of Chef Server API V1 isTim Smith2016-03-052-2/+2
| * Typos and improved wordingTim Smith2016-03-056-6/+6
| * Avoid sentence fragments in errorsTim Smith2016-03-053-3/+3
| * Single space after periodsTim Smith2016-03-0514-22/+22
* | Bump version of chef to 12.8.4 by Chef Versioner.v12.8.4Chef Versioner2016-03-231-1/+1
* | Better documenting our Registry monkeypatches so we will know in thetyler-ball2016-03-221-9/+12
* | Bump version of chef to 12.8.3 by Chef Versioner.v12.8.3Chef Versioner2016-03-221-1/+1
* | Bump version of chef to 12.8.2 by Chef Versioner.v12.8.2Chef Versioner2016-03-221-1/+1
* | Merge pull request #4732 from chef/lcg/use-inline-resources-coreLamont Granquist2016-03-223-11/+12
|\ \
| * | remove caller[0]Lamont Granquist2016-03-211-3/+3
| * | 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-214-18/+19
* | | Fix proxified socketSalim Alam2016-03-212-2/+7
* | | Update config specSalim Alam2016-03-211-0/+1
* | | Override no_proxy with internal matcherSalim Alam2016-03-211-1/+6
* | | Add version:bump and version:show tasks for version-bump-botjk/version-bumperJohn Keiser2016-03-211-1/+1
|/ /
* | Merge pull request #4725 from chef/lcg/dsl-rearrangementLamont Granquist2016-03-214-67/+136
|\ \
| * | rearrange dsl mixinslcg/dsl-rearrangementLamont Granquist2016-03-184-67/+136
* | | Merge pull request #4348 from chef/nls/proxy-cleanupChris Doherty2016-03-182-47/+10
|\ \ \
| * | | - Restore previous behavior where we use the user/pass from the URI, if present.nls/proxy-cleanupChris Doherty2016-03-172-4/+12
| * | | Make handling of proxies more consistentNathan L Smith2016-03-172-51/+6
* | | | Merge pull request #4714 from chef/cd/log-platformJordan Running2016-03-183-1/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Log platform in pretty error outputcd/log-platformJordan Running2016-03-182-1/+3
| * | | Log platform along with client version and pid.Chris Doherty2016-03-171-0/+1
| |/ /
* | | rub some YARD on deprecation commentLamont Granquist2016-03-171-1/+1
* | | deprecate Chef::DSL::Recipe::FullDSLlcg/deprecate-fulldslLamont Granquist2016-03-163-20/+18
|/ /
* | reverting version to 12.8.1 temporarily to avoid rerelease of ohaiMatt Wrock2016-03-161-1/+1
* | Merge pull request #4701 from mawinter69/masterThom May2016-03-161-4/+6
|\ \
| * | remove unnecessary whitespaceMarkus Winter2016-03-151-2/+2
| * | fix for https://github.com/chef/chef/issues/4689Markus Winter2016-03-121-4/+6
* | | lazy module inclusion into DSL moduleslcg/use-and-lazy-module-includeLamont Granquist2016-03-153-3/+84
* | | Merge pull request #4658 from chef/tm/remote_file_download_progress11.9Thom May2016-03-155-2/+81
|\ \ \
| * | | Enable progress output to be configuredtm/remote_file_download_progressThom May2016-03-045-26/+17
| * | | Merge branch 'remote-file-download-progress' of https://github.com/brandocorp...Thom May2016-03-035-2/+90
| |\ \ \
| | * | | 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-153-2/+3
|\ \ \ \ \
| * | | | | Ensure that chef-zero loads libraries recursivelytm/zero_deep_librariesThom May2016-03-033-2/+3
| |/ / / /
* | | | | Bump version to 12.9.0John Keiser2016-03-151-1/+1
* | | | | Merge pull request #4707 from chef/lcg/useless-assignmentLamont Granquist2016-03-1513-18/+12
|\ \ \ \ \