summaryrefslogtreecommitdiff
path: root/lib/chef/event_loggers/windows_eventlog.rb
Commit message (Collapse)AuthorAgeFilesLines
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-1/+1
| | | | | | department of redundancy department Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-4/+4
| | | | no enforced trailing comma on arguments...
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
|
* auto fixing some rubocopsLamont Granquist2016-02-091-3/+3
| | | | | | | | | Style/NegatedWhile Style/ParenthesesAroundCondition Style/WhileUntilDo Style/WordArray Performance/ReverseEach Style/ColonMethodCall
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/(Author.*?<[^@]+@)(?:opscode\\.com|getchef\\.com)(>)/\\1chef.io\\2/gi"
* Manual fix ups for things that didn't follow the usual pattern.Noah Kantrowitz2016-02-021-1/+1
|
* Use double quotes by defaultThom May2016-01-141-5/+5
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-4/+4
| | | | chefstyle -a fixed 1044 occurrances
* Only require win32/eventlog onceJay Mundrawala2015-05-071-11/+1
|
* Fix nil pointer for windows event loggerJay Mundrawala2015-04-201-5/+11
| | | | | It is possible for the run to fail and no run_status to even have been set. This resolves issue #2996
* Fix issue where Windows::Constants could potentially not exist, causing win ↵Jay Mundrawala2014-12-081-3/+5
| | | | | | event log module to crash Fix for Issue #2560
* Windows event logger no longer imports into the global namespace.Jay Mundrawala2014-11-101-6/+5
| | | | | | This was causing problems with the windows cookbook trying to redefine one of those constants. This patch solves https://github.com/opscode-cookbooks/windows/issues/141
* Make sure the event log related capability is turned off on Windows 2003 ↵Serdar Sutay2014-10-281-10/+10
| | | | boxes since it's not supported.
* Use windows evt log by default on windowsJay Mundrawala2014-10-221-0/+104