Working on running get project on the server, finding some funny stuff with events. First, I'm seeing reference events now (see http://issues.joomla.org/tracker/joomla-cms/3), and when running I got an error: ERROR: Unknown event: unsubscribed.
head_ref_restored is the other one I've had it choke over. Otherwise, it's been smooth (if slow since I haven't added anymore bot accounts yet) getting things synced up.
head_ref_restoredis the other one I've had it choke over.
Maybe I haven't read all parts of the API docu yet but i can not find any reference to those events :(
I would expect them here: http://developer.github.com/v3/issues/events/ but maybe I'm looking in the wrong place.
The head_ref_deleted event is actually stored but nothing special happens (yet)
Any idea what to do here ?
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-08-18 19:19:38 |
Yes those reference events are a thing to explore yet...
I never got any
unsubscribedevent. I suppose that's not a "public" event and it depends on the access rights the user has to the repo when accessing the API endpoint.An exception is thrown when encountering an "unknown event", so those events might just be added..