Collection of scripts that improve OpenStack developer browsing experience
Go to file
Sorin Sbarnea 8153ae1d56 Refresh log annotation regexes
Contains multiple improvements including:
- use of <mark> html tag by default (yellow background)
- avoid extra newlines caused by previous <span>
- additional patterns
- taiga hyperlinking for gerrit CRs
- improved speed based on https://github.com/Woundorf/foxreplace/issues/257

Change-Id: Ia3568429a59a64ff4b8b450ed687823740adcce8
2018-10-18 10:53:01 +01:00
coats Refresh log annotation regexes 2018-10-18 10:53:01 +01:00
doc/source/_static/img Bring coats under OpenStack infrastructure 2018-10-07 11:17:11 +01:00
.eslintrc.js Enable eslint 2018-10-09 18:12:28 +01:00
.gitignore Bring coats under OpenStack infrastructure 2018-10-07 11:17:11 +01:00
.gitreview Bring coats under OpenStack infrastructure 2018-10-07 11:17:11 +01:00
.pre-commit-config.yaml Enable eslint 2018-10-09 18:12:28 +01:00
.travis.yml Initial commit 2018-10-01 13:40:17 +01:00
.zuul.yaml Bring coats under OpenStack infrastructure 2018-10-07 11:17:11 +01:00
LICENSE Initial commit 2018-10-01 11:01:50 +01:00
Makefile Initial commit 2018-10-01 13:40:17 +01:00
README.md Add openstack_gerrit_zuul_status.user.js 2018-10-07 13:59:33 +03:00
bindep.txt Bring coats under OpenStack infrastructure 2018-10-07 11:17:11 +01:00
cspell.json Enable eslint 2018-10-09 18:12:28 +01:00
package.json Bring coats under OpenStack infrastructure 2018-10-07 11:17:11 +01:00
requirements.txt Initial commit 2018-10-01 13:40:17 +01:00
setup.cfg Bring coats under OpenStack infrastructure 2018-10-07 11:17:11 +01:00
setup.py Initial commit 2018-10-01 13:40:17 +01:00
test-requirements.txt Initial commit 2018-10-01 13:40:17 +01:00
tox.ini Bring coats under OpenStack infrastructure 2018-10-07 11:17:11 +01:00

README.md

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

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.