Releases: dogsheep/github-to-sqlite
Releases · dogsheep/github-to-sqlite
2.9
- New options for the
github-to-sqlite pull-requests
: --org
, --state
and --search
. Thanks, Ned Batchelder. #80
- Fix for bug caused when a star refers to a now-removed repository. Thanks, empjustine. #73
2.8.3
- Minor documentation and inline help improvements.
2.8.2
--readme
now stores null
if the README file does not exist, rather than throwing an error. #57
- README HTML is rewritten to fix broken internal links, e.g. for a table of contents. #58
2.8.1
- README now links to example database tables for each command. #56
- Added documentation for
github-to-sqlite releases
.
2.8
- New command:
github-to-sqlite workflows
, for fetching the YAML configuration used by GitHub Actions workflows and using it to populate new workflows
, jobs
and steps
tables. #54
- New command:
github-to-sqlite pull-requests
- thanks, @adamjonas! #48
github-to-sqlite issues --issue
option can now be used multiple times.
2.7
github-to-sqlite repos
command now takes options --readme
and --readme-html
, which write the README or rendered HTML README into the readme
or readme_html
columns, respectively. #52
- New
--accept
option for github-to-sqlite get
. #50
2.6
- New
github-to-sqlite get /gists
command for making authenticated API calls against any API path. #50
2.5
- New
github-to-sqlite emojis
command for fetching emoji supported by GitHub. Demo. #47
- Added table of contents to README.
- Switched to GitHub Actions for CI.
- Switched default branch to
main
2.4
- New
github-to-sqlite tags github.db simonw/datasette
command for importing all tags for a repository. #43
2.3
- New
github-to-sqlite repos my.db -r simonw/datasette
option for importing just specific repositories. #42