| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Signed-off-by: poornima <poorndm@progress.com>
Update Label and Code owners
Signed-off-by: poornima <poorndm@progress.com>
Drop Ruby 2.4 Testing & Fix chefstyle issue
Signed-off-by: poornima <poorndm@progress.com>
Fix bundle exec args
Signed-off-by: poornima <poorndm@progress.com>
Modify bundle exec
Signed-off-by: poornima <poorndm@progress.com>
Modified verify-pipeline - command
Signed-off-by: poornima <poorndm@progress.com>
updated chefstyle
Signed-off-by: poornima <poorndm@progress.com>
Add ruby 3.0/3.1 tests on windows
Signed-off-by: poornima <poorndm@progress.com>
Offence corrected
Signed-off-by: poornima <poorndm@progress.com>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| |
| |
| | |
A few new chefstyle rules to improve readability here.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|/
|
|
|
|
| |
There's no need to use a regex here.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|
|
|
|
|
| |
Avoid requiring things that are already defined. Rubygems is very slow at traversing the filesystem.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|
|
|
|
|
| |
require_relative is significantly faster and should be used when available.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|
|
|
| |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
|
| |
|
|\
| |
| | |
Silence the warning for the default positional args case
|
| |
| |
| | |
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
| | |
|
| | |
|
|\ \
| |/
| | |
Forgot to put sign_version in the opts which would make it nil when p…
|
| |
| |
| |
| |
| | |
back out.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
|/ |
|
|
|
|
|
|
| |
Make both syntaxes do the right thing.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
|\ |
|
| |
| |
| |
| | |
Signed-off-by: Thom May <thom@chef.io>
|
| |
| |
| |
| | |
Signed-off-by: Thom May <thom@chef.io>
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: Thom May <thom@chef.io>
|
| |
| |
| |
| |
| |
| |
| | |
along with a lot of error checking.
And some YARD comments because sigh.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
| |
| |
| |
| | |
Signed-off-by: Matt Whiteley <mwhiteley@fastly.com>
|
| |
| |
| |
| | |
Signed-off-by: Matt Whiteley <mwhiteley@fastly.com>
|
| |
| |
| |
| | |
Signed-off-by: Matt Whiteley <mwhiteley@fastly.com>
|
|/
|
|
| |
Signed-off-by: Matt Whiteley <mwhiteley@fastly.com>
|
|
|
|
| |
Signed-off-by: Ryan Cragun <me@ryan.ec>
|
|
|
|
| |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|\
| |
| | |
Fix SignedObject::DEFAULT_SERVER_API_VERSION constant scope
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The DEFAULT_SERVER_API_VERSION is not a constant of the SignedHeaderAuth
module. Rather than forcing the constant lookup in that module we'll
remove the namespace and allow the Ruby constant lookup to handle it for
us. This resolves a bug where the constant lookup fails when
mixlib-authentication is vendored into other projects.
Signed-off-by: Ryan Cragun <me@ryan.ec>
|