commit | 78c0988097098c3ad6c245e61bdd44b91e129d82 | [log] [tgz] |
---|---|---|
author | Christian Aistleitner <christian@quelltextlich.at> | Thu Jun 25 00:59:12 2020 +0200 |
committer | Christian Aistleitner <christian@quelltextlich.at> | Fri Jun 26 17:08:16 2020 +0200 |
tree | f032d8c2a0346d3d666908400e9b071406954142 | |
parent | de006de01a8662a37d3590a5fccf113c18cd3651 [diff] |
Add basic PolyGerrit UI This basic variant of the UI shows the CRDs and provides links. But it does not yet color them red if cycles are detected. Depends-On: I783a00df00d386292ac458e925079219bb6392c7 Change-Id: I019d3b35de2933abecb5caef0613a02904c8eb68
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.