Skip to content

Releases: mergestat/mergestat-lite

v0.4.4

12 Aug 02:08
b6313be
Compare
Choose a tag to compare
  • 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)

v0.4.3

06 Aug 03:25
4188db2
Compare
Choose a tag to compare

Adds github_repo_prs table

v0.4.2

04 Aug 02:09
02575f1
Compare
Choose a tag to compare

"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

v0.4.1

27 Jul 02:23
96f3c4e
Compare
Choose a tag to compare
  • Adds support for enry functions
  • Begins support for GitHub API tables (not documented yet)

v0.4.0

20 Jul 23:42
9771027
Compare
Choose a tag to compare

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 🎉

v0.3.7

18 Jan 23:51
1763e32
Compare
Choose a tag to compare
  • Adds a blame table

v0.3.3

27 Dec 04:43
bed1424
Compare
Choose a tag to compare
Merge pull request #91 from augmentable-dev/github-vtab-edits

modification to how github table filter and best index works

v0.3.2

19 Dec 22:27
e7a9048
Compare
Choose a tag to compare
Merge pull request #86 from augmentable-dev/sqlite3-idx-str

update sqlite3 dep, use version with idx str fix

v0.3.1

13 Dec 04:09
9385390
Compare
Choose a tag to compare
  • Adds support for GitHub tables github_org_repos, github_user_repos, github_pull_requests

v0.3.0

16 Nov 23:05
fbc53d4
Compare
Choose a tag to compare
  • Adds a stats table