summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Collapse)AuthorAgeFilesLines
* Make resource_name call providesJohn Keiser2015-06-0165-59/+75
|
* Toss an error if a resource without a resource_name is createdJohn Keiser2015-06-011-0/+7
|
* Fix Chef version # for deprecationJohn Keiser2015-06-011-1/+1
|
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-0167-182/+74
|
* Merge branch 'master' into namelessNoah Kantrowitz2015-05-2925-272/+930
|\
| * Allow knife sub-command loader to match platform specific gems.Torben Knerr2015-05-291-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 lateradamedx2015-05-292-3/+14
| |
| * 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-291-71/+81
| |
| * Get specs to passAdam Edwards2015-05-291-20/+54
| |
| * change executionpolicy to unrestrictedLamont Granquist2015-05-291-1/+1
| |
| * 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-292-2/+100
| |
| * Fix dsc_resource to work with WMF 5 April Previewjdm/wmfJay Mundrawala2015-05-291-1/+8
| |
| * 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-281-20/+16
| |
| * 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
| |
| * remove cruftClaire McQuin2015-05-271-2/+0
| |
| * Give captured exception a meaningful nameClaire McQuin2015-05-271-5/+5
| |
| * Raise errors at the end of the client run, for proper exiting.Claire McQuin2015-05-271-24/+25
| |
| * remove configuration optionClaire McQuin2015-05-273-19/+14
| |
| * 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
| |
| * Remove unused method definitionClaire McQuin2015-05-271-4/+0
| |
| * Save and report audit phase failure on run_completed or run_failed.Claire McQuin2015-05-272-4/+13
| |
| * Mark run failed on failed audits unless configured to audit as warning.Claire McQuin2015-05-273-9/+22
| | | | | | | | Remove unnecessary newline from RunFailedWrappingError backtrace
| * Fix backups on windows for the file resourceJay Mundrawala2015-05-271-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_r28006205sawanoboly2015-05-261-2/+2
| |
| * recover regression of #2338sawanoboly2015-05-261-1/+1
| |
| * add windows guardLamont Granquist2015-05-261-1/+1
| |
| * add unicode WM_SETTINGCHANGE broadcastLamont Granquist2015-05-261-2/+11
| | | | | | | | helps powershell pick up the env change settings.
| * add shell_out to resourcesLamont Granquist2015-05-261-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-checkLamont Granquist2015-05-261-0/+3
| |\ | | | | | | Lcg/directory missing owner validation check
| | * directory resource needs to call FAC for DRRLamont Granquist2015-05-261-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_cliScott Hain2015-05-261-0/+6
| |\ \ | | |/ | |/| Fix cli issue with unset chef_repo_path
| | * Fix cli issue with unset chef_repo_pathshain/fix_cliScott Hain2015-05-221-0/+6
| | |
| * | Bump all version numbersThom May2015-05-261-1/+1
| | |
| * | Fix ruby warning for unused local variabledanielsdeleo2015-05-231-1/+1
| |/
| * Display policy name and ID during the chef rundanielsdeleo2015-05-223-0/+10
| |
| * Remove old TODO commentdanielsdeleo2015-05-221-3/+3
| |