| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
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.
|
|\ \ \
| |_|/
|/| | |
remove Gemfile.lock from omnibus
|
|/ /
| |
| |
| | |
CI/CD - let it float, fix it when it breaks
|
| | |
|
|\ \
| | |
| | | |
fixes #4515 and use FormatMessage to get correct error messages from native API instead of retyping them with our fingers
|
| |/
| |
| |
| | |
API instead of retyping them with our fingers
|
|\ \
| |/
|/| |
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.
|
|\ \
| | |
| | | |
add pry, pry-byebug, pry-remote to omnibus-chef
|
|/ /
| |
| |
| |
| | |
removes pry as a dep of chef directly because it was never a dep of
chef.
|
|\ \
| | |
| | | |
Copyright and author line update
|
| | | |
|
| | | |
|
| | |
| | |
| | | |
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"
|
| | | |
|
| | |
| | |
| | | |
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 osx_profile coverage failure and update spec
|
| | |
| | |
| | |
| | | |
profiles installed
|
| | | |
|
|\ \ \
| |/ /
|/| | |
rbx can't install ruby-prof
|
|/ / |
|
|\ \
| | |
| | | |
Make windows event log tests faster
|
| | |
| | |
| | |
| | |
| | | |
Using SecureRandom is slow if it is not initialized.
Random is good enough for this test.
|
|/ / |
|
|\ \
| | |
| | | |
Modified all windows paths to not reload anything from ohai
|
| | |
| | |
| | |
| | |
| | | |
This test is causing the rspec tests in appveyor to exit
with 116
|
| | |
| | |
| | |
| | |
| | | |
Something is causing the 64bit tests to fail,
this should help narrow it down
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Rerunning ohai wastes a lot of time. This should
get us back to within our time limits in appveyor
even with the perf regression in Ohai.
Don't rerun ohai for unit/regsitry_helper_spec
Ohai is slow. We don't need to rerun this, it's
already run in our spec_helper.
Don't keep rerunning ohai for reboot_pending_spec
Running Ohai is slow. This should know almost 2
mins off the runtime of the tests.
Don't need to run ohai for registry_spec
crypto_spec does not need its own ohai
cmdlet_spec does not need its own ohai
functional registry_helper_spec does not need its own ohai
Use spec ohai system for knife configure_spec
Use OHAI_SYSTEM for dsc_script_spec
use OHAI_SYSTEM for dsc_resource_spec
|
|\ \
| | |
| | | |
explicitly specify user permissions during msi install of chef directory
|
| | | |
|
|\ \ \
| | | |
| | | | |
Don't rerun ohai for ohai_spec when not needed
|
|/ / /
| | |
| | |
| | | |
Running ohai is slow
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
correct windows 10 major/minor version numbers
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
`property_type(is: [:a, :b], default: :c)` was broken because ParamsValidate requires its input to have a name and property types don't have one.
|