releases

6 rows where repo = 207052882

View and edit SQL

Suggested facets: created_at (date), published_at (date)

repo

  • github-to-sqlite · 6
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
19993251 https://github.com/dogsheep/github-to-sqlite/releases/tag/0.1.1 MDc6UmVsZWFzZTE5OTkzMjUx 0.1.1 master 0.1.1 0 simonw 9599 0 2019-09-14T19:19:33Z 2019-09-14T19:42:08Z [] * Fix bug in authentication handling code github-to-sqlite 207052882
19993751 https://github.com/dogsheep/github-to-sqlite/releases/tag/0.2 MDc6UmVsZWFzZTE5OTkzNzUx 0.2 master 0.2 0 simonw 9599 0 2019-09-14T21:31:17Z 2019-09-14T21:32:34Z [] * Added the `github-to-sqlite starred` command for retrieving starred repos, #1 github-to-sqlite 207052882
19993820 https://github.com/dogsheep/github-to-sqlite/releases/tag/0.3 MDc6UmVsZWFzZTE5OTkzODIw 0.3 master 0.3 0 simonw 9599 0 2019-09-14T21:49:27Z 2019-09-14T21:50:01Z [] * `license` is now extracted from the `repos` table into a separate `licenses` table with a foreign key, #2 github-to-sqlite 207052882
20031553 https://github.com/dogsheep/github-to-sqlite/releases/tag/0.4 MDc6UmVsZWFzZTIwMDMxNTUz 0.4 master 0.4 0 simonw 9599 0 2019-09-17T00:18:37Z 2019-09-17T00:19:42Z [] * Added `github-to-sqlite repos` command, #3 github-to-sqlite 207052882
20663605 https://github.com/dogsheep/github-to-sqlite/releases/tag/0.5 MDc6UmVsZWFzZTIwNjYzNjA1 0.5 master 0.5 0 simonw 9599 0 2019-10-13T05:28:24Z 2019-10-13T05:30:05Z [] * New command: `github-to-sqlite issue-comments` for importing comments on issues - #7 * `github-to-sqlite issues` now accepts optional `--issue=1` argument * Fixed bug inserting users into already-created table with wrong columns - #6 github-to-sqlite 207052882
21354706 https://github.com/dogsheep/github-to-sqlite/releases/tag/0.6 MDc6UmVsZWFzZTIxMzU0NzA2 0.6 master 0.6 0 simonw 9599 0 2019-11-11T05:31:46Z 2019-11-11T05:34:06Z [] - New `releases` command for fetching releases for a repo, #11 - Repository topics are now fetched by the `repos` command - `github-to-sqlite repos` now accepts multiple usernames - Command now works without `--auth` file (using anonymous API calls), #9 github-to-sqlite 207052882

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [releases] (
   [html_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [tag_name] TEXT,
   [target_commitish] TEXT,
   [name] TEXT,
   [draft] INTEGER,
   [author] INTEGER REFERENCES [users]([id]),
   [prerelease] INTEGER,
   [created_at] TEXT,
   [published_at] TEXT,
   [assets] TEXT,
   [body] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
)
Powered by Datasette · Query took 31.642ms · About: github-to-sqlite