This project is mirrored from https://github.com/chef/chef-sugar.
Pull mirroring updated .
- 12 Nov, 2020 1 commit
-
-
Tim Smith authored
Signed-off-by:
Tim Smith <tsmith@chef.io>
-
- 11 Nov, 2020 8 commits
-
-
Chef Expeditor authored
Obvious fix; these changes are the result of automation not creative thinking.
-
Chef Expeditor authored
Obvious fix; these changes are the result of automation not creative thinking.
-
Tim Smith authored
Signed-off-by:
Tim Smith <tsmith@chef.io>
-
Tim Smith authored
Signed-off-by:
Tim Smith <tsmith@chef.io> Co-authored-by:
pete higgins <pete@peterhiggins.org>
-
Tim Smith authored
Signed-off-by:
Tim Smith <tsmith@chef.io> Co-authored-by:
pete higgins <pete@peterhiggins.org>
-
Tim Smith authored
Signed-off-by:
Tim Smith <tsmith@chef.io> Co-authored-by:
pete higgins <pete@peterhiggins.org>
-
Tim Smith authored
This spec actually ran the code and it would fail if you had node installed. Signed-off-by:
Tim Smith <tsmith@chef.io>
-
Tim Smith authored
We have our own which helper in the DSL now, which takes 2 args. This helper is getting injected over it, which works most of the time (not as well), but doesn't work when someone passes additional args. This breaks gem_package and probably some other things in the ecosystem. We need to continue to support chef-sugar being installed on a modern chef-client release since that's necessary for client upgrades, but we should not allow the injection of a legacy helper over the built-in. Signed-off-by:
Tim Smith <tsmith@chef.io>
-
- 14 Aug, 2020 5 commits
-
-
Chef Expeditor authored
Obvious fix; these changes are the result of automation not creative thinking.
-
Chef Expeditor authored
Obvious fix; these changes are the result of automation not creative thinking.
-
Tim Smith authored
Only require libs if we haven't already loaded them
-
Tim Smith authored
Signed-off-by:
Tim Smith <tsmith@chef.io>
-
Tim Smith authored
Rubygems is very slow at requiring files so only do it if we really need to. Signed-off-by:
Tim Smith <tsmith@chef.io>
-
- 31 Jan, 2020 3 commits
-
-
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
Signed-off-by:
Lamont Granquist <lamont@scriptkiddie.org>
-
- 30 Jan, 2020 1 commit
-
-
Lamont Granquist authored
Signed-off-by:
Lamont Granquist <lamont@scriptkiddie.org>
-
- 15 Nov, 2019 4 commits
-
-
Chef Expeditor authored
Obvious fix; these changes are the result of automation not creative thinking.
-
Tim Smith authored
Fix Ruby 2.3 tests
-
Tim Smith authored
rubyzip no longer supports ancient Ruby Signed-off-by:
Tim Smith <tsmith@chef.io>
-
Lamont Granquist authored
Signed-off-by:
Lamont Granquist <lamont@scriptkiddie.org>
-
- 13 Nov, 2019 5 commits
-
-
Chef Expeditor authored
Obvious fix; these changes are the result of automation not creative thinking.
-
Chef Expeditor authored
Obvious fix; these changes are the result of automation not creative thinking.
-
Tim Smith authored
Don't fail if Chef::VERSION isn't defined
-
Lamont Granquist authored
this allows chef-sugar to continue to be used with omnibus Signed-off-by:
Lamont Granquist <lamont@scriptkiddie.org>
-
Chef Expeditor authored
Obvious fix; these changes are the result of automation not creative thinking.
-
- 12 Nov, 2019 13 commits
-
-
Chef Expeditor authored
Obvious fix; these changes are the result of automation not creative thinking.
-
Tim Smith authored
Deprecate chef-sugar node API
-
Chef Expeditor authored
Obvious fix; these changes are the result of automation not creative thinking.
-
Tim Smith authored
Get the tests green
-
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 the gem tasks from the Rakefile Move kitchen gems to their own group Require an older chefspec that works on more Ruby releases Signed-off-by:
Tim Smith <tsmith@chef.io>
-
Lamont Granquist authored
This will not be pulled into core chef. The conventional chef node attributes API should be used instead. - The `#in?` helper is dropped as being too trivial - The deep fetch API was implemented ages ago in `node.read[!]` - The namespace API will not be accepted into core due to the utilization of method_missing. 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
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
-