Oleg Nenashev
fad883085d
Changelog: Reference #224 in 2.1.1
2017-08-17 21:39:09 +02:00
Oleg Nenashev
acb26b29c8
[maven-release-plugin] prepare for next development iteration
2017-07-27 13:32:57 +03:00
Oleg Nenashev
0497d3736f
[maven-release-plugin] prepare release winsw-2.1.2
2017-07-27 13:32:16 +03:00
Oleg Nenashev
9c8ad38f40
Update Maven pckage to 2.1.2
2017-07-27 13:31:25 +03:00
Oleg Nenashev
af7efc8f5c
Changelog: Noting 2.1.2
2017-07-08 18:25:27 +02:00
Oleg Nenashev
8d7f81f213
Merge pull request #228 from Darsstar/patch-1
...
Start using stopTimeoutMs
2017-07-07 15:04:31 +02:00
Dos Moonen
0833d67c26
Start using stopTimeoutMs
2017-06-28 15:56:12 +02:00
Oleg Nenashev
a3f3549031
Merge pull request #227 from Darsstar/use-correct-default
...
Noticed a small 'error' and fixed it
2017-06-28 13:53:23 +02:00
Dos Moonen
138bca822d
Noticed a small 'error' and fixed it
2017-06-27 09:58:04 +02:00
Oleg Nenashev
528dd7b6d4
Readme: Fix the documentation output
2017-06-15 09:09:16 +02:00
Oleg Nenashev
c498ad5547
Changelog: add the release date for 2.1.1
2017-06-12 09:46:50 +02:00
Oleg Nenashev
a2c2a9d405
Merge pull request #224 from oleg-nenashev/bug/Issue218_fix2
...
Issue #218 - ProcessHelper#StartProcessAndCallbackForExit() should redirect STDOUT/STDERR when LogHandler is defined
2017-06-11 21:55:32 +02:00
Oleg Nenashev
69857d5d8c
Issue #218 - Also support managing Stdin, which is required in the main executable logic
2017-06-08 23:44:24 +02:00
Oleg Nenashev
05092376f3
Issue #218 - ProcessHelper#StartProcessAndCallbackForExit() should redirect STDOUT/STDERR when LogHandler is defined
...
It restores logging of executables, which has been broken in https://github.com/kohsuke/winsw/pull/220 .
Not a regression, because the change has not been released yet
2017-06-08 22:54:44 +02:00
Oleg Nenashev
cfacfe3879
Changelog: Noting 2.1.1
2017-06-06 00:23:06 +02:00
Oleg Nenashev
10c1ec3e77
Merge pull request #220 from greenhouse-org/fix_218
...
[Issue #218 ] StdOut was not being redirected properly and was causing…
2017-06-06 00:05:37 +02:00
Paul Nikonowicz
5fb03bb094
[Issue #218 ] StdOut was not being redirected properly and was causing the child process to hang.
2017-05-30 17:32:25 -04:00
Oleg Nenashev
33dcc39539
Merge pull request #215 from oleg-nenashev/developer_docs
...
Add WinSW Developer Guide
2017-05-07 18:07:45 +03:00
Oleg Nenashev
2f88614f03
Add WinSW Developer Guide
2017-05-05 16:35:50 +03:00
Oleg Nenashev
7be52c79e4
Merge pull request #214 from oleg-nenashev/Issue206_status_log
...
[Issue #206 ] - Prevent printing of logs in the status command
2017-05-03 15:42:00 +03:00
Oleg Nenashev
db3904ce83
Fix indenting of the Documentation list in README
2017-04-28 01:03:07 +02:00
Oleg Nenashev
45f94fe006
[Issue #206 ] - Prevent printing of logs to the status command
...
This is rather a workaround to prevent printing of log messages in CLI with the default logging level. I reduced CLI logging verbosity to "Info" and moved the messages polluting the output to Debug. Anyway, these logging levels seem to be reasonable. I also added Info logging for start/stop/install/restart commands just to have a welcome message in CLI.
2017-04-26 00:35:28 +02:00
Oleg Nenashev
a8475e5dfa
Merge pull request #212 from oleg-nenashev/feature/log4net_update
...
Issue #148 - Update log4net to 2.0.8
2017-04-23 18:30:31 +02:00
Oleg Nenashev
7d7000b1b9
Issue #148 - Update log4net to 2.0.8
...
It effectively bumps the bundled log4net version from 1.2.13 to 2.0.8 (log4net NuGet package used to have different versions).
According to the changelogs, there is no expected compatibility issues: https://logging.apache.org/log4net/release/release-notes.html
2017-04-23 13:41:18 +02:00
Oleg Nenashev
a15be04122
[maven-release-plugin] prepare for next development iteration
2017-04-23 09:42:40 +02:00
Oleg Nenashev
ad6866f00f
[maven-release-plugin] prepare release winsw-2.1.0
2017-04-23 09:42:33 +02:00
Oleg Nenashev
541718b2ca
Target release is 2.1.0
2017-04-23 09:42:03 +02:00
Oleg Nenashev
b6dc14f6cf
Noting 2.1.0 ( #209 )
...
* Noting 2.1.0
* Update CHANGELOG.md
2017-04-19 01:33:22 +02:00
Oleg Nenashev
d192c03638
#183 - Add core logic for the DelayedStart option support ( #205 )
...
* #183 - Add core logic for the DelayedStart option support
* #183 - Add unit tests
* #183 - Update documentation and the configuration sample
* #183 - Use API calls to set the DelayedAutoStart flag as @jtnord proposed
* #183 - Refactor the project to use `delayedAutoStart`
2017-04-18 23:23:52 +02:00
Torsten
5c71911e7b
Update CA import link in xmlConfigFile.md ( #207 )
...
The URL for the CA import was wrong.
2017-04-15 20:25:21 +02:00
Oleg Nenashev
790b3a6541
Finalize the Download Command changes ( #203 )
...
* Refactor parameter parsing in Download.cs, add more checks
* Handle Download#unsecureAuth as boolean
* Parse Enums in a case-insensitive mode, propagate error correctly
* Add tests for the newly introduced functionality
* Update the configuration sample to reflect the recent changes
* Update the sample text according to the proposal from @nightman68
2017-04-13 16:49:59 +02:00
Oleg Nenashev
f0770a0e15
Introduce the Download#FailOnError option. ( #195 )
...
* Introduce the Download#FailOnError option.
The change also adds logging of download operations to the wrapper log
* Add documentation for the failOnError flag
2017-04-11 22:57:39 +02:00
Torsten
5803d3ce15
Add support of authentication in the download operation ( #194 )
...
Issue #126 - Add support of authentication in the download settings
2017-04-11 22:37:44 +02:00
Oleg Nenashev
1b93f81752
[maven-release-plugin] prepare for next development iteration
2017-04-01 16:29:07 +02:00
Oleg Nenashev
38dc5ad458
[maven-release-plugin] prepare release winsw-2.0.3
2017-04-01 16:28:58 +02:00
Oleg Nenashev
abd612209e
Update Maven package to 2.0.3
2017-04-01 16:28:30 +02:00
Oleg Nenashev
3b799cc81a
Changelog: Noting the release of #201 in 2.0.3
2017-04-01 16:12:40 +02:00
Oleg Nenashev
0da3841804
Merge pull request #202 from oleg-nenashev/bug/JENKINS-42744-envVars
...
[JENKINS-42744] - Prevent conversion of environment variables to lowercase
2017-04-01 14:47:02 +02:00
Oleg Nenashev
5637c406aa
ExtensionTestBase should provide public methods within the test class
2017-03-31 17:01:42 +02:00
Oleg Nenashev
8cd58531f6
[JENKINS-42744] - Just another proof that some testing coverage is required for the service management logic
2017-03-31 16:01:01 +02:00
Oleg Nenashev
f81f5d3c57
[FIXED JENKINS-42744] - Do not inject ps.EnvironmentVariables explicitly
2017-03-31 15:36:56 +02:00
Oleg Nenashev
9cfdcf4ae7
[JENKINS-42744] - Allow ignoring the WINSW_SERVICE_ID env variable (test-only for now)
2017-03-31 15:28:02 +02:00
Oleg Nenashev
bca9bafc66
[JENKINS-42744] - Improve the ProcessHelperTes, add RunawayProcessKillerTest for the affected logic
2017-03-31 15:10:57 +02:00
Oleg Nenashev
9fc518a3d0
[JENKINS-42744] - Reproduce the issue in the unit test
2017-03-31 13:02:53 +02:00
Oleg Nenashev
615519f6a3
[JENKINS-42744] - Decouple the process start logic to a separate method in the helper class
2017-03-31 12:06:36 +02:00
Oleg Nenashev
dd02dc8ef5
[maven-release-plugin] prepare for next development iteration
2017-02-16 20:13:08 +03:00
Oleg Nenashev
233da161e8
[maven-release-plugin] prepare release winsw-2.0.2
2017-02-16 20:11:49 +03:00
Oleg Nenashev
ce6654a500
Update pom.xml to 2.0.2
2017-02-16 20:11:23 +03:00
Oleg Nenashev
bd7cd7e201
[maven-release-plugin] rollback the release of winsw-2.0.2
2017-02-16 20:11:05 +03:00
Oleg Nenashev
fc45beea43
[maven-release-plugin] prepare for next development iteration
2017-02-16 20:10:02 +03:00