summaryrefslogtreecommitdiff
Commit message (Expand)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 pow...Adam Edwards2014-10-211-0/+2
* 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
|\
| * 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
|\ \ | |/ |/|
| * 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 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
|\ \ \
| * | | 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
|\ \ \ \
| * | | | 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 uncomfortableNicolas Szalay2014-10-171-3/+3
* | | | | | Merge pull request #2239 from justanshulsharma/patch-2Serdar Sutay2014-10-211-8/+9
|\ \ \ \ \ \
| * | | | | | fix typo errorAnshul Sharma2014-10-161-1/+1
| * | | | | | fix for #2173 Anshul Sharma2014-10-161-8/+9
* | | | | | | Merge pull request #2237 from rottenbytes/mount_cgroupsSerdar Sutay2014-10-212-11/+7
|\ \ \ \ \ \ \
| * | | | | | | 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 handlerTrevor North2014-09-291-7/+0
* | | | | | | | Merge pull request #2259 from kwilczynski/chef-2258Serdar Sutay2014-10-212-10/+37
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Fix value of retries shown in the error report.Krzysztof Wilczynski2014-10-192-10/+37
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #2266 from opscode/sersut/chef-rc-fixes-2Serdar Sutay2014-10-211-2/+2
|\ \ \ \ \ \ \
| * | | | | | | 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
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Disable data bag encryption v3 specs on ruby 1.9.X.sersut/chef-rc-fixesSerdar Sutay2014-10-204-5/+5