summaryrefslogtreecommitdiff
path: root/lib/chef/provider/mount/mount.rb
Commit message (Collapse)AuthorAgeFilesLines
* Vbox's shared filesystem driver uses non-file device names too. Noah Kantrowitz2016-03-101-1/+1
|
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-1/+1
| | | | | | | | | | | | | | | 252 Style/TrailingCommaInLiteral 84 Style/TrailingCommaInArguments 15 Style/SpaceAroundKeyword -- 351 Total We already dealt with SpaceAroundKeyword under its old name SpaceBeforeModifierKeyword, it looks like it got stricter about spaces after keywords. TrailingComma also got split, and it looks like the TrailingCommaInArguments behavior is new?
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
|
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
| | | | | | | | | Style/NegatedWhile Style/ParenthesesAroundCondition Style/WhileUntilDo Style/WordArray Performance/ReverseEach Style/ColonMethodCall
* autofixing whitespace copsLamont Granquist2016-02-051-4/+4
| | | | | | | | | | | | | | | | | | | | | | 4174 Style/SpaceInsideHashLiteralBraces 1860 Style/SpaceAroundOperators 1336 Style/SpaceInsideBlockBraces 1292 Style/AlignHash 997 Style/SpaceAfterComma 860 Style/SpaceAroundEqualsInParameterDefault 310 Style/EmptyLines 294 Style/IndentationConsistency 267 Style/TrailingWhitespace 238 Style/ExtraSpacing 212 Style/SpaceBeforeBlockBraces 166 Style/MultilineOperationIndentation 144 Style/TrailingBlankLines 120 Style/EmptyLineBetweenDefs 101 Style/IndentationWidth 82 Style/SpaceAroundBlockParameters 40 Style/EmptyLinesAroundMethodBody 29 Style/EmptyLinesAroundAccessModifier 1 Style/RescueEnsureAlignment
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/(Author.*?<[^@]+@)(?:opscode\\.com|getchef\\.com)(>)/\\1chef.io\\2/gi"
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
| | | Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi"
* 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"
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
| | | | | | See chef/chefstyle#11 for analysis and discussion. We select '{}' since audit of our source code shows that is the most common, and that used to be the dominant learning paradigm (e.g. in ruby 1.9 pickaxe book.
* Use double quotes by defaultThom May2016-01-141-2/+2
| | | | | | | 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.
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-11/+11
|
* Create tests for all previous provider_mappingsjk/one_map_to_rule_them_allJohn Keiser2015-06-021-0/+2
|
* fix aix related providers to replace popen4 with mixlib shell_outkaustubh-d2015-02-171-4/+3
|
* mount resource : allow to mount cgroupsNicolas Szalay2014-10-151-1/+1
|
* there is always an option!James Belchamber2014-08-211-5/+1
|
* remount now honours optionsJames Belchamber2014-08-211-1/+5
|
* Add word boundary to mount point regexp in mount mounted functionEric Herot2014-07-301-1/+1
|
* Add word boundary to mount point regexp in mount disable functionEric Herot2014-07-301-1/+1
|
* add shell_out to base provider codeLamont Granquist2014-07-291-2/+0
|
* CHEF-4957: Mount resource won't work when device is a relative symlinkMaxime Caumartin2014-03-281-1/+1
|
* Use real path while checking for mounted directories.sersut2013-10-171-4/+14
|
* Normalize whitespace on all filesSeth Vargo2013-09-261-10/+10
|
* implement review comment - updated_by_last_action is updated by parent.kaustubh-d2013-07-221-2/+0
|
* Incorporated review commentsDeepali Jagtap2013-07-221-1/+1
|
* mark resource updated when re-enable fs and ordered comparison of mount options.kaustubh-d2013-07-221-1/+3
|
* Removed commentsdeepalijagtap2013-07-221-1/+1
|
* Fix remount on AIX for mountdeepalijagtap2013-07-221-2/+6
|
* don't explode if the mount point or device is "none"Thom May2013-05-241-2/+3
|
* Remove string interpolation and adjust commentKristian Vlaardingerbroek2013-04-121-0/+3
|
* Add comment to regular expression and add unit testsKristian Vlaardingerbroek2013-04-121-0/+1
|
* Fix regular expression for symlinks in device_mount_regexKristian Vlaardingerbroek2013-04-121-1/+1
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+252
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!