Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make resource_name call provides | John Keiser | 2015-06-01 | 65 | -59/+75 |
| | |||||
* | Toss an error if a resource without a resource_name is created | John Keiser | 2015-06-01 | 1 | -0/+7 |
| | |||||
* | 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 | 67 | -182/+74 |
| | |||||
* | Merge branch 'master' into nameless | Noah Kantrowitz | 2015-05-29 | 25 | -272/+930 |
|\ | |||||
| * | Allow knife sub-command loader to match platform specific gems. | Torben Knerr | 2015-05-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Use executionpolicy Bypass in powershell_script provider for PS 3.0 and later | adamedx | 2015-05-29 | 2 | -3/+14 |
| | | |||||
| * | 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 | 1 | -71/+81 |
| | | |||||
| * | Get specs to pass | Adam Edwards | 2015-05-29 | 1 | -20/+54 |
| | | |||||
| * | change executionpolicy to unrestricted | Lamont Granquist | 2015-05-29 | 1 | -1/+1 |
| | | |||||
| * | 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 | 2 | -2/+100 |
| | | |||||
| * | Fix dsc_resource to work with WMF 5 April Previewjdm/wmf | Jay Mundrawala | 2015-05-29 | 1 | -1/+8 |
| | | |||||
| * | 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 | 1 | -20/+16 |
| | | |||||
| * | 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 |
| | | |||||
| * | remove cruft | Claire McQuin | 2015-05-27 | 1 | -2/+0 |
| | | |||||
| * | Give captured exception a meaningful name | Claire McQuin | 2015-05-27 | 1 | -5/+5 |
| | | |||||
| * | Raise errors at the end of the client run, for proper exiting. | Claire McQuin | 2015-05-27 | 1 | -24/+25 |
| | | |||||
| * | remove configuration option | Claire McQuin | 2015-05-27 | 3 | -19/+14 |
| | | |||||
| * | Revert "Add CLI option --audit-as-warning" | Claire McQuin | 2015-05-27 | 1 | -5/+0 |
| | | | | | | | | This reverts commit 6e88071320032ad18f3b7d5940673f4ad6563c5d. | ||||
| * | 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 |
| | | |||||
| * | Remove unused method definition | Claire McQuin | 2015-05-27 | 1 | -4/+0 |
| | | |||||
| * | Save and report audit phase failure on run_completed or run_failed. | Claire McQuin | 2015-05-27 | 2 | -4/+13 |
| | | |||||
| * | Mark run failed on failed audits unless configured to audit as warning. | Claire McQuin | 2015-05-27 | 3 | -9/+22 |
| | | | | | | | | Remove unnecessary newline from RunFailedWrappingError backtrace | ||||
| * | Fix backups on windows for the file resource | Jay Mundrawala | 2015-05-27 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | The backup utility was using Dir.[], which on breaks with \ in the path name. This code is replaces with listing the directory and matching the correct files This should solve #3394. | ||||
| * | follow comment https://github.com/chef/chef/pull/3195#discussion_r28006205 | sawanoboly | 2015-05-26 | 1 | -2/+2 |
| | | |||||
| * | recover regression of #2338 | sawanoboly | 2015-05-26 | 1 | -1/+1 |
| | | |||||
| * | add windows guard | Lamont Granquist | 2015-05-26 | 1 | -1/+1 |
| | | |||||
| * | add unicode WM_SETTINGCHANGE broadcast | Lamont Granquist | 2015-05-26 | 1 | -2/+11 |
| | | | | | | | | helps powershell pick up the env change settings. | ||||
| * | add shell_out to resources | Lamont Granquist | 2015-05-26 | 1 | -0/+4 |
| | | | | | | | | allows for using shell_out! and friends in not_if/only_if blocks | ||||
| * | Merge pull request #3397 from chef/lcg/directory-missing-owner-validation-check | Lamont Granquist | 2015-05-26 | 1 | -0/+3 |
| |\ | | | | | | | Lcg/directory missing owner validation check | ||||
| | * | directory resource needs to call FAC for DRR | Lamont Granquist | 2015-05-26 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | the directory resource completely overrides DRR from the file resource, but is missing the call into FAC in order to validation the owner and group. fixes issue #3390 | ||||
| * | | Merge pull request #3419 from chef/shain/fix_cli | Scott Hain | 2015-05-26 | 1 | -0/+6 |
| |\ \ | | |/ | |/| | Fix cli issue with unset chef_repo_path | ||||
| | * | Fix cli issue with unset chef_repo_pathshain/fix_cli | Scott Hain | 2015-05-22 | 1 | -0/+6 |
| | | | |||||
| * | | Bump all version numbers | Thom May | 2015-05-26 | 1 | -1/+1 |
| | | | |||||
| * | | Fix ruby warning for unused local variable | danielsdeleo | 2015-05-23 | 1 | -1/+1 |
| |/ | |||||
| * | Display policy name and ID during the chef run | danielsdeleo | 2015-05-22 | 3 | -0/+10 |
| | | |||||
| * | Remove old TODO comment | danielsdeleo | 2015-05-22 | 1 | -3/+3 |
| | |