gradle-ssh-plugin

Gradle SSH Plugin

APACHE-2.0 License

Stars
319
Committers
12

Bot releases are visible (Hide)

gradle-ssh-plugin - 0.3.0

Published by int128 over 10 years ago

Released on 2014-03-23.
This release contains many refactoring. Please let me know if any problem is found.

  • Based on v0.2.9
  • Improvement
    • Refactored domain classes into task, session, operation and infrastructure
    • Fix overload hell of Operation method
    • Introduce extensible architecture
    • Introduce dependency injection for tests
gradle-ssh-plugin - 0.2.9

Published by int128 over 10 years ago

Released on 2014-03-13

  • Enhancement
    • #62 #68 Show progress information for file transfer (thanks to @mrniko)
gradle-ssh-plugin - 0.2.8

Published by int128 over 10 years ago

Released on 2014-03-03

  • Enhancement
    • #22 #63 Added support for gateways (thanks to @rundis)
gradle-ssh-plugin - 0.2.7

Published by int128 over 10 years ago

Released on 2014-03-02

  • Bug fix
    • #64 #66 Fixed private key is removed from Putty Agent (thanks to @jwalkiew)
    • #65 Fixed JSch version for compile and test
gradle-ssh-plugin - 0.2.6

Published by int128 over 10 years ago

Released on 2014-02-25

  • Enhancement
    • #59 Adding support to authenticate with Putty Agent and ssh-agent (thanks to @jwalkiew)
  • Improvement
    • Refactoring channel lifecycle manager
gradle-ssh-plugin - 0.2.5

Published by int128 over 10 years ago

Released on 2014-02-21

  • Enhancement
    • #29 Added logging setting for command and shell execution (thanks to @ljohnston)
  • Improvement
    • Removed unnecessary logger
    • Introduced SSH project template
    • Fixed executeConcurrently test eventually failed (acceptance test)
    • Added finalizer of remote temporary files (acceptance test)
gradle-ssh-plugin - 0.2.4

Published by int128 over 10 years ago

Released on 2014-02-14

  • Bug fix
    • #52 Fixed bug of execute() options (thanks to @strindberg)
    • #53 Fixed description of file transfer methods (thanks to @strindberg)
  • Improvement
    • Includes parameters into logging message for ssh operations
    • Redirects acceptance test output to both console and a log file
gradle-ssh-plugin - 0.2.3

Published by int128 over 10 years ago

Released on 2014-02-03

  • Enhancement
  • Improvement
    • Fixed groovydoc path for javadoc jar
    • Generating build report on Travis CI
gradle-ssh-plugin - 0.2.2

Published by int128 over 10 years ago

Released on 2014-01-22

  • Enhancement
    • #6 #49 Added global identity setting (thanks to @Khoulaiz)
  • Inprovement
    • Upgraded to Gradle 1.10
    • Refactoring code related to #49
gradle-ssh-plugin - 0.2.1

Published by int128 almost 11 years ago

Released on 2013-12-24

  • Enhancement
    • #47 Added shell channel support
  • Improvement
    • #45 Added acceptance test on Travis CI
gradle-ssh-plugin - 0.2.0

Published by int128 almost 11 years ago

Released on 2013-12-08
This release contains API changes but Gradle scripts may work as-is.

  • Enhancement
    • #44 Supporting I/O interactions with remote command
  • API changes
    • org.hidetake.gradle.ssh.api.OperationEventListener has been removed.
gradle-ssh-plugin - 0.1.0

Published by int128 almost 11 years ago

First release on 2012-11-24.

gradle-ssh-plugin - 0.1.1

Published by int128 almost 11 years ago

Released on 2012-11-28

  • Bug fixes
    • #4 Fixed NPE if no identity is given
  • Enhancement
    • #3 Added checking result of remote execution
    • #7 Supporting remote host container inheritance for multi-project
gradle-ssh-plugin - 0.1.2

Published by int128 almost 11 years ago

Released on 2012-11-29

  • Enhancement
    • #2 Added parameters for JSch options
gradle-ssh-plugin - 0.1.3

Published by int128 almost 11 years ago

Released on 2012-12-16

  • Enhancement
    • #8 Improved role functionality
    • #9 Added a remote host property in the operation closure scope
  • Improvement
    • #12 Use the Maven central repository
    • Added a task for Maven publish
gradle-ssh-plugin - 0.1.4

Published by int128 almost 11 years ago

Released on 2013-03-07

  • Enhancement
    • #14 Added parameters for retrying connection
  • Improvement
    • #19 Fixed password authentication bug for Maven publish
gradle-ssh-plugin - 0.1.5

Published by int128 almost 11 years ago

Released on 2013-03-08

  • Enhancement
    • #18 Added supporting password prompts for sudo commands (thanks to @rundis)
gradle-ssh-plugin - 0.1.6

Published by int128 almost 11 years ago

Released on 2013-04-08

  • Enhancement
    • #17 Changed execute() and executeSudo() method to return command output
  • Improvement
    • Added many tests with Spock (thanks to @rundis)
    • Added Gradle wrapper (thanks to @rundis)
    • Added integration tests using SSH server stub
    • Enabled Travis CI build
gradle-ssh-plugin - 0.1.7

Published by int128 almost 11 years ago

Released on 2013-06-11

  • Enhancement
    • #26 Added a parameter for providing a passphrase for private keys (thanks to @n3utrino and @rundis)
gradle-ssh-plugin - 0.1.8

Published by int128 almost 11 years ago

Released on 2013-10-03

  • Bug fixes
    • Fixed checking authentication failure in sudo execution
  • Enhancement
    • #29 Added log level parameters to suppress command output (thanks to @zippy1978)