Skip to content

Releases: mergestat/mergestat-lite

v0.5.4

16 Feb 01:01
7e5a991
Compare
Choose a tag to compare

Screen Shot 2022-02-15 at 3 40 12 PM

What's Changed

Full Changelog: mergestat/mergestat@v0.5.3...v0.5.4

v0.5.3

02 Feb 18:47
4d10da5
Compare
Choose a tag to compare

What's Changed

mergestat summary --start "-30 days"

summary-demo

mergestat blame

blame-demo

Full Changelog: mergestat/mergestat@v0.5.2...v0.5.3

v0.5.2

26 Jan 00:46
7d12725
Compare
Choose a tag to compare

Improvements to the mergestat summary command:

  • Use charmbracelet/bubbletea to animate loading indicators ⏳
  • Add a file pattern argument to allow for filtering of commits based on which files were modified 📁

summary-demo

v0.5.1

22 Jan 17:02
c4ee37e
Compare
Choose a tag to compare
  • SQLite upgraded v3.35.0 ➡️ v3.37.0
  • ---clone-dir flag (and clone func) added, now trivial to clone all repos in an org (or any set of repositories from GitHub) ⬇️
  • Implement service mode, run an HTTP API server that executes queries and responds with JSON results 🌐
  • Add summary command for printing out a commit and author summary for the default repo 📊
  • New GitHub tables: github_repo_branches, github_repo_pr_commits and github_repo_commits 🎉
  • Rename prior json output mode behavior to ndjson, and add a json output 👩‍💻
  • Allow GITHUB_TOKEN to be used when cloning https repos 🔐

Example of mergestat summary

image

v0.5.0

28 Nov 19:03
Compare
Choose a tag to compare
  • Rename from askgit to mergestat 🎉

v0.4.9

15 Oct 01:50
3e7e5d1
Compare
Choose a tag to compare
  • Bump libgit2 / git2go to v1.3.0 and v33 respectively ⬆️
  • Make the -v and --repo flags global to subcommands 🌍

v0.4.8

13 Oct 20:15
2c0a585
Compare
Choose a tag to compare
  • Adds grep and str_split table-valued-functions, useful for simple code search 🔍
  • Adds the topics column in github_org_repos and github_user_repos 📝
  • Some improvements in the Postgres sync functionality 🤫
  • Bug fixes in GitHub API tables 🐛

v0.4.7

25 Sep 04:19
089e7bd
Compare
Choose a tag to compare
  • Add a github_repo_branch_protections GitHub API table 🔒
  • Add an npm_get_package NPM Registry API helper function
  • Add logging functionality via a -v or --verbose flag to show what a query is doing "under the hood" 🎉
  • Errors also use the new logger
  • Upgrade libgit2 dependency to v.1.2.x ⬆️
  • Add affiliations as a param to github_user_repos and github_org_repos tables
  • Add an SSH repo locator (ssh:// repos will now work)

v0.4.6

21 Aug 18:53
a1a19fc
Compare
Choose a tag to compare
  • Update various column types to be more descriptive (DATETIMEs and BOOLEANs)
  • Add experimental sourcegraph_search table

v0.4.5

12 Aug 18:33
f5bbd4c
Compare
Choose a tag to compare
  • Fix a bug in the go_mod_to_json scalar function