Coder Social home page Coder Social logo

usda's Introduction

USDA verifies your code~

Summary

USDA is a full stack web service to test projects in git repo and collect statistics, based on gerrit

  • Distributed Automation Testing - USDA would calcurate dependency of different applications in one repo, and distribute tasks to multiple machine to run tests automatically

  • Gerrit Stats & Ranking - a.k.a who merged/reviewed the most number for commits

Setup

USDA contains 3 components: gerrit listener, usda server and usda slave(s)

gerrit listener pulls streaming-event from gerrit, listening to everything happened on gerrit.

  • Start with:
node gerrit.js

usda server handles requests from gerrit listener and slaves, it also hosts the web entry point.

  • Before start:
npm install
bower install
  • Start with:
npm start

usda slave(s) could be deployed to multiple instances, taking tasks from server and executing them.

  • Start with:
node your_repo_name_usda.js

Usage

  • control by gerrit comment. invoke test by "#test", boost a test in the queue by "boost"

  • web interface presents:

    • The test queue for each repo, with estimated time
    • The time cost for each application
    • The boost usage of each user
    • The stats & ranking of overall & each individual repo.

usda's People

Contributors

icyasblue 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.