summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs
Commit message (Expand)AuthorAgeFilesLines
* Invalidate "children" caches when children are addedJohn Keiser2013-09-127-10/+11
* Update the cache when a parent is createdJon-Paul Sullivan2013-09-121-2/+7
* Change OperationFailedError itself to include the body in "message" if it's a...Kazuhiro Yamada2013-09-122-12/+9
* Output cause of error when FileSystem.copy_entries method was failed.Kazuhiro Yamada2013-09-121-1/+12
* Fix raw json option with redirect testsJohn Keiser2013-09-121-4/+4
* Make knife raw --pretty workJohn Keiser2013-09-121-9/+13
* Add --cookbook-version to knife download and knife diffJohn Keiser2013-09-124-4/+12
* Support all chef-client options in knife convergeJohn Keiser2013-09-121-10/+13
* Support chef_server_url 'local' in all knife-essentials commandsJohn Keiser2013-09-121-7/+21
* Save children after creatingJohn Keiser2013-09-121-1/+3
* Support chef_server_url 'local' and create knife.rb if none existsJohn Keiser2013-09-121-0/+57
* Don't report random files in json dirs (like roles/environments)John Keiser2013-09-122-67/+11
* Fix data bag upload to not include extra chef_type/data_bag keysJohn Keiser2013-09-121-5/+1
* Don't do extra work recreating the chef_fs every time in knife serveJohn Keiser2013-09-123-7/+72
* Make chef_repo_path globally accessible across knife and chef-clientJohn Keiser2013-08-282-59/+10
* CHEF-4307: Verify that chefignore is a file before reading it.John Keiser2013-06-211-6/+1
* Don't list local cookbook files that wouldn't be uploadedJohn Keiser2013-06-172-3/+30
* Don't report random files in json dirs (like roles/environments)John Keiser2013-06-177-92/+155
* CHEF-4233: get rid of extra chef_type/data_bag keys added to data bag in knif...John Keiser2013-06-1212-22/+19
* Allow knife remote commands to work when chef_repo_path is not specifiedJohn Keiser2013-06-072-5/+17
* Make file system description prettierJohn Keiser2013-06-071-3/+3
* Add description of Chef server filesystem for chef-zeroJohn Keiser2013-06-071-0/+4
* Add useful description of local_fs repository for chef-zero to printJohn Keiser2013-06-072-0/+21
* Smooth out bad cookbook_path defaults from chefJohn Keiser2013-06-072-8/+12
* Move ChefFSDataStore and config out to where they can be used by non-knife cl...John Keiser2013-06-073-151/+585
* Fix cookbook freeze error on Chef 10John Keiser2013-06-071-0/+2
* Add knife upload --freeze for cookbooksJohn Keiser2013-06-071-2/+7
* Allow --force upload to upload frozen cookbooksJohn Keiser2013-06-073-12/+12
* Fix error message when uploading a frozen cookbookJohn Keiser2013-06-075-4/+70
* Don't load dependencies unless you run the command!John Keiser2013-06-071-7/+20
* Fix cookbook upload in knife serveJohn Keiser2013-06-072-6/+6
* Fix POST (file creation) for knife serveJohn Keiser2013-06-071-2/+10
* Support listing missing top-level directories in knife serveJohn Keiser2013-06-071-6/+16
* Add cookbook support to knife zeroJohn Keiser2013-06-074-20/+100
* Catch timeout exception in http requestsJohn Keiser2013-06-0710-43/+60
* Stabilize output of file system directories for filesystems without sorted li...John Keiser2013-06-072-2/+2
* Containers is not in normal chef. Don't include it.John Keiser2013-06-071-1/+0
* Restore /nodes to default knife list /John Keiser2013-06-071-0/+1
* Fix container verification to use containername instead of nameJohn Keiser2013-06-072-2/+2
* Fix data bag item verification and error messagesJohn Keiser2013-06-078-65/+42
* Transmit ALL exceptions to the calling threadJohn Keiser2013-06-071-1/+1
* Make containers with with empty file {}John Keiser2013-06-073-2/+37
* Remove DataBagItem (PUT format was the only difference)John Keiser2013-06-074-71/+16
* Fix multitenant (hosted/private) detectionJohn Keiser2013-06-071-1/+1
* Add --no-diff option to allow download/upload of only new filesJohn Keiser2013-06-071-2/+4
* Parallelize diff, download and uploadJohn Keiser2013-06-075-97/+131
* Add --concurrency argument to set # of threadsJohn Keiser2013-06-072-1/+16
* Parallelize knife list and knife showJohn Keiser2013-06-073-3/+118
* Turn list() and list_pairs() into EnumerablesJohn Keiser2013-06-072-34/+70
* Turn on nodes, clients and users by default ("everything")John Keiser2013-06-072-11/+20