summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* OC-9954 - aix: use 'guest' user for rspec tests instead of 'nobody' user.adamed-oc-9954kaustubh-d2013-12-112-4/+24
|
* Bump version to 11.10.0.alpha.111.10.0.alpha.1John Keiser2013-12-091-1/+1
|
* Add ability to run recipes directly from chef-client command lineJohn Keiser2013-12-067-6/+104
|
* Merge pull request #1162 from ranjib/CHEF-4852lamont-granquist2013-12-051-2/+8
|\ | | | | [CHEF-4852]Print total number of resources in doc formatter
| * print total number of resources as wellRanjib Dey2013-12-051-2/+8
|/
* Merge branch 'jk/CHEF-4441'John Keiser2013-12-038-321/+469
|\
| * CHEF-4441: emit reasonable error message when there is no default data bag ↵John Keiser2013-12-032-18/+35
| | | | | | | | secret
| * Split EncryptedDataBagItem into multiple filesJohn Keiser2013-12-037-303/+434
|/
* Merge pull request #1156 from soundcloud/fix-user-resource-comparisonlamont-granquist2013-12-032-1/+11
|\ | | | | [CHEF-4842] Fix comparison of user resources with non-ASCII comments
| * [CHEF-4842] Fix comparison of user resources with non-ASCII commentsTobias Schmidt2013-12-042-1/+11
|/ | | | | | | | | | | | | | | | | In case a comment of a user resource includes non-ASCII characters, the comparison whether the resource was changed will always fail. Therefore, such user resources will get modified during every chef-client run. Example: user "marci" do comment "Márton Salomváry" # ... end So far, this resulted in a comparision of "M\xC3\xA1rton Salomv\xC3\xA1ry" with "Márton Salomváry" which fails, unless the encoding gets changed prior to the comparision.
* Merge pull request #1099 from opscode/lcg/knife-subcommand-prereleaselamont-granquist2013-11-262-4/+4
|\ | | | | search for prerelease knife gems as well
| * search prerelease gems for subcommandsLamont Granquist2013-10-292-4/+4
| | | | | | | | - otherwise we can't test knife gem rc releases
* | Always set a correct Host header to avoid net/http bugdanielsdeleo2013-11-263-4/+23
| | | | | | | | | | | | | | Net::HTTP fails to surround IPv6 addresses in brackets when constructing a Host header. Net::HTTP respects any user-supplied Host header, so we ensure that the Host header is correctly formatted by setting it manually for all requests.
* | Skip IPv6 tests on Solarisdanielsdeleo2013-11-262-2/+6
| | | | | | | | | | | | Some supported Solaris platforms are too old for IPv6. Most of the risk in the code paths being tested exists in the userland code, so we expect to have adequate coverage as long as the tests run on some platform.
* | Merge branch 'contributions'Bryan McLellan2013-11-2620-61/+223
|\ \
| * | CHEF-3940: Raise an error if we cannot find the userBryan McLellan2013-11-262-1/+6
| | | | | | | | | | | | We need the user to find their HOME, and we don't want to guess about the HOME.
| * | [CHEF-3940] ensure $HOME matches user executing `git`Seth Chisamore2013-11-262-6/+25
| | | | | | | | | | | | | | | | | | Certain versions of `git` misbehave if git configuration is inaccessible in $HOME. We need to ensure $HOME matches the user who is executing `git` not the user running Chef.
| * | Merge branch 'CHEF-4421' into contributionsBryan McLellan2013-11-262-11/+22
| |\ \
| | * | Modify a message when any cookbook is not found.Ryota Arai2013-11-262-2/+2
| | | |
| | * | Raise an error if any directory of `cookbook_path` contains no cookbook.Ryota Arai2013-11-262-10/+7
| | | |
| | * | Raise CookbookNotFound error if any directory of cookbook_path contains no ↵Ryota Arai2013-11-262-11/+22
| | | | | | | | | | | | | | | | cookbook.
| | * | Improve an error message "No cookbook found".Ryota Arai2013-11-261-2/+5
| |/ /
| * | Refactor handle_command_failures method.Ryota Arai2013-11-261-12/+11
| | |
| * | CHEF-4747: convert test to use double from openstructBryan McLellan2013-11-261-2/+1
| | |
| * | support configurable concurrencyRanjib Dey2013-11-263-4/+29
| | |
| * | CHEF-4748: Use dot to access method instead of double-colon (language ↵Bryan McLellan2013-11-261-1/+1
| | | | | | | | | | | | convention)
| * | Added knife spec to test invalid name input for data bag create.tylercloke2013-11-261-0/+7
| | |
| * | Catch correct exception.tylercloke2013-11-261-1/+1
| | |
| * | ID validation for knife data bag creation.tylercloke2013-11-261-0/+7
| | |
| * | CHEF-4759: chef-solo --no-color default on windowsLamont Granquist2013-11-262-1/+7
| | | | | | | | | | | | - also add --color option to chef-apply and same default for win
| * | newly released mime-types requiresJohn Goulah2013-11-261-0/+1
| | | | | | | | | | | | ruby 1.9.2, so travis tests weren't passing 1.8.7
| * | changes to fix failing testsJohn Goulah2013-11-261-0/+18
| | |
| * | some tests for the enable_checkout optionJohn Goulah2013-11-262-0/+25
| | |
| * | move check up to wrap checkout called from action_checkoutJohn Goulah2013-11-261-7/+7
| | |
| * | add enable_checkout attribute; add ability to override 'deploy' with ↵John Goulah2013-11-262-4/+25
| | | | | | | | | | | | checkout_branch name
| * | move attribute setting locally inside the specRanjib Dey2013-11-261-1/+1
| | |
| * | add spec for mailto attr comparison bugRanjib Dey2013-11-261-0/+6
| | |
| * | nil signifies absence of an attribute, which can be used to remove an attributeRanjib Dey2013-11-261-1/+1
| | |
| * | adding the -a / --all option and correcting the spec fileSander Botman2013-11-262-23/+36
|/ /
* | Add missing require for thread to Chef::CookbookUploaderBryan McLellan2013-11-261-0/+1
| | | | | | | | Fixes 1.8
* | Merge pull request #1111 from opscode/lcg/OC-10380lamont-granquist2013-11-2210-55/+243
|\ \ | | | | | | OC-10380: skip checksumming for no-content files
| * | fix windows pathing issue in spec testsLamont Granquist2013-11-211-38/+51
| | |
| * | spec tests for checksumLamont Granquist2013-11-115-51/+160
| | | | | | | | | | | | | | | - plus stubbing of things that weren't stubed - and changing stub! to stub
| * | OC-10380: add polymorphismLamont Granquist2013-11-116-20/+41
| | |
| * | OC-10380: skip checksumming for no-content filesLamont Granquist2013-11-112-5/+50
| | |
* | | Merge pull request #743 from jaymzh/CHEF-4110Phil Dibowitz2013-11-216-0/+111
|\ \ \ | | | | | | | | [CHEF-4110] Add whyrun_safe_ruby_block resource
| * | | [CHEF-4110] Add whyrun_safe_ruby_block resourcePhil Dibowitz2013-11-216-0/+111
|/ / /
* | | CHEF-4715 and CHEF-4714jamescott2013-11-202-6/+12
| | |
* | | Merge branch 'jc/OC-10471/raw_http_request'jamesc2013-11-202-10/+56
|\ \ \
| * | | add a doc comment on the purpose of raw_http_requestjamesc2013-11-201-0/+3
| | | |