Collection of scripts that improve OpenStack developer browsing experience
Go to file
Ghanshyam Mann 302f960cd2 Replace old requires-python with python-requires
requires-python is old value and does not work, python-requires
is right metadata.

'python-requires' is introduced from PEP440 and requires-python was old value
in PEP345.
- https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
- https://www.python.org/dev/peps/pep-0345/#requires-python

Change-Id: I8cd4994c632ee0e0f78d0c2caceb17efc1d09387
2020-03-27 13:45:54 -05:00
coats Fix live console URL 2019-09-20 17:25:37 +02:00
doc Update jobs 2019-05-25 18:22:58 +02:00
img Adds sphinx docs 2018-12-12 17:26:49 +00: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 OpenDev Migration Patch 2019-04-19 19:50:12 +00: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 Update jobs 2019-05-25 18:22:58 +02: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 Adds sphinx docs 2018-12-12 17:26:49 +00:00
bindep.txt Bring coats under OpenStack infrastructure 2018-10-07 11:17:11 +01:00
cspell.json Configure zuul status to use new opendev.org url 2019-04-25 10:30:20 +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 Replace old requires-python with python-requires 2020-03-27 13:45:54 -05: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 Update jobs 2019-05-25 18:22:58 +02: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

Context search for Firefox

If you often have to search for pieces of OpenStack related code on various websites you may find useful to use Context Search Firefox extension that allows you to perform context searches. You can import the configuration from coats/searchEngines.json

coats-log-highlight-example

Contributing

Before you raise a CR, please run "tox" to perform a sanity check.