mergestat-lite

Query git repositories with SQL. Generate reports, perform status checks, analyze codebases. πŸ” πŸ“Š

MIT License

Stars
3.4K
Committers
14

Bot releases are hidden (Show)

mergestat-lite - v0.6.2 Latest Release

Published by patrickdevivo 7 months ago

What's Changed

Full Changelog: https://github.com/mergestat/mergestat-lite/compare/v0.6.1...v0.6.2

mergestat-lite - v0.6.1

Published by amenowanna over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mergestat/mergestat-lite/compare/v0.6.0...v0.6.1

mergestat-lite - v0.6.0

Published by patrickdevivo over 1 year ago

What's Changed

Full Changelog: https://github.com/mergestat/mergestat-lite/compare/v0.5.11...v0.6.0

mergestat-lite - v0.5.11

Published by patrickdevivo almost 2 years ago

What's Changed

Full Changelog: https://github.com/mergestat/mergestat-lite/compare/v0.5.10...v0.5.11

mergestat-lite - v0.5.10

Published by patrickdevivo about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/mergestat/mergestat-lite/compare/v0.5.9...v0.5.10

mergestat-lite - v0.4.0

Published by patrickdevivo about 3 years ago

Major rearchitecting/rewrite of the internal structure and implementation of the codebase. Includes schema changes (see the README) and implements all git tables as table-valued-functions (that can receive parameters, i.e. SELECT * FROM commits('', 'HEAD~5'). Multi-repo queries are now supported πŸŽ‰

mergestat-lite - v0.3.7

Published by patrickdevivo almost 4 years ago

  • Adds a blame table
mergestat-lite - v0.3.3

Published by patrickdevivo almost 4 years ago

mergestat-lite - v0.3.2

Published by patrickdevivo almost 4 years ago

mergestat-lite - v0.3.1

Published by patrickdevivo almost 4 years ago

  • Adds support for GitHub tables github_org_repos, github_user_repos, github_pull_requests
mergestat-lite - v0.3.0

Published by patrickdevivo almost 4 years ago

  • Adds a stats table
mergestat-lite - v0.2.1

Published by patrickdevivo about 4 years ago

  • Adds str_split helper function for splitting strings
mergestat-lite - v0.2.0

Published by patrickdevivo about 4 years ago

  • Switches from go-git to libgit2 via git2go, seeing notable performance improvements
  • Faster look-ups of commits and files by commit SHA
mergestat-lite - v0.1.0

Published by patrickdevivo about 4 years ago

First minor version release

mergestat-lite - v0.0.1

Published by patrickdevivo over 4 years ago

First release of gitqlite! Hopefully more (and better) to come