I am wondering if there is a way to relay a message commit from other site, e.g. via http request.

If there is not, does services module integration sounds like a good idea to provide a patch for?

My use case

I would like to let Druplicon notify commit messages from drupal.org.
In order to do that, since commit related data is in drupal.org, and Druplicon is not, I cannot really just implement a new extension of bot module, since bot will not be running there and therefor wil lnot have access to relevant versioncontrol related tables.

About the commit information flow, it should be possible by just adding a new versioncontrol event processor plugin(same as current commit comments are working now), so from there I would be able to make a POST request to Druplicon's site giving e.g. messages and channels to notify to.

Comments

markhalliwell’s picture

Status: Active » Fixed

I was wondering the same thing for #drupal-bootstrap. I think I figured out a way using bot_aggregator and pulling in the feed for the repo: http://cgit.drupalcode.org/bootstrap/atom

marvil07’s picture

Category: Support request » Feature request
Status: Fixed » Active

@markcarver, thanks for the suggestion. Indeed it would be possible by pulling, but that is what I'm doing now with tggmcommits bot in #drupal-vcs.

I opened this ticket hoping to get a not-pulling solution, that is let d.o notify the bot on when commit happens(or really close to that), so it can be a push-like notification instead, so re-opening for now.
also moving as new feature, please correct me if i'm wrong and bot already has something similar.

markhalliwell’s picture

No, bot doesn't have anything like that ATM and sorry, this feature request wasn't clear in the issue summary.