mergestat-lite

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

MIT License

Stars
3.4K
Committers
14

Bot releases are visible (Hide)

mergestat-lite - v0.4.4

Published by github-actions[bot] about 3 years ago

  • go_mod_to_json scalar func to parse go.mod file as JSON
  • github_repo_file_content scalar func to retrieve the contents of a file in a GitHub repo
  • More rate limiting controls for GitHub tables and functions (see README)
mergestat-lite - v0.4.3

Published by github-actions[bot] about 3 years ago

Adds github_repo_prs table

mergestat-lite - v0.4.2

Published by github-actions[bot] about 3 years ago

"Officially" release the first set of GitHub API tables (documented in the README) πŸŽ‰

  • github_user_repos
  • github_org_repos
  • github_stargazers
  • github_starred_repos
  • github_stargazer_count (scalar function)
  • github_repo_issues
mergestat-lite - v0.4.1

Published by github-actions[bot] about 3 years ago

  • Adds support for enry functions
  • Begins support for GitHub API tables (not documented yet)
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