Coder Social home page Coder Social logo

blossom's People

Contributors

nemec avatar

Stargazers

 avatar

Watchers

 avatar  avatar

blossom's Issues

Find new SSH library.

The current library used for ssh (SharpSSH) is a poorly ported version of a Java SSH library.

  • Generics are nonexistent ((SftpSession)channel.getSession("sftp") is a big no-no)
  • The library mirrors the Java namespace hierarchy with aliases to native types (using java.lang.String = String)
  • Error messages are indecipherable and use error codes in exceptions to convey information.

It would be nice to find a replacement that can use both SSH and SFTP that has a sane implementation.

Add parallelization between multiple hosts.

There is no reason (except perhaps modifying the local machine) why tasks cannot be performed in parallel on all hosts.

There should be an option to start a parallel deployment in separate threads (processes?) to speed up deployment.

Add "After" attribute.

Conceptually similar to the "Depends" attribute, only it doesn't drag tasks into the execution plan if they're not already in there.

Sample use case:
You have one task that creates file A and a second that copies A to a remote server. When creating and deploying, the second task must always come after the first, but if for some reason you want to re-send A (say you accidentally deleted it on the remote server) but you know the local A still exists, there's no point in rebuilding it. There should be a way to say "run task two" and not have it pull in task one (even though it "depends" on it during normal execution).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.