| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
A few pretty obvious ones that avoid returning large data sets that we then search for the data we want.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Switch back to a supported nokogiri release
|
| |
| |
| |
| |
| |
| |
| |
| | |
Nokogiri 1.10.10 shipped this week and it adds Ruby 2.7 binaries for
Windows. This allows us to get of the beta release and back onto a
supported stable release.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| |/
|/| |
Implement ENFORCE_LICENSE dist constant for knife bootstrap
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
As a user of a community Chef distribution, I would like to be able to use knife
bootstrap without requiring the license check [1]. It's expected that that user
would not be installing a licensed version of Chef Infra Client, but instead a
community distribution.
This provides a similar feature as used in other places which makes it much
easier to disable the license check.
[1] https://gitlab.com/cinc-project/distribution/workstation/-/issues/3
Signed-off-by: Lance Albertson <lance@osuosl.org>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
update to powershell_out to be compatible with 32 bit windows
|
|/ /
| |
| |
| | |
Signed-off-by: Davin Taddeo <davin@chef.io>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
Update windows_security_policy for better idempotency
|
| | |
| | |
| | |
| | | |
Signed-off-by: Davin Taddeo <davin@chef.io>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- failing functionality tests (load_current_value wasn't pulling in the method from the action_class)
- Creating a failure condition if users try to update LockoutDuration or RresetlockoutCount when LockoutBadCount is set to 0 (must be non-zero to have the other two options configurable).
- Moving from powershell_out() to powershell_exec()
Signed-off-by: Davin Taddeo <davin@chef.io>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Davin Taddeo <davin@chef.io>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Davin Taddeo <davin@chef.io>
|
| |\ \
| | | |
| | | |
| | | | |
windows_security_policy
|
| | | |
| | | |
| | | | |
Co-authored-by: pete higgins <pete@peterhiggins.org>
|
| |\ \ \
| | |/ /
| |/| | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
and maybe faster execution.
Signed-off-by: Davin Taddeo <davin@chef.io>
|
| | | |
| | | |
| | | |
| | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \
| | | | |
| | | | | |
Bump train-core to 3.3.6
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
This pull request was triggered automatically via Expeditor when train-core 3.3.6 was promoted to Rubygems.
This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
|
| | | |
| | | |
| | | |
| | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \
| | | | |
| | | | | |
Use bash not execute in build_essential for better output
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This avoids a giant output in logs that includes our comments
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Bump inspec-core-bin to 4.21.3
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This pull request was triggered automatically via Expeditor when inspec-core-bin 4.21.3 was promoted to Rubygems.
This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This forces the formatter output off for users that use the
winevt or syslog options to the log_location.
This changes nothing about the logging behavior from Chef-15, those
never supported formatter output.
It creates some more clear consistency with how STDOUT behaves when
those options are used.
- We do not have the ability (fairly fundamentally in the Chef::Log
class itself) to have different log levels running at the same time
so either you get :warn or you get :info and we'll likely never
be able to support mix-and-match.
- Without mix-and-match if you're trying to use the formatter on
STDOUT the syslog logger you have to either pick :warn -- which
makes the syslog output totally useless, or else pick :info --
which intersperses all of the info logger output with the
formatter on STDOUT and leads to complaints and bug reports.
- So we force the logger on, although users can still get the old
STDOUT logging behavior back with --force-formatter -l info
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | |
| | | |
| | | |
| | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
| | | |
| | | |
| | | |
| | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \
| | | | |
| | | | | |
Reserve deprecation ID that was used in Chef-15
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix release build tests, part 3
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Add release notes for 16.2.72
Signed-off-by: Tim Smith <tsmith@chef.io>
* Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-authored-by: pete higgins <pete@peterhiggins.org>
* Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-authored-by: pete higgins <pete@peterhiggins.org>
* Add missing comma
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-authored-by: pete higgins <pete@peterhiggins.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix release build tests, part 2
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix release build tests
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
|