summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Use require instead of require_relative for chef-utils/distLance Albertson2020-09-151-1/+1
| | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
* move dist implementation into chef-utilsMarc Chamberland2020-09-152-6/+6
| | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com> Signed-off-by: Lance Albertson <lance@osuosl.org>
* restoring correct value to windows event sourceMarc Chamberland2019-11-201-1/+1
| | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
* Require relative in the win32-eventlog rakefileTim Smith2019-11-191-1/+1
| | | | | | | The chef source isn't in the load path. Make sure we get the file we're expecting here. Signed-off-by: Tim Smith <tsmith@chef.io>
* dist constants in win logsMarc Chamberland2019-11-042-5/+13
| | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
* Style/SymbolArrayLamont Granquist2019-07-021-1/+1
| | | | | | start enforcing using %i{} instead of arrays of symbols Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update to Chef Infra Client in Add/Remove Programs & Event Loginfra_clientTim Smith2019-05-101-4/+4
| | | | | | Make sure we're Chef Infra Client where the user sees it. Signed-off-by: Tim Smith <tsmith@chef.io>
* fix Style/MutableConstantLamont Granquist2018-07-021-7/+7
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix Style/HashSyntaxLamont Granquist2018-07-021-7/+7
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-1/+1
| | | | no enforced trailing comma on arguments...
* autofixing whitespace copsLamont Granquist2016-02-051-2/+1
| | | | | | | | | | | | | | | | | | | | | | 4174 Style/SpaceInsideHashLiteralBraces 1860 Style/SpaceAroundOperators 1336 Style/SpaceInsideBlockBraces 1292 Style/AlignHash 997 Style/SpaceAfterComma 860 Style/SpaceAroundEqualsInParameterDefault 310 Style/EmptyLines 294 Style/IndentationConsistency 267 Style/TrailingWhitespace 238 Style/ExtraSpacing 212 Style/SpaceBeforeBlockBraces 166 Style/MultilineOperationIndentation 144 Style/TrailingBlankLines 120 Style/EmptyLineBetweenDefs 101 Style/IndentationWidth 82 Style/SpaceAroundBlockParameters 40 Style/EmptyLinesAroundMethodBody 29 Style/EmptyLinesAroundAccessModifier 1 Style/RescueEnsureAlignment
* Use double quotes by defaultThom May2016-01-141-11/+11
| | | | | | | 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-1/+1
| | | | chefstyle -a fixed 1044 occurrances
* Added errorjdm/winevtJay Mundrawala2015-05-121-0/+6
|
* Updated windows event log manifest for log messagesJay Mundrawala2015-05-071-0/+24
|
* allow for the chef gem installation to succeed even without elevated ↵Torben Knerr2015-03-271-6/+10
| | | | privileges, skip the event log registration in this case
* Don't require win32-eventlog in rakefilejdmundrawala/12-evt-logJay Mundrawala2014-10-221-1/+1
|
* Add rake task at root to build eventlog dllJay Mundrawala2014-10-221-1/+2
|
* Modified log messages (chef-client -> Chef Client)Jay Mundrawala2014-10-221-4/+4
|
* Build resource dll for event log and register itJay Mundrawala2014-10-222-0/+75