summaryrefslogtreecommitdiff
path: root/lib/chef/knife/raw.rb
Commit message (Expand)AuthorAgeFilesLines
* Lazy load as many knife deps as possibleTim Smith2020-02-061-1/+0
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-9/+9
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-031-1/+1
* Make knife command banners consistentknife_descriptionsTim Smith2018-11-041-1/+1
* Make sure knife descriptions all have periodsknife_sentences_2Tim Smith2018-07-161-3/+3
* fix Style/HashSyntaxLamont Granquist2018-07-021-16/+16
* Add missing knife license headersTim Smith2018-06-261-0/+16
* Add support for signing requests using ssh-agent.Noah Kantrowitz2018-05-301-1/+6
* Typos and improved wordingTim Smith2016-03-051-1/+1
* Single space after periodsTim Smith2016-03-051-3/+3
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* Use double quotes by defaultThom May2016-01-141-18/+18
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-0/+1
* Add --proxy-auth option to `knife raw`Steven Danna2015-01-251-3/+14
* - Adding X-Remote-Request-Id to the set of headers for every request from CCR...PrajaktaPurohit2014-02-071-0/+1
* Remove :raw_input option to JSONInput, use Chef::HTTP for knife rawJohn Keiser2013-10-091-8/+23
* CHEF-4515: upload sometimes inflates JSON. Fix by using true raw version of ...John Keiser2013-10-091-6/+11
* Make knife raw --pretty workJohn Keiser2013-09-121-1/+7
* Fix knife raw (Chef = ::ChefFS exception)John Keiser2013-06-071-1/+2
* Don't load dependencies unless you run the command!John Keiser2013-06-071-3/+7
* Catch timeout exception in http requestsJohn Keiser2013-06-071-0/+3
* Move RawRequest to its own file, remove chef_hashjkeiser2013-06-071-2/+2
* Make knife raw work with Chef 11jkeiser2013-06-071-0/+1
* [CORE] Bypass chef_object inflation and normalize raw requests insteadHo-Sheng Hsiao2013-06-071-61/+3
* Improve knife raw error reportingjkeiser2013-06-071-2/+7
* Fix deps errors, --no-recurse, add deps testsjkeiser2013-06-071-2/+2
* Replace some missed putses with outputjkeiser2013-06-071-1/+1
* Use knife "ui.output" instead of putsjkeiser2013-06-071-1/+1
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+108