commit | a66fc64966844b09b6414af5790787034cfdc838 | [log] [tgz] |
---|---|---|
author | Pierre Tardy <tardyp@gmail.com> | Wed Nov 16 14:08:22 2016 +0100 |
committer | Pierre Tardy <tardyp@gmail.com> | Thu Nov 17 09:51:29 2016 +0100 |
tree | 1e43b63698c7b495990c5935a13fc64f29790d90 | |
parent | 7dd597064a0c729cf9add9a64b928e52768933ee [diff] |
Fix double encoding of changeid. If the project name contains a '/', then the REST api call will double encode the / with %252f. The REST API will then 404 for unknown project Change-Id: I09d116f767fc5f673db6dae71e5030a131d134e7
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.