Problem is:
somebody pushes changes (Git) into review, and I want to get HEAD Git hash. Currently I used EyeQL query like this
rest-service-fe/search-v1/queryAsRows/MyRepository?query=select revisions where in review "SOME-283" order by date desc return csid
and this query returns correct hash as first item in a list until somebody begin to use "git rebase". For example, he can modify some commit with interactive rebase, etc and to push it (with force option, I suppose). After such operation the query returns wrong hash. I tried different conditions (on branch/is head/etc) but it does not help.
Is any way to get Git hash of the HEAD in all cases? May be some undocumented REST call or something else? May be some plugin which can return such information? I mean hash of the last commit which is related to current state of the review, HEAD.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.