commit | 58d9e3917fd6bd6b749bab2dba978561cb60c857 | [log] [tgz] |
---|---|---|
author | Christian Aistleitner <christian@quelltextlich.at> | Mon Jul 06 23:20:18 2020 +0200 |
committer | Christian Aistleitner <christian@quelltextlich.at> | Sat Jul 11 20:05:56 2020 +0200 |
tree | 0c8f469ba41ad8a9dbfcb6bbf5523f74e18c32c3 | |
parent | 1df16cf60ffdf161a58369e7e96826cbc72963a5 [diff] |
Expose ChangeInfos instead of Change-Ids As not all dependencies need to be available on the server, we need to split dependencies into available and missing ones. For the available ones, we offer ChangeInfos, while for the missing ones we can still only offer Change-Ids. With this change, the UI shows project, branch and subject of the changes and thereby better blends in with the other list of changes. Change-Id: I7cfdba5c2942341b6bbb3292f91b35abf5a1603f
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.