summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/file_system/repository/directory.rb
Commit message (Expand)AuthorAgeFilesLines
* File.exists? -> File.exist?existTim Smith2020-08-121-1/+1
* Get lib/ free of spelling violations.Pete Higgins2020-05-181-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Style/NegatedIfLamont Granquist2019-07-051-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+4
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* fix Layout/DotPositionLamont Granquist2018-07-021-3/+3
* Invalidate the cache on file creationtm/cache_invalidateThom May2016-08-021-0/+2
* Invalidate the file system cache on deletionThom May2016-08-011-0/+5
* Cache ChefFS childrentm/cache_fs_childrenThom May2016-07-261-1/+5
* Introduce display_name and use itThom May2016-05-051-0/+4
* Ensure most directories are subclasses of Directorytm/flow_252Thom May2016-04-131-1/+1
* ensure directory and file_system_entry are compatibleThom May2016-04-131-2/+15
* Move all ChefFS exceptions into a single filetm/combined_chef_fs_exceptionsThom May2016-04-131-1/+1
* Fix new chefstyle issuesdanielsdeleo2016-02-161-1/+1
* Fix knife integration testsdanielsdeleo2016-02-161-6/+20
* Extract cheffs dir behavior, move data bag classes to own filesdanielsdeleo2016-02-161-0/+125