summaryrefslogtreecommitdiff
path: root/spec/integration/knife/upload_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* do legwork in preparation for ruby rolestm/ruby_zero_twoThom May2016-03-301-0/+19
* Fix failing specsTim Smith2016-03-061-4/+4
* better chef+ruby rspec constraintsLamont Granquist2016-03-031-2/+2
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-1/+1
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-2/+2
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-10/+10
* auto fixing some rubocopsLamont Granquist2016-02-091-10/+10
* autofixing whitespace copsLamont Granquist2016-02-051-10/+9
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* another chefstyle catchup + pull masterlcg/chefstyle-catchup2Lamont Granquist2016-01-181-2/+2
* Revert "another chefstyle catchup + pull master"Lamont Granquist2016-01-181-2/+2
* another chefstyle catchup + pull masterLamont Granquist2016-01-181-2/+2
* Make upload cookbook_artifacts workJohn Keiser2016-01-151-2/+19
* Use double quotes by defaultThom May2016-01-141-590/+590
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-3/+3
* Add knife/ChefFS support for policyfiles and policy_groups.John Keiser2015-12-151-3/+98
* fix some busted specsLamont Granquist2015-10-261-3/+3
* improve error message, add more testsLamont Granquist2015-10-261-1/+28
* Re-upgrade chef-zero to latestjk/latest-chef-zeroJohn Keiser2015-09-231-1/+1
* suppress cookbook self-dependencies and warnlcg/warn-cb-self-depLamont Granquist2015-05-151-0/+18
* Update to RSpec 3.Claire McQuin2014-10-291-18/+18
* Exclude knife integration tests on server platformsBryan McLellan2014-10-091-1/+1
* Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-071-2/+3
* Add org.json, members.json, invitations.json for full org downloadJohn Keiser2014-09-051-0/+153
* Switch back to ChefZero::RSpec version 3jk/rspec_zero_3John Keiser2014-08-291-1/+1
* Fix expected format of JSON errors in integration testsdanielsdeleo2014-08-101-30/+18
* Convert Chef Zero helpers to instance methodsdanielsdeleo2014-08-101-146/+301
* CHEF-4515: upload sometimes inflates JSON. Fix by using true raw version of ...John Keiser2013-10-091-0/+9
* Invalidate "children" caches when children are addedJohn Keiser2013-09-121-4/+11
* 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
* Add missing license to integration test files.sersut2013-06-141-0/+17
* 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
* Add tests for knife upload --freezeJohn Keiser2013-06-071-0/+32
* Fix no-diff tests to actually use --no-diffJohn Keiser2013-06-071-2/+2
* 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-071-0/+20
* Turn on nodes, clients and users by default ("everything")John Keiser2013-06-071-305/+120
* [SPEC] Refactored diff, upload, and download spec to have explicit inputsHo-Sheng Hsiao2013-06-071-270/+885
* [CORE] Bypass chef_object inflation and normalize raw requests insteadHo-Sheng Hsiao2013-06-071-4/+0
* [SPEC] Added upload and download specs with cookbook versionsHo-Sheng Hsiao2013-06-071-83/+75
* [SPEC] Reorganized download, upload, and diff integration specsHo-Sheng Hsiao2013-06-071-96/+34
* [SPEC] Added versioned cookbook helpers, added some upload specsHo-Sheng Hsiao2013-06-071-25/+54
* Fix #82: Allow knife upload of files with no name/id in themjkeiser2013-06-071-0/+50
* Print error for bad json in knife uploadjkeiser2013-06-071-0/+11
* Make knife upload/download detect identical cookbooks correctlyjkeiser2013-06-071-8/+16
* Add knife diff cwd, wildcard and cookbook version testsjkeiser2013-06-071-1/+1
* knife upload/download cookbook version testsjkeiser2013-06-071-1/+59