Next Turn
820f46e6bf
Upgrade build flows ( #729 )
2020-12-08 01:59:24 +08:00
Oleg Nenashev
a01a22afd8
Merge branch 'master' into stopparentfirst
2020-08-05 10:59:52 +02:00
Buddhika Chathuranga
13cfe45490
Update Yaml Configuration support ( #596 )
...
* Sync with upstream (#3 )
* Add a Dependabot configuration (#558 )
* Add a Dependabot configuration
* Update dependabot.yml
* Bump NUnit3TestAdapter from 3.16.0 to 3.16.1 (#561 )
Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter ) from 3.16.0 to 3.16.1.
- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases )
- [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V3.16...V3.16.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.6.1 (#563 )
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 16.4.0 to 16.6.1.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Commits](https://github.com/microsoft/vstest/compare/v16.4.0...v16.6.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump ilmerge from 3.0.29 to 3.0.40 (#559 )
* Bump ilmerge from 3.0.29 to 3.0.40
Bumps [ilmerge](https://github.com/dotnet/ILMerge ) from 3.0.29 to 3.0.40.
- [Release notes](https://github.com/dotnet/ILMerge/releases )
- [Commits](https://github.com/dotnet/ILMerge/commits )
Signed-off-by: dependabot[bot] <support@github.com>
* Define $(ILMergeVersion)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Next Turn <45985406+NextTurn@users.noreply.github.com>
* Bump coverlet.collector from 1.2.0 to 1.3.0 (#560 )
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet ) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases )
- [Commits](https://github.com/coverlet-coverage/coverlet/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump ilmerge from 3.0.40 to 3.0.41 (#571 )
Bumps [ilmerge](https://github.com/dotnet/ILMerge ) from 3.0.40 to 3.0.41.
- [Release notes](https://github.com/dotnet/ILMerge/releases )
- [Commits](https://github.com/dotnet/ILMerge/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oleg Nenashev <o.v.nenashev@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Next Turn <45985406+NextTurn@users.noreply.github.com>
* Update WinSW Yaml Support
Add sample-allOption.yml
Update timespan values to aprse from strings. Now user can specify timespan values like 5sec.
Implement unimplemented properties in YmlConfiguration
* Update configurations namings
* Move ParseTimeSpan to seperate utility class
* Update Environment Variable Syntax
Now env variables support name: value: syntax
* Add YamlConfigFile.md
Add yaml user documentation
Update YamlSupport Unit test
* Update YamlConfigFile.md
Summerize the yaml documentation and reference the XmlConfigFile.md for more details
* Update YamlDoc
* Update doc/YamlConfigFile.md
Co-authored-by: Next Turn <45985406+NextTurn@users.noreply.github.com>
* Update yaml configurations to expand environment variables
* Update doc/YamlConfigFile.md
Co-authored-by: Next Turn <45985406+NextTurn@users.noreply.github.com>
Co-authored-by: Oleg Nenashev <o.v.nenashev@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Next Turn <45985406+NextTurn@users.noreply.github.com>
2020-07-29 14:00:39 +02:00
NextTurn
adf935725f
Stop parent process first by default
2020-07-16 15:14:50 +08:00
Daniel
d18c5b237c
Fix outdated tag ( #548 )
...
* Fix outdated tag
* Replace logmode and rotate with log and roll
* Fix typo
* Fix quotes
* Fix quotes
2020-06-23 10:15:03 +08:00
NextTurn
09cdb0a0ec
Support <startarguments> and <stoparguments>
2020-05-09 11:49:25 +08:00
NextTurn
23c2202406
Support security descriptor string
2020-03-28 14:50:19 +08:00
NextTurn
1cb7399b2b
Fix configuration samples
2020-01-21 18:47:18 +08:00
Oleg Nenashev
0e0bb5bd06
Merge pull request #311 from thokuest/patch-1
...
Correct spelling in the sample file
2019-08-17 00:45:30 +02:00
Pram
083c77c1f7
Fix spelling
2019-05-20 19:01:10 +01:00
Pram
b06f2d2bf6
Fix spelling
2019-05-20 19:00:28 +01:00
Thomas Küstermann
ee400e767c
Correct spelling
2019-04-23 15:51:17 +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
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
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
d28e6f3c60
Issue #170 : Enable publishing of samples as AppVeyor artifacts
2016-12-23 22:47:05 +01:00
Oleg Nenashev
47716160d9
Issue #170 - Also provide a minimal configuration file
2016-12-23 22:43:40 +01:00
Oleg Nenashev
ef0d9f6aca
Issue #170 - Adjust the configuration example file name
2016-12-23 22:34:02 +01:00
Oleg Nenashev
c0d2d0b6e3
Tests: Add ExamplesTests and fix the issues in the code
2016-12-23 22:30:15 +01:00
Oleg Nenashev
db8c6ec6f2
Issue #154 - Provide a sample configuration file with all options and documentation
2016-12-23 12:53:33 +01:00