couchbaselabs / intrapop

1 stars 1 forks source link

support gerrit as a datasource #23

Closed mschoch closed 9 years ago

mschoch commented 9 years ago

Possibly helpful:

https://github.com/dustin/gerrit-couch/blob/master/tools/watch_gerrit.py

steveyen commented 9 years ago

Looks like it's using gerrit's ssh API. But, it appears most of the interesting entry points are locked down (auth rules denied).

steveyen commented 9 years ago

The REST API looks more promising, and some simple curl attempts look like they work...

https://gerrit-review.googlesource.com/Documentation/rest-api.html