summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* CHEF-4022: Update test for new error messageBryan McLellan2013-06-181-1/+1
* Remove unnecessary map and sort.Julian C. Dunn2013-06-181-1/+1
* CHEF-4022 Remove local variable from determine_version due to memoization as ...Julian C. Dunn2013-06-181-1/+1
* [CHEF-4022] Write tests. Exit with a non-zero code.Julian C. Dunn2013-06-181-1/+22
* [CHEF-3817] Fix dedupe in cookbook_order by returning dependencies as symbols.Matthew Kent2013-06-181-0/+9
* Adds another test for correct amount of argumentsMike Fiedler2013-06-181-0/+25
* [CHEF-4076] adds 'set' subcommand to knife node run_listMike Fiedler2013-06-181-0/+115
* added tests for CHEF-4115Yoni Yalovitsky2013-06-181-1/+54
* Refactor of the protocol for initializing ResourceReporterjamesc2013-06-182-5/+2
* The protocol for calling ResourceReporter has changed - nowjamesc2013-06-181-3/+8
* [OC-7370] Rename node_run begin action to startmmzyk2013-06-181-4/+4
* [OC-6939] Use start_time/end_time from chef-clientjamesc2013-06-181-14/+31
* [OC-7356] Protocol Version for Reportingmmzyk2013-06-181-5/+11
* [OC-6569] Rework generation of run_id to be in clientmmzyk2013-06-181-11/+12
* [OC-6938] Remove summary mode from the clientmmzyk2013-06-181-76/+16
* Fix user group modification for smartosEric Saxby2013-06-181-1/+2
* CHEF-4259: Fix unpacking recipes with non-gnu tarFelix Bùˆnemann2013-06-171-1/+1
* Don't list local cookbook files that wouldn't be uploadedJohn Keiser2013-06-171-3/+1
* Don't report random files in json dirs (like roles/environments)John Keiser2013-06-173-29/+29
* don't depend on line separator in partial testsdanielsdeleo2013-06-142-7/+7
* Fix windows tests in CI due to fork change.sersut2013-06-141-2/+2
* Better error logging in solo integration test.sersut2013-06-141-5/+14
* Regression test for OC-8297.sersut2013-06-141-0/+32
* Add missing license to integration test files.sersut2013-06-1413-0/+221
* Merge branch 'CHEF-4275'danielsdeleo2013-06-132-0/+41
|\
| * Fix rubygems > 2.0 heuristic testdanielsdeleo2013-06-131-0/+31
| * set git user configuration to avoid promptingdanielsdeleo2013-06-131-0/+10
* | Set log level to reduce test noisedanielsdeleo2013-06-121-0/+1
* | attempt redeploy of failed deploymentdanielsdeleo2013-06-123-13/+154
|/
* Fix knife upload tests on Ruby 1.8.7John Keiser2013-06-121-2/+2
* remove log level special casing from git resourcedanielsdeleo2013-06-121-15/+19
* Merge pull request #812 from opscode/lcg/CHEF-3307-empty-string-fixlamont-granquist2013-06-121-50/+56
|\
| * CHEF-3307: translate empty strings coming back from the server to nilLamont Granquist2013-06-121-50/+56
* | CHEF-4233: get rid of extra chef_type/data_bag keys added to data bag in knif...John Keiser2013-06-121-6/+35
* | Remove invalid items from the cached release listdanielsdeleo2013-06-111-0/+46
* | Changes to the windows mount spec for calling the add method with right paramsMukta A2013-06-111-1/+4
* | Added tests for mount - to support username, password and domainMukta A2013-06-111-0/+37
* | Prevent integration tests from loading real configdanielsdeleo2013-06-102-0/+16
|/
* remove space between method call and parensdanielsdeleo2013-06-101-1/+1
* use binread via ruby 1.8.7 compatibility wrapperdanielsdeleo2013-06-101-1/+1
* CHEF-3781: Merge the latest knife-essentials (1.3), including:John Keiser2013-06-1021-1109/+6632
|\
| * Use puma for redirection server, not thinJohn Keiser2013-06-071-16/+6
| * Restore Chef::Config after each testJohn Keiser2013-06-071-4/+4
| * Make redirection test silentJohn Keiser2013-06-071-0/+1
| * Add tests for knife upload --freezeJohn Keiser2013-06-071-0/+32
| * Make knife delete only delete remote copy instead of both remote and local by...John Keiser2013-06-071-75/+75
| * Don't load dependencies unless you run the command!John Keiser2013-06-071-2/+3
| * Fix diff_spec on SolarisJohn Keiser2013-06-071-29/+30
| * Add cookbook support to knife zeroJohn Keiser2013-06-071-47/+7
| * Don't check hash ordering on Ruby 1.8John Keiser2013-06-071-1/+1