Giter Site home page Giter Site logo

super132 / rultor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yegor256/rultor

0.0 2.0 0.0 84.27 MB

DevOps Team Assistant

Home Page: www.rultor.com

License: Other

Ruby 0.12% Shell 0.79% HTML 0.68% CSS 0.76% Java 92.85% JavaScript 0.55% XSLT 4.25%

rultor's Introduction

Made By Teamed.io DevOps By Rultor.com We recommend IntelliJ IDEA

Coverage Status PDD status codebeat badge Codacy Badge Dependencies

Issue Stats Issue Stats

Full documentation is at doc.rultor.com

These blog posts may be helpful: Every Build in Its Own Docker Container, Master Branch Must Be Read-Only, Rultor + Travis, and Rultor, a Merging Bot.

Default Docker image is yegor256/rultor

What Is Rultor?

TBD... product statement

What Problems Does Rultor Solve?

Automated deployment scripts have been around for some time. Rultor attempts to tackle the problems those scripts do not.

The first benefit of Rultor is that it gives you isolation of your deployment script in its own virtual environment by using Docker containers. This substantially reduces the amount of external state that could affect your build and makes errors more easily reproducible.

Additionally, because of the way Rultor integrates with modern issue trackers, all the logs are stored and published to the ticket on which Rultor was mentioned. Making vital information easily accessible to all developers.

Rultor performs pre-flight builds. Instead of merging into master and then seeing if your changes broke the build or not, Rultor checks out the master branch, apply your changes to it, then runs everything it was set up to run. If, and only if, everything goes well, Rultor merges the changes into master. This programmatically prevents the master from being broken by developers. Not having to worry about breaking the build for everyone else has a very positive impact in the way developers write code, increasing their productivity and mitigating their fear of making mistakes.

Lastly, Rultor provides an integrated and humanized interface to DevOps tools, as a human-readable sentence suffices to trigger a merge or a release.

How Rultor Works?

Once Rultor finds a merge command in one of your GitHub pull requests, it does exactly this:

  1. Reads the .rultor.yml YAML configuration file from the root directory of your repository.
  2. Gets automated build execution command from it, for example bundle test.
  3. Checks out your repository into a temporary directory on one of its servers.
  4. Merges pull request into master branch.
  5. Starts a new Docker container and runs the build execution command in it, for example bundle test.
  6. If everything is fine, pushes modified master branch to GitHub.
  7. Reports back to you, in the GitHub pull request.

You can see it in action, for example, in this pull request: jcabi/jcabi-gjithub#878.

What Is Rultor SLA?

TBD... quality requirements

How to Contribute

Fork repository, make changes, send us a pull request. We will review your changes and apply them to the master branch shortly, provided they don't violate our quality standards. To avoid frustration, before sending us your pull request please run full Maven build:

$ mvn clean install -Pqulice -PdockerITs

To avoid build errors use maven 3.3.x and have a Docker environment properly loaded into the shell from which you run the build. If your environment does not have the ability to run a working Docker client and daemon, you can run the build without the Docker based integration tests via:

$ mvn clean install -Pqulice

Got questions?

If you have questions or general suggestions, don't hesitate to submit a new Github issue.

Continuous Integration

We're using all possible continuous integration systems, mostly for fun :) Here is our selection criteria.

travis-ci.org
Build Status

shippable.com
Build Status

appveyor.com
Build status

wercker.com
wercker status

Less interesting and/or stable stuff:

codeship.io
Codeship Status for yegor256/rultor

circleci.io
Circle CI

magnum-ci.com
Build Status

snap-ci.com
Build Status

semaphoreapp.com
Build Status

drone.io
Build Status

solanolabs.com
sonolabs status

rultor's People

Contributors

aistomin avatar alevohin avatar alex-palevsky avatar anouarbadri avatar bharatbolisetty avatar bitdeli-chef avatar caarlos0 avatar cvrebert avatar dalifreire avatar essobedo avatar gangababu avatar gumbelmj avatar jcai avatar marczeeee avatar maurezen avatar mentiflectax avatar nathansgreen avatar original-brownbear avatar oruam85 avatar palyuga avatar rultor avatar sils avatar stayathomedad avatar vaibhavpaliwal99 avatar vkuchyn avatar wentwog avatar xupyprmv avatar yegor256 avatar yukiisbored avatar

Watchers

 avatar  avatar

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.