Commit Graph

178 Commits (1eac23776e51a1a6df6ed1068b554855c9468552)

Author SHA1 Message Date
Kohsuke Kawaguchi 1eac23776e Getting rid of old unapplicable entries 2016-08-02 08:58:57 -07:00
Kohsuke Kawaguchi 68494aa25f Visual Studio isn't signing bits for me.
Just use the command line tool to get going.
2016-08-02 08:53:51 -07:00
Ryan Murphy b58385be84 README: Escape allowservicelogon tags (#114)
'allowservicelogon' in the note wasn't displaying due to the xml tags.
2016-05-29 14:10:14 +04:00
Oleg Nenashev 7d5db242a2 [maven-release-plugin] prepare for next development iteration 2015-08-23 11:49:26 +03:00
Oleg Nenashev 901094ac9c [maven-release-plugin] prepare release winsw-1.18 2015-08-23 11:48:37 +03:00
Oleg Nenashev 517630ef8c Next version in 1.18 (need to automate it later) 2015-08-23 11:32:49 +03:00
Kohsuke Kawaguchi 2bf9e858a9 %BASE% was broken
I haven't pinned down which change caused this, but `%BASE%` was supposed to point to a directory and not the executable.
2015-04-02 19:53:35 -07:00
Kohsuke Kawaguchi 20cdd534d8 Removed duplicated working directory entry 2015-04-01 18:23:12 -07:00
Oleg Nenashev 8293f6537d [maven-release-plugin] prepare for next development iteration 2015-03-29 13:53:22 +03:00
Oleg Nenashev aba99e83cd [maven-release-plugin] prepare release winsw-1.17 2015-03-29 13:53:17 +03:00
Oleg Nenashev f730fd72ef Prepare for 1.17 release 2015-03-29 13:52:45 +03:00
Oleg Nenashev 9c9ca44100 Added SCM connection configs 2015-03-29 13:51:54 +03:00
Kohsuke Kawaguchi 9ecb15b70a Merge pull request #90 from rasa/patch-1
Fix typos in README
2015-03-22 16:22:09 -07:00
Ross Smith II 79c2ae0edd Update README with more informative reference names 2015-03-09 10:31:59 -07:00
Ross Smith II 467335b49c Fix typos in README 2015-03-06 07:10:43 -08:00
Oleg Nenashev 1b0fd89f10 Added some info about the project status 2015-02-04 15:18:01 +03:00
Oleg Nenashev 0c20961c21 Merge pull request #82 from oleg-nenashev/issue-55
Better diagnosis in install and uninstall commands
2015-02-03 00:07:59 +03:00
Oleg Nenashev 95c9c23f59 Merge pull request #81 from oleg-nenashev/winsw-help-commands
Add "version" and "help", handle unsupported commands
2015-02-03 00:07:40 +03:00
Oleg Nenashev 3ae6ffaa47 Add "version" and "help", handle unsupported commands (PR #81)
Changes summary:
* Add "version" and "help" commands
* Return error on the unsupported command
* Add CLITestHelper to simplify the testing of the service CLI
* Add unit-tests for the new functionality

Resolves #78 and #46
Related to #80

Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
2015-02-03 00:05:56 +03:00
Oleg Nenashev f33ecb1788 Merge pull request #86 from oleg-nenashev/issue-84
Get rid of extra configurations, fix output destinations
2015-02-02 10:15:30 +03:00
Oleg Nenashev c5fd4a7a05 Get rid of extra configurations, fix output destinations
* Win32 is the only supported configurationdue to Win32 API dependencies
* Debug and Release now output the data to different folders

Fixes #84

Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
2015-02-01 17:31:13 +03:00
Oleg Nenashev d430642769 Merge pull request #77 from ebsco/configfilesearchfix3
Fix null exception and throw a FileNotFoundException if xml file is neve...
2015-02-01 15:55:09 +03:00
Oleg Nenashev 804691e95f Better diagnosis in install and uninstall commands
* install - Fail the installation if the service exists
* uninstall - Print warning if the service does not exist

Resolves #55

Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
2015-02-01 15:10:00 +03:00
Oleg Nenashev 51e64d1deb Merge pull request #76 from ebsco/pathingfix
Fix needing to call install command from same directory.
2015-02-01 14:55:33 +03:00
Oleg Nenashev 072af36998 Merge pull request #75 from ebsco/FixStartupMode
Add ability to set startup type to XML file
2015-02-01 14:53:55 +03:00
Nicholas Carpenter 91ed4b3184 Fix null exception and throw a FileNotFoundException if xml file is never found 2015-01-31 23:33:27 -05:00
Nicholas Carpenter 76de18b744 Fix needing to call install command from same directory. 2015-01-31 22:51:44 -05:00
Nicholas Carpenter 57b6d2ad48 Add ability to set startup type to XML file 2015-01-31 22:26:03 -05:00
Oleg Nenashev f4c11569cb .gitignore - All user settings
Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
2015-01-31 12:51:12 +03:00
Oleg Nenashev b95f6f6d5c Refactoring: Null checks for getters in ServiceDescriptor (broken XmlDocument)
Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
2015-01-31 12:38:48 +03:00
Oleg Nenashev 9291ac911c Refactoring - minor cleanup of Main.cs
Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
2015-01-31 12:18:25 +03:00
Oleg Nenashev 6fcebfa0e2 Refactoring: cleanup the codestyle, convert vars to properties, etc.
Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
2015-01-31 02:26:28 +03:00
Oleg Nenashev 0105fe5214 Merge pull request #70 from ebsco/LogonAsAService
Adding logon as a service right to user account specified in configuration
2015-01-30 23:16:39 +03:00
Nicholas Carpenter 4ce20f5533 Adding logon as a service right to user account specified in configuration 2015-01-30 14:32:10 -05:00
Oleg Nenashev 92459d72dd Descibe the build environment
Follow-up to #62
Also resolves #5
2015-01-28 16:40:12 +03:00
Oleg Nenashev e2246877b0 Merge pull request #62 from kohsuke/MVS2013_Port
Port WinSW to Visual Studio Community 2013
2015-01-26 12:52:50 +03:00
Oleg Nenashev 9f9ad24b16 Next version is 1.17 2015-01-24 01:34:08 +03:00
Oleg Nenashev 005a1fd5b5 Use Release version instead of Debug one.
Resolves https://github.com/kohsuke/winsw/issues/63

Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
2015-01-24 01:23:54 +03:00
Oleg Nenashev 99fb13d41a Switch to the built-in signing procedure.
Each developer will have to specify his own winsw_cert.pfx in the project root.

Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
2015-01-23 15:24:38 +03:00
Oleg Nenashev 45fba7f974 Migrate the project to http://meetings.jenkins-ci.org/jenkins/2015/jenkins.2015-01-21-19.01.log.html
Related to #56

Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
2015-01-22 10:14:43 +03:00
Oleg Nenashev 67aa8a143c Merge branch 'XmlFix' of https://github.com/PunMaster/winsw
Conflicts:
	ServiceDescriptor.cs

Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
2014-11-29 18:04:50 +03:00
Oleg Nenashev b93e08ee8b Merge pull request #53 from oleg-nenashev/PR_47_refactoring
PR #47 - merged version
2014-11-21 13:17:52 +03:00
Oleg Demchenko a2f4c7fc5b Unit tests for PR #47 and minor refactoring
Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
2014-11-02 14:59:29 +03:00
Oleg Demchenko 9a09af2c17 Properly read StopTimeout from configuration.
Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
2014-11-02 14:58:52 +03:00
Oleg Demchenko 350fa99749 New option to shutdown parent process first.
Option name = stopparentprocessfirst

Signed-off-by: Oleg Nenashev <o.v.nenashev@gmail.com>
2014-11-02 14:57:25 +03:00
Oleg Nenashev c4336a4713 Merge pull request #48 from BernhardBerbuir/master
Fixed issue #40
2014-11-02 14:28:12 +03:00
Oleg Nenashev 57ba48100f Merge pull request #50 from eel/fix-failure-reset-period
Use total seconds of TimeSpan for reset period
2014-10-09 22:33:44 +04:00
Ryan Finley 60817bcd7a Fixed XML parsing of TimeSpan elements 2014-10-07 08:50:01 -05:00
Stephen Booher bb847a45f7 Use total seconds of TimeSpan for reset period 2014-10-03 13:46:05 -06:00
Kohsuke Kawaguchi 6080007e82 Merge pull request #49 from daniel-beck/JENKINS-10547
[FIXED JENKINS-10547] Don't fail fatally when unable to log event
2014-10-01 11:47:03 -07:00