The Gatekeeper, or a project gating system
67f4ac16d5
If the request was aborted, the failure should not be presented to the user as nothing actually went wrong. This happens when a request is not finished when next 'update' starts. This is amplified by the page visibility events that will start an 'update' loop prematurely. Without this, switching between tabs often causes the user to see a "status.json: abort" message when they come back to the dashboard. Also remove redundant (and incorrectly labeled) arguments. Change-Id: I834384535f8d04d1274336bc993c20035be01d60 |
||
---|---|---|
doc | ||
etc | ||
tests | ||
tools | ||
zuul | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
LICENSE | ||
MANIFEST.in | ||
NEWS.rst | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
TESTING.rst | ||
tox.ini |
Zuul
Zuul is a trunk gating system developed for the OpenStack Project.
Contributing
To browse the latest code, see: https://git.openstack.org/cgit/openstack-infra/zuul/tree/ To clone the latest code, use git clone git://git.openstack.org/openstack-infra/zuul
Bugs are handled at: https://storyboard.openstack.org/#!/project/679
Code reviews are, as you might expect, handled by gerrit. The gerrit they use is http://review.openstack.org
Use git review to submit patches (after creating a gerrit account that links to your launchpad account). Example:
# Do your commits
$ git review
# Enter your username if prompted