summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4196 from chef/lcg/dpkg-multipackageLamont Granquist2015-12-025-64/+209
|\
| * just use extendLamont Granquist2015-12-022-15/+10
| * dpkg multipackage and bonus fixesLamont Granquist2015-12-025-64/+214
* | Make to_hash include properties with defaults (fixes #4127)jk/4127John Keiser2015-12-021-3/+8
* | Converge actions all together instead of in action :x (fixes #4124)jk/4124John Keiser2015-12-021-34/+15
|/
* Bump version to 12.6.0Salim Alam2015-12-011-1/+1
* extract declare_resource to a mixin and extend APILamont Granquist2015-12-013-78/+116
* Add make_child_entry in ChefFS CookbookSubdirMaxime Brugidou2015-11-251-0/+5
* Merge pull request #4153 from matschaffer/patch-1Thom May2015-11-251-1/+1
|\
| * Require ShellOut before Knife::SSH definitionMat Schaffer2015-11-111-1/+1
* | add better documentation to this methodLamont Granquist2015-11-241-10/+13
* | Merge pull request #4200 from chef/jdm/dont-print-pscredJay Mundrawala2015-11-242-5/+22
|\ \
| * | Prevent inspect on PsCredential from printing out plain text passwordjdm/dont-print-pscredJay Mundrawala2015-11-232-5/+22
* | | Correcting regex for upstart_stateJustin Seubert2015-11-231-3/+3
* | | DTRT re: identity_fileJeff Blaine2015-11-232-14/+12
* | | Migrate to --ssh-identity-file instead of --identity-fileJeff Blaine2015-11-232-3/+13
|/ /
* | dpkg provider cleanupLamont Granquist2015-11-201-60/+81
* | Merge pull request #4188 from chef/salam/dsc-resource-fixSalim Alam2015-11-201-4/+9
|\ \
| * | Update dsc_resource to use verbose stream outputsalam/dsc-resource-fixSalim Alam2015-11-191-4/+9
* | | Fix typo in commentGreg Karékinian2015-11-201-1/+1
|/ /
* | Use repo_mode to decide whether to treat /users asJohn Keiser2015-11-181-7/+13
* | Properly rescue ENOENT on delete and send DataNotFoundErrorJohn Keiser2015-11-181-6/+10
* | Fix /acls/environments and /acls/environments/x.jsonJohn Keiser2015-11-181-1/+14
* | Support POST /organizations/NAME/association_requests and POST /organizations...John Keiser2015-11-181-0/+160
* | WMF 5 RTM and Win 10 Threshold 2 allow the RefreshMode to be enabled.Steven Murawski2015-11-182-5/+40
* | Add reboot notification to dsc_resourceSteven Murawski2015-11-182-32/+49
* | Merge pull request #4158 from donaldguy/patch-1Thom May2015-11-171-2/+1
|\ \
| * | Allow named_run_list to be loaded from configDonald Guy2015-11-111-2/+1
| |/
* | base package provider fixesLamont Granquist2015-11-174-47/+58
* | Restore rspec 3.4 by setting project_source_dirsjk/rspec-3.4John Keiser2015-11-171-0/+1
* | Merge pull request #4040 from chef/tm/live_execute_streamingThom May2015-11-126-2/+47
|\ \
| * | More code reviewtm/live_execute_streamingThom May2015-11-112-10/+3
| * | respond to review commentsThom May2015-11-092-3/+15
| * | Implement code review comments and fix failing testsThom May2015-11-093-7/+22
| * | Implement live streaming for execute resourcesAdam Jacob2015-11-094-1/+26
* | | Merge pull request #3991 from chef/jdm/remote-file-sha2Thom May2015-11-121-4/+37
|\ \ \
| * | | allow generate_checksum to use StringIOJay Mundrawala2015-09-281-1/+5
| * | | Modify remote_file cache_control_data to use sha256 for its nameJay Mundrawala2015-09-281-4/+37
* | | | Merge pull request #4014 from nsdavidson/issue-3923Thom May2015-11-123-0/+34
|\ \ \ \
| * | | | removing provider require in ksh resource and updating copyright infoNolan Davidson2015-10-071-2/+1
| * | | | Adding ksh resource and specsNolan Davidson2015-10-063-0/+35
* | | | | Merge pull request #4101 from johnbellone/masterThom May2015-11-121-0/+2
|\ \ \ \ \
| * | | | | package/solaris: Adds alias method for upgrade_package.John Bellone2015-10-231-0/+2
* | | | | | Merge pull request #4142 from tas50/masterThom May2015-11-121-2/+12
|\ \ \ \ \ \
| * | | | | | Use the proper python interpretor for yum-dump.py on Fedora 21+Tim Smith2015-11-051-2/+12
* | | | | | | Merge pull request #4064 from josb/masterThom May2015-11-123-10/+8
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Route all tags access through Chef::Node#{tags,tag}Jos Backus2015-10-202-4/+4
| * | | | | | Stop checking for nil hereJos Backus2015-10-201-2/+0
| * | | | | | Use the initializer to avoid NoMethodError on nil.include?Jos Backus2015-10-161-4/+4
* | | | | | | fix log location resolution in windows serviceMatt Wrock2015-11-091-7/+7
| |_|_|_|_|/ |/| | | | |