Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | powershell_script and batch resource guard_interpeter default to parent resource | Adam Edwards | 2014-10-21 | 2 | -2/+3 |
| | |||||
* | Merge pull request #2249 from opscode/jdmundrawala/delete-env | Jay Mundrawala | 2014-10-21 | 1 | -2/+4 |
|\ | | | | | Ensure delete ENV[var] from current process | ||||
| * | Ensure delete ENV[var] from current process | Jay Mundrawala | 2014-10-21 | 1 | -2/+4 |
| | | |||||
* | | Merge pull request #2028 from ClogenyTechnologies/kd/aix-service | Serdar Sutay | 2014-10-21 | 4 | -1/+247 |
|\ \ | | | | | | | aix service provider | ||||
| * | | fixed functional tests | kaustubh-d | 2014-09-23 | 1 | -4/+4 |
| | | | |||||
| * | | aix service provider more code changes | kaustubh-d | 2014-09-15 | 1 | -24/+13 |
| | | | |||||
| * | | fix aix service provider | kaustubh-d | 2014-09-12 | 1 | -48/+22 |
| | | | |||||
| * | | inprogress- add aix default service provider implementation. | kaustubh-d | 2014-09-11 | 3 | -1/+166 |
| | | | |||||
| * | | minor improvements in aixinit provider. | kaustubh-d | 2014-09-11 | 1 | -10/+10 |
| | | | |||||
| * | | aix service provider for init style | kaustubh-d | 2014-09-10 | 2 | -0/+118 |
| | | | |||||
* | | | Merge pull request #2255 from xeron/node_to_hash_run_list_fix | Serdar Sutay | 2014-10-21 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Make empty run_list to produce an empty array when using node.to_hash | ||||
| * | | | Empty run_list should result in empty array when using node.to_hash. | Ivan Larionov | 2014-10-18 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #2246 from rottenbytes/annoying_space | Serdar Sutay | 2014-10-21 | 1 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | aesthetics: that trailing space missing makes me uncomfortable | ||||
| * | | | | aesthetics: that trailing space missing makes me uncomfortable | Nicolas Szalay | 2014-10-17 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | Merge pull request #2239 from justanshulsharma/patch-2 | Serdar Sutay | 2014-10-21 | 1 | -8/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix Inconsistent knife from file globbing | ||||
| * | | | | | fix typo error | Anshul Sharma | 2014-10-16 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | fix for #2173 | Anshul Sharma | 2014-10-16 | 1 | -8/+9 |
| | | | | | | | | | | | | | | | | | | Fix for Inconsistent knife from file globbing | ||||
* | | | | | | Merge pull request #2237 from rottenbytes/mount_cgroups | Serdar Sutay | 2014-10-21 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | mount resource : allow to mount cgroups | ||||
| * | | | | | | mount resource : allow to mount cgroups | Nicolas Szalay | 2014-10-15 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #2126 from trvrnrth/fix-ssh-errorhandler-name-lookup | Serdar Sutay | 2014-10-21 | 1 | -7/+0 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | Remove node_name lookup in knife ssh error handler | ||||
| * | | | | | | Remove node_name lookup in knife ssh error handler | Trevor North | 2014-09-29 | 1 | -7/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is no longer used, but causes problems as action_nodes can sometimes contain nil entries (see skip on the loop in search_nodes to cater for this). Commit b57226b4a8c80b865cd3e256923ba07e5ac09749 removes the previous requirement for this. | ||||
* | | | | | | | Merge pull request #2259 from kwilczynski/chef-2258 | Serdar Sutay | 2014-10-21 | 1 | -4/+9 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix value of retries shown in the error report. | ||||
| * | | | | | | | Fix value of retries shown in the error report. | Krzysztof Wilczynski | 2014-10-19 | 1 | -4/+9 |
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2258. Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> | ||||
* | | | | | | | Disable data bag encryption v3 specs on ruby 1.9.X.sersut/chef-rc-fixes | Serdar Sutay | 2014-10-20 | 2 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | Set the :default_guard_interpreter to :default so that the script resource ↵ | Serdar Sutay | 2014-10-20 | 1 | -0/+1 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | guards are executed correctly. | ||||
* | | | | | | Merge pull request #2216 from opscode/tball/bsd_package_name | Tyler Ball | 2014-10-17 | 11 | -260/+401 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Notify a resource by the `resource[name]` key it was written as | ||||
| * | | | | | 1) No longer allowing multiple args passed to ResourceCollection#<< 2) ↵ | tyler-ball | 2014-10-17 | 3 | -38/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | removing ResourceCollection#insert_at | ||||
| * | | | | | Fixing ruby 1.9.3 build errorstball/bsd_package_name | tyler-ball | 2014-10-17 | 1 | -5/+8 |
| | | | | | | |||||
| * | | | | | Cleaning up based on review comments | tyler-ball | 2014-10-17 | 3 | -20/+11 |
| | | | | | | |||||
| * | | | | | Added some documentation and cleaned up unecessary TODOs. Added first round ↵ | tyler-ball | 2014-10-16 | 4 | -22/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | of specs for the new classes. | ||||
| * | | | | | Moving resource_set and resource_list so they are hidden from consumers more ↵ | tyler-ball | 2014-10-16 | 3 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | since we don't want to change the resource_collection API yet | ||||
| * | | | | | Refactoring ResourceCollection interface to be backwards compatiable, all ↵ | tyler-ball | 2014-10-16 | 19 | -231/+281 |
| | | | | | | | | | | | | | | | | | | | | | | | | specs continue to pass, removing ResourceSet and ResourceList from consumer knowledge | ||||
| * | | | | | Removing all traces of 'created_as_type' since that fix is no longer necessary | tyler-ball | 2014-10-16 | 1 | -12/+0 |
| | | | | | | |||||
| * | | | | | Finishing all code changes to split resource collection into 2 data containers | tyler-ball | 2014-10-16 | 17 | -184/+131 |
| | | | | | | |||||
| * | | | | | first attempt at refactoring ResourceCollection into two objects | tyler-ball | 2014-10-16 | 6 | -174/+345 |
| | |_|/ / | |/| | | | |||||
* | | | | | Error message update from PR comments. | Serdar Sutay | 2014-10-16 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Differentiate between the default and the user set guard_attributes in order ↵ | Serdar Sutay | 2014-10-16 | 3 | -27/+35 |
| | | | | | | | | | | | | | | | | | | | | to be able to warn users correctly when they configure a guard_attribute but use a ruby block in the guard. | ||||
* | | | | | Enable guard_interpreters for the execute resource and set the default ↵ | Serdar Sutay | 2014-10-16 | 4 | -44/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interpreter for the execute resource to be :execute. This ensures that attributes of the resource like :environment & :cwd can be inherited by the guard when guard is specified as a string. | ||||
* | | | | | Remove the "path" attribute from "execute" resource which has never been ↵ | Serdar Sutay | 2014-10-16 | 1 | -9/+0 |
| | | | | | | | | | | | | | | | | | | | | backed by any providers. | ||||
* | | | | | Merge pull request #2222 from opscode/mcquin/centos-locale-a | Claire McQuin | 2014-10-16 | 1 | -7/+21 |
|\ \ \ \ \ | | | | | | | | | | | | | Better handling of locale -a output | ||||
| * \ \ \ \ | Merge branch 'master' into mcquin/centos-locale-a | Claire McQuin | 2014-10-16 | 6 | -12/+9 |
| |\ \ \ \ \ | |||||
| * | | | | | | Use shell_out to get locales | Claire McQuin | 2014-10-15 | 1 | -11/+13 |
| | | | | | | | |||||
| * | | | | | | Standardize guessed locale | Claire McQuin | 2014-10-13 | 1 | -1/+4 |
| | | | | | | | |||||
| * | | | | | | Split locale -a result safely, detect utf8, log message to debug. | Claire McQuin | 2014-10-13 | 1 | -4/+13 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #2238 from opscode/sersut/chef-2174 | Serdar Sutay | 2014-10-16 | 1 | -0/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Return correct value for tagged? when node[:tags] is nil. | ||||
| * | | | | | | | Return correct value for tagged? when node[:tags] is nil. | Serdar Sutay | 2014-10-15 | 1 | -0/+2 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | return whatever the definition returns | Lamont Granquist | 2014-10-16 | 1 | -5/+1 |
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this can allow method chaining so that if you call a definition to create a resource, and the definition takes the time to return the resource as its retval, then you can hang a .not_if off of the definition (or .only_if/.notifies/.subscribes/etc) | ||||
* | | | | | | Merge pull request #2231 from opscode/lcg/remove-shellout-require | Lamont Granquist | 2014-10-16 | 1 | -4/+0 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | remove chef/shell_out dep | ||||
| * | | | | | remove chef/shell_out deplcg/remove-shellout-require | Lamont Granquist | 2014-10-14 | 1 | -4/+0 |
| |/ / / / | | | | | | | | | | | | | | | | seems like we can drop this require for chef-12 | ||||
* | | | | | Added Windows 10 (Server and workstation) to the marketing names version table. | Julian C. Dunn | 2014-10-14 | 1 | -0/+2 |
|/ / / / |