An OpenStack third-party CI monitoring tool
Go to file
OpenDev Sysadmins f9852612d9 OpenDev Migration Patch
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.
2019-04-19 19:51:16 +00:00
ciwatch Support Jenkins to Zuul rename 2016-06-17 15:37:41 -05:00
doc/source Replacing legacy references of ci-watch to ciwatch 2015-11-16 16:13:32 -08:00
.coveragerc Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00
.gitignore Consolidating database calls in db.py 2015-11-30 07:52:26 -06:00
.gitreview OpenDev Migration Patch 2019-04-19 19:51:16 +00:00
.testr.conf Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00
CONTRIBUTING.rst Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00
HACKING.rst Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00
LICENSE Add CI Watch, a third-party CI monitoring dashboard 2015-10-06 11:58:39 -05:00
MANIFEST.in Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00
README.rst Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00
ciwatch.conf.sample Change ciwatch.log location 2015-12-02 17:17:51 -08:00
ciwatch.wsgi Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00
requirements.txt Use zuul gerrit event listener implementation 2015-11-25 15:11:00 -06:00
run.py Allow external access by default 2015-10-06 11:58:42 -05:00
setup.cfg Replacing legacy references of ci-watch to ciwatch 2015-11-16 16:13:32 -08:00
setup.py Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00
test-requirements.txt Remove discover from test-requirements 2016-07-22 04:51:03 +00:00
tox.ini Apply openstack-dev cookiecutter template 2015-10-23 16:54:27 -05:00

README.rst

CI Watch

CI Watch is a CI monitoring dashboard that shows voting history for existing CIs and more.

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.