| Commit message (Expand) | Author | Age | Files | Lines |
* | Add use_automatic_resource_name | John Keiser | 2015-06-01 | 76 | -80/+119 |
* | Make resource_name call provides | John Keiser | 2015-06-01 | 73 | -112/+93 |
* | Toss an error if a resource without a resource_name is created | John Keiser | 2015-06-01 | 2 | -0/+28 |
* | Fix Chef version # for deprecation | John Keiser | 2015-06-01 | 1 | -1/+1 |
* | Move resource_name up to Resource, and figure out its value automatically | John Keiser | 2015-06-01 | 77 | -216/+183 |
* | Merge pull request #3417 from coderanger/nameless | Thom May | 2015-06-01 | 2 | -2/+87 |
|\ |
|
| * | Merge branch 'master' into nameless | Noah Kantrowitz | 2015-05-29 | 66 | -987/+2045 |
| |\
| |/
|/| |
|
* | | Fix subcommand loader testfix-subcommand-loader-tests | danielsdeleo | 2015-05-29 | 1 | -0/+1 |
* | | Allow knife sub-command loader to match platform specific gems. | Torben Knerr | 2015-05-29 | 3 | -4/+21 |
* | | Update CHANGELOG for 3080, 3441, 3448, 3392 | Kartik Null Cating-Subramanian | 2015-05-29 | 1 | -0/+5 |
* | | Use executionpolicy Bypass in powershell_script provider for PS 3.0 and later | adamedx | 2015-05-29 | 4 | -15/+68 |
* | | PowerShell 2.0 exit code spec fixes for powershell_script | Adam Edwards | 2015-05-29 | 1 | -4/+27 |
* | | powershell_script provider readability fixes | Adam Edwards | 2015-05-29 | 1 | -38/+46 |
* | | Simplify powershell_script exit status logic | Adam Edwards | 2015-05-29 | 1 | -6/+3 |
* | | powershell_script script wrapper comment improvements | Adam Edwards | 2015-05-29 | 1 | -6/+33 |
* | | Refactor powershell_script, additional powershell syntax tests | Adam Edwards | 2015-05-29 | 2 | -72/+88 |
* | | Get specs to pass | Adam Edwards | 2015-05-29 | 2 | -21/+55 |
* | | powershell_script spec for invalid syntax error handling | Adam Edwards | 2015-05-29 | 1 | -0/+6 |
* | | change executionpolicy to unrestricted | Lamont Granquist | 2015-05-29 | 2 | -2/+2 |
* | | fix missing requires | Lamont Granquist | 2015-05-29 | 1 | -0/+3 |
* | | include powershell_out in DSL places | Lamont Granquist | 2015-05-29 | 3 | -0/+6 |
* | | add powershell_out mixin | Lamont Granquist | 2015-05-29 | 4 | -2/+213 |
* | | Merge pull request #3448 from chef/jdm/wmf | Kartik Null Cating-Subramanian | 2015-05-29 | 1 | -1/+8 |
|\ \ |
|
| * | | Fix dsc_resource to work with WMF 5 April Previewjdm/wmf | Jay Mundrawala | 2015-05-29 | 1 | -1/+8 |
* | | | Run `gem install` tasks w/o bundler's env | danielsdeleo | 2015-05-29 | 2 | -2/+22 |
* | | | Groups should not exist before managing groups that don't exist in tests | Bryan McLellan | 2015-05-29 | 1 | -0/+5 |
|/ / |
|
* | | Comment up Chef::Client and privatize/deprecate unused methods | John Keiser | 2015-05-28 | 3 | -209/+665 |
|\ \ |
|
| * | | Make audit comments nicer! | John Keiser | 2015-05-28 | 1 | -9/+23 |
| * | | Move notification methods back to Client | John Keiser | 2015-05-28 | 2 | -107/+83 |
| * | | Don't use deprecated "runner" in RunContext itself | John Keiser | 2015-05-28 | 1 | -1/+1 |
| * | | Fix up deprecated_attr_*, add tests | John Keiser | 2015-05-28 | 2 | -20/+71 |
| * | | Don't require a file we are already in | John Keiser | 2015-05-28 | 1 | -2/+0 |
| * | | Un-deprecate node writing | John Keiser | 2015-05-28 | 1 | -2/+4 |
| * | | Deprecate some things that don't seem to be needed outside | John Keiser | 2015-05-28 | 2 | -31/+72 |
| * | | Move public APIs first, private second | John Keiser | 2015-05-28 | 2 | -274/+308 |
| * | | Comment the heck out of Chef::Client | John Keiser | 2015-05-28 | 1 | -44/+384 |
|/ / |
|
* | | Increase the Timeout::timeout in execute timeout test | Bryan McLellan | 2015-05-28 | 1 | -2/+9 |
* | | Merge pull request #3439 from chef/lcg/windows-doesnt-have-uname | Lamont Granquist | 2015-05-28 | 1 | -1/+1 |
|\ \ |
|
| * | | windows does not have unamelcg/windows-doesnt-have-uname | Lamont Granquist | 2015-05-27 | 1 | -1/+1 |
|/ / |
|
* | | Update CHANGELOG for #3358, #3431 | Bryan McLellan | 2015-05-27 | 1 | -1/+3 |
* | | remove cruft | Claire McQuin | 2015-05-27 | 1 | -2/+0 |
* | | Give captured exception a meaningful name | Claire McQuin | 2015-05-27 | 2 | -7/+7 |
* | | Raise errors at the end of the client run, for proper exiting. | Claire McQuin | 2015-05-27 | 3 | -28/+56 |
* | | remove configuration option | Claire McQuin | 2015-05-27 | 5 | -93/+30 |
* | | Revert "Add CLI option --audit-as-warning" | Claire McQuin | 2015-05-27 | 1 | -5/+0 |
* | | Add CLI option --audit-as-warning | Claire McQuin | 2015-05-27 | 1 | -0/+5 |
* | | Skip adding backtrace to error message if unset. | Claire McQuin | 2015-05-27 | 1 | -1/+5 |
* | | refactor ohai stubs, remove hardcoding | Claire McQuin | 2015-05-27 | 2 | -17/+18 |
* | | Remove unused method definition | Claire McQuin | 2015-05-27 | 1 | -4/+0 |
* | | Use shared contexts and shared examples to minimize code duplication. | Claire McQuin | 2015-05-27 | 3 | -418/+378 |