https://github.com/dolph/gerrit-growler
Log the Gerrit event stream in markdown.
https://github.com/dolph/gerrit-growler
Last synced: 4 months ago
JSON representation
Log the Gerrit event stream in markdown.
- Host: GitHub
- URL: https://github.com/dolph/gerrit-growler
- Owner: dolph
- License: apache-2.0
- Created: 2014-09-05T19:45:26.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-10T07:46:37.000Z (over 10 years ago)
- Last Synced: 2025-09-21T10:27:10.634Z (10 months ago)
- Language: Python
- Homepage:
- Size: 9.67 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==============
gerrit-logger
==============
Log the Gerrit event stream in markdown.
This is a two-part tool which:
1. Captures the Gerrit event stream into a log file (using ``event-logger``).
2. Renders a log file of the Gerrit event stream into a human-readable markdown
file (using ``events-in-english``).
Installation
------------
Clone the repository and install from source::
$ pip install .
Usage
-----
Start by running the event logger::
$ gerrit-logger
See ``--help`` for authentication and Gerrit endpoint options.
Next, you can (perhaps periodically) render a log file into markdown::
$ cat event.log | gerrit-events-in-english