summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/file_system/rest_list_entry.rb
Commit message (Expand)AuthorAgeFilesLines
* fix Lint/UnusedMethodArgumentlcg/unused_method_argumentLamont Granquist2015-03-061-1/+1
* Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-071-1/+2
* Add org.json, members.json, invitations.json for full org downloadJohn Keiser2014-09-051-4/+13
* remove JSON gem usageLamont Granquist2014-08-111-4/+4
* Revert "remove #to_json Monkeytpatching"Lamont Granquist2014-08-091-2/+0
* remove #to_json MonkeypatchingLamont Granquist2014-08-091-0/+2
* Add "get_json" helper to upload/download root dir for people who want jsonJohn Keiser2013-10-091-5/+1
* Use new Chef::ServerAPI API class in upload/download/diffJohn Keiser2013-10-091-2/+2
* CHEF-4515: upload sometimes inflates JSON. Fix by using true raw version of ...John Keiser2013-10-091-4/+6
* Catch timeout exception in http requestsJohn Keiser2013-06-071-7/+11
* Fix data bag item verification and error messagesJohn Keiser2013-06-071-9/+3
* Remove DataBagItem (PUT format was the only difference)John Keiser2013-06-071-2/+6
* Parallelize diff, download and uploadJohn Keiser2013-06-071-0/+2
* Fix groups PUT, make groups download prettierjkeiser2013-06-071-1/+1
* Almost never inflate things into Chef objects; when we do so, do it explicitl...jkeiser2013-06-071-12/+8
* Move RawRequest to its own file, remove chef_hashjkeiser2013-06-071-11/+11
* Support upload for aclsjkeiser2013-06-071-2/+2
* Add download and diff support for aclsjkeiser2013-06-071-1/+1
* Add repo_mode=hosted_everything, /groups entryjkeiser2013-06-071-0/+4
* [CORE] Bypass chef_object inflation and normalize raw requests insteadHo-Sheng Hsiao2013-06-071-1/+11
* [ARCH] Use JSON.parse directly until JSON gem code gets sorted outHo-Sheng Hsiao2013-06-071-2/+4
* Report failed network reads in knife diffjkeiser2013-06-071-2/+2
* Fix #82: Allow knife upload of files with no name/id in themjkeiser2013-06-071-4/+9
* Print error for bad json in knife uploadjkeiser2013-06-071-6/+12
* Make diff formatting better now that output is prettierjkeiser2013-06-071-0/+2
* Test to ensure json is output in sane orderjkeiser2013-06-071-0/+4
* Minimize files in knife show and download for easier readingjkeiser2013-06-071-7/+6
* Change JSON parse warning to errorjkeiser2013-06-071-1/+1
* Protect against bad JSON on the clientjkeiser2013-06-071-2/+8
* Don't minimize out the name/id of the container, for easy readingjkeiser2013-06-071-1/+3
* Make diff output friendlier by not printing defaults and printing in a specif...jkeiser2013-06-071-2/+7
* Fix #60: make diff/upload/download understand default valuesjkeiser2013-06-071-6/+15
* Move error printing from NotFoundError to callerjkeiser2013-06-071-3/+3
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+123