commit | 549c0129b51cc3924569118fb8afed3ed4e4090f | [log] [tgz] |
---|---|---|
author | Christian Aistleitner <christian@quelltextlich.at> | Tue Jul 07 10:17:04 2020 +0200 |
committer | Christian Aistleitner <christian@quelltextlich.at> | Sat Jul 11 15:47:37 2020 +0200 |
tree | 07011ce3c57dcaf19df4b9975ef73a34eeeea3fb | |
parent | 2348227ba42e6515b41253cd03fac14709375fed [diff] |
Clarify that the `crd` endpoints returns a `CrdInfo` While this is straight forward, explicitly stating it brings the docs more in-line with Gerrit documentation, where each endpoint also declares the returned entity also in text. Change-Id: Iaf1ab426e1b37b2e41cf4d740539e9eb21ff3867
Openstack uses Zuul for project gating and one of the features of Zuul is cross repository dependencies (CRD). Zuul will detect CRDs in git commit messages to allow it to arrange patchsets (in order) before scheduling them for build and test.
The problems with having only a ‘depends-on’ reference:
To help alleviate these issues this plugin adds the following:
Detailed information about this plugin can be found in the documentation.