Patrick DeVivo
Patrick DeVivo
Checking in as well - this feature would be immensely useful. It would be nice to understand the underlying issue/road block preventing an implementation from being merged in, is there...
@MichelDiz thanks for the bump! Just opened: https://github.com/dgraph-io/dgraph/pull/8279
I was encountering this error specifically in an AWS lambda function (with an EFS mount). I applied the patch mentioned by @carlosmn (https://github.com/libgit2/git2go/issues/194#issuecomment-98982875) right here: https://github.com/askgitdev/libgit2/commit/7f102fe38a425a28a7c96262a50d7b5fa60569d0 and it worked like...
Just wanted to bump this as it would be very useful for [this project](https://github.com/mergestat/mergestat) which uses `libgit2` vis `git2go` to add a SQL interface to data in git repositories (via...
Hi @eddiesholl - I think what you're asking about can be achieved using the [`stats` table-valued function](https://docs.mergestat.com/reference/git-tables#stats). For instance: ```sql SELECT * FROM commits, stats('', commits.hash) ``` Will return the...
We use https://github.com/shurcooL/githubv4 for all our GitHub API endpoints, it should be fairly easy to add support for GitHub Enterprise endpoints
I think that could make sense - so something like `SELECT * FROM mailmap('mailmap-file-contents')` which would return rows of "proper" name/emails and their corresponding values to match on
@pjebs I'm not sure if I understand - are you asking for an example query that includes the `committer_email` and `message` columns?
Oh - are you saying is it possible to update/modify a git repository using a SQL `UPDATE` statement? If so - unfortunately that's not supported, only read only queries are...
Hi @nidhin077 - this looks like a very old Docker file, please see this one: https://github.com/mergestat/mergestat/blob/main/Dockerfile Let me know if that helps!