summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added spec for making sure package fails if both multipackage and source spec...jdm/resource-semanticsJay Mundrawala2015-05-131-0/+6
* Added spec for check_resource_semantics! inJay Mundrawala2015-05-131-0/+20
* Fail if both source and multipackage are provided for packageJay Mundrawala2015-05-111-0/+6
* Add check_resource_semantics! lifecycle method to providerJay Mundrawala2015-05-111-0/+5
* Merge pull request #3355 from chef/jdm/fixkitchenJay Mundrawala2015-05-082-1/+2
|\
| * Fix failing kitchen testsjdm/fixkitchenJay Mundrawala2015-05-082-1/+2
|/
* Merge pull request #3346 from chef/jdm/kitchen-after-failureJay Mundrawala2015-05-081-0/+2
|\
| * Diagnose failing testsjdm/kitchen-after-failureJay Mundrawala2015-05-071-0/+2
|/
* Merge pull request #3262 from chef/lcg/add-chef-log-syslogLamont Granquist2015-05-065-0/+108
|\
| * add md filesLamont Granquist2015-05-061-0/+2
| * fix global state in specsLamont Granquist2015-05-061-3/+10
| * avoid any_instance_of indirectionLamont Granquist2015-05-061-3/+3
| * symbol does not resolve on windowsLamont Granquist2015-05-061-1/+1
| * fix name + email in copyrightLamont Granquist2015-05-061-1/+1
| * another copyright notice fixLamont Granquist2015-05-061-1/+1
| * fix copyright noticeLamont Granquist2015-05-061-4/+3
| * mv spec/functional/log/syslog_spec.rb to spec/unit/log/sawanoboly2015-05-061-0/+0
| * move syslog specs to functional and call Chef::Log methods.sawanoboly2015-05-062-21/+46
| * avoid platfomr matched /mswin|mingw|windows/sawanoboly2015-05-062-14/+16
| * extract Chef::Log::Sylog class to its own fileLamont Granquist2015-05-062-26/+52
| * strip messagesawanoboly2015-05-062-3/+3
| * fallback to infosawanoboly2015-05-062-0/+7
| * add unit specs for Chef::Log::Syslogsawanoboly2015-05-062-0/+15
| * send message with Severity to syslogsawanoboly2015-05-061-2/+8
| * add Chef::Log::Syslog classLamont Granquist2015-05-062-0/+19
|/
* Update changelog for pr#3340danielsdeleo2015-05-061-2/+4
* Allow inspection of event dispatch's subscribersinspect-dispatcher-subscribersdanielsdeleo2015-05-062-0/+63
* Changelog updatesThom May2015-05-061-0/+3
* Merge pull request #3333 from chef/irving/streaming_uploader_http_fixThom May2015-05-062-39/+2
|\
| * Remove a require statement now that we dont need it anymoreirving/streaming_uploader_http_fixIrving Popovetsky2015-05-051-1/+0
| * Use Chef::HTTP::BasicClient instead of Net::HTTP to get both proxy and ssl go...Irving Popovetsky2015-05-051-6/+1
| * Remove now-redundant verify_mode because DefaultSSLPolicy takes care of it fo...Irving Popovetsky2015-05-052-33/+0
| * Apply an SSL Policy to CookbookSiteStreamingUploader, fixing SSL errors uploa...Irving Popovetsky2015-05-041-1/+3
* | Merge pull request #3328 from tas50/wiki_to_docsThom May2015-05-0626-44/+40
|\ \
| * | Add missing ) to error messageTim Smith2015-05-011-1/+1
| * | Update man pages with links to the docs siteTim Smith2015-05-0124-41/+37
| * | Update error messages with a link to the docs siteTim Smith2015-05-012-3/+3
* | | Merge pull request #3335 from chef/lcg/tweak-travisLamont Granquist2015-05-051-5/+5
|\ \ \
| * | | let the ruby patchlevels floatlcg/tweak-travisLamont Granquist2015-05-051-5/+5
|/ / /
* | | Update changelogThom May2015-05-051-0/+2
* | | Merge branch 'minshallj-minshallj/keep_suid_bit'Thom May2015-05-052-0/+23
|\ \ \
| * | | Fix indentationThom May2015-05-052-17/+17
| * | | Merge branch 'minshallj/keep_suid_bit' of https://github.com/minshallj/chef i...Thom May2015-05-052-0/+23
| |\ \ \
| | * | | test for retention of suid bitJacob Minshall2015-03-171-0/+18
| | * | | update mode if group or owner change to keep suid bitJacob Minshall2015-03-171-0/+5
* | | | | Replace AIX unreliable service group parsing mechanism.Julian C. Dunn2015-05-053-23/+40
|/ / / /
* | | | update changelogThom May2015-05-051-0/+2
| |_|/ |/| |
* | | Merge pull request #3319 from chef/tc/api-versionTyler Cloke2015-05-0413-21/+207
|\ \ \
| * | | Updated changelog.tylercloke2015-05-041-0/+1
| * | | Nice error handling for unsupported API version in formatters/*.rb.tylercloke2015-05-049-2/+175