Git Product home page Git Product logo

yegor256 / rultor Goto Github PK

View Code? Open in Web Editor NEW
553.0 26.0 157.0 92.28 MB

DevOps team assistant that helps you merge, deploy, and release GitHub-hosted apps and libraries

Home Page: https://www.rultor.com

License: Other

Shell 0.74% Ruby 0.09% HTML 0.59% Java 94.13% JavaScript 0.40% XSLT 3.30% Dockerfile 0.06% SCSS 0.67% Procfile 0.02%
docker-container devops deployment docker continuous-delivery chatbot java xml xsl

rultor's People

Contributors

aistomin avatar alex-palevsky avatar anouarbadri avatar bharatbolisetty avatar caarlos0 avatar cvrebert avatar dalifreire avatar essobedo avatar filfreire avatar gangababu avatar gumbelmj avatar marczeeee avatar maurezen avatar mentiflectax avatar nathansgreen avatar original-brownbear avatar oruam85 avatar palyuga avatar pnatashap avatar renovate[bot] avatar rultor avatar stayathomedad avatar tannakartikey avatar vaibhavpaliwal99 avatar valery1707 avatar vkuchyn avatar volodya-lombrozo avatar wentwog avatar xupyprmv avatar yegor256 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rultor's Issues

inverse deployment for conveyer

Let's implement an inverse deployment mechanism for conveyer-rultor module. It has to be hosted on a standalone machine (in AWS) and should monitor its own activity. When no threads are busy with any works it has to shut itself down. The system-level bash script should pick it up and start again, fetching the newest version from repository.

Besides, would be nice, before shutting down, to compare its own version with the version published by rultor-web module.

Quartz through SQS

Let's connect Quartz to SQS to guarantee un-interrupted flow of events

com.rultor.env.SSHPrerequisites

Let's create environments that upload prerequisites by SSH to every new environment enclosed:

com.rultor.env.SSHPrerequisites(
  original-environments,
  {
    "test.txt": "some text content",
    "img/binary.jpg": com.rultor.data.Base64("0L/RgNC40LLQtdGCIQ==")
    "loaded-through-http.html": com.rultor.data.WebContent("http://www.google.com")
  }
)

ClasspathRepo doesn't understand super-classes and scalars

The problem is that ClasspathRepo doesn't understand super-types and scalars. For example, if the constructor is defined as

public Foo(int abc, Bar cde) {
  // ...
}

And spec looks like:

Foo(5, ChildOfBar(14))

ClasspathRepo fails to understand them both. It expects a constructor with <init>(long, Bar) signature.

enable maps and arrays in unit specs

Let's enable arrays and maps in specs, for example:

com.rultor.base.Abc(
  ["first", "second", com.rultor.base.Test("third")],
  {"first": 12, "second": 34, "third": "something else"}
)

sharing of units

Let's add a feature of units sharing between accounts (for free and for money)

templates

Let's introduce re-usable templates of units. For example, unit foo will look like:

com.Foo($alpha, $beta, "test")

Later, it can be used as:

urn:github:526301:foo("hello", "world")

spec not found when output is completely broken

java.lang.IllegalStateException: signal 'spec' not found
    at com.rultor.aws.S3Pulse.find(S3Pulse.java:140)
    at com.rultor.aws.S3Pulse.spec_aroundBody6(S3Pulse.java:102)
    at com.rultor.aws.S3Pulse$AjcClosure7.run(S3Pulse.java:1)
    at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
    at com.jcabi.aspects.aj.MethodCacher$Tunnel.through(MethodCacher.java:280)
    at com.jcabi.aspects.aj.MethodCacher.cache(MethodCacher.java:126)
    at com.rultor.aws.S3Pulse.spec(S3Pulse.java:102)
    at com.rultor.web.PulsesRs.pulse(PulsesRs.java:122)

OnCommit and supplementary SCM classes/interfaces

OnCommit for SCM management. For example:

OnCommit(branch, rultor-build, sns)
Branch(git, "master") or Branch(svn, "/trunk" or "/branches/test")
Git(servers, "https://...", git-ssh-key)
Subversion(servers, "http://", "user", "password")
ParametrizedBuild(servers, "git checkout …").build(map of params)

enable custom JAR libraries

Users should be able to register their own JAR libraries (or maybe source code), in order to use custom pulseable objects.

multi-line string literals

Would be convenient to have them, for example:

java.lang.String(
  """
  this is a multi line string
  where all leading spaces are
  automatically removed and trailing
  line endings are preserved
  """
)

And get rid of BigText syntax.

plain text units

Let's enable plain text units, which would start with "text\n" prefix and the rest would be treated as plain text

com.rultor.env.ec2.CFStacks

Let's create a new class com.rultor.env.ec2.CFStacks to enable environments instantiation through AWS CloudFormation:

com.rultor.env.ec2.CFStacks(
  "... CF template ...",
  "instance-type", "security-group", "key-pair",
  "AWS-key", "AWS-secret"
)

com.rultor.drain.Syslog

Let's create a drain that logs everything to syslog, something like:

com.rultor.drain.Syslog("papertrailapp.com", 53649, "USER")

health check page

Let's create a health check web page that would show statistics of all components and they health status

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.