Show HN: Gitkit – Toolkit to build Git push workflows with Go(github.com)
github.com
Show HN: Gitkit – Toolkit to build Git push workflows with Go
https://github.com/sosedoff/gitkit
3 comments
I've also created a bunch of work-flows using git repositories, and hooks - for example updating DNS via git repository pushes. So this looks like a nice project, but I see some open merge-requests and issues, and I wonder how active your project is?
There are a few issues and PRs that i opened myself, but aside from that there weren't many contributions from other developers. I can't really say the project is under active development, but it's definitely useful enough, at lease for my use cases.
The toolkit consists of 2 pieces: the server (http/ssh based) and push receiver. The server component provides the git repository endpoint and permission handling, and the receiver piece allows to setup the logic flow, like what to do with the push and ability to read the push tree structure and run some commands against it.
I've created this package some time ago, but decided to post just now, maybe someone will find it useful.
Thanks!