Releases: mergestat/mergestat-lite
Releases · mergestat/mergestat-lite
v0.5.4
What's Changed
- feat: refactor
summary
command, rename tosummarize
by @patrickdevivo in mergestat/mergestat#249 - feat: implement
.mailmap
parsing by @patrickdevivo in mergestat/mergestat#250 - fix: add short description to summary command by @patrickdevivo in mergestat/mergestat#251
- fix: don't show "more" footer when there's no limit provided by @patrickdevivo in mergestat/mergestat#252
- fix: error handling for summarize commands by @patrickdevivo in mergestat/mergestat#253
Full Changelog: mergestat/mergestat@v0.5.3...v0.5.4
v0.5.3
What's Changed
- feat: allow specifying a sqlite db to mount, add
--append
mode toexport
command by @patrickdevivo in mergestat/mergestat#244 - feat: add date filtering and
--json
output to thesummary
sub command by @patrickdevivo in mergestat/mergestat#245 - feat: implement
blame
subcommand to show summary of blame info by @patrickdevivo in mergestat/mergestat#246 - feat: add support for
GIT_SSL_NO_VERIFY
when cloning repos by @patrickdevivo in mergestat/mergestat#247
mergestat summary --start "-30 days"
mergestat blame
Full Changelog: mergestat/mergestat@v0.5.2...v0.5.3
v0.5.2
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 📁
v0.5.1
- SQLite upgraded
v3.35.0
➡️v3.37.0
---clone-dir
flag (andclone
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
andgithub_repo_commits
🎉 - Rename prior
json
output mode behavior tondjson
, and add ajson
output 👩💻 - Allow
GITHUB_TOKEN
to be used when cloninghttps
repos 🔐
Example of mergestat summary
v0.5.0
- Rename from
askgit
tomergestat
🎉
v0.4.9
- Bump
libgit2
/git2go
tov1.3.0
andv33
respectively ⬆️ - Make the
-v
and--repo
flags global to subcommands 🌍
v0.4.8
- Adds
grep
andstr_split
table-valued-functions, useful for simple code search 🔍 - Adds the
topics
column ingithub_org_repos
andgithub_user_repos
📝 - Some improvements in the Postgres sync functionality 🤫
- Bug fixes in GitHub API tables 🐛
v0.4.7
- 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 tov.1.2.x
⬆️ - Add
affiliations
as a param togithub_user_repos
andgithub_org_repos
tables - Add an SSH repo locator (
ssh://
repos will now work)
v0.4.6
- Update various column types to be more descriptive (
DATETIME
s andBOOLEAN
s) - Add experimental
sourcegraph_search
table
v0.4.5
- Fix a bug in the
go_mod_to_json
scalar function