summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | Restoring lost commit - https://github.com/opscode/chef/pull/1921 got deleted by a force-push
| * 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 ↵tyler-ball2014-09-1912-4/+600
|/ | | | got deleted from the git log
* Merge pull request #2091 from opscode/platform/dsc-phase-1-rebaseJay Mundrawala2014-09-1924-1/+2261
|\ | | | | dsc_script resource
| * 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
| | | | | | | | | | Converts a few files from CRLF->LF. Removes some trailing whitespace as well.
| * Explicitly require erroraction continue for predictability, consistency in ↵Adam Edwards2014-09-191-2/+2
| | | | | | | | match conditional
| * 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 ↵Adam Edwards2014-09-192-1/+5
| | | | | | | | installation problems
| * 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
| |
| * Added unit test for powershell cmdletJay Mundrawala2014-09-192-2/+108
| |
| * DSC: Added test for dsc_script providerAdam Edwards2014-09-193-3/+129
| |
| * Added unit tests for configuration_generatorJay Mundrawala2014-09-192-1/+174
| |
| * Add configurationdata attribute supportAdam Edwards2014-09-194-15/+86
| |
| * Parse WhatIf from LCMJay Mundrawala2014-09-195-25/+383
| |
| * Updated powershell functional tests to work with changes to ↵Jay Mundrawala2014-09-191-17/+15
| | | | | | | | Chef::Util::Powershell:Cmdlet
| * Initial dsc_configuration resource implementationAdam Edwards2014-09-1915-0/+951
|/
* Merge pull request #2088 from opscode/cdoherty-fix-jenkins-12.04-errorChris Doherty2014-09-181-1/+1
|\ | | | | Fix test failure happening only on Jenkins 12.04+1.9.3: don't call File....
| * Fix test failure happening only on Jenkins 12.04+1.9.3: don't call ↵cdoherty-fix-jenkins-12.04-errorChris Doherty2014-09-181-1/+1
|/ | | | File.unlink if the file isn't there.
* Merge pull request #2080 from opscode/fix-debian-specChris Doherty2014-09-171-9/+25
|\ | | | | Fix Debian ifconfig unit test on Windows.
| * Rewrite a Debian ifconfig spec to not stub File calls and work on Windows.Chris Doherty2014-09-171-9/+25
|/
* Merge pull request #2067 from opscode/cdoherty-reboot-resource-docsChris Doherty2014-09-171-0/+27
|\ | | | | Doc changes for the core reboot resource.
| * Doc changes for the core reboot resource.Chris Doherty2014-09-161-0/+27
| |
* | Merge pull request #2064 from opscode/cdoherty-fix-cert-unitsChris Doherty2014-09-161-1/+1
|\ \ | | | | | | Thanks to Lamont, fix trusted certs test failures on Windows.
| * | Thanks to Lamont, fix trusted certs test failures on Windows.Chris Doherty2014-09-161-1/+1
|/ /
* | Merge pull request #2059 from opscode/fix-integrationsChris Doherty2014-09-165-5/+8
|\ \ | | | | | | Fix a bunch of integration tests so they pass on Windows--almost all adding single quotes around paths with spaces.
| * | Remove unnecessarily added blank line.Chris Doherty2014-09-151-1/+0
| | |
| * | Gross hack: silence the mysterious post-test cleanup error while we investigate.Chris Doherty2014-09-151-1/+4
| | |
| * | More single quotes for command path.Chris Doherty2014-09-151-1/+1
| | |
| * | More single quotes around a command path.Chris Doherty2014-09-151-1/+2
| | |
| * | Fix some client integrations with path quoting.Chris Doherty2014-09-151-1/+1
| | |