summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Chef-13: coerce package options property to a Stringlcg/package-optionsLamont Granquist2017-04-027-12/+19
| | | | | | | Windows side we still can't support this kind of API, this is for Unix-ey stuff. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Note final removal of run_command API in RELEASE_NOTESLamont Granquist2017-04-011-0/+4
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version of chef to 13.0.85 by Chef Versioner.v13.0.85Chef Versioner2017-04-025-10/+17
|
* Merge pull request #5984 from chef/lcg/notifying-array-resourcesLamont Granquist2017-04-018-29/+111
|\ | | | | Chef-13: fix notifying array resources
| * nokogiri 1.6 snuck back in againLamont Granquist2017-03-311-5/+5
| | | | | | | | | | | | can't wait for that 1.8 release with 2.4 support... Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * bump deps, mostly for poise againLamont Granquist2017-03-311-15/+15
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * [ci skip] note slight breakage in RELEASE_NOTESLamont Granquist2017-03-311-0/+14
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Chef-13: fix notifying array resourcesLamont Granquist2017-03-316-19/+87
| | | | | | | | | | | | | | | | this also deprecates the multi-resource notification syntax where `foo[a,b]` would attempt to notify both `foo[a]` and `foo[b]` because that is hella ambiguous. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version of chef to 13.0.84 by Chef Versioner.v13.0.84Chef Versioner2017-04-015-10/+14
| |
* | Merge pull request #5985 from chef/lcg/remove-run-commandLamont Granquist2017-04-0142-887/+118
|\ \ | |/ |/| Chef-13: remove deprecated run_command API entirely
| * need to call load_current_resource before this testLamont Granquist2017-04-011-1/+2
| | | | | | | | | | | | i wonder what it was tesing before... Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * few more stray popen4 failing specsLamont Granquist2017-04-012-2/+3
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * also need to wrap Errno::EPIPE here at leastLamont Granquist2017-04-011-2/+2
| | | | | | | | | | | | possibly others Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * revert back to throwing Chef::Exceptions::CronLamont Granquist2017-04-012-3/+6
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix remaining specs for popen4 removalLamont Granquist2017-04-015-75/+34
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * try using pty on aix with ruby 2.4Lamont Granquist2017-04-011-38/+20
| | | | | | | | | | | | perhaps this has been fixed now? Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * convert remaining popen4 code to shell_outLamont Granquist2017-04-015-78/+35
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * remove the specs, remove include from shell_specLamont Granquist2017-03-312-110/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * remove popen4 from cron resource + fix specsLamont Granquist2017-03-313-60/+21
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * remove the platform-specific run_command codeLamont Granquist2017-03-312-291/+0
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Chef-13: remove deprecated run_command API entirelyLamont Granquist2017-03-3128-233/+0
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version of chef to 13.0.83 by Chef Versioner.v13.0.83Chef Versioner2017-03-315-11/+10
|
* Merge pull request #5977 from chef/lcg/ssh-fuzzifierLamont Granquist2017-03-315-14/+51
|\ | | | | apply knife search node fuzzifier to knife ssh
| * [ci skip] slight more clarity in RELEASE_NOTESLamont Granquist2017-03-311-2/+3
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * [ci skip] typo in RELEASE_NOTESLamont Granquist2017-03-311-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * [ci skip] add RELEASE_NOTELamont Granquist2017-03-311-0/+6
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add a few testsLamont Granquist2017-03-312-2/+23
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * apply knife search node fuzzifier to knife sshLamont Granquist2017-03-313-13/+22
|/ | | | | | | extracts out a common 'fuzz' option to Chef::Search::Query so that anyone can use it. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version of chef to 13.0.82 by Chef Versioner.v13.0.82Chef Versioner2017-03-315-10/+10
|
* Merge pull request #5982 from chef/lcg/deprecated-resource-methodLamont Granquist2017-03-311-11/+0
|\ | | | | Chef-13: remove Chef::Resource.updated=
| * remove Chef::Resource.updated=Lamont Granquist2017-03-311-11/+0
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version of chef to 13.0.81 by Chef Versioner.v13.0.81Chef Versioner2017-03-315-10/+10
| |
* | Merge pull request #5983 from chef/lcg/deprecated-launchd-attrLamont Granquist2017-03-311-12/+0
|\ \ | | | | | | Chef-13: remove deprecated launchd resource hash property
| * | Chef-13: remove deprecated launchd resource hash propertyLamont Granquist2017-03-311-12/+0
|/ / | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version of chef to 13.0.80 by Chef Versioner.v13.0.80Chef Versioner2017-03-315-10/+10
|/
* Merge pull request #5979 from chef/lcg/more-node-method_missingLamont Granquist2017-03-312-22/+0
|\ | | | | Chef-13: remove more deprecated method_missing access
| * remove more deprecated method_missing accessLamont Granquist2017-03-312-22/+0
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version of chef to 13.0.79 by Chef Versioner.v13.0.79Chef Versioner2017-03-305-10/+12
|
* Merge pull request #5938 from chef/lcg/dsl-argsLamont Granquist2017-03-3013-29/+130
|\ | | | | Chef-13: Support nameless resources and remove deprecated multi-arg resources
| * add relnotes for nameless resources [ci skip]Lamont Granquist2017-03-301-0/+15
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix specs for nameless resourcesLamont Granquist2017-03-302-3/+3
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * make nameless properties opt-inLamont Granquist2017-03-308-21/+33
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * remove specLamont Granquist2017-03-301-5/+0
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Chef-13: Support nameless resources and remove deprecated multi-arg resourcesLamont Granquist2017-03-308-28/+107
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes nameless resources work in the DSL: ```ruby apt_update ``` It does it by giving it an empty-string name of "" It also drops support for multi-arg resources, that has been deprecated for some time: ```ruby some_resource "foo", "bar", "baz" ``` Note that multipackage package resources do not use multiple args, but a single argument which is an arry: ```ruby package [ "lsof", "strace", "tcpdump" ] ``` So this change does not affect that usage. Multi-arg has been deprecated for some time now and its not clear that it was ever used by anyone. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version of chef to 13.0.78 by Chef Versioner.v13.0.78Chef Versioner2017-03-305-16/+10
|
* Merge pull request #5968 from chef/lcg/bump-acceptance-gemsLamont Granquist2017-03-301-10/+11
|\ | | | | bumping acceptance gems
| * bumping acceptance gemsLamont Granquist2017-03-301-10/+11
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version of chef to 13.0.77 by Chef Versioner.v13.0.77Chef Versioner2017-03-305-16/+15
|
* Merge pull request #5966 from Happycoil/fix_powershell_script_guardLamont Granquist2017-03-301-1/+1
|\ | | | | set default guard_interpreter to powershell_script
| * set default guard_interpreter to powershell_scriptTor Magnus Rakvåg2017-03-301-1/+1
|/ | | | Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>