summaryrefslogtreecommitdiff
path: root/lib/chef/monkey_patches
Commit message (Expand)AuthorAgeFilesLines
* Style/SymbolProcLamont Granquist2019-07-051-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+2
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-4/+4
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-202-2/+2
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* Remove checks for old versions of RubyTim Smith2019-02-281-27/+1
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-031-1/+5
* rubocop fixes from engine bump to 0.54.0lcg/rubocop-fixesLamont Granquist2018-03-211-7/+7
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-1/+1
* Require net-ssh-multi 1.2.1 and remove our monkeypatchTim Smith2017-02-101-141/+0
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-2/+2
* fixes #4897 encode registry enumerated values and keys to utf8 instead of the...Matt Wrock2016-05-061-0/+11
* Better documenting our Registry monkeypatches so we will know in thetyler-ball2016-03-221-9/+12
* change to break unlessLamont Granquist2016-03-141-1/+2
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-091-2/+2
* autofixing some missed copsLamont Granquist2016-02-051-1/+1
* autofixing whitespace copsLamont Granquist2016-02-054-6/+6
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-023-4/+4
* Use double quotes by defaultThom May2016-01-144-8/+8
* Add monkey patch for webrickjdm/webrick-monkeyJay Mundrawala2015-09-081-0/+51
* Move Win32::Registry#write monkeypatch into win32/registry monkeypatch file.Claire McQuin2015-09-041-3/+28
* Add file header.mcquin/monkeypatch-win32-registry-deleteClaire McQuin2015-09-031-0/+16
* Remove access mask to RegDeleteKeyExW, it's not usefulClaire McQuin2015-09-031-2/+1
* Monkey-patch Win32::Registry::API::DeleteKey for Win32::Registry#delete_keyClaire McQuin2015-09-031-5/+14
* Monkey-patch Win32::Registry::API::DeleteValue for Win32::Registry#delete_value.Claire McQuin2015-09-031-0/+23
* Update Net::HTTP IPv6 monkey patch w/ version infodanielsdeleo2014-12-081-0/+4
* Remove 1.8 and 1.9 specific monkey patchesdanielsdeleo2014-11-269-364/+0
* removed securerandom patchAnshul Sharma2014-11-131-44/+0
* Fix Pathname.each_filename on Ruby 1.8.7John Keiser2014-04-231-0/+32
* Patch ruby 2.0 Net::HTTP proxy code for IPv6danielsdeleo2013-11-191-0/+34
* Backport URI::Generic#hostname to Ruby 1.9.2 and olderdanielsdeleo2013-11-151-0/+70
* Normalize whitespace on all filesSeth Vargo2013-09-264-10/+10
* Add File.realpath backport for ruby 1.8danielsdeleo2013-06-261-0/+26
* Guard against unknown versions of net-ssh-multi in our monkey patch.sersut2013-06-201-79/+85
* Monkey patch for net-ssh-multi that fixes the concurrency issues in net-ssh-m...sersut2013-06-201-0/+134
* monkey patch SecureRandom with uuid method if requiredjamesc2013-06-181-0/+44
* Removing Dir monkey patch.Jon Morrow2013-06-171-36/+0
* [CHEF-3715] remove caching of sha256 cksumsdanielsdeleo2012-12-211-50/+0
* CHEF-3660: rename files that didn't play nice with git rebasesdelano2012-12-131-0/+65
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-308-0/+279