| Commit message (Expand) | Author | Age | Files | Lines |
* | Added spec to check that blocks gain priority for resolution | Jay Mundrawala | 2015-06-25 | 1 | -0/+12 |
* | Fix to allow LW resources to be used with HW providersjdm/lwrp-fix | Jay Mundrawala | 2015-06-24 | 1 | -0/+25 |
* | Do not validate defaults, for backcompat purposesjk/property-base | John Keiser | 2015-06-23 | 1 | -20/+37 |
* | Freeze default constants | John Keiser | 2015-06-23 | 1 | -2/+6 |
* | Fix set_or_return order: default->coerce->validate | John Keiser | 2015-06-23 | 2 | -116/+125 |
* | Evaluate lazy defaults in context of the instance | John Keiser | 2015-06-23 | 1 | -27/+20 |
* | Add coercion | John Keiser | 2015-06-23 | 1 | -81/+81 |
* | Add property_is_set? | John Keiser | 2015-06-23 | 2 | -125/+119 |
* | Ensure validators don't run against initial values | John Keiser | 2015-06-23 | 1 | -0/+3 |
* | Don't validate `nil` when setting the value to nil | John Keiser | 2015-06-23 | 2 | -19/+37 |
* | Allow values to be set to nil (override defaults) if user allows it | John Keiser | 2015-06-23 | 2 | -32/+128 |
* | Make "is" fail if you pass nil and don't validate it | John Keiser | 2015-06-23 | 1 | -59/+87 |
* | Add lazy to Resource class DSL | John Keiser | 2015-06-23 | 1 | -8/+4 |
* | Add property= setter to properties | John Keiser | 2015-06-23 | 1 | -19/+19 |
* | Add name_property | John Keiser | 2015-06-23 | 2 | -4/+3 |
* | Add property Type as an alias to is | John Keiser | 2015-06-23 | 3 | -50/+88 |
* | Add "is" to property | John Keiser | 2015-06-23 | 2 | -59/+57 |
* | Create property on resource, alias attribute to it | John Keiser | 2015-06-23 | 3 | -0/+1752 |
* | Make load/include recipe run in child contextjk/resource_actions | John Keiser | 2015-06-23 | 4 | -0/+57 |
* | Remove unnecessary TODOs | John Keiser | 2015-06-23 | 1 | -0/+106 |
* | Delegate all necessary methods from ChildRunContext to RunContext | John Keiser | 2015-06-23 | 1 | -0/+4 |
* | Get tests running under Ruby 2.0 | John Keiser | 2015-06-23 | 1 | -3/+7 |
* | Update resource_name in resource action tests | John Keiser | 2015-06-23 | 2 | -5/+5 |
* | Create the `action :name do ... end` syntax for Resource | John Keiser | 2015-06-23 | 2 | -3/+339 |
* | Add default_action and allowed_actions to Resource class, remove from LWRP | John Keiser | 2015-06-23 | 1 | -0/+1 |
* | Get rid of warning when defining an LWRPjk/remove_lwrp_warning | John Keiser | 2015-06-23 | 1 | -6/+2 |
* | Merge pull request #3538 from chef/jdm/fix-audit-excep | Jay Mundrawala | 2015-06-22 | 1 | -19/+35 |
|\ |
|
| * | Fixup spec to only expect wrapped exception when audit mode is enabledjdm/fix-audit-excep | Jay Mundrawala | 2015-06-19 | 1 | -19/+35 |
* | | Merge pull request #3554 from ranjib/fix_deps | Thom May | 2015-06-19 | 1 | -0/+49 |
|\ \ |
|
| * | | add specs for resource_resolver | Ranjib Dey | 2015-06-18 | 1 | -0/+49 |
* | | | Sort identical "provides" alphabetically (for backcompat) | John Keiser | 2015-06-18 | 4 | -32/+206 |
* | | | Do not set resource_name outside of Chef::Resourcejk/chef-resource-name-only | John Keiser | 2015-06-18 | 2 | -21/+17 |
|/ / |
|
* | | Only automatically set resources that do class X < Chef::Resource,jk/3524 | John Keiser | 2015-06-16 | 16 | -15/+34 |
* | | Support arrays as input to actions / allowed_actionsjk/3535 | John Keiser | 2015-06-16 | 1 | -0/+39 |
* | | Ensure :nothing is in the list of allowed actions for an LWRP | John Keiser | 2015-06-16 | 2 | -4/+48 |
|/ |
|
* | Make the install/uninstall tests run more realistically | danielsdeleo | 2015-06-09 | 1 | -104/+162 |
* | Move 3503 regression tests into main describe block | danielsdeleo | 2015-06-09 | 1 | -118/+59 |
* | Clean up RPM package provider specs | danielsdeleo | 2015-06-09 | 1 | -76/+173 |
* | Update tests to ensure shellout calls are stubbed | danielsdeleo | 2015-06-09 | 1 | -34/+79 |
* | Adding rspec tests to cover the install, upgrade and noop scenarios when the ... | Irving Popovetsky | 2015-06-09 | 1 | -0/+70 |
* | Merge pull request #3299 from juliandunn/remove-audit-mode-experimental-warning | Thom May | 2015-06-09 | 1 | -5/+0 |
|\ |
|
| * | Remove unneeded test if we're not marking audit as "experimental" | Julian C. Dunn | 2015-04-29 | 1 | -5/+0 |
* | | Merge pull request #3495 from chef/jk/automatic-automatic-name | Thom May | 2015-06-09 | 13 | -58/+510 |
|\ \ |
|
| * | | Make resource_for_short_name look up the canonical resourcejk/automatic-automatic-name | John Keiser | 2015-06-08 | 1 | -12/+109 |
| * | | Remove unused test line | John Keiser | 2015-06-08 | 1 | -1/+0 |
| * | | Make sure resource_name :x only removes automatic provides from that class | John Keiser | 2015-06-08 | 4 | -23/+113 |
| * | | Overwrite resource_name with provides | John Keiser | 2015-06-08 | 9 | -41/+234 |
| * | | Make use_automatic_resource_name automatic | John Keiser | 2015-06-08 | 2 | -4/+77 |
* | | | Merge pull request #3497 from chef/adamedx/3485-run_context_corruption | Thom May | 2015-06-09 | 1 | -0/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | Issue#3485: Fix corruption of run_context when guard interpreters are executedadamedx/3485-run_context_corruption | adamedx | 2015-06-06 | 1 | -0/+8 |