summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/file_system/multiplexed_dir.rb
Commit message (Expand)AuthorAgeFilesLines
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* mechanical conversion of most debug log statements to traceThom May2018-03-261-1/+1
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-12/+10
* Fix for #5027 - Remove bad variable referenceRob Di Marco2016-06-201-1/+1
* Allow rest entries to define a display pathThom May2016-05-051-2/+2
* Use double quotes by defaultThom May2016-01-141-2/+2
* Refactor "children" to use make_child_entry everywhere, simplifyjk/fs_childrenJohn Keiser2015-08-071-2/+2
* Fix multiple directory warning to print actual directoryJohn Keiser2015-08-071-1/+1
* Rename make_child / _make_child_entry -> make_child_entry for consistencyJohn Keiser2015-08-071-1/+1
* Speed up file system access by not listing children on everyJohn Keiser2015-08-071-1/+16
* Fix DELETE requests for -z for all endpoints, and PUT/POST for cookbooksJohn Keiser2013-10-111-1/+1
* Invalidate "children" caches when children are addedJohn Keiser2013-09-121-0/+1
* Add tests for multiple directories and name conflictsjkeiser2013-06-071-1/+1
* Capture Chef::Log warnings and errors in testsjkeiser2013-06-071-1/+1
* Support chef_repo_path, roles_path, multiple cookbook_pathsjkeiser2013-06-071-0/+48