summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update html man page help; add knife servejamescott2014-07-0248-197/+322
|
* Merge pull request #1589 from opscode/lcg/lolinheritanceSerdar Sutay2014-07-022-64/+59
|\ | | | | remove inheritance from apt_package
| * moar 1.8.7 fixesLamont Granquist2014-07-011-4/+4
| |
| * 1.8.7 fix?Lamont Granquist2014-07-011-2/+2
| |
| * fix unit testsLamont Granquist2014-07-011-48/+24
| |
| * remove inheritance from apt_packageLamont Granquist2014-07-011-16/+35
|/ | | | | | | | | | | the dpkg_package provider is not strictly an apt_package provider so code-sharing via inheritance was broken. this copypastas some code from apt_package back into dpkg_provider and does some rearrangement. future code sharing between these two should be done via mixin or via composition (e.g. mixin for #run_noninteractive)
* Merge pull request #1588 from opscode/sersut/cookbook-sync-fixSerdar Sutay2014-07-011-13/+24
|\ | | | | Do not update the path in the cookbook_manifest with the full file name.
| * Do not update the path in the cookbook_manifest with the full file name.sersut2014-07-011-13/+24
|/
* Merge pull request #1573 from opscode/btm/officehoursBryan McLellan2014-06-301-0/+10
|\ | | | | Add note about office hours to CONTRIBUTING.md
| * Add note about office hours to CONTRIBUTING.mdBryan McLellan2014-06-271-0/+10
| |
* | Add CHEF-4994 to CHANGELOGBryan McLellan2014-06-301-0/+1
| |
* | Merge pull request #1565 from jmink/CHEF-4994Bryan McLellan2014-06-302-6/+9
|\ \ | | | | | | CHEF-4994: knife cookbook site share fails on windows
| * | Include the shell_out mixin in cookbook_site_sharejmink2014-06-272-4/+6
| | |
| * | Hack around system differences for travis testjmink2014-06-271-1/+1
| | |
| * | Fix cookbook_site_share testsjmink2014-06-262-8/+6
| | |
| * | Switch knife site share from command to shell_outjmink2014-06-261-1/+4
| | |
* | | Merge pull request #1582 from opscode/sersut/disable-upstartSerdar Sutay2014-06-301-3/+5
|\ \ \ | | | | | | | | Disable upstart provider on ubuntu >= 13.10.
| * | | Disable upstart provider on ubuntu >= 13.10.sersut2014-06-301-3/+5
|/ / /
* | | Allow users to set the +resource_name+ in an LWRP programaticallySeth Vargo2014-06-302-7/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | Previously this was marked as an internal API, but I am making it public. We are reliably using this API in our LHWRPs in Release Engineering and it is truly a delightful experience. This deprecates using +resource_name = :foo+ in favor of the more "Chef-like" +resource_name(:foo)+.
* | | Merge pull request #1548 from opscode/mcquin/shell_outClaire McQuin2014-06-304-0/+156
|\ \ \ | | | | | | | | Add shell_out_with_systems_locale to ShellOut
| * | | Update for new ShellOut method.mcquin/shell_outClaire McQuin2014-06-301-0/+1
| | | |
| * | | Clean up logic.Claire McQuin2014-06-271-13/+3
| | | |
| * | | Set environment option's 'LC_ALL' to nil if not present in option.Claire McQuin2014-06-273-130/+70
| | | |
| * | | Add functional test for shell_out_with_systems_localeClaire McQuin2014-06-271-0/+56
| | | |
| * | | Properly modify environment option based on ENVClaire McQuin2014-06-272-37/+138
| | | |
| * | | Fix shell_out_with_systems_locale logic, add specs.Claire McQuin2014-06-272-3/+61
| | | |
| * | | Remove unnecessary debug statements.Claire McQuin2014-06-271-5/+2
| | | |
| * | | Add function shell_out_with_systems_locale.Claire McQuin2014-06-271-0/+13
| | |/ | |/|
* | | Add missing requires to HTTP and HTTP::Simplehttp-simple-requiresdanielsdeleo2014-06-272-1/+4
|/ /
* | Merge pull request #1572 from opscode/sersut/ffi-comp-ohaiSerdar Sutay2014-06-271-1/+1
|\ \ | | | | | | Pick the ffi version compliant ohai version.
| * | Pick the ffi version compliant ohai version.sersut2014-06-271-1/+1
|/ /
* | Version bump after branching 11.14.0 -> 11-stable.sersut2014-06-273-37/+76
| |
* | Merge pull request #1560 from opscode/sersut/chef-1549Serdar Sutay2014-06-261-1/+2
|\ \ | | | | | | Only check WOW64 process when system architecture is x64.
| * | add a comment about incompatible architecturesBryan McLellan2014-06-261-0/+1
| | |
| * | Only check WOW64 process when system architecture is x64.sersut2014-06-251-1/+1
| | | | | | | | | | | | Fixes https://github.com/opscode/chef/issues/1549
* | | Contribution info for https://github.com/opscode/chef/pull/1414.sersut2014-06-261-0/+4
| | |
* | | Merge pull request #1414 from vtolstov/upstreamSerdar Sutay2014-06-266-0/+269
|\ \ \ | | | | | | | | next try to add exherbo linux support
| * | | remove named groups in regexpVasiliy Tolstov2014-06-221-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
| * | | remove unneded require chef/mixin/commandVasiliy Tolstov2014-06-161-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
| * | | remove failed testVasiliy Tolstov2014-06-161-13/+0
| | | | | | | | | | | | | | | | Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
| * | | fix last failed testsVasiliy Tolstov2014-06-151-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
| * | | fix last failed testsVasiliy Tolstov2014-06-151-2/+9
| | | | | | | | | | | | | | | | Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
| * | | fix testVasiliy Tolstov2014-06-141-180/+27
| | | | | | | | | | | | | | | | Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
| * | | fix determine installed packagesVasiliy Tolstov2014-06-141-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
| * | | fix determine installed packagesVasiliy Tolstov2014-06-141-7/+5
| | | | | | | | | | | | | | | | Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
| * | | fix parse of packege/version/repoVasiliy Tolstov2014-06-141-12/+18
| | | | | | | | | | | | | | | | Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
| * | | fix parse of packege/version/repoVasiliy Tolstov2014-06-141-8/+12
| | | | | | | | | | | | | | | | Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
| * | | fix testsVasiliy Tolstov2014-06-131-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
| * | | fix detection of accounts and installed-accounts packagesVasiliy Tolstov2014-06-131-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
| * | | fix load_current_resourceVasiliy Tolstov2014-05-201-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>