summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove now-unused function (already implemented by Chef::Resource)John Keiser2015-11-061-4/+0
* | | | | | Merge pull request #4137 from chef/btm/knife-backtraceBryan McLellan2015-11-061-1/+1
|\ \ \ \ \ \
| * | | | | | Avoid squashing/humanizing the exception when config[:verbosity] == 2btm/knife-backtraceBryan McLellan2015-11-061-1/+1
* | | | | | | Handle nil run list option in knife bootstrapnil-run-list-bootstrapdanielsdeleo2015-11-051-1/+9
|/ / / / / /
* | | | | | Merge pull request #3836 from nathwill/svc-helpers-altThom May2015-11-051-38/+20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | support split-usr on ubuntu platformsNathan Williams2015-10-231-2/+2
| * | | | | fix specsNathan Williams2015-10-231-2/+2
| * | | | | move gross non-service "services" to separate detection methodNathan Williams2015-10-231-5/+13
| * | | | | re-sync with masterNathan Williams2015-10-23131-1083/+2476
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | add support for non-service unitsNathan Williams2015-09-011-1/+2
| * | | | | support service names like redis@6380 derived from units like redis@.serviceNathan Williams2015-08-291-1/+1
| * | | | | Revert "include systemd in configs if init.d on systemd-based system"Nathan Williams2015-08-281-1/+0
| * | | | | include systemd in configs if init.d on systemd-based systemNathan Williams2015-08-281-0/+1
| * | | | | ::FileNathan Williams2015-08-281-1/+1
| * | | | | simplify service helpersNathan Williams2015-08-281-40/+9
* | | | | | windows service uses log fileMatt Wrock2015-11-052-8/+18
* | | | | | Merge pull request #4130 from chef/lcg/lazy-socketless-requireLamont Granquist2015-11-041-2/+9
|\ \ \ \ \ \
| * | | | | | thread-safe performant lazy requirelcg/lazy-socketless-requireLamont Granquist2015-11-041-1/+5
| * | | | | | add more verbose info/clarity to comment blockLamont Granquist2015-11-041-2/+3
| * | | | | | lazy the socketless require in Chef::HTTPLamont Granquist2015-11-041-2/+4
* | | | | | | Add connection resets to HTTP retry casesdanielsdeleo2015-11-041-1/+1
* | | | | | | Skip retries of certificate verification failuresdanielsdeleo2015-11-041-1/+1
* | | | | | | Re-raise SSL errors after retry w/ correct classdanielsdeleo2015-11-041-2/+2
* | | | | | | Add in retry for possible transient SSL errorsglasschef2015-11-041-0/+7
|/ / / / / /
* | | | | | Improve detection of ChefFS-based commands in `knife rehash`ssd/rehash-cheffsSteven Danna2015-10-291-1/+14
* | | | | | Make Property.derive create derived properties of the same typejk/custom_propertiesJohn Keiser2015-10-281-1/+1
* | | | | | Update knife bootstrap command to honor --no-color flag in chef-client run th...Tyler Fitch2015-10-281-0/+1
* | | | | | Merge pull request #4081 from chef/lcg/chef-versionLamont Granquist2015-10-285-11/+147
|\ \ \ \ \ \
| * | | | | | fix use as an accessorLamont Granquist2015-10-261-2/+2
| * | | | | | add @raises doc for #validate!Lamont Granquist2015-10-261-0/+3
| * | | | | | add YARD docsLamont Granquist2015-10-262-10/+63
| * | | | | | use #any? and comment the logicLamont Granquist2015-10-261-4/+3