Replies: 1 comment
|
This looks like a Forge GitLab backend bug rather than stale local data, so there is no refresh command that can fill these slots in 0.6.7. The reason is the difference between the two GitLab endpoints:
Also, the GitLab implementation of Relevant code:
The proper fix is for the GitLab fetch path to hydrate each list item with Until Forge implements that, your direct |
Uh oh!
There was an error while loading. Please reload this page.
I am running into issue with stale data in the merge requests on GitLab. I do see all the merge requests, and new ones are added. But base-rev, head-rev slots are not filled. Looking info forge-gitlab.el, I see that .diff_refs.start_sha is used for base-rev.
When I do
I do see correct value (commit hash) echoed, so GitLab does send the value. But I cannot figure out how to access it using
(oref (forge-topic-at-point) base-rev).Does anyone has any idea what I need to do to fill the values?
I am using 0.6.7, the last release.
All reactions