summaryrefslogtreecommitdiff
path: root/lib/chef/application/windows_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-151-1/+1
* merge all dist files back into dist.rbMarc Chamberland2020-09-151-1/+1
* tighten all require statements for dist implementationMarc Chamberland2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-14/+14
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-031-27/+27
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* bribing the copsMarc Chamberland2019-12-051-2/+2
* inserting distro constants into windows service messagesMarc Chamberland2019-12-051-2/+2
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-2/+2
* Style/RegexpLiteralLamont Granquist2019-07-051-1/+1
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-3/+3
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-2/+2
* Convert require to require_relativeLamont Granquist2019-05-081-10/+10
* Update more help descriptionsTim Smith2019-05-021-6/+6
* chef-client => Chef::Dist::CLIENTMarc Chamberland2019-04-261-1/+1
* applying requested fixesMarc Chamberland2019-04-231-1/+1
* addressing comments by coderangerMarc Chamberland2019-04-191-1/+1
* Replacing workmarks with distro constantsMarc Chamberland2019-04-191-13/+14
* Break the error message into 2 sentencesTim Smith2019-04-171-1/+1
* Improve the error message when no config can be loadedTim Smith2019-04-171-1/+1
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-1/+1
* fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-1/+1
* fix Style/UnneededInterpolationLamont Granquist2018-07-021-2/+2
* fix Style/HashSyntaxLamont Granquist2018-07-021-17/+17
* mechanical conversion of most debug log statements to traceThom May2018-03-261-5/+5
* Chef-13: restore log_location in client.rbLamont Granquist2017-04-061-1/+16
* remove logger magic from the windows serviceLamont Granquist2017-04-051-17/+2
* removing the use of Chef::Exception::DeprecatedExitCodesmurawski/exit_status_defaultSteven Murawski2017-04-041-3/+3
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-30/+29
* * define exit codesSteven Murawski2016-05-231-3/+3
* fix some UselessAssignment caseslcg/useless-assignmentLamont Granquist2016-03-141-2/+2
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-091-2/+2
* autofixing whitespace copsLamont Granquist2016-02-051-8/+8
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* explicitly adding .bat to service executable called by service in case users ...Matt Wrock2016-01-191-1/+1
* Use double quotes by defaultThom May2016-01-141-13/+13
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-2/+2
* fix log location resolution in windows serviceMatt Wrock2015-11-091-7/+7
* windows service uses log fileMatt Wrock2015-11-051-5/+16
* add logger to windows service shelloutservice_loggerMatt Wrock2015-10-201-1/+5
* Add help for windows service timeoutJay Mundrawala2015-02-261-0/+6
* Modify windows_service to use timeoutJay Mundrawala2015-02-261-1/+1
* Ensure 'uri' is required where it's used.danielsdeleo2014-11-261-0/+1
* remove setting proxy environment variablesClaire McQuin2014-06-191-1/+0
* rename configure_environment_variables to configure_proxy_environment_variablesClaire McQuin2014-06-031-1/+1
* set ENV vars for http proxiesClaire McQuin2014-06-031-0/+1
* CHEF-4725: Disable buffering on all log streamsNikhil Benesch2014-01-201-1/+0