summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/data_handler
Commit message (Expand)AuthorAgeFilesLines
* autofixing whitespace copsLamont Granquist2016-02-051-4/+4
* Merge pull request #4423 from chef/tm/rest_deprecationThom May2016-01-211-1/+1
|\
| * Ensure we use from_hash rather than the deprecated json_createThom May2016-01-181-1/+1
* | Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-182-2/+2
|/
* Use double quotes by defaultThom May2016-01-1416-140/+140
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-1313-23/+23
* Add knife/ChefFS support for policyfiles and policy_groups.John Keiser2015-12-152-2/+56
* Re-upgrade chef-zero to latestjk/latest-chef-zeroJohn Keiser2015-09-231-1/+3
* Improve policy ChefFS supportpolicyfile-native-api-supportdanielsdeleo2015-01-271-0/+4
* Add ChefFS data handling for policiesdanielsdeleo2015-01-271-0/+11
* Merge pull request #2166 from charlesjohnson/UserDataHandlerLamont Granquist2015-01-251-0/+1
|\
| * Add display_name handling to Chef::ChefFS::DataHandler::UserDataHandlerCharles Johnson2014-10-041-0/+1
* | Populate the actors when creating groupsRyan Cragun2014-11-191-0/+4
|/
* Add many comments to DataHandler and FileSystem classesJohn Keiser2014-09-0511-12/+86
* Add org.json, members.json, invitations.json for full org downloadJohn Keiser2014-09-053-0/+64
* Clean up acl data handler, add username to user handler for cheffishjk/data_handler_cleanupJohn Keiser2014-08-272-2/+3
* Prettify data when writing it out in --local-modeJohn Keiser2013-10-161-2/+1
* CHEF-4233: get rid of extra chef_type/data_bag keys added to data bag in knif...John Keiser2013-06-1211-17/+18
* Fix container verification to use containername instead of nameJohn Keiser2013-06-071-1/+1
* Fix data bag item verification and error messagesJohn Keiser2013-06-073-5/+34
* Remove DataBagItem (PUT format was the only difference)John Keiser2013-06-071-0/+10
* Sort actors and groups for better diffingjkeiser2013-06-071-0/+2
* Fix groups PUT, make groups download prettierjkeiser2013-06-073-4/+28
* Fix client ability to upload to Hosted Chefjkeiser2013-06-071-2/+6
* Support upload for aclsjkeiser2013-06-071-1/+12
* Add download and diff support for aclsjkeiser2013-06-071-0/+13
* Add data handler from containers supportjkeiser2013-06-071-0/+22
* Add repo_mode=hosted_everything, /groups entryjkeiser2013-06-072-1/+41
* [CORE] Bypass chef_object inflation and normalize raw requests insteadHo-Sheng Hsiao2013-06-071-1/+2
* Minimize files in knife show and download for easier readingjkeiser2013-06-078-19/+28
* Don't minimize out the name/id of the container, for easy readingjkeiser2013-06-078-2/+34
* Make diff output friendlier by not printing defaults and printing in a specif...jkeiser2013-06-078-61/+78
* Fix #60: make diff/upload/download understand default valuesjkeiser2013-06-078-0/+294