Commit Graph

197 Commits (f38f101aa28064026d3840bce9cf423c8f594e12)

Author SHA1 Message Date
NextTurn f38f101aa2
Remove unnecessary project items 2020-07-05 19:11:25 -07:00
dependabot[bot] 87badea9fc
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>
2020-06-28 09:40:20 +08:00
dependabot[bot] 2945077ac6
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>
2020-06-28 00:07:35 +08:00
dependabot[bot] 7e7be599f3
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>
2020-06-26 19:13:15 +08:00
dependabot[bot] 0407ac139c
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>
2020-06-26 19:12:50 +08:00
NextTurn f9e0126cf8 Improve signal-related logging 2020-06-23 22:34:37 +08:00
Oleg Nenashev 0bdd21b6c0
Merge pull request #550 from NextTurn/nuget
Add NuGet.config
2020-06-23 11:19:58 +02: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 6a7b83fb6a
Add NuGet.config 2020-06-18 23:51:39 +08:00
NextTurn 1b8cbccd8a Decouple CLI and service 2020-06-01 23:36:13 +08:00
NextTurn f260d7e5d9 Reorganize interop codes 2020-05-19 00:23:09 +08:00
Oleg Nenashev ee29eee8cf
Merge pull request #341 from new-mikha/master
Add stopwait command - same as stop, but waits until the service is actually stopped:
2020-05-10 23:18:45 +02:00
Oleg Nenashev f4c5f825bb
Merge pull request #417 from NextTurn/setstatus
Fix `<waithint>` setting
2020-05-10 23:16:09 +02:00
Oleg Nenashev 3ca706678c
Merge pull request #532 from NextTurn/args
Support <startarguments> and <stoparguments>
2020-05-10 23:00:14 +02:00
NextTurn 09cdb0a0ec
Support <startarguments> and <stoparguments> 2020-05-09 11:49:25 +08:00
NextTurn 94668c9f77
Increase code coverage 2020-05-08 17:10:37 +08:00
Koraniar d03e80cea6 Unit tests for custom proxy server 2020-05-04 12:04:19 -05:00
Koraniar 9c6518e246 Use credentials for proxy server 2020-05-01 20:11:10 -05:00
Koraniar 03fe39efeb Use a custom proxy server 2020-04-30 09:30:31 -05:00
NextTurn f543602319 Remove app manifest file 2020-04-19 16:40:19 +08:00
Next Turn b8888c9a29
Prompt for elevation (#457)
* Prompt for elevation

* Add error messages for interop errors

* Assume process is elevated on Windows XP

Co-authored-by: Oleg Nenashev <o.v.nenashev@gmail.com>
2020-04-19 09:04:50 +02:00
Oleg Nenashev a1d335bd60
Merge pull request #515 from NextTurn/eventlog
Ensure event source is registered during installation
2020-04-18 14:32:30 +02:00
Oleg Nenashev f2c17122bb
Merge pull request #511 from NextTurn/workingdir
Fix default working directory on .NET Core
2020-04-17 08:04:34 +02:00
NextTurn 639beadb36
Ensure event source is registered during installation 2020-04-17 13:15:18 +08:00
NextTurn ea6cb8062a Remove strong name signing 2020-04-16 12:19:59 +08:00
NextTurn 55b8afe6b0
Fix default working directory on .NET Core 2020-04-15 14:21:26 +08:00
NextTurn 31af6fe11c Remove dead codes 2020-04-13 09:44:26 +08:00
NextTurn ec3f6f383f Skip the failing process helper test 2020-04-13 09:20:30 +08:00
NextTurn f4c40aba0e
Always set process priority if specified 2020-04-11 15:26:30 +08:00
NextTurn 459d5d7647 Increase code coverage 2020-04-11 14:08:12 +08:00
Michael Karmazin a8fee1975f
Add stopwait command 2020-04-09 12:59:05 +00:00
NextTurn b0c09e1bb1 Enable strong cryptography when running on .NET Framework 4.6 2020-04-09 18:07:22 +08:00
NextTurn 505c2385c9 Enable system default TLS versions when targeting .NET Framework 4.6.1 2020-04-09 11:51:16 +08:00
Oleg Nenashev 00c9f37041
Merge pull request #495 from NextTurn/version
Fix versioning of WinSW builds
2020-04-08 12:08:50 +02:00
NextTurn 6c630c24c4
Skip the failing test 2020-04-08 17:24:49 +08:00
NextTurn fed55ba9d4
Fix versioning 2020-04-08 16:27:23 +08:00
Scott Selberg fef46672ab
Feature/eliminate newlines (#483)
* Added code to collapse newlines, line returns and groups of spaces into a single space.
This is to allow users to put lots of arguments into the configuration xml using one
line per argument for readability.  This is really helpful when trying to wrap swarm-client.jar
calls which can have a lot of long arguments.

* fixed the comment text.

* included tabs in the list of things to collapse.

* added back in the missing space for the tab.

* Switched to a regex.

* Just removing newlines, line returns and tabs.

* Trimming off leading and trailing whitespace.

* Updated per recommendation from NextTurn.
2020-04-07 08:36:03 +08:00
Oleg Nenashev 9bae4caf90
Merge pull request #361 from NextTurn/expand
Ensure that environment variables are loaded before resolving configurations
2020-04-06 09:40:58 +02:00
Oleg Nenashev 638d78f297
Merge pull request #465 from NextTurn/commands
Split commands into functions
2020-04-06 09:37:51 +02:00
NextTurn 01f3c2d79d
Split commands into functions 2020-04-06 13:55:09 +08:00
Next Turn 5fcfe177af
Merge pull request #463 from NextTurn/nullable
Annotate for NRT
2020-03-31 23:52:07 +08:00
Oleg Nenashev 109e754813
Merge pull request #464 from NextTurn/domain
Fix default domain name
2020-03-31 11:19:47 +02:00
NextTurn f83916d430
Load environment variables first 2020-03-31 13:45:51 +08:00
NextTurn 2c22e62aa0
Fix default domain name 2020-03-31 08:40:25 +08:00
NextTurn ba6881a106
Annotate for NRT 2020-03-30 23:23:25 +08:00
NextTurn e37c641520
Replace or remove `SetServiceStatus` calls 2020-03-29 17:23:07 +08:00
NextTurn 750ac75dc6
Set description via advapi32 2020-03-29 17:16:01 +08:00
NextTurn 23c2202406
Support security descriptor string 2020-03-28 14:50:19 +08:00
Next Turn 3f58cdef68
Merge pull request #357 from NextTurn/emit
Optimize DynamicProxy
2020-03-28 00:01:02 +08:00
Next Turn 6280a688ed
Merge pull request #362 from NextTurn/pinvoke
Improve P/Invoke signatures
2020-03-25 21:45:39 +08:00