summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added spec for making sure package fails if both multipackage and source ↵jdm/resource-semanticsJay Mundrawala2015-05-131-0/+6
| | | | specified
* 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
| | | | See issue #3075
* 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 tests
| * 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 tests
| * 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 Chef::Log::Syslog class
| * 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
|/ | | | | | | | | | | See: * https://www.kickflop.net/blog/2013/06/27/syslog-output-for-chef-runs/ * http://lists.opscode.com/sympa/arc/chef/2014-12/msg00152.html * https://github.com/higanworks-cookbooks/chef-client_syslog It is relatively embarrassing to have a system administration tool that doesn't support syslog out of the box.
* 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
|\ | | | | Apply an SSL Policy to CookbookSiteStreamingUploader, fixing SSL errors uploading to private Supermarkets
| * 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 ↵Irving Popovetsky2015-05-051-6/+1
| | | | | | | | goodness
| * Remove now-redundant verify_mode because DefaultSSLPolicy takes care of it ↵Irving Popovetsky2015-05-052-33/+0
| | | | | | | | for us
| * Apply an SSL Policy to CookbookSiteStreamingUploader, fixing SSL errors ↵Irving Popovetsky2015-05-041-1/+3
| | | | | | | | uploading to private Supermarkets
* | Merge pull request #3328 from tas50/wiki_to_docsThom May2015-05-0626-44/+40
|\ \ | | | | | | Convert wiki links to docs.chef.io links
| * | 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 float
| * | | let the ruby patchlevels floatlcg/tweak-travisLamont Granquist2015-05-051-5/+5
|/ / / | | | | | | | | | test latest 2.0.x, 2.1.x, 2.2.x
* | | 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 ↵Thom May2015-05-052-0/+23
| |\ \ \ | | | | | | | | | | | | | | | into minshallj-minshallj/keep_suid_bit
| | * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Linux updating the group or owner unsets the suid bit for security reasons, so check for group and owner updates whether or not to set the mode.
* | | | | Replace AIX unreliable service group parsing mechanism.Julian C. Dunn2015-05-053-23/+40
|/ / / / | | | | | | | | | | | | | | | | Closes #3327 Closes #3248
* | | | update changelogThom May2015-05-051-0/+2
| |_|/ |/| |
* | | Merge pull request #3319 from chef/tc/api-versionTyler Cloke2015-05-0413-21/+207
|\ \ \ | | | | | | | | Implemented X-Ops-Server-API-Version in Chef requests
| * | | Updated changelog.tylercloke2015-05-041-0/+1
| | | |
| * | | Nice error handling for unsupported API version in formatters/*.rb.tylercloke2015-05-049-2/+175
| | | |