summaryrefslogtreecommitdiff
path: root/spec/integration/knife
Commit message (Expand)AuthorAgeFilesLines
...
| * Add failure tests for -zJohn Keiser2013-10-111-0/+104
| * Fix DELETE requests for -z for all endpoints, and PUT/POST for cookbooksJohn Keiser2013-10-111-0/+227
* | Make --chef-repo-path argument work againJohn Keiser2013-10-111-0/+43
|\ \
| * | Fix --chef-repo-pathJohn Keiser2013-10-111-0/+43
| |/
* | Use Chef::HTTP for knife-essentials raw requests, fix CHEF-4515 in the balanceJohn Keiser2013-10-112-2/+11
|\ \ | |/ |/|
| * Use new Chef::ServerAPI API class in upload/download/diffJohn Keiser2013-10-091-3/+1
| * CHEF-4515: upload sometimes inflates JSON. Fix by using true raw version of ...John Keiser2013-10-093-3/+14
* | Rename -. to -zJohn Keiser2013-10-101-4/+4
* | Make --local-mode option so that local user can run local recipesJohn Keiser2013-10-091-6/+6
|/
* Add tests for -z plus private keysJohn Keiser2013-10-021-0/+36
* Do not require client_key to be specified for chef-client when chef-zero is e...John Keiser2013-10-021-1/+0
* Add -z and --chef-zero-port options to knife and chef-clientJohn Keiser2013-10-022-28/+68
* Fix raw ordering test on 1.8.7John Keiser2013-10-021-38/+2
* Rename start_chef_zero -> chef_zero.enabledJohn Keiser2013-10-021-4/+4
* Add tests for start_chef_zero parameter in knifeJohn Keiser2013-10-021-0/+64
* Normalize whitespace on all filesSeth Vargo2013-09-261-2/+2
* Invalidate "children" caches when children are addedJohn Keiser2013-09-122-4/+20
* Don't run raw json test on 1.8John Keiser2013-09-121-2/+2
* Add tests for raw --pretty and --no-prettyJohn Keiser2013-09-121-0/+63
* Don't list local cookbook files that wouldn't be uploadedJohn Keiser2013-09-121-3/+1
* Don't report random files in json dirs (like roles/environments)John Keiser2013-09-121-1/+3
* Fix new tests on Ruby 1.8.7John Keiser2013-09-121-2/+2
* Fix data bag upload to not include extra chef_type/data_bag keysJohn Keiser2013-09-121-2/+2
* Make chef_repo_path globally accessible across knife and chef-clientJohn Keiser2013-08-281-19/+29
* 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
* Add missing license to integration test files.sersut2013-06-1412-0/+204
* Fix knife upload tests on Ruby 1.8.7John Keiser2013-06-121-2/+2
* CHEF-4233: get rid of extra chef_type/data_bag keys added to data bag in knif...John Keiser2013-06-121-6/+35
* Use puma for redirection server, not thinJohn Keiser2013-06-071-16/+6
* 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 check hash ordering on Ruby 1.8John Keiser2013-06-071-1/+1
* Minor test description fixesJohn Keiser2013-06-071-1/+1
* Fix no-diff tests to actually use --no-diffJohn Keiser2013-06-072-3/+3
* Fix data bag item verification and error messagesJohn Keiser2013-06-071-4/+4
* Add --no-diff option to allow download/upload of only new filesJohn Keiser2013-06-072-0/+51
* Don't specify --repo-mode=everything in tests now that it is the defaultJohn Keiser2013-06-071-20/+20
* Turn on nodes, clients and users by default ("everything")John Keiser2013-06-076-676/+705
* Make redirector test not interfere with other testsJohn Keiser2013-06-071-4/+5
* Fix #91: redirects failJohn Keiser2013-06-071-0/+48
* Replace join("\n") with stringjkeiser2013-06-071-20/+20
* [SPEC] Refactored diff, upload, and download spec to have explicit inputsHo-Sheng Hsiao2013-06-073-716/+2049
* [CORE] Bypass chef_object inflation and normalize raw requests insteadHo-Sheng Hsiao2013-06-071-4/+0
* [SPEC] Added versioned cookbooks spec for diffHo-Sheng Hsiao2013-06-071-54/+176
* [SPEC] Added name attribute to deps specHo-Sheng Hsiao2013-06-071-32/+32
* [SPEC] Added upload and download specs with cookbook versionsHo-Sheng Hsiao2013-06-072-186/+287
* [SPEC] Reorganized download, upload, and diff integration specsHo-Sheng Hsiao2013-06-073-281/+94
* [SPEC] Added versioned cookbook helpers, added some upload specsHo-Sheng Hsiao2013-06-071-25/+54