coats/README.md
Michel Peterson 7cbb7ea7c3 Add openstack_gerrit_zuul_status.user.js
This patch adds the script openstack_gerrit_zuul_status.user.js, which
provides a real-time build status when browsing review.openstack.org

Change-Id: I112144dd0284d4218112dd778f8c1c0e567d8c0e
2018-10-07 13:59:33 +03:00

32 lines
1.1 KiB
Markdown

# coats
Collection of scripts (coats) that improve open-stack developer browsing experience
## Current scripts
### FoxReplace.json
FoxReplace.json is text replacements configuration for
<https://addons.mozilla.org/en-GB/firefox/addon/foxreplace/> which would add
some extra coloring on build logs, making them easier to read. We plan to
convert this into a greasemonkey helper in the future to allow use from
multiple browsers.
![foxreplace-os-logs](https://raw.githubusercontent.com/openstack/coats/master/doc/source/_static/img/coats-log-highlight-example.png)
After you install Firefox extension you can either do an one-time import
of the configuration from <https://raw.githubusercontent.com/openstack/coats/master/coats/FoxReplace.json>
or configure it to re-download it when it changes.
### openstack_gerrit_zuul_status.user.js
**openstack_gerrit_zuul_status.user.js**: Provides the status of the current CI run on the OpenStack Gerrit in real time.
## Ideas for future scripts
- Link codesearch.openstack.org results directly to github.com
## Contributing
Before you raise a CR, please run "tox" to perform a sanity check.