I accidentally closed an issue with a "fix" commit message earlier.
In Gitlab you get a smart commit notification:
But, GILS doesn't show anything.
We get comments and system notifications by calling the Notes API
$url = GILSUtils::forceHTTPS($issue->_links->notes); $r = $this->callAPI("GET", $url."?sort=asc&order_by=created_at", false, $config->do_auth);
The documentation doesn't show any filter (default or otherwise) which should exclude these events, which suggests that Gitlab's API doesn't return them.
I've just print_r()'d the response from that API, and the noticiation definitely isn't in there.
print_r()
It might be then, that this is a foible of Gitlab's API...
Closing as Won't Fix.
I've also added a new label Gitlab API Foible to track stuff like this as there was one with comments previously too.
Gitlab API Foible
changed the description
Activity
23-Apr-22 11:06
We get comments and system notifications by calling the Notes API
The documentation doesn't show any filter (default or otherwise) which should exclude these events, which suggests that Gitlab's API doesn't return them.
23-Apr-22 11:09
I've just
print_r()
'd the response from that API, and the noticiation definitely isn't in there.It might be then, that this is a foible of Gitlab's API...
23-Apr-22 11:10
Closing as Won't Fix.
I've also added a new label
Gitlab API Foible
to track stuff like this as there was one with comments previously too.25-Apr-22 09:31
changed the description
25-Apr-22 09:39
changed the description