| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
contain a common name. Stores the certificate under the URI host instead of the common name in that case
Signed-off-by: tyler-ball <tyleraball@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
For the commands that allow you to filter which attributes it shows you
using the `--attribute` flag, add the `--field-separator` flag to allow
the user to customize which character(s) they want to use to deliniate the
attribute hierarchy.
```shell
knife node show NODE -S: -a "packages:Chef Client v12.12.15"
```
Signed-off-by: Tom Duffield <tom@chef.io>
|
| |
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
|
|
|
|
| |
we want attributes before methods
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| |
|
|
| |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| |
|
|
| |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| |
|
|
| |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | |
|
| | |
|
| |
|
|
| |
Signed-off-by: Thom May <thom@may.lt>
|
| |
|
|
|
|
|
| |
this allows us to be truely cross platform, and also to ignore unsafe
paths and permissions.
Signed-off-by: Thom May <thom@chef.io>
|
| |\
| |
| | |
Deprecate knife-supermarket gem
|
| | |
| |
| |
| |
| |
| |
| | |
Include all knife supermarket sub commands here, and allow all knife
cookbook site commands to have a configurable supermarket URL.
Signed-off-by: Thom May <thom@may.lt>
|
| | |
| |
| |
| | |
Signed-off-by: Thom May <thom@chef.io>
|
| | | |
|
| |/
|
|
|
|
| |
Fixes #4934
Signed-off-by: Thom May <thom@may.lt>
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This reverts commit e25b75e9fcd26ccc9c9094a43b614306de1047db.
|
| | |
|
| |\
| |
| | |
Improve the docs generated by knife cookbook create
|
| | | |
|
| |/ |
|
| |\
| |
| | |
Improve wording in Knife
|
| | | |
|
| |/
|
|
|
| |
this is part of our informal style guide, lets make it formal since
clearly its not getting followed very well.
|
| |\
| |
| | |
Autofixing new Perf cops in 0.37.2
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
6 Performance/Casecmp
18 Performance/Detect
1 Performance/RangeInclude
27 Performance/RedundantBlockCall
6 Performance/RedundantMatch
5 Performance/RedundantMerge
18 Performance/StringReplacement
|
| | | |
|
| |/
|
|
|
| |
When knife finds a client.d/ directory, it will upload
all files nested under that directory.
|
| |
|
|
| |
no enforced trailing comma on arguments...
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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?
|
| |\
| |
| | |
Extend cookbook shadowing deprecation warnings more broadly
|
| | |
| |
| |
| | |
knife cookbook upload already warns once
|
| |\ \
| | |
| | | |
Update to Log Level when showing unencrypted databag
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
| | |
| | |
| | | |
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
|
| | | | |
|
| |/ /
| |
| |
| | |
fixes #4549
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |\
| |
| | |
Allow use of command line fips switch for knife
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
| |
| | |
Generated via git ls-files | xargs perl -pi -e "s/(Author.*?<[^@]+@)(?:opscode\\.com|getchef\\.com)(>)/\\1chef.io\\2/gi"
|
| | |
| |
| | |
Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi"
|