Commit Graph

184 Commits (bd7c8a49848f54100de222751a631b97d3aa12e6)

Author SHA1 Message Date
Buddhika Chathuranga bd7c8a4984 Add waithint and sleeptime documentation 2020-08-15 13:44:44 +05:30
Buddhika Chathuranga 554b6fb2ce Add documentation to the XML Schema 2020-08-14 12:38:56 +05:30
Buddhika Chathuranga 53e66038a1 update ServiceDescriptor.cs 2020-05-30 02:39:07 +05:30
Buddhika Chathuranga 0d1d561d42 Update ServiceDescriptor.cs 2020-05-30 01:54:13 +05:30
Buddhika Chathuranga 505b4679b7 Remove rethrow 2020-05-29 17:11:06 +05:30
Buddhika Chathuranga 0c78c5eed3 Remove Test XSD file
Update XSDSchema.xml
2020-05-29 00:36:33 +05:30
Buddhika Chathuranga a6d6af308d XSD schema file updated. 2020-05-27 19:37:35 +05:30
Buddhika Chathuranga 66dfe7b43c
Merge branch 'master' into xml_schema_validation 2020-05-26 21:38:00 +05:30
NextTurn f260d7e5d9 Reorganize interop codes 2020-05-19 00:23:09 +08:00
Buddhika Chathuranga fd961fec4d Validatation method seperated 2020-05-12 12:19:13 +05:30
Buddhika Chathuranga a56f2290e9 Redundant codes removed. 2020-05-11 23:33:12 +05:30
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
Buddhika Chathuranga a2740d5eb9 FromXML tweak to validate XML schema
ValidateAndLoadXMLSchemaUpdated
2020-05-11 00:49:35 +05:30
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
Buddhika Chathuranga 5caf6145bb Merge branch 'xml_schema_validation' of https://github.com/buddhikac96/winsw into xml_schema_validation 2020-04-30 12:18:35 +05:30
Buddhika Chathuranga ea74b8e5ab ValidateAndLoadXmlSchemaTest updated. 2020-04-30 12:17:16 +05:30
Next Turn aca03f8924
Update src/Core/WinSWCore/XMLSchema.xsd 2020-04-25 12:16:50 +08:00
Buddhika Chathuranga 6496b97108 ValidateAndLoadXmlSchemaTest updated with new XmlReader 2020-04-24 09:52:48 +05:30
Buddhika Chathuranga a9b5c50a67 ValidateAndLoadXMLSchema test added 2020-04-22 11:30:32 +05:30
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
Buddhika Chathuranga 17524cd391 Rethrow resolved 2020-04-13 11:21:05 +05:30
Buddhika Chathuranga 6140e9fe56
Update src/Core/WinSWCore/ServiceDescriptor.cs
Co-Authored-By: Next Turn <45985406+NextTurn@users.noreply.github.com>
2020-04-13 11:06:07 +05:30
Buddhika Chathuranga 5821bd9b92 XML Schema embedded 2020-04-13 09:40:50 +05:30
NextTurn 31af6fe11c Remove dead codes 2020-04-13 09:44:26 +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
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
Buddhika Chathuranga 2bc768e92f Validatoin Exception - Warning removed 2020-04-04 16:52:07 +05:30
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