GithubHelp home page GithubHelp logo

isabella232 / crosswalk-github-webhooks Goto Github PK

View Code? Open in Web Editor NEW

This project forked from crosswalk-project/crosswalk-github-webhooks

0.0 0.0 0.0 67 KB

License: BSD 3-Clause "New" or "Revised" License

Python 100.00%

crosswalk-github-webhooks's Introduction

This is a collection of GitHub web hook handlers used by the Crosswalk project.

There are no templates because we just process events sent by GitHub and do not need to show anything to users directly.

trybot_control

This application receives pull request events and talks to Buildbot so that a patch is processed by our slaves whenever it is sent or updated. The results are then posted back to the pull request as a comment.

Slow actions such as posting those comments are done asynchronously, as they would otherwise block critical sections of the code. Instead, we rely on custom commands that are run at any later time to do any sort of required processing.

For example, one could have a cron job that calls

python manage.py sync_trybot_status

to update the pull request status on GitHub every N minutes.

updater_for_jira

This application watches the creation and closing of pull requests, and updates JIRA® tickets based on the occurence of certain keywords in the pull request message.

JIRA® is an Atlassian trademark.

crosswalk-github-webhooks's People

Contributors

baleboy avatar rakuco 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.