summaryrefslogtreecommitdiff
path: root/spec/integration/knife/raw_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Chef-15: Remove copyright dateslcg/remove-copyright-dates-chef-15Lamont Granquist2020-04-131-1/+1
* Fix all(?) circular requires coming from the specs.Ryan Davis2020-03-161-0/+1
* remove app_server_support spec filelcg/remove-support-specLamont Granquist2019-08-281-19/+39
* Remove checks for old versions of RubyTim Smith2019-02-281-6/+6
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-12/+12
* fix the knife integration spec timeoutsLamont Granquist2018-11-081-7/+11
* clean up whitespace againLamont Granquist2018-07-021-18/+18
* fix Layout/IndentHeredocLamont Granquist2018-07-021-124/+124
* fix Style/HashSyntaxLamont Granquist2018-07-021-5/+5
* Cache ChefFS childrentm/cache_fs_childrenThom May2016-07-261-0/+2
* autofixing whitespace copsLamont Granquist2016-02-051-2/+2
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-37/+37
* Fix failures from pendingClaire McQuin2014-10-301-5/+5
* Exclude knife integration tests on server platformsBryan McLellan2014-10-091-1/+1
* Switch back to ChefZero::RSpec version 3jk/rspec_zero_3John Keiser2014-08-291-1/+1
* Convert Chef Zero helpers to instance methodsdanielsdeleo2014-08-101-9/+24
* Revert "remove #to_json Monkeytpatching"Lamont Granquist2014-08-091-10/+0
* remove #to_json MonkeypatchingLamont Granquist2014-08-091-0/+10
* Merge pull request #1442 from opscode/CHEF-5259Claire McQuin2014-05-291-0/+3
|\
| * create shared context for default config optionsClaire McQuin2014-05-221-3/+2
| * Put cache at HOME/.chef.d if /var/chef can't be accessed.Claire McQuin2014-05-221-0/+4
* | React to fact that we bind chef-zero to localhost (not 127.*)John Keiser2014-05-261-2/+2
|/
* Upgrade Chef Zero & remove PumaSeth Vargo2014-03-121-13/+8
* Change content type warning to debugdanielsdeleo2013-10-251-2/+2
* CHEF-4515: upload sometimes inflates JSON. Fix by using true raw version of ...John Keiser2013-10-091-2/+2
* 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
* Add missing license to integration test files.sersut2013-06-141-0/+17
* Minimize files in knife show and download for easier readingjkeiser2013-06-071-24/+2
* Disable tests that fail in Ruby 1.8 due to unavoidable hash output orderingjkeiser2013-06-071-4/+4
* Add DELETE/PUT/POST tests for knife rawjkeiser2013-06-071-0/+128
* Improve knife raw error reportingjkeiser2013-06-071-0/+43