gpt4 book ai didi

gerrit - 使用 REST API 查询 Gerrit?

转载 作者:行者123 更新时间:2023-12-05 00:20:14 27 4
gpt4 key购买 nike

首先,我有一些零碎的理解。

我想要的是使用 gerrit 更改网址 :-
http://review.xx.yy.com/gerrit/#/c/240262/

我想通过使用 REST API(使用 curl)或任何其他 git 命令来获取 gerrit 服务器和 gerrit refspec(refs/changes/..)的 URL。

是否可以 ?

如果问题不清楚,请评论/编辑。

谢谢。

最佳答案

Gerrit 有一个 REST api,您可以查询。

获取information about the Gerrit server您可以使用:

http://review.xx.yy.com/gerrit/config/server/info

你可以像这样使用 curl:
curl -i -H "Accept: application/json" http://review.xx.yy/gerrit/config/server/info

如果您想 query change-sets你可以使用这样的表格:
http://review.xx.yy.com/gerrit/changes/?q=owner:johndoe

这是 Gerrit 的 REST API 的文档: https://review.typo3.org/Documentation/rest-api.html

关于gerrit - 使用 REST API 查询 Gerrit?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34899239/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com