This project is mirrored from https://github.com/chef/chef-sugar.
Pull mirroring updated .
- 12 Nov, 2019 29 commits
-
-
Tim Smith authored
Move test deps to the Gemfile
-
Tim Smith authored
This is how we do it in our other gems Signed-off-by:
Tim Smith <tsmith@chef.io>
-
Chef Expeditor authored
Obvious fix; these changes are the result of automation not creative thinking.
-
Tim Smith authored
Additional Chef-15 greenification
-
Lamont Granquist authored
unbreaks this API for chef-utils-containing chef-15 Signed-off-by:
Lamont Granquist <lamont@scriptkiddie.org>
-
Chef Expeditor authored
Obvious fix; these changes are the result of automation not creative thinking.
-
Tim Smith authored
Fix metadata.rb version updatig logic and use SPDX compliant license strings
-
Tim Smith authored
Signed-off-by:
Tim Smith <tsmith@chef.io>
-
Tim Smith authored
Signed-off-by:
Tim Smith <tsmith@chef.io>
-
Tim Smith authored
Avoid warnings from rubygems Signed-off-by:
Tim Smith <tsmith@chef.io>
-
Chef Expeditor authored
Obvious fix; these changes are the result of automation not creative thinking.
-
Tim Smith authored
Switch gemfile back to chef-sugar
-
Tim Smith authored
Make this the default gem Signed-off-by:
Tim Smith <tsmith@chef.io>
-
Chef Expeditor authored
Obvious fix; these changes are the result of automation not creative thinking.
-
Tim Smith authored
Use Expeditor to set the version in the metadata.rb file
-
Tim Smith authored
Don't use the require here that causes all sorta of chef problems. Signed-off-by:
Tim Smith <tsmith@chef.io>
-
Chef Expeditor authored
Obvious fix; these changes are the result of automation not creative thinking.
-
Tim Smith authored
Beginning of chef-sugar deprecation
-
Lamont Granquist authored
Signed-off-by:
Lamont Granquist <lamont@scriptkiddie.org>
-
Lamont Granquist authored
Signed-off-by:
Lamont Granquist <lamont@scriptkiddie.org>
-
Lamont Granquist authored
This PR marks everything that we've pulled into core chef to be omitted when loaded on modern chef-client that has chef-utils It also includes a TODO list for what remains to be done and an audit of the remaining stuff. Should be considered internal documentation + notes (I do not want copyediting on that, its for me + btm mostly) Signed-off-by:
Lamont Granquist <lamont@scriptkiddie.org>
-
Chef Expeditor authored
Obvious fix; these changes are the result of automation not creative thinking.
-
Tim Smith authored
Add github templates and a code of conduct
-
Tim Smith authored
Signed-off-by:
Tim Smith <tsmith@chef.io>
-
Tim Smith authored
Signed-off-by:
Tim Smith <tsmith@chef.io>
-
Tim Smith authored
Remove support for EOL Ruby 2.2 Signed-off-by:
Tim Smith <tsmith@chef.io>
-
Chef Expeditor authored
Obvious fix; these changes are the result of automation not creative thinking.
-
Tim Smith authored
Wire up Expeditor and support both chef-sugar and chef-sugar-ng
-
Tim Smith authored
Support both gem names and use Expeditor for release / test Signed-off-by:
Tim Smith <tsmith@chef.io>
-
- 19 Sep, 2019 8 commits
-
-
Bryan McLellan authored
fix homepage to point to this repo on rubygems
-
Bryan McLellan authored
Signed-off-by:
Bryan McLellan <btm@loftninjas.org>
-
Marc A. Paradise authored
Restore original authorship
-
Marc A. Paradise authored
Authorship should not have been changed for this gem. This change reverts authorship to sethvargo. Signed-off-by:
Marc A. Paradise <marc.paradise@gmail.com>
-
Marc A. Paradise authored
Bump version to 5.0.2
-
Marc A. Paradise authored
Updates for the gem rename to chef-sugar-ng. Signed-off-by:
Marc A. Paradise <marc.paradise@gmail.com>
-
Tyler Ball authored
Rename the gem to chef-sugar-ng.
-
Marc A. Paradise authored
The namespace and cookbook remain the same. Signed-off-by:
Marc A. Paradise <marc.paradise@gmail.com>
-
- 13 May, 2019 1 commit
-
-
kesensoy authored
-
- 03 May, 2019 1 commit
-
-
Eammon Hanlon authored
Parallels Desktop appears as node['virtualization']['systems'] == 'parallels' not 'Parallels'
-
- 19 Mar, 2019 1 commit
-
-
Ryan Frantz authored
* Modifies systemd? behavior. - Checks for the presence and executable-ness of 'systemctl', similar to the pattern used for other supervisors. - This also help support cases where chef-sugar is used on containers (i.e. for unit testing) where /proc/1/comm will not be 'systemd' but the name of the process running in the container (i.e. 'bash' or 'ssh'). Signed-off-by:
Ryan Frantz <ryanleefrantz@gmail.com> * Bumps version and upadtes CHANGELOG Signed-off-by:
Ryan Frantz <ryanleefrantz@gmail.com> * Update to use File::exist? - This should properly cover all Linux distros like RHEL, Ubuntu, and SLES because they have, at a minimum, a symlink at /bin/systemctl. - NOTE: All distros except Ubuntu have /usr/bin/systemctl. Weird, eh?
-