You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Allow usage of Gerrit HTTP password tokens (#220)
This makes it possible to use http password token that is defined in
Settings -> HTTP Password page instead of the regular site password.
https://gerrit-review.googlesource.com/Documentation/rest-api.html#authentication
* URL encode changeId when creating GerritPatchset (#221)
When a cherry-pick is done and there are more commits with the same
changeId, an exended id can be used to distinguish between them.
It has a tilde separated format:
project/subproject~branch/subbranch~changeId
If this is not encoded but just put in the URL, an error message comes
from the server like:
Request not successful. Message: Not Found. Status-Code: 404.
Content: Not found: project
* Support gerrit configuration to omit duplicate comments (#108)
As it's a Gerrit feature and not a client side deduplication, it should
not have a large overhead, therefore it's enabled by default.
* Improve test coverage of Gerrit connector
* Use Gerrit API's URL encoding in GerritFacadeBuilder
This actually does the same as the old 'safeUrlEncode(String)'.
Also a reference is now added for the ID encoding method.
* Clean up Gerrit connector tests to better fit the project style
Co-authored-by: Gabor Garancsi <gabor.garancsi@casrd.net>
0 commit comments