summaryrefslogtreecommitdiff
path: root/spec/integration/knife
Commit message (Expand)AuthorAgeFilesLines
* 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-059-27/+26
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-0216-16/+16
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-0215-15/+15
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-0216-16/+16
* Fix /acls/data_bags local mode pathJohn Keiser2016-02-011-1/+1
* Adjust tests for ACLsJohn Keiser2016-02-013-2/+57
* Enable Chef 12 mode for local mode by defaultdanielsdeleo2016-01-261-233/+406
* Fix ambiguous argument warningsdanielsdeleo2016-01-261-2/+2
* Merge pull request #4424 from chef/lcg/chefstyle-catchup2Lamont Granquist2016-01-192-4/+4
|\
| * another chefstyle catchup + pull masterlcg/chefstyle-catchup2Lamont Granquist2016-01-182-4/+4
* | Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-182-18/+18
|/
* Revert "another chefstyle catchup + pull master"Lamont Granquist2016-01-182-4/+4
* another chefstyle catchup + pull masterLamont Granquist2016-01-182-4/+4
* Make upload cookbook_artifacts workJohn Keiser2016-01-151-2/+19
* Get download of cookbook_artifacts workingJohn Keiser2016-01-152-10/+17
* Add server cookbook artifacts and list_specJohn Keiser2016-01-151-0/+16
* Use double quotes by defaultThom May2016-01-1416-2644/+2644
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-136-34/+34
* fix some lint copsLamont Granquist2016-01-121-2/+2
* Add knife/ChefFS support for policyfiles and policy_groups.John Keiser2015-12-154-58/+427
* Don't run IPv6 tests on GCEjk/no-ipv6-on-gceJohn Keiser2015-12-151-1/+1
* fix some busted specsLamont Granquist2015-10-261-3/+3
* improve error message, add more testsLamont Granquist2015-10-261-1/+28
* Allow downloading of root_files in a chef repositoryssd/download-root-filesSteven Danna2015-10-231-0/+9
* Re-upgrade chef-zero to latestjk/latest-chef-zeroJohn Keiser2015-09-233-1/+13
* Use windows paths without case-sensitivity.ksubrama/path_spaceKartik Null Cating-Subramanian2015-06-301-11/+13
* fix circular references testsLamont Granquist2015-05-181-14/+8
* suppress cookbook self-dependencies and warnlcg/warn-cb-self-depLamont Granquist2015-05-151-0/+18
* Update integration tests for chefzero URLsdanielsdeleo2015-04-011-3/+3
* Clean all RSpec test filters related to Ruby 1.8.7 (issue #2497)Xabier de Zuazo2015-01-271-1/+1
* define dummynode for specsawanoboly2015-01-271-4/+8
* Merge branch 'master' into mcquin/rspec-3Claire McQuin2014-11-071-2/+2
|\
| * Change the integration test server port from 8889 to 8890 so the test can suc...Chris Doherty2014-11-051-2/+2
* | Fix failures from pendingClaire McQuin2014-10-305-18/+18
* | Update to RSpec 3.Claire McQuin2014-10-297-35/+35
|/
* Exclude knife integration tests on server platformsBryan McLellan2014-10-0916-16/+16
* Fixing failing tests. The earlier changes I made to this file were caused by...tyler-ball2014-10-071-0/+5
* Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-072-7/+3
* Remove unnecessarily added blank line.Chris Doherty2014-09-151-1/+0
* More single quotes around a command path.Chris Doherty2014-09-151-1/+2
* Fix crash when repo root does not existJohn Keiser2014-09-051-0/+6
* Add many comments to DataHandler and FileSystem classesJohn Keiser2014-09-051-1/+1
* Add org.json, members.json, invitations.json for full org downloadJohn Keiser2014-09-054-3/+358
* Merge pull request #1583 from juliandunn/fix-hardcoded-binariesSerdar Sutay2014-09-021-2/+3
|\
| * Make sure to call chef-client and knife that we just built, notbtm/fix-hardcoded-binariesJulian C. Dunn2014-06-301-2/+3
* | Switch back to ChefZero::RSpec version 3jk/rspec_zero_3John Keiser2014-08-297-25/+163
* | Add `name' attribute in fixture cookbooks' metadatadanielsdeleo2014-08-122-5/+8
* | Fix expected format of JSON errors in integration testsdanielsdeleo2014-08-103-44/+31