| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename refresh_mode_disabled? to dsc_refresh_mode_disabled?mcquin/dsc_resource_spec | Claire McQuin | 2015-09-08 | 1 | -3/+3 |
* | Skip tests unless RefreshMode is Disabled | Claire McQuin | 2015-09-08 | 1 | -10/+3 |
* | refactor remote_directory provider | Lamont Granquist | 2015-09-02 | 1 | -2/+1 |
* | fix locking/unlocking users on SmartOS | Dave Eddy | 2015-09-02 | 1 | -9/+66 |
* | Merge pull request #3806 from gh2k/subversion-shellout | Thom May | 2015-09-02 | 1 | -31/+50 |
|\ |
|
| * | Replace output_of_command with shell_out! in subversion provider | Simon Detheridge | 2015-08-24 | 1 | -31/+50 |
* | | Merge pull request #3172 from BackSlasher/deploy-shell-out | Thom May | 2015-09-02 | 1 | -5/+5 |
|\ \ |
|
| * | | Migrated deploy resource to use shell_out instead of run_command | Nitz | 2015-08-18 | 1 | -5/+5 |
* | | | fix supports hash issues in service providers | Lamont Granquist | 2015-08-25 | 3 | -22/+40 |
| |/
|/| |
|
* | | fixes from code review | Lamont Granquist | 2015-08-20 | 1 | -0/+40 |
* | | add a test for the new provider behavior | Lamont Granquist | 2015-08-20 | 1 | -1/+14 |
* | | 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 |
|\ \ |
|
| * | | 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 #3787 from chef/jdm/rhel-dir-spec | Jay Mundrawala | 2015-08-19 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix failing directory unit tests on rheljdm/rhel-dir-spec | Jay Mundrawala | 2015-08-17 | 1 | -0/+1 |
| |/ |
|
* | | 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 ba... | siddheshwar-more | 2015-08-18 | 3 | -5/+8 |
* | | added tests for mount remounting | James Belchamber | 2015-08-18 | 3 | -1/+37 |
* | | PR feedback | Lamont Granquist | 2015-08-18 | 1 | -1/+1 |
* | | CHEF-5012: add methods for template breadcrumbs | Lamont Granquist | 2015-08-18 | 1 | -0/+41 |
|/ |
|
* | 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 | Stefano Rivera | 2015-07-09 | 1 | -7/+11 |
* | | Merge pull request #3383 from jfly/master | Thom May | 2015-08-13 | 1 | -0/+18 |
|\ \ |
|
| * | | 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 |
|\ \ \ |
|
| * | | | 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" as it will raise an exception if the servi... | Julian C. Dunn | 2015-08-06 | 1 | -3/+3 |
* | | | | Use the output of dpkg-deb directly, rather than regextm/use-dpkg-deb | Thom May | 2015-08-12 | 1 | -1/+8 |
* | | | | Added support for OS X 10.11 SIP paths | Nate Walck | 2015-08-11 | 1 | -0/+34 |
|/ / / |
|
* | | | Fixed platform_Version logic | Nate Walck | 2015-07-21 | 1 | -3/+3 |
* | | | Merge branch 'elcap-service' | Nate Walck | 2015-07-21 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add 10.11 to macosx_spec.rb | Nate Walck | 2015-07-21 | 1 | -2/+2 |
* | | | Merge pull request #3608 from chef/adamedx/powershell_script_spec_rename | Tyler Ball | 2015-06-30 | 1 | -0/+0 |
|\ \ \ |
|
| * | | | Rename powershell spec files to match Ruby conventionsadamedx/powershell_script_spec_rename | adamedx | 2015-06-27 | 1 | -0/+0 |
* | | | | Rename NoProviderAvailable to ProviderNotFound, add alias | John Keiser | 2015-06-30 | 2 | -5/+5 |
* | | | | Fix ancillary tests. | Noah Kantrowitz | 2015-06-29 | 1 | -1/+1 |
|/ / / |
|
* | | | changed the registry_key provider to scan collected registry keys with downca... | JKerry | 2015-06-26 | 1 | -0/+12 |
|/ / |
|
* | | Make the install/uninstall tests run more realistically | danielsdeleo | 2015-06-09 | 1 | -104/+162 |
* | | Move 3503 regression tests into main describe block | danielsdeleo | 2015-06-09 | 1 | -118/+59 |
* | | Clean up RPM package provider specs | danielsdeleo | 2015-06-09 | 1 | -76/+173 |
* | | Update tests to ensure shellout calls are stubbed | danielsdeleo | 2015-06-09 | 1 | -34/+79 |
* | | Adding rspec tests to cover the install, upgrade and noop scenarios when the ... | Irving Popovetsky | 2015-06-09 | 1 | -0/+70 |
* | | wire zypper_package up to the DSL | Lamont Granquist | 2015-06-03 | 1 | -2/+2 |
* | | fix package timeout attribute | Lamont Granquist | 2015-06-02 | 15 | -217/+285 |
* | | Add default_action and allowed_actions to Resource class, remove from LWRP | John Keiser | 2015-06-01 | 1 | -1/+1 |
* | | Drop support for rubygems 1.xdrop-rubygems-1.x | danielsdeleo | 2015-06-01 | 1 | -32/+0 |