gitbase
gitbase copied to clipboard
SQL interface to git repositories, written in Go. https://docs.sourced.tech/gitbase
# Partitions with similar size ## Description Right now, our partition implementation is a partition per repository, that means, partitions can have really different sizes, causing problems like really long...
This is a feature request: it would be very handy to be able to query the files touched per commit. Maybe adding on that the ability to get either the...
Error on gitbase side: ``` gsc-gitbase | time="2019-04-26T08:22:34Z" level=info msg="NewConnection: client 1" gsc-gitbase | time="2019-04-26T08:22:34Z" level=error msg="Cannot parse client handshake response from client 1 (172.19.0.4:59740): Code: INTERNAL\nparseClientHandshakePacket: can't read connection...
The previous version was unable to bold the second-level title
discovered at https://github.com/src-d/empathy-sessions/issues/37 _considering the old https://github.com/src-d/gitbase/issues/361#issuecomment-401838421, I'm not sure if you already discarded the interoperability with MySQL Workbench, so feel free to direct close if it makes no sense...
```sql SELECT uast_extract( uast(blob_content, 'csharp', "(//csharp:BinaryExpression_AddExpression/Left/uast:String | //csharp:InterpolatedStringExpression//csharp:InterpolatedStringTextToken[1])[starts-with(normalize-space(@Value), 'SELECT') or starts-with(normalize-space(@Value), 'select') or starts-with(normalize-space(@Value), 'UPDATE') or starts-with(normalize-space(@Value), 'update') or starts-with(normalize-space(@Value), 'DELETE') or starts-with(normalize-space(@Value), 'delete') or starts-with(normalize-space(@Value), 'INSERT') or starts-with(normalize-space(@Value), 'insert')...
Right now, since 1 partition means 1 repository, we know joins (by repository) can only happen in the same partition. Instead, we iterate and try to join with all of...
- [ ] I updated the documentation explaining the new behavior if any. - [ ] I updated CHANGELOG.md file adding the new feature or bug fix. - [ ]...