summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Refactor inline regexes into method callsjdm/3055Jay Mundrawala2015-05-131-1/+11
|
* Escape string inside regexJay Mundrawala2015-05-082-1/+8
|
* 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
| | | |
| * | | Nice error formatting for unsupported API version in Knife.tylercloke2015-05-042-0/+18
| | | |
| * | | Implemented X-Ops-Server-API-Version in Chef requests.tylercloke2015-05-043-21/+15
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | This takes advantage of Chef::HTTP::Authenticator.handle_request. After the authentication_headers have been merged, it adds: {'X-Ops-Server-API-Version' => Chef::HTTP::Authenticator::SERVER_API_VERSION} Chef::HTTP::Authenticator::SERVER_API_VERSION should corrospond to the max version of the server the client is compatible with. We are starting at "0". I also removed outer level lets :base_header and :req_with_body_headers from rest_spec.rb as they were never used anywhere. Another :base_header was defined in a tighter part of the spec and was only used in that scope, and :req_with_body_headers was never used anywhere.
* | | Merge pull request #3320 from chef/lcg/node-utf8-sanitizeLamont Granquist2015-05-046-4/+23
|\ \ \ | | | | | | | | Lcg/node utf8 sanitize
| * | | update CHANGELOG.mdLamont Granquist2015-05-041-0/+1
| | | |
| * | | fix unit test stubLamont Granquist2015-05-041-1/+1
| | | |
| * | | add a spec test + linebreaksLamont Granquist2015-05-042-1/+14
| | | |