Giter Site home page Giter Site logo

banter's Introduction

##Banter

Banter creates code reviews on crucible from the command line.

You can run whatever tool you like which produces a diff and pipe that in to banter to submit that diff for review on crucible.

###Getting Banter Banter is available in the Python Package Index, so you can install it with either easy_install or pip. Here's Banter's page on PyPI.

  • sudo pip install banter or sudo easy_install banter
    • You can get pip on ubuntu/debian by running: sudo apt-get install python-pip

###Setup Before using banter you'll need to let it know where your installation of crucible lives, what your username is, etc. You can run:

$ banter --setup

to start the setup tool which will ask you a few questions. It will ask you to enter your crucible password, but it will not store it. Instead it uses your password to request an auth token from crucible and uses that auth token for the rest of its interactions with crucible. Banter will write its configuration file to $HOME/.config/banter/banter.conf.

###Creating Reviews Provided you have completed the setup you can use banter by doing the following:

$ git diff | banter
http://crucible.dev.company.com/fisheye/cru/CR-15

Banter will create a review from the patch provided to it and print out the URL for the new crucible review. You can access that URL to make any modifications that you need to make and then start the review.

banter's People

Contributors

markdrago avatar marky1991 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.