| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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?
|
|\
| |
| | |
launchd for osx
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Extend cookbook shadowing deprecation warnings more broadly
|
| | |
| | |
| | |
| | | |
knife cookbook upload already warns once
|
| | | |
|
|\ \ \
| | | |
| | | | |
fix trailing whitespace
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
Prepend chef to tempfile name
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | | |
Refactor test to remove duplicate definition of ShellCmdResult
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Update to Log Level when showing unencrypted databag
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Make sure we have a valid object before calling close!
|
| | |_|/ /
| |/| | | |
|
|/ / / / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This just codifies the behaviour we're actually using - that we're
passing a json string and expecting a hash back.
Also adds a deprecation warning to the use of Chef::JSONCompat.from_json
|
|\ \ \ \
| | | | |
| | | | | |
pull rubocop 0.37.2 into chefstyle
|
| | | | |
| | | | |
| | | | |
| | | | | |
this looks nicer.
|
| | |_|/
| |/| |
| | | |
| | | |
| | | | |
this is from the same ruleset that we had, but the new code catches more
conditions.
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
fix a batch of cops
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Style/NegatedWhile
Style/ParenthesesAroundCondition
Style/WhileUntilDo
Style/WordArray
Performance/ReverseEach
Style/ColonMethodCall
|
|\ \ \ \
| | | | |
| | | | | |
removing rm -rf in chef-solo recipe_url
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- deprecates '-r' used for the recipe_url in chef-solo
- adds --delete-entire-chef-repo option for users who want the
old behavior back.
- cleans up some old code
closes #3802
closes #1515
closes #1751
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
fixes #4549
|
| | |
| | |
| | |
| | | |
second round of autofixing for some reason...
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Chocolatey.
|
|\ \ \
| |/ /
|/| | |
auto-fixing some easy cops
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| |/ /
|/| | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
verbose log info.
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Allow use of command line fips switch for knife
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This refactor allows for better mocking in the tests.
Before, when init_openssl was called, classes would
get monkey patched. While this may not cause problems
now, some day in the future, somebody would have been
like "WTF is going on".
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This somewhat worked before. However, it was just for knife bootstrap.
It also didn't support --no-fips in the case where it was in your
knife.rb and you decided that you didn't want to use fips for
that one call.
The assumption here is fips mode you run knife with is the fips
mode the node will get. This has the nice property that validatorless
bootstraps will talk to the chef server in fips mode if the node
is requested to be in fips mode.
|
|\ \ \
| | | |
| | | | |
Copyright and author line update
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | | |
Generated via git ls-files | xargs perl -pi -e "s/(Author.*?<[^@]+@)(?:opscode\\.com|getchef\\.com)(>)/\\1chef.io\\2/gi"
|