An OpenStack third-party CI monitoring tool
f9852612d9
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have. |
||
---|---|---|
ciwatch | ||
doc/source | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
ciwatch.conf.sample | ||
ciwatch.wsgi | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
run.py | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
CI Watch
CI Watch is a CI monitoring dashboard that shows voting history for existing CIs and more.
- Free software: Apache license
- Documentation: http://docs.openstack.org/infra/ciwatch
- Source: http://git.openstack.org/cgit/openstack-infra/ciwatch
- Bugs: http://bugs.launchpad.net/ciwatch
State of the project
This project is a work in progress and the code is pretty rough in some places.
TODO
- Add tests.
- Use a different cache other than SimpleCache. It is not threadsafe. We should use something like redis instead.
These items are far from the only work needed for this project.
Acknowledgements
This code was originally forked from John Griffith's sos-ci project. Some of it can still be found in the code and configuration file.