summaryrefslogtreecommitdiff
path: root/lib/chef/event_loggers
Commit message (Expand)AuthorAgeFilesLines
* Use ChefUtils::CANARY and update to the chefstyle that enforces thatTim Smith2020-09-231-1/+1
* Chefstyle fixesLance Albertson2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-2/+2
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-132-2/+2
* Fix eventlog message description formatdheerajd-msys2019-12-271-1/+1
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-1/+1
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* More distro constant applicationsMarc Chamberland2019-05-231-1/+2
* Convert require to require_relativeLamont Granquist2019-05-082-4/+4
* Extract Action Collection from Data CollectorLamont Granquist2019-03-111-2/+2
* fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-4/+4
* fix Style/HashSyntaxLamont Granquist2018-07-021-16/+16
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-1/+1
* manual fixing for raise unlessLamont Granquist2016-03-141-2/+2
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-2/+2
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-4/+4
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-091-3/+3
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-022-2/+2
* Manual fix ups for things that didn't follow the usual pattern.Noah Kantrowitz2016-02-022-2/+2
* Use double quotes by defaultThom May2016-01-142-6/+6
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-4/+4
* Only require win32/eventlog onceJay Mundrawala2015-05-071-11/+1
* Fix nil pointer for windows event loggerJay Mundrawala2015-04-201-5/+11
* Fix issue where Windows::Constants could potentially not exist, causing win e...Jay Mundrawala2014-12-081-3/+5
* Windows event logger no longer imports into the global namespace.Jay Mundrawala2014-11-101-6/+5
* Make sure the event log related capability is turned off on Windows 2003 boxe...Serdar Sutay2014-10-281-10/+10
* Use windows evt log by default on windowsJay Mundrawala2014-10-222-0/+166