4 comments

[ 4.1 ms ] story [ 17.4 ms ] thread
I love the wall display tool. How does it gets its data? Is there an api?
Right now it connects directly to the database although I think ultimately it should use some sort of API.

You provide the path to the database, as well as the repositories to monitor, as command line arguments:

drone-wall --repos="github.com/drone/drone,github.com/drone/drone-wall" --datasource="/var/lib/drone/drone.sqlite"

Very cool. I'm really glad to see the community get involved in this. I think the enterprise support is a big deal.
Author has been extremely helpful and responsive with issues filed on GitHub. Definitely appreciated.