summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [CHEF-4011] s/Version1Decryptor/Version0Decryptor/Seth Chisamore2013-04-111-2/+2
* [CHEF-4011] add secret in knife.rb deprecation warningSeth Chisamore2013-04-112-0/+28
* [CHEF-4011] update bootstrap templates to read secret from contextSeth Chisamore2013-04-117-7/+7
* [CHEF-4011] `--secret` and `--secret-file` options for `knife bootstrap`Seth Chisamore2013-04-116-26/+127
* [CHEF-4011] move default secret file path to Chef::ConfigSeth Chisamore2013-04-114-13/+42
* prefer `File.exist?` to `File.exists?`Seth Chisamore2013-04-111-1/+1
* modern RSpec update for encrypted_data_bag_item_specSeth Chisamore2013-04-111-88/+93
* modern RSpec update for boostrap_context_specSeth Chisamore2013-04-111-54/+47
* add missing do/end in bootstrap_specSeth Chisamore2013-04-111-21/+22
* Merge branch 'CHEF-2694'Bryan McLellan2013-04-111-3/+0
|\
| * remove default ErrorReport exception handler☃ pitr2013-04-111-3/+0
|/
* Merge branch 'CHEF-3367'Bryan McLellan2013-04-112-4/+50
|\
| * Handle pid file appropriately in forked processBrandon Adams2013-04-112-4/+50
|/
* [CHEF-3772] Use the sync(-s) option to get exit status.sawanoboly2013-04-112-19/+23
* Fix expected stringssawanoboly2013-04-111-8/+8
* CHEF-4010: Test to ensure we release the run_lock if we fail in #load_nodeBryan McLellan2013-04-111-0/+19
* CHEF-4010 Ensure lock release for all operationsGregoire Seux2013-04-111-10/+10
* [CHEF-3932] Add unit tests for Knife's lazy dependency loadingTeemu Matilainen2013-04-112-0/+29
* [CHEF-3932] Support multiple calls of `Knife.deps`Teemu Matilainen2013-04-111-2/+8
* [CHEF-3919] "~> 1" pessimistic version constraint parsing fixed in VersionCon...Xabier de Zuazo2013-04-112-2/+14
* [CHEF-3919] Removed Chef::Version::Cookbook code and replaced by a Chef::Vers...Xabier de Zuazo2013-04-1116-59/+72
* [CHEF-3919] tests added for Chef::VersionConstraint::Cookbook classXabier de Zuazo2013-04-112-0/+39
* [CHEF-3919] tests added for Chef::Version::Cookbook classXabier de Zuazo2013-04-111-0/+49
* [CHEF-3919] cookbook version specific code factored out from Chef::Version, n...Xabier de Zuazo2013-04-1117-30/+98
* [CHEF-3919] platform parsing error message outputs the problematic version fo...Xabier de Zuazo2013-04-111-1/+1
* [CHEF-3919] existing platform version conditionals updated to use "greater than"Xabier de Zuazo2013-04-111-8/+2
* [CHEF-3919] rescue from an InvalidCookbookVersion exception inside Chef::Plat...Xabier de Zuazo2013-04-112-4/+12
* [CHEF-3919] platform_spec s/comparator/operator/Xabier de Zuazo2013-04-111-1/+1
* [CHEF-3919] Some broken test fixedXabier de Zuazo2013-04-112-2/+2
* [CHEF-3919] Chef::Platform test added for "greater than" comparatorsXabier de Zuazo2013-04-111-0/+9
* [CHEF-3919] Added support for setting ">", "<", "<=" ... versions in Chef::Pl...Xabier de Zuazo2013-04-112-7/+12
* make options negatableLamont Granquist2013-04-112-5/+5
* CHEF-4065: change chef-client config default to use client_forkLamont Granquist2013-04-111-1/+1
* CHEF-3364 Fix up expected strings.sawanoboly2013-04-111-2/+3
* CHEF-3364 Fix up Smartos Package provider. Copied from https://github.com/ben...sawanoboly2013-04-111-36/+47
* Merge pull request #704 from opscode/adamed/OC-5726/password_for_sudo_updatedAdam Edwards2013-04-052-11/+40
|\
| * Remove extra '-' in test description for --use-sudo-passwordadamedx2013-04-051-1/+1
| * Fix incorrect option in test description from --sudo-use-password to --use-su...adamedx2013-04-051-1/+1
| * Move the tests for --use-sudo-password to a separate contextChirag Jog2013-04-031-21/+21
| * Merge branch 'master' of https://github.com/opscode/chef into OC-6470Chirag Jog2013-04-0320-8/+122
| |\ | |/ |/|
* | Merge branch 'CHEF-3386'Bryan McLellan2013-04-011-2/+4
|\ \
| * | fix for chef 3386Nico2013-04-011-2/+4
|/ /
* | [CHEF-3683] Assert entire order in test.Steven Danna2013-04-011-1/+1
* | [CHEF-3683] Chef::Node objects should be sortable.Steven Danna2013-04-012-0/+11
* | Merge pull request #695 from opscode/ss/service_manager_test_fixsersut2013-03-293-1/+17
|\ \
| * | Fix the service_manager_tests on commit verification pipelinesersut2013-03-293-1/+17
|/ /
* | Merge pull request #694 from opscode/adamed-oc-6536-clogeny-mergeAdam Edwards2013-03-292-0/+38
|\ \
| * \ Merge branch 'adamed-oc-6536-clogeny-merge' of github.com:opscode/chef into a...adamedx2013-03-290-0/+0
| |\ \
| | * | minor fix. Check host captionChirag Jog2013-03-261-2/+2
| | * | Spec test to validate version.rbChirag Jog2013-03-271-0/+36