summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * Remove requires path_helper from provider class, add to provider subclasses u...Claire McQuin2014-09-248-1/+7
| | * Remove requires path_helper from knife class, add to knife subclasses using P...Claire McQuin2014-09-244-1/+4
| | * Use cleanpath after joinClaire McQuin2014-09-221-1/+1
| | * Fix broken spec.Claire McQuin2014-09-221-2/+2
| | * Update for new PathHelper method escape_glob.Claire McQuin2014-09-222-0/+20
| | * Excape path for globbing.Claire McQuin2014-09-221-1/+2
| | * Excape path for globbing.Claire McQuin2014-09-221-1/+1
| | * Excape path for globbing.Claire McQuin2014-09-221-4/+4
| | * Escape path for globbing.Claire McQuin2014-09-221-1/+1
| | * Escape path for globbing.Claire McQuin2014-09-221-2/+3
| | * Escape path for globbing.Claire McQuin2014-09-221-1/+1
| | * Escape path for globbing.Claire McQuin2014-09-221-2/+2
| | * Escape path for globbing.Claire McQuin2014-09-221-1/+1
| | * Escape path for globbing.Claire McQuin2014-09-221-1/+2
| | * Escape path for globbing.Claire McQuin2014-09-221-1/+2
| | * Escape path for globbing.Claire McQuin2014-09-221-1/+3
| | * Escape path for globbing.Claire McQuin2014-09-221-2/+2
| | * Escape path for globbing.Claire McQuin2014-09-221-5/+6
| | * Escape path for globbing.Claire McQuin2014-09-221-3/+2
| | * Escape path for globbing.Claire McQuin2014-09-222-1/+2
| | * Escape path for globbing.Claire McQuin2014-09-221-1/+2
| | * Escape path for globbing.Claire McQuin2014-09-221-2/+3
| | * Escape path for globbing.Claire McQuin2014-09-222-1/+2
| | * Escape path for globbing.Claire McQuin2014-09-221-1/+2
| | * Escape path for globbing.Claire McQuin2014-09-221-2/+3
| | * Escape path for globbing.Claire McQuin2014-09-221-3/+4
| | * Escape path for globbing.Claire McQuin2014-09-221-2/+2
| | * Escape path for globbing.Claire McQuin2014-09-221-1/+1
| | * Add method to escape glob reserved characters.Claire McQuin2014-09-223-1/+54
| |/ |/|
* | Merge branch 'tball/restoring-homebrew-owner'tyler-ball2014-09-2212-2/+600
|\ \
| * | This is what happens when you don't rebase correctlytyler-ball2014-09-191-0/+2
| * | Restoring https://github.com/opscode/chef/pull/1921 to master - somehow it go...tyler-ball2014-09-1912-4/+600
|/ /
* | Merge pull request #2091 from opscode/platform/dsc-phase-1-rebaseJay Mundrawala2014-09-1924-1/+2261
|\ \
| * | DscScript resource will raise an error if dsc is not availableJay Mundrawala2014-09-197-63/+147
| * | lcm parser is a lot more forgivingJay Mundrawala2014-09-192-105/+51
| * | configuration_generator_spec uses newer rspec conventionsJay Mundrawala2014-09-191-33/+31
| * | Added test for #generate_description in provider/dsc_script_specJay Mundrawala2014-09-191-0/+20
| * | Cleanup dsc_script_spec to use newer rspec conventionsJay Mundrawala2014-09-191-43/+40
| * | Switch fileformat to unix, clean up whitespace.Bryan McLellan2014-09-1910-600/+600
| * | Explicitly require erroraction continue for predictability, consistency in ma...Adam Edwards2014-09-191-2/+2
| * | DSC functional tests with configuration data and parameterizationAdam Edwards2014-09-191-4/+225
| * | No erroraction stop since that filters the excepitonAdam Edwards2014-09-191-3/+3
| * | Correctly handle dsc resource import failuresAdam Edwards2014-09-194-38/+156
| * | Expose exit_code for cmdlet_result and use to detect DSC resource installatio...Adam Edwards2014-09-192-1/+5
| * | Fixup use of status.exitcode to status.status.exitstatusAdam Edwards2014-09-191-1/+1
| * | Handle not installed DSC resource errors from LCMAdam Edwards2014-09-191-3/+10
| * | Set exit code from start-dscconfiguraiton to enable identification of DSC errorsAdam Edwards2014-09-191-1/+22
| * | Better logging for dsc scripts with multiple resourcesJay Mundrawala2014-09-191-3/+8
| * | DSC spec platform detection via WMIAdam Edwards2014-09-194-3/+17
| * | Deal with LCM failing when a resource does not support WhatIfJay Mundrawala2014-09-197-37/+79