summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP get dnf workingtm/dnf_providerThom May2015-06-301-0/+199
* Merge pull request #3605 from coderanger/actionThom May2015-06-3026-51/+131
|\
| * Test updates for the changes to default actions.Noah Kantrowitz2015-06-2919-24/+24
| * Make resource-based guard interpreters cope with arrays.Noah Kantrowitz2015-06-291-1/+2
| * Add a test for array assignment on action.Noah Kantrowitz2015-06-291-0/+5
| * Tests for new default_action behaviors.Noah Kantrowitz2015-06-291-0/+39
| * Be paranoid about potential weird overrides of default_action.Noah Kantrowitz2015-06-291-1/+1
| * Handle setting default action with the same coercion logic as action.Noah Kantrowitz2015-06-291-9/+4
| * Get tests passingJay Mundrawala2015-06-292-2/+2
| * Fix ancillary tests.Noah Kantrowitz2015-06-294-6/+6
| * Make sure the default case gives an array too.Noah Kantrowitz2015-06-292-1/+5
| * Rework Resource#action to match the 12.3 API.Noah Kantrowitz2015-06-292-8/+44
|/
* Merge pull request #3600 from coderanger/patch-4Thom May2015-06-291-0/+6
|\
| * Add myself as a core maintainer.Noah Kantrowitz2015-06-251-0/+6
* | Merge pull request #3606 from chef/jdm/pin-ffiJay Mundrawala2015-06-261-1/+1
|\ \
| * | FFI 1.9.9 is causing segfaultsjdm/pin-ffiJay Mundrawala2015-06-261-1/+1
|/ /
* | Update CHANGELOGS.Kartik Null Cating-Subramanian2015-06-261-0/+10
* | The wording seemed odd.jjasghar/needed_theJJ Asghar2015-06-261-1/+1
* | Missing require (require what you use).jk/missing_requireJohn Keiser2015-06-261-0/+1
* | remove extraneous spaceDave Eddy2015-06-261-1/+1
* | correcting minor typo in user_edit knife actionNell Shamrell2015-06-261-2/+1
* | Issue #3080: powershell_script: do not allow suppression of syntax errorsadamedx/ps-syntax-always-raiseadamedx2015-06-262-22/+35
* | changed the registry_key provider to scan collected registry keys with downca...JKerry2015-06-263-6/+32
* | downcasted registry key names to lowercaseJKerry2015-06-262-2/+22
* | Merge pull request #3587 from coderanger/patch-3Ranjib Dey2015-06-261-0/+7
|\ \
| * | Fix deprecated setters.Noah Kantrowitz2015-06-241-0/+7
* | | Merge pull request #3589 from chef/tm/fix_bashismsThom May2015-06-261-4/+4
|\ \ \ | |_|/ |/| |
| * | Fix some errant bashismstm/fix_bashismsThom May2015-06-251-4/+4
| |/
* | Merge branch 'jdm/changelog'Jay Mundrawala2015-06-251-1/+4
|\ \
| * | Add CHANGELOG entry for #3593Jay Mundrawala2015-06-251-0/+1
| * | Added CHANGELOG entry for #3586Jay Mundrawala2015-06-251-1/+3
* | | Merge pull request #3599 from chef/jdm/3593Jay Mundrawala2015-06-252-1/+13
|\ \ \ | |/ /
| * | Fix issue where blocks were not considered in priority mappingjdm/3593Jay Mundrawala2015-06-251-1/+1
| * | Added spec to check that blocks gain priority for resolutionJay Mundrawala2015-06-251-0/+12
|/ /
* | Merge pull request #3525 from chef/jtimberman/rfc-tier-maintainersBryan McLellan2015-06-252-4/+105
|\ \
| * | Add Lamont as a maintainer for ArchLinuxjtimberman/rfc-tier-maintainersjtimberman2015-06-252-0/+13
| * | Thom maintainer for OmniOS, Lamont Lt for AIXjtimberman2015-06-202-4/+15
| * | add maintainers/Lts for tier 1 & 2 supportjtimberman2015-06-202-0/+77
* | | count skipped resources in among total resourcesRanjib Dey2015-06-252-1/+5
* | | Merge pull request #3586 from chef/jdm/lwrp-fixJay Mundrawala2015-06-252-1/+27
|\ \ \ | |_|/ |/| |
| * | Fix to allow LW resources to be used with HW providersjdm/lwrp-fixJay Mundrawala2015-06-242-1/+27
|/ /
* | Merge branch 'jk/property-base'John Keiser2015-06-236-131/+2415
|\ \
| * | Do not validate defaults, for backcompat purposesjk/property-baseJohn Keiser2015-06-232-21/+39
| * | Freeze default constantsJohn Keiser2015-06-232-2/+7
| * | Fix set_or_return order: default->coerce->validateJohn Keiser2015-06-233-147/+188
| * | Add some commentsJohn Keiser2015-06-231-13/+173
| * | Evaluate lazy defaults in context of the instanceJohn Keiser2015-06-232-30/+29
| * | Add coercionJohn Keiser2015-06-232-81/+89
| * | Add property_is_set?John Keiser2015-06-234-135/+145
| * | Ensure validators don't run against initial valuesJohn Keiser2015-06-232-0/+4