summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* force ffi-yajl to use C extlcg/force-ffi-yajlLamont Granquist2014-10-221-0/+4
| | | | might speed up builds
* Merge pull request #2264 from opscode/jdmundrawala/issue-2225Jay Mundrawala2014-10-222-9/+18
|\ | | | | Improve detection missing WhatIf support
| * Added spec to test a whatif expception with \r\n is corrrectly classifiedjdmundrawala/issue-2225Jay Mundrawala2014-10-221-1/+6
| |
| * Refactored local_configuration_manager to use function to test for what-if ↵Jay Mundrawala2014-10-221-8/+12
| | | | | | | | support
| * Improve detection missing WhatIf supportBob2014-10-221-1/+1
| | | | | | From output of Whatif-run, do not replace line break by space, as this breaks the match if the break was done within a word.
* | Merge pull request #2265 from opscode/sersut/resource-list-specsSerdar Sutay2014-10-224-87/+209
|\ \ | |/ |/| Add missing specs for List
| * Delegate Array methods rather than hardcoding into the ResourceList class.sersut/resource-list-specsSerdar Sutay2014-10-212-21/+10
| |
| * Updates based on PR comments.Serdar Sutay2014-10-211-58/+37
| |
| * Add pending specs for resource list.Serdar Sutay2014-10-203-2/+159
| |
| * Convert resource_collection spec to Rspec3 syntax.Serdar Sutay2014-10-201-65/+62
| |
* | Merge pull request #2281 from opscode/jdmundrawala/lcm-renamesJay Mundrawala2014-10-222-7/+7
|\ \ | | | | | | Renamed output_has_dsc_module_failure to dsc_module_import_failure
| * | Renamed output_has_dsc_module_failure to dsc_module_import_failureJay Mundrawala2014-10-222-7/+7
|/ /
* | Merge pull request #2280 from juliandunn/reorder-changelogJulian C. Dunn2014-10-221-19/+21
|\ \ | | | | | | Rearrange changelog
| * | Rearrange changelog so that the "internal API changes" are documentedJulian C. Dunn2014-10-221-19/+21
|/ / | | | | | | | | | | at the very top. This is because developers will have the propensity to add things at the bottom, and they get incorrectly categorized as internal changes.
* | Merge pull request #2275 from juliandunn/chef-client-12-aix-release-notesJulian C. Dunn2014-10-221-0/+6
|\ \ | | | | | | Added release notes for AIX service provider.
| * | Added release notes for AIX service provider.Julian C. Dunn2014-10-211-0/+6
|/ /
* | 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
| | | | | | | |