Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3663 from docwhat/issue-3614 | Tyler Ball | 2015-08-21 | 1 | -1/+1 |
|\ | | | | | Fix error message for providers without `provides` | ||||
| * | Fix error message for providers without `provides` | Christian Höltje | 2015-08-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | The warning incorrectly said that the provider was missing `resource_name :resource` when it should have said it was missing `provides :resource` I also switched from using `begin`...`rescue` since it isn't needed and needlessly slow things up. Fixes #3614 | ||||
* | | Merge pull request #3797 from chef/salam/win64 | Salim Alam | 2015-08-20 | 1 | -2/+1 |
|\ \ | | | | | | | Fix dsc_script spec failure on 64-bit Ruby | ||||
| * | | Fix dsc_script spec failure on 64-bit Ruby | Salim Alam | 2015-08-20 | 1 | -2/+1 |
| | | | |||||
* | | | fixes from code review | Lamont Granquist | 2015-08-20 | 2 | -11/+41 |
| | | | |||||
* | | | add a test for the new provider behavior | Lamont Granquist | 2015-08-20 | 1 | -1/+14 |
| | | | |||||
* | | | add spec for resource side | Lamont Granquist | 2015-08-20 | 1 | -1/+20 |
| | | | |||||
* | | | green the broken tests | Lamont Granquist | 2015-08-20 | 1 | -23/+43 |
| | | | |||||
* | | | Merge pull request #3793 from chef/lcg/run_levels | Lamont Granquist | 2015-08-19 | 1 | -4/+68 |
|\ \ \ | | | | | | | | | Lcg/run levels | ||||
| * | | | spec and code fixes for run_levels | Lamont Granquist | 2015-08-19 | 1 | -20/+50 |
| | | | | |||||
| * | | | CHEF-5372: Support specific run_levels for RedHat service | Robby Dyer | 2015-08-18 | 1 | -0/+34 |
| | | | | |||||
* | | | | Merge pull request #3775 from chef/salam/win64 | Salim Alam | 2015-08-19 | 4 | -15/+42 |
|\ \ \ \ | | |/ / | |/| | | Enable 64-bit support for Powershell and Batch scripts | ||||
| * | | | Enable 64-bit support for Powershell and Batch scripts | Salim Alam | 2015-08-19 | 4 | -15/+42 |
| | | | | |||||
* | | | | Merge pull request #3787 from chef/jdm/rhel-dir-spec | Jay Mundrawala | 2015-08-19 | 1 | -0/+1 |
|\ \ \ \ | |_|/ / |/| | | | Fix failing directory unit tests on rhel | ||||
| * | | | Fix failing directory unit tests on rheljdm/rhel-dir-spec | Jay Mundrawala | 2015-08-17 | 1 | -0/+1 |
| | |/ | |/| | | | | | | | | | | | | | do_selinux needs to be mocked out so it does not actually do anything. Otherwise, it will be available on rhel and the tests are no longer unit and will fail | ||||
* | | | Added changes to fix rspec deprecations | siddheshwar-more | 2015-08-18 | 1 | -3/+3 |
| | | | |||||
* | | | Removed invalid test from mount_fs test | siddheshwar-more | 2015-08-18 | 1 | -7/+0 |
| | | | |||||
* | | | Added changes to fix aix mount provider related tests according to updated ↵ | siddheshwar-more | 2015-08-18 | 3 | -5/+8 |
| | | | | | | | | | | | | base mount provider | ||||
* | | | added tests for mount remounting | James Belchamber | 2015-08-18 | 3 | -1/+37 |
| | | | |||||
* | | | add privacy flag | Josh Black | 2015-08-18 | 1 | -3/+23 |
| | | | |||||
* | | | PR feedback | Lamont Granquist | 2015-08-18 | 1 | -1/+1 |
| | | | |||||
* | | | CHEF-5012: add methods for template breadcrumbs | Lamont Granquist | 2015-08-18 | 3 | -0/+56 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | adds: - cookbook_name - recipe_name - recipe_line_string - recipe_path - recipe_line - template_name - template_path accessible both as instance var (@-) and method (bare), like @node/node. | ||||
* | | Merge pull request #3771 from renanvicente/renanvicente/add-specify-depth | Thom May | 2015-08-13 | 1 | -1/+7 |
|\ \ | | | | | | | Add support for override depth and adding test in overriding depth | ||||
| * | | Add support for override depth and adding test in overriding depth | Gomes da Silva | 2015-08-12 | 1 | -1/+7 |
| | | | |||||
* | | | Merge pull request #3768 from chef/jhs/fix-reboot_pending | Thom May | 2015-08-13 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Make reboot_pending? look for CBS RebootPending | ||||
| * | | | Make reboot_pending? look for CBS RebootPendingjhs/fix-reboot_pending | Jeremiah Snapp | 2015-08-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Ref: https://gallery.technet.microsoft.com/scriptcenter/Get-PendingReboot-Query-bdb79542 | ||||
* | | | | Merge pull request #3657 from stefanor/upstart-status_command | Thom May | 2015-08-13 | 1 | -7/+11 |
|\ \ \ \ | | | | | | | | | | | shell_out! returns an object not an integer | ||||
| * | | | | shell_out! returns an object not an integer | Stefano Rivera | 2015-07-09 | 1 | -7/+11 |
| | | | | | |||||
* | | | | | Merge pull request #3383 from jfly/master | Thom May | 2015-08-13 | 1 | -0/+18 |
|\ \ \ \ \ | | | | | | | | | | | | | gem_package should install to the systemwide Ruby when using ChefDK. | ||||
| * | | | | | Added some pretty straightforward tests of is_omnibus? | Jeremy Fleischman | 2015-05-18 | 1 | -0/+18 |
| | | | | | | |||||
* | | | | | | Merge pull request #3329 from juliandunn/ifconfig-target | Thom May | 2015-08-13 | 1 | -2/+22 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Use target, not name, if it is specified. | ||||
| * | | | | | | Add tests per review. | Julian C. Dunn | 2015-07-04 | 1 | -2/+22 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3759 from juliandunn/service-group-3730 | Julian C. Dunn | 2015-08-12 | 1 | -3/+3 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Don't use shell_out! on "lssrc -g" | ||||
| * | | | | | | | Don't use shell_out! on "lssrc -g" as it will raise an exception if the ↵ | Julian C. Dunn | 2015-08-06 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | service is not a group. | ||||
* | | | | | | | | Merge pull request #3757 from martinb3/frozen_error_inspector | Lamont Granquist | 2015-08-12 | 1 | -0/+26 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add additional helpful section for frozen objects | ||||
| * | | | | | | | | Add additional helpful section for frozen objects | Martin Smith | 2015-08-06 | 1 | -0/+26 |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Augument runtime errors with additional information that explains why an object might be frozen, and how frozen resource properties are a good thing. Fixes #3734, for [accepted RFC 55](https://github.com/chef/chef-rfc/pull/135). | ||||
* | | | | | | | | Use the output of dpkg-deb directly, rather than regextm/use-dpkg-deb | Thom May | 2015-08-12 | 1 | -1/+8 |
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | Thanks to @kwilczynski for the original implementation | ||||
* | | | | | | | Added support for OS X 10.11 SIP paths | Nate Walck | 2015-08-11 | 1 | -0/+34 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | Merge pull request #3689 from chef/mcquin/ohai-config | Claire McQuin | 2015-08-07 | 1 | -0/+31 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add ohai configuration context to config. | ||||
| * | | | | | | Mute :log_level and :log_location deprecation warnings from ohai config. | Claire McQuin | 2015-07-27 | 1 | -0/+31 |
| | | | | | | | |||||
* | | | | | | | The newly refactored tests were bad on windows - fix it. | Kartik Null Cating-Subramanian | 2015-08-06 | 1 | -2/+4 |
| | | | | | | | |||||
* | | | | | | | Refactor the group tests and handle OSX | Kartik Null Cating-Subramanian | 2015-08-06 | 1 | -48/+59 |
| | | | | | | | |||||
* | | | | | | | Fix expected exception on Mac in group_spec | Kartik Null Cating-Subramanian | 2015-08-06 | 1 | -2/+5 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge pull request #3728 from chef/jdm/win-groups | Kartik Null Cating-Subramanian | 2015-08-04 | 1 | -4/+11 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Rewrite NetLocalGroup things to use FFI | ||||
| * | | | | | Don't leak groups | Jay Mundrawala | 2015-07-29 | 1 | -0/+4 |
| | | | | | | |||||
| * | | | | | Work around unicode errors by changing spec | Jay Mundrawala | 2015-07-29 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Fix group resource functional specsjdm/group-specs | Jay Mundrawala | 2015-07-29 | 1 | -3/+6 |
| |/ / / / | |||||
* | | | | | Remove freeze of defaults, add warning for array/hash constant defaults | John Keiser | 2015-08-03 | 1 | -6/+6 |
| | | | | | |||||
* | | | | | Merge pull request #3700 from coderanger/show-version | Noah Kantrowitz | 2015-07-31 | 2 | -2/+27 |
|\ \ \ \ \ | | | | | | | | | | | | | Make the doc formatter actually show what version of a cookbook is being used. | ||||
| * | | | | | Add a test for the new output. | Noah Kantrowitz | 2015-07-31 | 1 | -0/+6 |
| | | | | | |