home / github

Menu
  • Search all tables
  • GraphQL API

releases

Table actions
  • GraphQL API for releases

4 rows where repo = 205429375 and target_commitish = "master" sorted by created_at descending

✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

id html_url node_id tag_name target_commitish name draft author prerelease created_at ▲ published_at body repo reactions
24954053 https://github.com/dogsheep/swarm-to-sqlite/releases/tag/0.3.1 MDc6UmVsZWFzZTI0OTU0MDUz 0.3.1 master 0.3.1 0 simonw 9599 0 2020-03-28T02:29:41Z 2020-03-28T02:30:10Z
  • Fixed bug with very old checkins that were missing their source - thanks, @mfa! #6
swarm-to-sqlite 205429375  
24954042 https://github.com/dogsheep/swarm-to-sqlite/releases/tag/0.3 MDc6UmVsZWFzZTI0OTU0MDQy 0.3 master 0.3 0 simonw 9599 0 2020-03-28T02:25:29Z 2020-03-28T02:28:35Z
  • Upgraded to sqlite-utils 2.x
swarm-to-sqlite 205429375  
20755954 https://github.com/dogsheep/swarm-to-sqlite/releases/tag/0.2 MDc6UmVsZWFzZTIwNzU1OTU0 0.2 master 0.2 0 simonw 9599 0 2019-10-16T20:40:25Z 2019-10-16T20:40:55Z
  • Added --since option, closes #3
swarm-to-sqlite 205429375  
19669553 https://github.com/dogsheep/swarm-to-sqlite/releases/tag/0.1 MDc6UmVsZWFzZTE5NjY5NTUz 0.1 master 0.1 0 simonw 9599 0 2019-08-31T02:46:58Z 2019-08-31T02:58:32Z

First usable release.

swarm-to-sqlite 205429375  

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,
   [body] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
, [reactions] TEXT);
CREATE INDEX [idx_releases_repo]
                ON [releases] ([repo]);
CREATE INDEX [idx_releases_author]
                ON [releases] ([author]);
Powered by Datasette · Queries took 41.076ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows