summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Set guard_interpreter using default_guard_interpreteradamed/guard-interpreter-defaultAdam Edwards2014-10-224-20/+39
|
* Change default powershell_script executionpolicy to unrestrictedAdam Edwards2014-10-211-1/+1
|
* Debug logging should show transformed script code for easier debugging of ↵Adam Edwards2014-10-211-0/+2
| | | | powershell_script
* powershell_script and batch resource guard_interpeter default to parent resourceAdam Edwards2014-10-217-16/+141
|
* Changelog updated for changes the windows env delete behaviorJay Mundrawala2014-10-211-0/+1
|
* Merge pull request #2248 from opscode/jdmundrawala/windows-serviceJay Mundrawala2014-10-213-2/+37
|\ | | | | Adding a bin for windows service so that we can appbundle
| * Pointing chef-service-manager to appbundled chef-windows-servicejdmundrawala/windows-serviceJay Mundrawala2014-10-211-1/+1
| |
| * Adding a bin for windows service so that we can appbundleJay Mundrawala2014-10-212-1/+36
| |
* | Merge pull request #2249 from opscode/jdmundrawala/delete-envJay Mundrawala2014-10-212-2/+13
|\ \ | |/ |/| Ensure delete ENV[var] from current process
| * spec to ensure deleting ENV[var] from current process worksjdmundrawala/delete-envJay Mundrawala2014-10-211-0/+9
| |
| * Ensure delete ENV[var] from current processJay Mundrawala2014-10-211-2/+4
| |
* | Merge pull request #2271 from opscode/sersut/chef-12-contrib-passSerdar Sutay2014-10-211-0/+13
|\ \ | | | | | | Contribution info for last pass before Chef 12 Release.
| * | Contribution information for AIX service provider.Serdar Sutay2014-10-211-0/+1
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2255.Serdar Sutay2014-10-211-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2246.Serdar Sutay2014-10-211-0/+3
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2239.Serdar Sutay2014-10-211-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2237.Serdar Sutay2014-10-211-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2126.Serdar Sutay2014-10-211-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2259.Serdar Sutay2014-10-211-0/+1
| | |
* | | Merge pull request #2028 from ClogenyTechnologies/kd/aix-serviceSerdar Sutay2014-10-2111-1/+1090
|\ \ \ | | | | | | | | aix service provider
| * | | fixed functional testskaustubh-d2014-09-236-96/+137
| | | |
| * | | fix copyrightkaustubh2014-09-221-1/+1
| | | |
| * | | mark test aix only, and correct copyrightkaustubh2014-09-221-2/+2
| | | |
| * | | functional specs for aix service providerkaustubh-d2014-09-194-0/+352
| | | |
| * | | aix service provider more code changeskaustubh-d2014-09-152-25/+80
| | | |
| * | | aix service speckaustubh-d2014-09-121-0/+115
| | | |
| * | | fix aix service providerkaustubh-d2014-09-121-48/+22
| | | |
| * | | inprogress- add aix default service provider implementation.kaustubh-d2014-09-113-1/+166
| | | |
| * | | aixinit specskaustubh-d2014-09-111-0/+269
| | | |
| * | | minor improvements in aixinit provider.kaustubh-d2014-09-111-10/+10
| | | |
| * | | aix service provider for init stylekaustubh-d2014-09-102-0/+118
| | | |
* | | | Merge pull request #2255 from xeron/node_to_hash_run_list_fixSerdar Sutay2014-10-212-2/+6
|\ \ \ \ | | | | | | | | | | Make empty run_list to produce an empty array when using node.to_hash
| * | | | Separate test for node.to_hash with empty run_list.Ivan Larionov2014-10-191-3/+4
| | | | |
| * | | | Empty run_list should result in empty array when using node.to_hash.Ivan Larionov2014-10-182-2/+5
| | | | |
* | | | | Merge pull request #2246 from rottenbytes/annoying_spaceSerdar Sutay2014-10-211-3/+3
|\ \ \ \ \ | | | | | | | | | | | | aesthetics: that trailing space missing makes me uncomfortable
| * | | | | aesthetics: that trailing space missing makes me uncomfortableNicolas Szalay2014-10-171-3/+3
| | | | | |
* | | | | | Merge pull request #2239 from justanshulsharma/patch-2Serdar Sutay2014-10-211-8/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix Inconsistent knife from file globbing
| * | | | | | fix typo errorAnshul Sharma2014-10-161-1/+1
| | | | | | |
| * | | | | | fix for #2173 Anshul Sharma2014-10-161-8/+9
| | | | | | | | | | | | | | | | | | | | | Fix for Inconsistent knife from file globbing
* | | | | | | Merge pull request #2237 from rottenbytes/mount_cgroupsSerdar Sutay2014-10-212-11/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mount resource : allow to mount cgroups
| * | | | | | | update tests : add cgroup and use a loopNicolas Szalay2014-10-161-10/+6
| | | | | | | |
| * | | | | | | mount resource : allow to mount cgroupsNicolas Szalay2014-10-151-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #2126 from trvrnrth/fix-ssh-errorhandler-name-lookupSerdar Sutay2014-10-211-7/+0
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | Remove node_name lookup in knife ssh error handler
| * | | | | | | Remove node_name lookup in knife ssh error handlerTrevor North2014-09-291-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-2258Serdar Sutay2014-10-212-10/+37
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | Fix value of retries shown in the error report.
| * | | | | | | Fix value of retries shown in the error report.Krzysztof Wilczynski2014-10-192-10/+37
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2258. Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
* | | | | | | Merge pull request #2266 from opscode/sersut/chef-rc-fixes-2Serdar Sutay2014-10-211-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Missed one spec in rpm_spec.rb.
| * | | | | | | Missed one spec in rpm_spec.rb.sersut/chef-rc-fixes-2Serdar Sutay2014-10-201-2/+2
| | | | | | | |
* | | | | | | | Merge pull request #2263 from opscode/sersut/chef-rc-fixesSerdar Sutay2014-10-2010-8/+22
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | Misc RC spec fixes that we ran into in CI.
| * | | | | | | Disable data bag encryption v3 specs on ruby 1.9.X.sersut/chef-rc-fixesSerdar Sutay2014-10-204-5/+5
| | | | | | | |