summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Create property and alias attribute to itjk/propertyJohn Keiser2015-06-0213-60/+2545
|
* Merge branch 'jk/resource_name'John Keiser2015-06-0182-288/+321
|\
| * Deprecate provider_basejk/resource_nameJohn Keiser2015-06-013-8/+26
| |
| * Add use_automatic_resource_nameJohn Keiser2015-06-0176-80/+119
| |
| * Make resource_name call providesJohn Keiser2015-06-0173-112/+93
| |
| * Toss an error if a resource without a resource_name is createdJohn Keiser2015-06-012-0/+28
| |
| * Fix Chef version # for deprecationJohn Keiser2015-06-011-1/+1
| |
| * Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-0177-216/+183
|/
* Merge pull request #3417 from coderanger/namelessThom May2015-06-012-2/+87
|\ | | | | Re-allow nameless resources
| * Merge branch 'master' into namelessNoah Kantrowitz2015-05-2966-987/+2045
| |\ | |/ |/|
* | Fix subcommand loader testfix-subcommand-loader-testsdanielsdeleo2015-05-291-0/+1
| |
* | Allow knife sub-command loader to match platform specific gems.Torben Knerr2015-05-293-4/+21
| | | | | | | | | | | | | | | | | | This fixes issue #3272. The underlying issue was that "-x86-mingw32"-platform suffixed chef gem (as it is installed on windows) was filtered out by the regex. Thus it was detected as being "not from this chef version". The PR adapts the regex and adds some valid / invalid specs for it.
* | Update CHANGELOG for 3080, 3441, 3448, 3392Kartik Null Cating-Subramanian2015-05-291-0/+5
| |
* | Use executionpolicy Bypass in powershell_script provider for PS 3.0 and lateradamedx2015-05-294-15/+68
| |
* | PowerShell 2.0 exit code spec fixes for powershell_scriptAdam Edwards2015-05-291-4/+27
| |
* | powershell_script provider readability fixesAdam Edwards2015-05-291-38/+46
| |
* | Simplify powershell_script exit status logicAdam Edwards2015-05-291-6/+3
| |
* | powershell_script script wrapper comment improvementsAdam Edwards2015-05-291-6/+33
| |
* | Refactor powershell_script, additional powershell syntax testsAdam Edwards2015-05-292-72/+88
| |
* | Get specs to passAdam Edwards2015-05-292-21/+55
| |
* | powershell_script spec for invalid syntax error handlingAdam Edwards2015-05-291-0/+6
| |
* | change executionpolicy to unrestrictedLamont Granquist2015-05-292-2/+2
| |
* | fix missing requiresLamont Granquist2015-05-291-0/+3
| |
* | include powershell_out in DSL placesLamont Granquist2015-05-293-0/+6
| |
* | add powershell_out mixinLamont Granquist2015-05-294-2/+213
| |
* | Merge pull request #3448 from chef/jdm/wmfKartik Null Cating-Subramanian2015-05-291-1/+8
|\ \ | | | | | | Fix dsc_resource to work with wmf5 april preview
| * | Fix dsc_resource to work with WMF 5 April Previewjdm/wmfJay Mundrawala2015-05-291-1/+8
| | |
* | | Run `gem install` tasks w/o bundler's envdanielsdeleo2015-05-292-2/+22
| | | | | | | | | | | | | | | When bundler 1.10 is installed, running these tasks w/ bundler causes `gem install` to fail with no output
* | | Groups should not exist before managing groups that don't exist in testsBryan McLellan2015-05-291-0/+5
|/ / | | | | | | Attempting to solve an intermittent issue, or at least help identify it.
* | Comment up Chef::Client and privatize/deprecate unused methodsJohn Keiser2015-05-283-209/+665
|\ \
| * | Make audit comments nicer!John Keiser2015-05-281-9/+23
| | |
| * | Move notification methods back to ClientJohn Keiser2015-05-282-107/+83
| | |
| * | Don't use deprecated "runner" in RunContext itselfJohn Keiser2015-05-281-1/+1
| | |
| * | Fix up deprecated_attr_*, add testsJohn Keiser2015-05-282-20/+71
| | |
| * | Don't require a file we are already inJohn Keiser2015-05-281-2/+0
| | |
| * | Un-deprecate node writingJohn Keiser2015-05-281-2/+4
| | |
| * | Deprecate some things that don't seem to be needed outsideJohn Keiser2015-05-282-31/+72
| | |
| * | Move public APIs first, private secondJohn Keiser2015-05-282-274/+308
| | |
| * | Comment the heck out of Chef::ClientJohn Keiser2015-05-281-44/+384
|/ /
* | Increase the Timeout::timeout in execute timeout testBryan McLellan2015-05-281-2/+9
| | | | | | | | | | | | | | | | | | | | | | Issue #2175 found that execute resource timeouts weren't working on Windows but mixlib-shellout was waiting 600 seconds for the test to fail and still raising. Timeout was added in #2686 to make sure the test failed in this case. We're currently seeing intermittant failures on a FreeBSD tester, which is likely a performance issue. But it's possible that we're seeing another issue that we don't yet understand, so I don't want to throw away the regression test yet.
* | Merge pull request #3439 from chef/lcg/windows-doesnt-have-unameLamont Granquist2015-05-281-1/+1
|\ \ | | | | | | windows does not have uname
| * | windows does not have unamelcg/windows-doesnt-have-unameLamont Granquist2015-05-271-1/+1
|/ / | | | | | | although appveyor does, so must have cygwin?
* | Update CHANGELOG for #3358, #3431Bryan McLellan2015-05-271-1/+3
| | | | | | | | | | Closes #3431 Closes #3358
* | remove cruftClaire McQuin2015-05-271-2/+0
| |
* | Give captured exception a meaningful nameClaire McQuin2015-05-272-7/+7
| |
* | Raise errors at the end of the client run, for proper exiting.Claire McQuin2015-05-273-28/+56
| |
* | remove configuration optionClaire McQuin2015-05-275-93/+30
| |
* | Revert "Add CLI option --audit-as-warning"Claire McQuin2015-05-271-5/+0
| | | | | | | | This reverts commit 6e88071320032ad18f3b7d5940673f4ad6563c5d.
* | Add CLI option --audit-as-warningClaire McQuin2015-05-271-0/+5
| |
* | Skip adding backtrace to error message if unset.Claire McQuin2015-05-271-1/+5
| |