summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove Ruby 1.8.7 from travis config.sersut/travis-fixSerdar Sutay2014-10-071-1/+0
|
* Merge pull request #2182 from opscode/sersut/rel-11.16.411.16.4Serdar Sutay2014-10-073-41/+12
|\ | | | | CHANGELOG and version updates for 11.16.4.
| * CHANGELOG and version updates for 11.16.4.Serdar Sutay2014-10-073-41/+12
|/
* Merge pull request #2179 from opscode/sersut/port-policyfile-fixSerdar Sutay2014-10-0717-23/+128
|\ | | | | Make FileVendor configuration specific to the two implementations
| * Make FileVendor configuration specific to the two implementationssersut/port-policyfile-fixdanielsdeleo2014-10-0717-23/+128
|/ | | | | | | | | | | | | | | | FileVendor previously was configured by storing a closure/anonymous function as a class instance variable. This had the following downsides: * The API was too general, which caused a lot of code repetition * The block was lazily evaluated, which hid errors and made testing more difficult * The closures captured references to classes with references to large data structures, which complicates GC. Since we've only ever had the same two implementations of FileVendor, we can encapsulate configuration of the FileVendor factory by wrapping each configuration option in a method. As a side benefit, arguments to these methods will be eagerly evaluated, which makes it easier to detect errors.
* Merge pull request #2142 from opscode/jdmundrawala/11-windows-env-fixJay Mundrawala2014-10-066-187/+329
|\ | | | | Jdmundrawala/11 windows env fix
| * Updated CHANGELOG for env resource changejdmundrawala/11-windows-env-fixJay Mundrawala2014-09-301-2/+6
| |
| * Merge pull request #2024 from opscode/jdmundrawala/windows_env_pathJay Mundrawala2014-09-305-185/+323
| | | | | | | | | | | | Windows path fix Conflicts: spec/functional/resource/env_spec.rb
* | Merge pull request #2151 from opscode/sersut/backport-chef-1912Serdar Sutay2014-10-022-13/+23
|\ \ | |/ |/| Merge pull request #1912 from jessehu/CHEF-ISSUE-1904
| * Merge pull request #1912 from jessehu/CHEF-ISSUE-1904sersut/backport-chef-1912Claire McQuin2014-10-022-13/+23
|/ | | | retry on HTTP 50X Error when calling Chef REST API
* Add the pending() guard to the 'when there's no reboot keys present' spec.Chris Doherty2014-09-291-2/+5
|
* DSCL resource says it doesn't support OS X below 10.7, so don't run it on 10.6.Chris Doherty2014-09-291-1/+2
|
* updating CHANGELOG for 11.16.211.16.2Lamont Granquist2014-09-161-2/+6
|
* bumping version to 11.16.2Lamont Granquist2014-09-161-1/+1
|
* Merge pull request #2021 from jaymzh/11-whyrunPhil Dibowitz2014-09-113-3/+54
|\ | | | | [11] Fix whyrun_safe_ruby_block regression
| * [11] Fix whyrun_safe_ruby_block regressionPhil Dibowitz2014-09-093-3/+54
|/ | | | `whyrun_safe_ruby_block` broke in the 11 changes.
* Add Jesse Hu as 11.16.0 MVPBryan McLellan2014-09-091-0/+1
|
* Bump version for 11.16.011.16.0adamedx2014-09-061-1/+1
|
* Merge pull request #2008 from opscode/adamedx/ohai-7-4-and-rc211.16.0.rc.2Adam Edwards2014-09-062-2/+2
|\ | | | | Depend on released Ohai 7.4 for Chef 11.16.0.rc.2
| * Bump version for 11.16.0.rc.2adamedx2014-09-051-1/+1
| |
| * Gemspec update for Ohai ~> 7.4 releaseadamedx2014-09-051-1/+1
|/
* Bump version for 11.16.0.rc.1 release11.16.0.rc.1adamedx2014-09-051-1/+1
|
* DscScript resource will raise an error if dsc is not availableJay Mundrawala2014-09-057-63/+147
|
* Merge pull request #1996 from opscode/adamedx/port-chef-1982-11Adam Edwards2014-09-053-30/+35
|\ | | | | Port Chef 1982 DSCL provider
| * Changelog info for user dscl fix.Serdar Sutay2014-09-041-1/+1
| |
| * Merge pull request #1982 from opscode/sersut/user-dscl-fixSerdar Sutay2014-09-042-29/+34
|/ | | | Fix dscl user provider to be able to manage home and password at the same time.
* lcm parser is a lot more forgivingJay Mundrawala2014-09-042-105/+51
|
* Update documentation / release notesadamedx2014-09-043-300/+235
| | | | Cherry-pick of 73d7480
* configuration_generator_spec uses newer rspec conventionsJay Mundrawala2014-09-041-33/+31
|
* Bump version for 11.16.0.rc.0 release.11.16.0.rc.0Bryan McLellan2014-09-031-1/+1
|
* Added test for #generate_description in provider/dsc_script_specJay Mundrawala2014-09-031-0/+20
|
* Cleanup dsc_script_spec to use newer rspec conventionsJay Mundrawala2014-09-031-43/+40
|
* Merge pull request #1975 from opscode/platform/11-dscBryan McLellan2014-09-0324-3/+2218
|\ | | | | Platform/11 dsc
| * Make Chef::Util::Powershell::Cmdlet Ruby 1.8.7 friendlyBryan McLellan2014-09-032-7/+7
| | | | | | | | | | Use 1.8 hash syntax Explicitly convert the symbol to a string for comparison
| * Switch fileformat to unix, clean up whitespace.Bryan McLellan2014-09-0311-602/+602
| | | | | | | | | | Converts a few files from CRLF->LF. Removes some trailing whitespace as well.
| * Explicitly require erroraction continue for predictability, consistency in ↵Adam Edwards2014-09-031-2/+2
| | | | | | | | match conditional
| * DSC functional tests with configuration data and parameterizationAdam Edwards2014-09-031-4/+225
| |
| * Correctly handle DSC resource import failures in start-dscconfiguration ↵Adam Edwards2014-09-034-13/+163
| | | | | | | | --what-if (load_current_resource) context
| * Ohai 7.4.0.rc.0 dependency for PowerShell plugin supportadamedx2014-09-031-1/+1
| |
| * Better logging for dsc scripts with multiple resourcesJay Mundrawala2014-09-031-3/+8
| |
| * DSC spec platform detection via WMIAdam Edwards2014-09-034-3/+17
| |
| * Deal with LCM failing when a resource does not support WhatIfJay Mundrawala2014-09-037-37/+79
| |
| * Added unit test for powershell cmdletJay Mundrawala2014-09-032-2/+108
| |
| * DSC: Added test for dsc_script providerAdam Edwards2014-09-033-3/+129
| |
| * Added unit tests for configuration_generatorJay Mundrawala2014-09-032-1/+174
| |
| * Add configurationdata attribute supportAdam Edwards2014-09-034-15/+86
| |
| * Parse WhatIf from LCMJay Mundrawala2014-09-035-25/+383
| |
| * Updated powershell functional tests to work with changes to ↵Jay Mundrawala2014-09-031-17/+15
| | | | | | | | Chef::Util::Powershell:Cmdlet
| * Initial dsc_configuration resource implementationAdam Edwards2014-09-0315-0/+951
| |
* | Merge pull request #1973 from opscode/sersut/group-spec-fixSerdar Sutay2014-09-041-1/+5
|/ | | | | | Check the group membership using dscl on Mac in specs. Conflicts: spec/functional/resource/group_spec.rb