summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* Configure named run list via command line or config filedanielsdeleo2015-09-211-0/+6
* Apply a named_run_list in policy builder via configurationdanielsdeleo2015-09-211-1/+35
* Don't add win_evt logger when on nano.Claire McQuin2015-09-182-2/+25
* Add `setup_chef_class` to Policyfile policy builderdanielsdeleo2015-09-172-1/+74
* Update code comment to reflect realitydanielsdeleo2015-09-171-3/+1
* Document policy builder API on the dynamic builderdanielsdeleo2015-09-171-0/+56
* Use Forwardable to delegate in PolicyBuilder::Dynamicdanielsdeleo2015-09-171-32/+13
* Add policyfile attrs to knife "fuzzy" searchdanielsdeleo2015-09-171-1/+1
* Detect when user wants policyfile compat modedanielsdeleo2015-09-171-1/+8
* Show policyfile attributes in node presenterdanielsdeleo2015-09-171-1/+24
* Populate node policyfile attrs from JSONdanielsdeleo2015-09-171-0/+4
* Set the precedence of policyfile attrs and propagate them everywheredanielsdeleo2015-09-171-0/+43
* Add policyfile attrs to node create/savedanielsdeleo2015-09-171-2/+35
* Add policyfile attrs to node JSON when presentdanielsdeleo2015-09-171-0/+8
* Use the dynamic policy builder everywheredanielsdeleo2015-09-176-39/+15
* Add Dynamic PolicyBuilder to switch on policyfile modedanielsdeleo2015-09-172-0/+137
* Add policy_name and policy_group attrs to Node classdanielsdeleo2015-09-171-0/+49
* Rename Chef::Resource#current_resource -> Chef::Resource#current_valuemcquin/chef-3897Claire McQuin2015-09-171-1/+1
* Merge pull request #3809 from martinb3/frozen_error_inspectorThom May2015-09-151-5/+25
|\
| * Further revision for compile errors due to frozenMartin Smith2015-08-211-5/+25
* | Remove the warning about hashes and arrays as default valuesLamont Granquist2015-09-141-4/+0
* | remove pending reboot check for HKLM\SOFTWARE\Microsoft\Updates\UpdateExeVola...mwrock/reboot_pendingMatt Wrock2015-09-101-1/+2
* | Merge pull request #3896 from chef/jdm/webrick-monkeyJay Mundrawala2015-09-102-0/+56
|\ \
| * | Add monkey patch for webrickjdm/webrick-monkeyJay Mundrawala2015-09-082-0/+56
* | | Merge pull request #3895 from chef/mcquin/dsc_resource_specClaire McQuin2015-09-082-9/+12
|\ \ \ | |/ / |/| |
| * | Rename refresh_mode_disabled? to dsc_refresh_mode_disabled?mcquin/dsc_resource_specClaire McQuin2015-09-082-4/+4
| * | Skip tests unless RefreshMode is DisabledClaire McQuin2015-09-082-9/+12
* | | Merge pull request #3462 from chef/jdm/pscred-winrmSteven Murawski2015-09-081-1/+1
|\ \ \ | |/ / |/| |
| * | Allow creation of secure strings over remoting/servicesjdm/pscred-winrmJay Mundrawala2015-06-011-1/+1
* | | Move Win32::Registry#write monkeypatch into win32/registry monkeypatch file.Claire McQuin2015-09-042-30/+28
* | | Add file header.mcquin/monkeypatch-win32-registry-deleteClaire McQuin2015-09-031-0/+16
* | | Implement delete_key with Win32::Registry#delete_keyClaire McQuin2015-09-031-26/+13
* | | Remove access mask to RegDeleteKeyExW, it's not usefulClaire McQuin2015-09-032-4/+2
* | | Monkey-patch Win32::Registry::API::DeleteKey for Win32::Registry#delete_keyClaire McQuin2015-09-032-9/+15
* | | Monkey-patch Win32::Registry::API::DeleteValue for Win32::Registry#delete_value.Claire McQuin2015-09-033-0/+33
* | | review fixesLamont Granquist2015-09-021-9/+7
* | | refactor remote_directory providerLamont Granquist2015-09-022-102/+244
* | | Merge pull request #3841 from chef/jdm/now-winds-prKartik Null Cating-Subramanian2015-09-022-33/+0
|\ \ \
| * | | Remove dependency on windows-prjdm/now-winds-prjdm/now-windows-prJay Mundrawala2015-08-281-32/+0
| * | | Remove unused instance variableJay Mundrawala2015-08-281-1/+0
* | | | fix locking/unlocking users on SmartOSDave Eddy2015-09-021-4/+32
* | | | Merge pull request #3821 from joelhandwell/elapsed_timeThom May2015-09-021-2/+14
|\ \ \ \
| * | | | Remove Timecop dependencyJoel Handwell2015-09-021-1/+1
| * | | | Keep elapsed_time and add pretty_elapsed_timeJoel Handwell2015-09-021-3/+7
| * | | | Add unit tests for elapsed_timeJoel Handwell2015-09-021-1/+1
| * | | | Human friendly elapsed time in logJoel Handwell2015-09-021-3/+11
* | | | | Merge pull request #3806 from gh2k/subversion-shelloutThom May2015-09-022-7/+18
|\ \ \ \ \
| * | | | | Replace output_of_command with shell_out! in subversion providerSimon Detheridge2015-08-242-7/+18
* | | | | | Merge pull request #3510 from ckaushik/issue_2513Thom May2015-09-021-0/+1
|\ \ \ \ \ \
| * | | | | | Fixing Issue #2513 - the broken render of nested partial templates with varia...Kaushik C2015-07-271-0/+1