summaryrefslogtreecommitdiff
path: root/lib/chef/util/path_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Use double quotes by defaultThom May2016-01-141-1/+1
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* Fix up comments and default priority (when nothing matches)John Keiser2015-06-021-201/+3
|
* Use the central priority map for `provides`John Keiser2015-06-021-4/+201
|
* Use PathHelper from chef-configdanielsdeleo2015-05-201-204/+3
|
* Fix bug where unset HOME would cause chef to crashJay Mundrawala2015-03-261-3/+3
| | | | | | Issue #3153 When running chef with HOME unset (going to be a common case on the nixs), Chef will crash when it uses the all_homes function.
* Added a path helper to determine the home directory.Kartik Null Cating-Subramanian2015-03-201-0/+76
|
* fix Lint/LiteralInConditionLamont Granquist2015-02-181-1/+1
|
* Remove some RUBY_VERSION < 2 comparisons (ruby < 2 specific, issue #2497)Xabier de Zuazo2015-01-271-3/+0
|
* Fixing cookbook loading for windowsJay Mundrawala2014-09-291-0/+4
|
* Add spec for escape_glob with multiple path parts.Claire McQuin2014-09-241-1/+1
|
* Use cleanpath after joinClaire McQuin2014-09-221-1/+1
|
* Add method to escape glob reserved characters.Claire McQuin2014-09-221-0/+8
|
* Make join work properly with leading slashesJohn Keiser2014-08-301-4/+4
|
* Move Chef::Config path functions to Chef::Util::PathHelperJohn Keiser2014-08-301-6/+54
|
* CHEF-5322: Add utility for validating Windows pathsBryan McLellan2014-06-051-0/+94