{"rowid": 207052882, "repo": "https://github.com/dogsheep/github-to-sqlite", "release": "https://github.com/dogsheep/github-to-sqlite/releases/tag/2.8.3", "date": "2021-12-01", "body_markdown": "- Minor documentation and inline help improvements.", "published_at": "2021-12-01T19:37:19Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-tool\", \"dogsheep\", \"github-api\", \"sqlite\"]"} {"rowid": 207052882, "repo": "https://github.com/dogsheep/github-to-sqlite", "release": "https://github.com/dogsheep/github-to-sqlite/releases/tag/2.8.2", "date": "2020-12-16", "body_markdown": "- `--readme` now stores `null` if the README file does not exist, rather than throwing an error. #57\r\n- README HTML is rewritten to fix broken internal links, e.g. for a table of contents. #58\r\n", "published_at": "2020-12-16T19:21:58Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-tool\", \"dogsheep\", \"github-api\", \"sqlite\"]"} {"rowid": 207052882, "repo": "https://github.com/dogsheep/github-to-sqlite", "release": "https://github.com/dogsheep/github-to-sqlite/releases/tag/2.8.1", "date": "2020-11-30", "body_markdown": "- README now links to example database tables for each command. #56\r\n- Added documentation for `github-to-sqlite releases`.", "published_at": "2020-11-30T04:18:21Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-tool\", \"dogsheep\", \"github-api\", \"sqlite\"]"} {"rowid": 207052882, "repo": "https://github.com/dogsheep/github-to-sqlite", "release": "https://github.com/dogsheep/github-to-sqlite/releases/tag/2.8", "date": "2020-11-30", "body_markdown": "- New command: `github-to-sqlite workflows`, for fetching the YAML configuration used by [GitHub Actions](https://github.com/features/actions) workflows and using it to populate new `workflows`, `jobs` and `steps` tables. #54\r\n- New command: `github-to-sqlite pull-requests` - thanks, @adamjonas! #48\r\n- `github-to-sqlite issues --issue` option can now be used multiple times.", "published_at": "2020-11-30T01:41:38Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-tool\", \"dogsheep\", \"github-api\", \"sqlite\"]"} {"rowid": 207052882, "repo": "https://github.com/dogsheep/github-to-sqlite", "release": "https://github.com/dogsheep/github-to-sqlite/releases/tag/2.7", "date": "2020-10-19", "body_markdown": "- `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\r\n- New `--accept` option for `github-to-sqlite get`. #50", "published_at": "2020-10-19T05:38:34Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-tool\", \"dogsheep\", \"github-api\", \"sqlite\"]"} {"rowid": 207052882, "repo": "https://github.com/dogsheep/github-to-sqlite", "release": "https://github.com/dogsheep/github-to-sqlite/releases/tag/2.6", "date": "2020-09-17", "body_markdown": "- New `github-to-sqlite get /gists` command for making authenticated API calls against any API path. #50 ", "published_at": "2020-09-17T03:55:03Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-tool\", \"dogsheep\", \"github-api\", \"sqlite\"]"} {"rowid": 207052882, "repo": "https://github.com/dogsheep/github-to-sqlite", "release": "https://github.com/dogsheep/github-to-sqlite/releases/tag/2.5", "date": "2020-08-18", "body_markdown": "- New `github-to-sqlite emojis` command for fetching emoji supported by GitHub. [Demo](https://github-to-sqlite.dogsheep.net/github/emojis). #47\r\n- Added table of contents to README.\r\n- Switched to GitHub Actions for CI.\r\n- Switched default branch to `main`\r\n", "published_at": "2020-08-18T15:08:20Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-tool\", \"dogsheep\", \"github-api\", \"sqlite\"]"} {"rowid": 207052882, "repo": "https://github.com/dogsheep/github-to-sqlite", "release": "https://github.com/dogsheep/github-to-sqlite/releases/tag/2.4", "date": "2020-07-18", "body_markdown": "- New `github-to-sqlite tags github.db simonw/datasette` command for importing all tags for a repository. #43", "published_at": "2020-07-18T22:35:27Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-tool\", \"dogsheep\", \"github-api\", \"sqlite\"]"} {"rowid": 207052882, "repo": "https://github.com/dogsheep/github-to-sqlite", "release": "https://github.com/dogsheep/github-to-sqlite/releases/tag/2.3", "date": "2020-07-09", "body_markdown": "- New `github-to-sqlite repos my.db -r simonw/datasette` option for importing just specific repositories. #42", "published_at": "2020-07-09T23:28:07Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-tool\", \"dogsheep\", \"github-api\", \"sqlite\"]"} {"rowid": 207052882, "repo": "https://github.com/dogsheep/github-to-sqlite", "release": "https://github.com/dogsheep/github-to-sqlite/releases/tag/2.2", "date": "2020-05-02", "body_markdown": "* New command: `github-to-sqlite stargazers` ([docs](https://github.com/dogsheep/github-to-sqlite/blob/2.2/README.md#fetching-users-that-have-starred-specific-repos)) for fetching all users who have starred the specified repositories. #4\r\n* Added several views: [dependent_repos](https://github-to-sqlite.dogsheep.net/github/dependent_repos), [repos_starred](https://github-to-sqlite.dogsheep.net/github/repos_starred), [recent_releases](https://github-to-sqlite.dogsheep.net/github/recent_releases). #10 #12 #36\r\n* Added indexes on all foreign key relationships. #35\r\n* GitHub API token can now be read from `GITHUB_TOKEN` environment variable. #33", "published_at": "2020-05-02T21:28:00Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-tool\", \"dogsheep\", \"github-api\", \"sqlite\"]"} {"rowid": 207052882, "repo": "https://github.com/dogsheep/github-to-sqlite", "release": "https://github.com/dogsheep/github-to-sqlite/releases/tag/2.1", "date": "2020-04-30", "body_markdown": "* New `github-to-sqlite scrape-dependents` command for importing the dependent repositories for a repo. #34", "published_at": "2020-04-30T23:03:32Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-tool\", \"dogsheep\", \"github-api\", \"sqlite\"]"} {"rowid": 207052882, "repo": "https://github.com/dogsheep/github-to-sqlite", "release": "https://github.com/dogsheep/github-to-sqlite/releases/tag/2.0", "date": "2020-04-22", "body_markdown": "This release includes some backwards-incompatible schema changes:\r\n\r\n* The `milestone` and `assignee` columns on the `issues` table are now integers that are foreign keys to the `milestones` and `users` tables - previously they could be `text` columns instead. #30\r\n* `milestones` now has an integer foreign key in the `creator` column, and a new `repo` column that is an integer foreign key to the `repos` table. #29\r\n* The `repo` column in the `issues` table is now an integer foreign key to `repos`. Previously it was a string of the format `dogsheep/github-to-sqlite`. #31", "published_at": "2020-04-22T01:24:37Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-tool\", \"dogsheep\", \"github-api\", \"sqlite\"]"} {"rowid": 207052882, "repo": "https://github.com/dogsheep/github-to-sqlite", "release": "https://github.com/dogsheep/github-to-sqlite/releases/tag/1.1", "date": "2020-04-18", "body_markdown": "* New `github-to-sqlite contributors` command for fetching contributors to one or more repositories. #28\r\n* The [live demo](https://github-to-sqlite.dogsheep.net/) now includes contributors, and pulls data from `simonw/datasette` and `simonw/sqlite-utils` in addition to the Dogsheep repositories.\r\n* The `organization` column in the `repos` table is now a foreign key to `users` as opposed to a big piece of JSON. #27", "published_at": "2020-04-18T15:09:55Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-tool\", \"dogsheep\", \"github-api\", \"sqlite\"]"} {"rowid": 207052882, "repo": "https://github.com/dogsheep/github-to-sqlite", "release": "https://github.com/dogsheep/github-to-sqlite/releases/tag/1.0.1", "date": "2020-04-16", "body_markdown": "* Fixed bug where repository topics were not being correctly fetched #26\r\n* Live demo at https://github-to-sqlite.dogsheep.net/ now uses [datasette-render-markdown](https://github.com/simonw/datasette-render-markdown) and pulls in issue comments #25", "published_at": "2020-04-16T18:09:29Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-tool\", \"dogsheep\", \"github-api\", \"sqlite\"]"} {"rowid": 207052882, "repo": "https://github.com/dogsheep/github-to-sqlite", "release": "https://github.com/dogsheep/github-to-sqlite/releases/tag/1.0", "date": "2020-03-24", "body_markdown": "* Full-text search is configured for more tables. #19\r\n* Release assets are now pulled out into a separate `assets` table. #15\r\n* Now depends on sqlite-utils 2.x. #20\r\n* Commit raw authors are now used to populate a new `raw_authors` able. #18\r\n* New live demo at https://github-to-sqlite.dogsheep.net/ #13\r\n* GitHub API errors are now raised as Pyton exceptions. #21\r\n* Fixed bug running `commits` against repos with no commits. #22", "published_at": "2020-03-24T00:11:51Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-tool\", \"dogsheep\", \"github-api\", \"sqlite\"]"} {"rowid": 207052882, "repo": "https://github.com/dogsheep/github-to-sqlite", "release": "https://github.com/dogsheep/github-to-sqlite/releases/tag/0.7", "date": "2020-03-11", "body_markdown": "* New `github-to-sqlite commits my.db dogsheep/github-to-sqlite` command. #17", "published_at": "2020-03-11T02:48:32Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-tool\", \"dogsheep\", \"github-api\", \"sqlite\"]"} {"rowid": 207052882, "repo": "https://github.com/dogsheep/github-to-sqlite", "release": "https://github.com/dogsheep/github-to-sqlite/releases/tag/0.6", "date": "2019-11-11", "body_markdown": "- New `releases` command for fetching releases for a repo, #11\r\n- Repository topics are now fetched by the `repos` command\r\n- `github-to-sqlite repos` now accepts multiple usernames\r\n- Command now works without `--auth` file (using anonymous API calls), #9", "published_at": "2019-11-11T05:34:06Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-tool\", \"dogsheep\", \"github-api\", \"sqlite\"]"} {"rowid": 207052882, "repo": "https://github.com/dogsheep/github-to-sqlite", "release": "https://github.com/dogsheep/github-to-sqlite/releases/tag/0.5", "date": "2019-10-13", "body_markdown": "* New command: `github-to-sqlite issue-comments` for importing comments on issues - #7\r\n* `github-to-sqlite issues` now accepts optional `--issue=1` argument\r\n* Fixed bug inserting users into already-created table with wrong columns - #6", "published_at": "2019-10-13T05:30:05Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-tool\", \"dogsheep\", \"github-api\", \"sqlite\"]"} {"rowid": 207052882, "repo": "https://github.com/dogsheep/github-to-sqlite", "release": "https://github.com/dogsheep/github-to-sqlite/releases/tag/0.4", "date": "2019-09-17", "body_markdown": "* Added `github-to-sqlite repos` command, #3 ", "published_at": "2019-09-17T00:19:42Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-tool\", \"dogsheep\", \"github-api\", \"sqlite\"]"} {"rowid": 207052882, "repo": "https://github.com/dogsheep/github-to-sqlite", "release": "https://github.com/dogsheep/github-to-sqlite/releases/tag/0.3", "date": "2019-09-14", "body_markdown": "* `license` is now extracted from the `repos` table into a separate `licenses` table with a foreign key, #2\r\n\r\n", "published_at": "2019-09-14T21:50:01Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-tool\", \"dogsheep\", \"github-api\", \"sqlite\"]"} {"rowid": 207052882, "repo": "https://github.com/dogsheep/github-to-sqlite", "release": "https://github.com/dogsheep/github-to-sqlite/releases/tag/0.2", "date": "2019-09-14", "body_markdown": "* Added the `github-to-sqlite starred` command for retrieving starred repos, #1 ", "published_at": "2019-09-14T21:32:34Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-tool\", \"dogsheep\", \"github-api\", \"sqlite\"]"} {"rowid": 207052882, "repo": "https://github.com/dogsheep/github-to-sqlite", "release": "https://github.com/dogsheep/github-to-sqlite/releases/tag/0.1.1", "date": "2019-09-14", "body_markdown": "* Fix bug in authentication handling code", "published_at": "2019-09-14T19:42:08Z", "topics": "[\"datasette\", \"datasette-io\", \"datasette-tool\", \"dogsheep\", \"github-api\", \"sqlite\"]"}