Hello?
During making script for Auto Merge System.
I use Change-id for distinguish commit from others.
But our company use permalink more than change-id..
So I had to convert url to change-id, and script working on query with change id..
(ex. ssh -p 8282 lap.hello.com gerrit query --format=JSON --current-patch-set change: I8a7872dcc70a81f6f0e36fd240ce10668a0d9741)
It takes many overhead... Bec We have to merge so many Commits..
My Request is this:
Please make permalink(url) query option.
I want to use distinguish commit like this..
(ex. ssh -p 8282 lap.hello.com gerrit query --format=JSON --current-patch-set url: http://lap.hello.com:8282/lap/170920 )
or
(ex. ssh -p 8282 lap.hello.com gerrit query --format=JSON --current-patch-set permalink: http://lap.hello.com:8282/lap/170920 )
Thanks. Have a good day.