| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Cross your fingers
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
More speedups to the Buildkite PR verification tests
|
| |
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| |
| |
| | |
this will just fail
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| |
| |
| | |
Help out anyone stumbling upon this to know the backstory
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| |
| |
| | |
We don't need any of this in Buildkite
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| |
| |
| | |
This should shave a minute off each of these tests
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| |
| |
| | |
These aren't necessary in Build Kite
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| |/
| | |
Speed up buildkite tests
|
|/
|
|
|
|
|
|
|
| |
Use the minimal container for the chefstyle tests
Remove extra env vars that were for travis
Exclude gem groups we don't care about
Parallelize the bundler commands
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Avoid constant warnings
|
| |
| |
| |
| |
| |
| |
| | |
Chef has gotten quite loud with warnings. This quiets things back down a
bit.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\ \
| | |
| | | |
Enable more BK verification tests
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Handles "-x" that was used to set "winrm-user" and is now Deprecated.
- Using symmetrical "USERNAME" and "PASSWORD" verbiages while displaying deprecated warnings.
- Added test cases
- Ensured Chefstyle
- Fixes MSYS-1046
Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \
| | | |
| | | | |
more distro constants
|
| | |/
| |/|
| | |
| | | |
Signed-off-by: Marc Chamberland <mchamberland@pbsc.com>
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \
| |/ /
|/| | |
Create bootstrap template in binmode to fix line endings
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Tempfile will create a file with CRLF on Windows, which when we upload to a
linux system then cannot be executed because of the line endings. Setting to
binmode prevents this.
Fixes chef/knife-ec2#580
Signed-off-by: Bryan McLellan <btm@chef.io>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| |/
|/| |
Add hooks for plugins in knife bootstrap
|
|/
|
|
|
|
|
|
|
|
| |
Most cloud plugins override #run today because they have additional
steps, such as being able to create an instance in the cloud before we
bootstrap it. This means it's easy for them to get out of sync.
This is a proposal for some hooks that enable better code reuse.
Signed-off-by: Bryan McLellan <btm@loftninjas.org>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Raise knife exceptions when verbosity is 3 (-VVV)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes #8433
When we added trace this check wasn't changed, which means you only saw
the stacktrace for 2 (-VV) but not for 3 (-VVV)
Signed-off-by: Bryan McLellan <btm@loftninjas.org>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
Trace output the actual bootstrap template filename
|
| |/
| |
| |
| |
| |
| |
| |
| | |
We're currently logging the directory we found the bootstrap template
in, but not actually the name of the file that we've chose. Minor change
to fix that.
Signed-off-by: Bryan McLellan <btm@loftninjas.org>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
Add new chocolatey_feature resource for managing features in Chocolatey
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add the ability to enable and disable a named Chocolatey feature by
creating a new Chef resource named chocolatey_feature. This accepts a
single property either from feature_name or directly from name attribute
then, based on the defined action, will either enable or disable that
feature. Resource inspects the current state of the chocolatey.config
in order to decide whether a change is required or not.
Signed-off-by: Gary Ewan Park <gep13@gep13.co.uk>
|
| | |
| | |
| | |
| | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \
| | | |
| | | | |
Improving error handling for template render
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
While Chef already implements a nice amount of information
in `TemplateError#to_s`, when using ChefSpec with RSpec, the `#to_s`
is not called, leaving us with no source information for template
errors.
By adding the filename to `Erubis::Eruby` initialization, we can get
a better backtrace that will show up in RSpec output.
Signed-off-by: Gabriel Mazetto <brodock@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
| | | |
| | | |
| | | | |
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
|
| | | |
| | | |
| | | |
| | | | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \ \ \
| |_|/ /
|/| | | |
Add distro constants for solo, zero and automate
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Tensibai <tensibai@iabis.net>
Signed-off-by: Marc Chamberland <mchamberland@pbsc.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Marc Chamberland <mchamberland@pbsc.com>
|