summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5850 from criteo-forks/rb_supportThom May2017-04-041-1/+1
|\
| * Ensure ruby nodes are supported in knife serveGrégoire Seux2017-03-061-1/+1
| * Support ruby role in knife serveGrégoire Seux2017-03-061-1/+1
* | RFC 67: Remove cookbook segmentsThom May2017-04-046-36/+34
* | invalidate @this_object_cache also in writeJeremy J. Miller2017-03-101-0/+3
* | rename target_object to this_object_cacheJeremy J. Miller2017-03-091-5/+5
* | free up target_object on deleteJeremy J. Miller2017-03-091-0/+2
* | moved commentJeremy J. Miller2017-03-091-1/+1
* | add target_object cacheJeremy J. Miller2017-03-081-3/+6
* | testing short circuiting _read_jsonJeremy J. Miller2017-03-081-2/+3
|/
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-1328-208/+178
* Grant Administrators group permissions to nodes directory under chef-solo (#5...Tom Duffield2017-02-062-0/+5
* Fix error thrown by solo when run on Windows as SYSTEMScott Christopherson2017-01-032-2/+2
* [cheffs] Don't iterate parent object on exist? callssd/chef-fs-n-squaredSteven Danna2016-12-131-1/+8
* Merge pull request #5548 from chef/lcg/chefstyle-updatesThom May2016-12-072-2/+2
|\
| * fix Style/NilComparisonLamont Granquist2016-12-061-1/+1
| * fix Style/SelfAssignmentLamont Granquist2016-12-061-1/+1
* | Ensure chef-solo creates node files w/ correct permissionsCOOL-604/chef-solo-node-permissionsScott Christopherson2016-12-062-1/+31
|/
* Fixed knife download cookbooks issue which used to corrupt the certificate fi...aliasgar162016-10-271-7/+3
* More Opscode -> Chef updatesTim Smith2016-10-201-1/+1
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-2/+2
* fix Lint/UselessAccessModifier copLamont Granquist2016-08-162-171/+175
* autofixing Style/WhileUntilModifier copLamont Granquist2016-08-161-6/+2
* autofixing Style/AccessModifierIndentation copLamont Granquist2016-08-161-1/+1
* Merge pull request #5154 from chef/tm/cache_invalidateThom May2016-08-025-0/+30
|\
| * Invalidate the cache on file creationtm/cache_invalidateThom May2016-08-021-0/+2
| * Invalidate the file system cache on deletionThom May2016-08-015-0/+28
* | Root ACLs are a top level json file not a sub-directorytm/fix_acl_filesThom May2016-08-011-2/+4
|/
* Cache ChefFS childrentm/cache_fs_childrenThom May2016-07-262-1/+67
* Fix for #5027 - Remove bad variable referenceRob Di Marco2016-06-201-1/+1
* Introduce display_name and use itThom May2016-05-059-9/+38
* Repository files need to figure out their extensionThom May2016-05-051-1/+14
* Remove file extensions from API targetsThom May2016-05-056-10/+19
* Allow rest entries to define a display pathThom May2016-05-0511-7/+66
* use superclass' can_have_child?Thom May2016-05-0510-39/+0
* remove unnecessary initializerThom May2016-05-051-4/+0
* Use the newly created file's pathThom May2016-05-051-2/+2
* properly deal with loading ruby filesThom May2016-05-055-15/+34
* Clean up ACLstm/flow_253Thom May2016-04-213-2/+87
* Create childrenThom May2016-04-211-1/+1
* client keys need a sub dirThom May2016-04-212-2/+44
* Add separate file implementations for all typesThom May2016-04-2123-102/+405
* Combine and tidy two of the file_system_entry implsThom May2016-04-214-126/+69
* Extract common ChefFS file codeThom May2016-04-211-0/+120
* Move unused code into backcompatThom May2016-04-141-33/+0
* Move deprecated error classes into backcompatThom May2016-04-148-160/+0
* Rename and add backcompat requires for ChefFS dirstm/fs_dirs_2Thom May2016-04-144-12/+16
* Ensure most directories are subclasses of Directorytm/flow_252Thom May2016-04-1312-35/+374
* ensure directory and file_system_entry are compatibleThom May2016-04-132-2/+25
* Move all ChefFS exceptions into a single filetm/combined_chef_fs_exceptionsThom May2016-04-1330-166/+135