summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs
Commit message (Collapse)AuthorAgeFilesLines
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-199-10/+10
| | | | no enforced trailing comma on arguments...
* 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?
* Fix new chefstyle issuesdanielsdeleo2016-02-163-3/+3
|
* Remove unused requiredanielsdeleo2016-02-161-1/+0
|
* Shorten ChefFS repo versioned cookbooks dir class namedanielsdeleo2016-02-162-3/+3
|
* Shorten ChefFS repo cookbook artifacts dir namedanielsdeleo2016-02-162-3/+5
|
* Shorten chef fs repo cookbooks dir class namedanielsdeleo2016-02-165-9/+9
|
* Adapt cookbooks dir to Repo::Directory usagedanielsdeleo2016-02-162-111/+60
|
* Fix knife integration testsdanielsdeleo2016-02-164-12/+37
|
* Extract cheffs dir behavior, move data bag classes to own filesdanielsdeleo2016-02-166-282/+312
|
* Fix chefstyle issuesdanielsdeleo2016-02-163-25/+12
|
* Add cheffs types for data bag and itemdanielsdeleo2016-02-161-20/+184
|
* Reorganize inlined code idiomaticallydanielsdeleo2016-02-161-17/+13
|
* Remove dead inlined codedanielsdeleo2016-02-161-228/+1
|
* Fully inline cheffs cookbook entry codedanielsdeleo2016-02-161-2/+123
|
* inline superclasses for cheffs cookbook entry by 3danielsdeleo2016-02-161-1/+28
|
* inline superclasses for cheffs cookbook entry by 2danielsdeleo2016-02-161-3/+115
|
* inline cheffs cookbook entry superclasses by 1danielsdeleo2016-02-161-1/+75
|
* Reorganize inlined cheffs cookbooks dir per normal organizationdanielsdeleo2016-02-161-20/+17
|
* remove commented inlined codedanielsdeleo2016-02-161-262/+1
|
* Completely inline cheffs cookboks dir superclassesdanielsdeleo2016-02-161-2/+122
|
* inline cheffs cookbook dir 3 levelsdanielsdeleo2016-02-161-1/+29
|
* Remove unused code and logic branches from inlined codedanielsdeleo2016-02-161-33/+28
|
* inline cheffs cookbook dir 2 levelsdanielsdeleo2016-02-161-8/+122
|
* Comment unused inlined codedanielsdeleo2016-02-161-26/+26
|
* Inline cheffs cookbook dir 1 leveldanielsdeleo2016-02-161-1/+79
|
* Organize inlined code in the normal waydanielsdeleo2016-02-161-14/+10
|
* Remove all commented code from cheffs data dirdanielsdeleo2016-02-161-302/+3
|
* Inline cheffs data bag dir all the waydanielsdeleo2016-02-161-4/+129
|
* Inline cheffs data bags dir 3 levelsdanielsdeleo2016-02-161-1/+28
|
* Remove unused code from level 2 inlineddanielsdeleo2016-02-161-47/+97
|
* Inlince cheffs data bags dir 2 levelsdanielsdeleo2016-02-161-3/+96
|
* Remove unused functionality from 1 level inlineddanielsdeleo2016-02-161-20/+32
|
* Inline ChefFS repo data bags dir 1 leveldanielsdeleo2016-02-161-2/+76
|
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-2/+2
|
* auto fixing some rubocopsLamont Granquist2016-02-099-28/+28
| | | | | | | | | Style/NegatedWhile Style/ParenthesesAroundCondition Style/WhileUntilDo Style/WordArray Performance/ReverseEach Style/ColonMethodCall
* autofixing some missed copsLamont Granquist2016-02-051-1/+1
| | | | second round of autofixing for some reason...
* autofixing whitespace copsLamont Granquist2016-02-0520-52/+52
| | | | | | | | | | | | | | | | | | | | | | 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
* auto-fixing some easy copschefstyle/fixesLamont Granquist2016-02-031-1/+1
| | | | | | | | | | | | | 3 Performance/CaseWhenSplat: Place when conditions with a splat at the end of the when branches. 1 Style/ElseAlignment: Align else with if. 1 Style/EvenOdd: Replace with Fixnum#even?. 1 Style/MethodDefParentheses: Use def with parentheses when there are parameters. 3 Style/PercentQLiterals: Do not use %Q unless interpolation is needed. Use %q. 3 Style/SpaceAfterColon: Space missing after colon. 2 Style/SpaceAfterMethodName: Do not put a space between a method name and the opening parenthesis. 2 Style/Tab: Tab detected. 1 Style/TrailingUnderscoreVariable: Do not use trailing _s in parallel assignment. 1 Style/UnneededCapitalW: Do not use %W unless interpolation is needed. If not, use %w.
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-0255-56/+56
| | | 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-0254-54/+54
| | | 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-0255-55/+55
| | | 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"
* Fix /acls/data_bags local mode pathJohn Keiser2016-02-011-0/+6
|
* Adjust tests for ACLsJohn Keiser2016-02-011-0/+1
|
* Add ACLs for policies, policy_groups and cookbook_artifactsJohn Keiser2016-02-014-4/+57
|
* Remove incorrect cookbook artifact normalizationfix-cookbook-artifact-normalizationdanielsdeleo2016-01-272-7/+1
| | | | | Pedant tests were leading us astray, we don't want to remove entries for empty cookbook segments
* Enable Chef 12 mode for local mode by defaultdanielsdeleo2016-01-261-2/+24
|
* Explain the various ChefFS modesdanielsdeleo2016-01-261-3/+31
|
* Merge pull request #4423 from chef/tm/rest_deprecationThom May2016-01-213-3/+3
|\ | | | | Add deprecation warnings to Chef::REST and all json_creates
| * Ensure we use from_hash rather than the deprecated json_createThom May2016-01-182-2/+2
| |