summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* DscScript resource will raise an error if dsc is not availableadamedx/dsc-phase-1Jay Mundrawala2014-09-104-61/+122
|
* configuration_generator_spec uses newer rspec conventionsJay Mundrawala2014-09-101-33/+31
|
* Added test for #generate_description in provider/dsc_script_specJay Mundrawala2014-09-101-0/+20
|
* Cleanup dsc_script_spec to use newer rspec conventionsJay Mundrawala2014-09-101-43/+40
|
* lcm parser is a lot more forgivingJay Mundrawala2014-09-101-27/+18
|
* Switch fileformat to unix, clean up whitespace.Bryan McLellan2014-09-105-588/+588
| | | | | Converts a few files from CRLF->LF. Removes some trailing whitespace as well.
* DSC functional tests with configuration data and parameterizationAdam Edwards2014-09-101-4/+225
|
* Correctly handle dsc resource import failuresAdam Edwards2014-09-102-2/+136
|
* DSC spec platform detection via WMIAdam Edwards2014-09-104-3/+17
|
* Deal with LCM failing when a resource does not support WhatIfJay Mundrawala2014-09-102-20/+36
|
* Added unit test for powershell cmdletJay Mundrawala2014-09-101-0/+106
|
* DSC: Added test for dsc_script providerAdam Edwards2014-09-102-2/+126
|
* Added unit tests for configuration_generatorJay Mundrawala2014-09-101-0/+173
|
* Add configurationdata attribute supportAdam Edwards2014-09-101-8/+33
|
* Parse WhatIf from LCMJay Mundrawala2014-09-101-0/+166
|
* Updated powershell functional tests to work with changes to ↵Jay Mundrawala2014-09-101-17/+15
| | | | Chef::Util::Powershell:Cmdlet
* Initial dsc_configuration resource implementationAdam Edwards2014-09-105-0/+309
|
* Merge pull request #2033 from opscode/lcg/1898lamont-granquist2014-09-101-1/+11
|\ | | | | Rebase and ChangeLOG of pr/1898
| * Fixed Issue 1882 by printing usage when chef-apply is run with no argumentsNolan Davidson2014-09-101-1/+11
| |
* | Merge pull request #2032 from opscode/lcg/1785lamont-granquist2014-09-103-26/+38
|\ \ | |/ | | Rebase and ChangeLOG for pr/1785
| * Update stubsClaire McQuin2014-09-101-9/+19
| |
| * move (generate|delete)_config out of the process of running-configsakazuki2014-09-101-3/+3
| |
| * rewrite tests with file provider stub/mocksakazuki2014-09-101-14/+16
| |
* | Merge pull request #2035 from opscode/fix-configload-specs-windowslamont-granquist2014-09-101-2/+8
|\ \ | |/ |/| Spec fixes for Windows
| * Fix typo.Chris Doherty2014-09-101-1/+1
| |
| * Spec fixes for Windows:Chris Doherty2014-09-101-2/+8
| | | | | | | | | | - Switch pwd environment variable depending on platform. - Hardcode the temp file name instead of using described_class: Windows doesn't like ':' in paths.
* | unit test for secret file discoveryKirill Shirinkin2014-09-101-1/+14
|/
* fixing travis LC_ALL errorsLamont Granquist2014-09-091-6/+6
|
* Marshall.dump can't dump an IOLamont Granquist2014-09-081-4/+0
| | | | | which can be an argument to shell_out which means that we have to manually dup things before mutating.
* spec fixes for aix package providerLamont Granquist2014-09-081-17/+5
|
* spec fixes for ips package providerLamont Granquist2014-09-081-21/+8
|
* spec fixes for pacman package providerLamont Granquist2014-09-081-12/+4
|
* spec fixes for macports providerLamont Granquist2014-09-081-12/+12
|
* spec fixes for portage package providerLamont Granquist2014-09-081-15/+5
|
* spec fixes for rpm package providerLamont Granquist2014-09-081-22/+7
|
* spec fixes for solaris package providerLamont Granquist2014-09-081-16/+5
|
* spec fixes for arch serviceLamont Granquist2014-09-082-15/+9
|
* spec fixes for freebsd providerLamont Granquist2014-09-081-6/+6
|
* spec fix for gentoo serviceLamont Granquist2014-09-081-2/+2
|
* spec fixes for init serviceLamont Granquist2014-09-081-10/+10
|
* spec fixes for insserv serviceLamont Granquist2014-09-081-4/+3
|
* spec fix for invokercd service providerLamont Granquist2014-09-081-9/+8
|
* spec fixes for macosx service providerLamont Granquist2014-09-081-5/+5
|
* spec fixes for simple service providerLamont Granquist2014-09-081-4/+4
|
* spec fix for solaris service providerLamont Granquist2014-09-081-3/+1
|
* spec fixes for systemd providerLamont Granquist2014-09-081-20/+20
|
* spec and code fixes for upstart providerLamont Granquist2014-09-081-17/+15
|
* spec and code fixes for subversion providerLamont Granquist2014-09-081-6/+5
|
* unicode shell_out fixes plus mixlib-shellout 2.xLamont Granquist2014-09-082-66/+136
| | | | | | - use en_US.UTF-8 explicitly rather than relying on mixlib-shellout's 'C' locale in order to force the LANG by default (restores unicode to most chef-client calls now)
* Print out request and response body on non-2xx responsejk/http-error-logJohn Keiser2014-09-073-3/+66
|