summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/file_system
Commit message (Expand)AuthorAgeFilesLines
* Style/SymbolProcLamont Granquist2019-07-057-7/+7
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-053-4/+4
* Style/ClassCheckLamont Granquist2019-07-051-1/+1
* Style/NegatedIfLamont Granquist2019-07-0512-22/+22
* Layout/MultilineMethodCallIndentationLamont Granquist2019-07-021-2/+2
* Style/SymbolArrayLamont Granquist2019-07-021-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-0213-0/+31
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-203-3/+3
* Change some more require to require_relativeLamont Granquist2019-05-102-2/+2
* Convert require to require_relativeLamont Granquist2019-05-0873-231/+231
* Fixes for extra cookbook_path chef-soloVivek Singh2019-02-051-1/+2
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-152-7/+8
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-0313-23/+23
* fix Style/MutableConstantLamont Granquist2018-07-024-4/+4
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-1/+1
* fix Style/UnneededInterpolationLamont Granquist2018-07-021-1/+1
* fix Layout/DotPositionLamont Granquist2018-07-023-9/+9
* fix Style/HashSyntaxLamont Granquist2018-07-026-7/+7
* mechanical conversion of most debug log statements to traceThom May2018-03-262-3/+3
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-172-4/+4
* 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-1313-161/+136
* 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
* 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
* Merge pull request #5154 from chef/tm/cache_invalidateThom May2016-08-023-0/+11
|\
| * Invalidate the cache on file creationtm/cache_invalidateThom May2016-08-021-0/+2
| * Invalidate the file system cache on deletionThom May2016-08-013-0/+9
* | 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-261-1/+5
* Fix for #5027 - Remove bad variable referenceRob Di Marco2016-06-201-1/+1
* Introduce display_name and use itThom May2016-05-058-2/+31
* Repository files need to figure out their extensionThom May2016-05-051-1/+14
* Remove file extensions from API targetsThom May2016-05-055-10/+12
* Allow rest entries to define a display pathThom May2016-05-059-2/+59
* use superclass' can_have_child?Thom May2016-05-0510-39/+0
* remove unnecessary initializerThom May2016-05-051-4/+0
* properly deal with loading ruby filesThom May2016-05-052-3/+21
* 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