summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* refactor remote_directory providerLamont Granquist2015-09-021-2/+1
* fix locking/unlocking users on SmartOSDave Eddy2015-09-021-9/+66
* Merge pull request #3821 from joelhandwell/elapsed_timeThom May2015-09-021-0/+26
|\
| * Remove Timecop dependencyJoel Handwell2015-09-021-28/+19
| * Keep elapsed_time and add pretty_elapsed_timeJoel Handwell2015-09-021-6/+9
| * Refactor to reduce duplicated instancializationJoel Handwell2015-09-021-17/+14
| * Add unit tests for elapsed_timeJoel Handwell2015-09-021-0/+35
* | Merge pull request #3806 from gh2k/subversion-shelloutThom May2015-09-022-31/+54
|\ \
| * | Replace output_of_command with shell_out! in subversion providerSimon Detheridge2015-08-242-31/+54
* | | Merge pull request #3510 from ckaushik/issue_2513Thom May2015-09-024-1/+9
|\ \ \
| * | | Fixing Issue #2513 - the broken render of nested partial templates with varia...Kaushik C2015-07-274-1/+9
* | | | Merge pull request #3190 from swalberg/tag_nodes_on_bootstrapThom May2015-09-022-0/+23
|\ \ \ \
| * | | | If tags are present, add to the first-boot.jsonSean Walberg2015-04-091-0/+7
| * | | | Allow tags to be set on a node during bootstrapSean Walberg2015-04-051-0/+16
* | | | | Merge pull request #3172 from BackSlasher/deploy-shell-outThom May2015-09-022-6/+6
|\ \ \ \ \
| * | | | | Migrated deploy resource to use shell_out instead of run_commandNitz2015-08-182-6/+6
* | | | | | Merge pull request #3027 from Nordstrom/warn_on_knife_node_runlist_remove_noc...Thom May2015-09-021-0/+17
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Add warnings to 'knife node run list remove ...' when the item to be removed ...James FitzGibbon2015-03-041-0/+17
* | | | | | Make file verification deprecation print the proper source locjk/dedup-messagesJohn Keiser2015-09-012-2/+2
* | | | | | Reset Chef main class between testsJohn Keiser2015-09-013-8/+2
* | | | | | Simplify deprecation specJohn Keiser2015-09-011-6/+3
* | | | | | Pass deprecations through formatter instead of logsJohn Keiser2015-09-012-12/+69
* | | | | | Revert "more warning to debug"Lamont Granquist2015-09-011-2/+2
* | | | | | more warning to debugLamont Granquist2015-09-011-2/+2
* | | | | | Merge pull request #3772 from chef/jdm/dsc-script-ps-credJay Mundrawala2015-08-253-0/+94
|\ \ \ \ \ \
| * | | | | | dsc_script ps_credential functional testjdm/dsc-script-ps-credJay Mundrawala2015-08-252-0/+90
| * | | | | | Test to make sure dsc_script has ps_credential helperJay Mundrawala2015-08-251-0/+4
* | | | | | | Merge pull request #3307 from chef/ssd/rehashSteven Danna2015-08-254-192/+360
|\ \ \ \ \ \ \
| * | | | | | | Mark custom manifests as deprecatedSteven Danna2015-08-251-0/+1
| * | | | | | | Use stubbed home in tests rather than ENV['HOME']Steven Danna2015-08-251-4/+4
| * | | | | | | Add tests for HashedCommandLoaderSteven Danna2015-08-251-0/+93
| * | | | | | | Add knife-rehash command for subcommand location hashingSteven Danna2015-08-253-192/+266
| |/ / / / / /
* | | | | | | fix supports hash issues in service providersLamont Granquist2015-08-254-26/+44
|/ / / / / /
* | | | | | Add test to ensure that the LCM can be configuredjdm/powershell-validation-fixJay Mundrawala2015-08-241-0/+16
* | | | | | Merge pull request #3663 from docwhat/issue-3614Tyler Ball2015-08-211-1/+1
|\ \ \ \ \ \
| * | | | | | Fix error message for providers without `provides`Christian HoĢˆltje2015-08-191-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3797 from chef/salam/win64Salim Alam2015-08-201-2/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix dsc_script spec failure on 64-bit RubySalim Alam2015-08-201-2/+1
* | | | | | fixes from code reviewLamont Granquist2015-08-202-11/+41
* | | | | | add a test for the new provider behaviorLamont Granquist2015-08-201-1/+14
* | | | | | add spec for resource sideLamont Granquist2015-08-201-1/+20
* | | | | | green the broken testsLamont Granquist2015-08-201-23/+43
* | | | | | Merge pull request #3793 from chef/lcg/run_levelsLamont Granquist2015-08-191-4/+68
|\ \ \ \ \ \
| * | | | | | spec and code fixes for run_levelsLamont Granquist2015-08-191-20/+50
| * | | | | | CHEF-5372: Support specific run_levels for RedHat serviceRobby Dyer2015-08-181-0/+34
* | | | | | | Merge pull request #3775 from chef/salam/win64Salim Alam2015-08-194-15/+42
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Enable 64-bit support for Powershell and Batch scriptsSalim Alam2015-08-194-15/+42
* | | | | | | Merge pull request #3787 from chef/jdm/rhel-dir-specJay Mundrawala2015-08-191-0/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix failing directory unit tests on rheljdm/rhel-dir-specJay Mundrawala2015-08-171-0/+1
| | |/ / / / | |/| | | |
* | | | | | Added changes to fix rspec deprecationssiddheshwar-more2015-08-181-3/+3