Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ooyala/barkeep
The friendly code review system.
https://github.com/ooyala/barkeep
Last synced: 25 days ago
JSON representation
The friendly code review system.
- Host: GitHub
- URL: https://github.com/ooyala/barkeep
- Owner: ooyala
- Created: 2011-09-01T18:30:15.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-08-26T07:15:25.000Z (about 1 year ago)
- Last Synced: 2024-10-01T22:04:57.964Z (about 1 month ago)
- Language: Ruby
- Homepage: getbarkeep.org
- Size: 6.56 MB
- Stars: 1,424
- Watchers: 52
- Forks: 145
- Open Issues: 188
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGES.markdown
Awesome Lists containing this project
- awesome-ruby - Barkeep - Barkeep is a fast, fun way to review code. Engineering organizations can use it to keep the bar high. (Code Analysis and Metrics)
- my-awesome-github-stars - ooyala/barkeep - The friendly code review system. (Ruby)
README
## Overview
Barkeep is a fast, fun way to review code. Engineering organizations can use it to keep the bar high.
To see a video of Barkeep in action, visit [getbarkeep.org](http://getbarkeep.org).
Barkeep is standalone software that you host. Once it's set up, you can use it to track and code review any
number of git repos available on the internet. It's designed to be easy to run on Ubuntu.### Getting started
If you're ready to install Barkeep, see the
[Installing Barkeep](https://github.com/ooyala/barkeep/wiki/Installing-Barkeep) wiki page for instructions and
a one-step shell script.If you'd like to take Barkeep for a test-drive first or set up local development on your own machine you can
quickly install it on a Vagrant VM. See the [Vagrant](https://github.com/ooyala/barkeep/wiki/Vagrant) wiki
page for details.### Docs
See **[the wiki](https://github.com/ooyala/barkeep/wiki)** for instructions on setting up Barkeep for
development, deploying it to your own server and tracking git repos with it.[Read here](https://github.com/ooyala/barkeep/wiki/Comparing-Barkeep-to-other-code-review-tools) for a
comparison of Barkeep to other code review systems.### Contributing
Barkeep was designed to be easy to hack on with Mac or Ubuntu, so feel free to dive in. You can open a ticket
to suggest a new feature. If you fix a bug or implement a small feature, send us a pull request. If you want
to implement a larger feature, please post a description of the feature on the [mailing
list](https://groups.google.com/d/forum/getbarkeep) beforehand so that we can be sure it's something we want
to add.Simple style guidelines: mimic the style around you, cap lines at 110 characters, and follow the [usual
conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) for commit messages.### Mailing list
Please file user issues as [tickets](https://github.com/ooyala/barkeep/issues) here on Github.
The Barkeep developer [mailing list](https://groups.google.com/d/forum/getbarkeep) is used for discussion
around developing Barkeep. You can email the group at
[[email protected]](mailto:[email protected]).### Credits
Barkeep was written by the following engineers at Ooyala:
* Bo Chen ([bo-chen](https://github.com/bo-chen))
* Caleb Spare ([cespare](https://github.com/cespare))
* Daniel MacDougall ([dmacdougall](https://github.com/dmacdougall))
* Kevin Le ([bkad](https://github.com/bkad))
* Phil Crosby ([philc](https://github.com/philc))and with contributions from other Ooyalans and community members:
* Alberto Leal ([albertoleal](https://github.com/albertoleal))
* Alek Storm ([alekstorm](https://github.com/alekstorm))
* Alice Kærast ([kaerast](https://github.com/kaerast))
* Arturs Meisters ([kalifs](https://github.com/kalifs))
* Brian Zhou ([zdyn](https://github.com/zdyn))
* Dann Luciano ([dannluciano](https://github.com/dannluciano))
* Dylan Tack ([dylantack](https://github.com/dylantack))
* Fabio Kenji ([fkenji](https://github.com/fkenji))
* Florian Unglaub ([funglaub](https://github.com/funglaub))
* Guzmán Brasó ([guzmanbraso](https://github.com/guzmanbraso))
* Jack Veenstra ([veenstra](https://github.com/veenstra))
* Kazuhiro Yamada ([k-yamada](https://github.com/k-yamada))
* Liron Yahdav ([lyahdav](https://github.com/lyahdav))
* Manish Khettry ([mkhettry](https://github.com/mkhettry))
* Michael Quinn ([mikejquinn](https://github.com/mikejquinn))
* Michael Storm ([michaelstorm](https://github.com/michaelstorm))
* Niklas Hambüchen ([nh2](https://github.com/nh2))
* Noah Gibbs ([noahgibbs](https://github.com/noahgibbs))
* Ron Toland ([mindbat](https://github.com/mindbat))Barkeep is released under [the MIT license](http://www.opensource.org/licenses/mit-license.php).