summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | package/solaris: Adds alias method for upgrade_package.John Bellone2015-10-231-0/+2
* | | | | | Merge pull request #4142 from tas50/masterThom May2015-11-122-2/+18
|\ \ \ \ \ \
| * | | | | | Use the proper python interpretor for yum-dump.py on Fedora 21+Tim Smith2015-11-052-2/+18
* | | | | | | Merge pull request #4064 from josb/masterThom May2015-11-126-19/+21
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Route all tags access through Chef::Node#{tags,tag}Jos Backus2015-10-204-11/+11
| * | | | | | Stop checking for nil hereJos Backus2015-10-201-2/+0
| * | | | | | Stop initializing node tags hereJos Backus2015-10-202-2/+2
| * | | | | | Add a test for correct tags initializationJos Backus2015-10-201-0/+4
| * | | | | | Use the initializer to avoid NoMethodError on nil.include?Jos Backus2015-10-161-4/+4
* | | | | | | Update DOC_CHANGES.mdjamescott2015-11-101-0/+1
* | | | | | | Update DOC_CHANGES.mdjamescott2015-11-101-0/+8
* | | | | | | Merge pull request #4138 from chef/jk/cleanupSteven Murawski2015-11-100-0/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove now-unused function (already implemented by Chef::Resource)jk/cleanupJohn Keiser2015-11-041-4/+0
| * | | | | | | Include pedant.gemfile.lock in .gitignoreJohn Keiser2015-11-041-1/+1
* | | | | | | | Merge pull request #4120 from robbkidd/correct-capitalization-of-a-maintainerThom May2015-11-101-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Correct capitalization of GitHub username of a maintainerRobb Kidd2015-10-291-3/+3
* | | | | | | | | Merge pull request #4151 from chef/logging_redux12.5.1Matt Wrock2015-11-092-10/+11
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | fix log location resolution in windows serviceMatt Wrock2015-11-092-10/+11
|/ / / / / / / /
* | | | | | | | Remove now-unused function (already implemented by Chef::Resource)John Keiser2015-11-061-4/+0
* | | | | | | | Include pedant.gemfile.lock in .gitignoreJohn Keiser2015-11-061-1/+1
* | | | | | | | Merge pull request #4137 from chef/btm/knife-backtraceBryan McLellan2015-11-062-2/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | Avoid squashing/humanizing the exception when config[:verbosity] == 2btm/knife-backtraceBryan McLellan2015-11-062-2/+15
* | | | | | | | | Handle nil run list option in knife bootstrapnil-run-list-bootstrapdanielsdeleo2015-11-052-1/+24
|/ / / / / / / /
* | | | | | | | Merge pull request #4143 from chef/jdm/watJay Mundrawala2015-11-051-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixed knife_spec unit testJay Mundrawala2015-11-051-1/+4
|/ / / / / / / /
* | | | | | | | Merge pull request #3836 from nathwill/svc-helpers-altThom May2015-11-052-68/+26
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | support split-usr on ubuntu platformsNathan Williams2015-10-231-2/+2
| * | | | | | | fix specsNathan Williams2015-10-232-3/+3
| * | | | | | | i have no idea what is happeningNathan Williams2015-10-231-30/+6
| * | | | | | | move gross non-service "services" to separate detection methodNathan Williams2015-10-231-5/+13
| * | | | | | | re-sync with masterNathan Williams2015-10-23235-3119/+7136
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | 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
* | | | | | | | Merge pull request #4135 from chef/mwrock/serviceMatt Wrock2015-11-053-54/+100
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | windows service uses log fileMatt Wrock2015-11-053-54/+100
|/ / / / / / /
* | | | | | | 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 tests for Chef::HTTP retry behaviordanielsdeleo2015-11-041-1/+103
* | | | | | | | 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
|/ / / / / / /
* | | | | | | Merge pull request #4134 from chef/lcg/follow-bundlerLamont Granquist2015-11-041-1/+5
|\ \ \ \ \ \ \
| * | | | | | | use older bundler+rubygems for nowlcg/follow-bundlerLamont Granquist2015-11-031-1/+5
|/ / / / / / /