| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|\
| |
| | |
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>
|
|/
|
|
|
|
| |
There's no need to use a regex here.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
Avoid requiring things that are already defined. Rubygems is very slow at traversing the filesystem.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
require_relative is significantly faster and should be used when available.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
| |
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
|
|
|
|
|
| |
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>
|
| |
| |
| |
| |
| |
| |
| | |
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: 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>
|
|/
|
|
|
|
|
|
|
|
| |
This change makes mixlib-log an optional dependency. When it's available
in the LOAD_PATH it will be used by default, otherwise, all logging will
will be forwarded to a null logger that does nothing. This is useful for
cases where small utilities can consume mixlib-authentication and not
have to pull in additional gems.
Signed-off-by: Ryan Cragun <me@ryan.ec>
|
|
|
|
| |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Thom May <thom@may.lt>
|
|
|
|
|
|
|
| |
I had assumed that those functions were only used internally to
mixlib-authentication. It seems that oc-chef-pedant tests use
these functions. This patch makes the function backwards compatible
by defaulting to using SHA1 for the digester if one is not supplied
|
|
|
|
| |
We no longer has user id and path as it is not required.
|
|
|
|
| |
This removes SHA1 from v1.3. v1.0 and v1.1 support SHA1 only
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
It was assuming SHA1, we're going to want to be able to pass
in other values
|
| |
|
| |
|
|
|
|
|
|
| |
We need to wait until Chef 11, when we can make a break to change to
1.1, because this relies on the server side supporting 1.1 to work
correctly.
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
lib/mixlib/authentication/signedheaderauth.rb
|
| |
| |
| |
| |
| | |
when the POST's 'file' parameter isn't actually a File. Needs mixlib-authen
CHEF-780 changes to work. modified some comments for clarity.
|
| | |
|
|\ \
| | |
| | |
| | | |
git://github.com/skeptomai/mixlib-authentication into skeptomai/total-integration
|
| |/ |
|
| | |
|
| | |
|
|/ |
|