home / github

Menu
  • GraphQL API

releases

Table actions
  • GraphQL API for releases

3 rows where "published_at" is on date 2020-09-17

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: repo, 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
31441882 https://github.com/dogsheep/github-to-sqlite/releases/tag/2.6 MDc6UmVsZWFzZTMxNDQxODgy 2.6 main 2.6 0 simonw 9599 0 2020-09-17T03:54:16Z 2020-09-17T03:55:03Z - New `github-to-sqlite get /gists` command for making authenticated API calls against any API path. #50 github-to-sqlite 207052882  
31501128 https://github.com/dogsheep/dogsheep-beta/releases/tag/0.7 MDc6UmVsZWFzZTMxNTAxMTI4 0.7 main 0.7 0 simonw 9599 0 2020-09-17T22:56:01Z 2020-09-17T22:57:09Z - Option to sort by relevance / oldest / newest. #21 - Renamed `table` column to `type`. #17 - New `-d` option for passing one or more databases to index. Without this all databases in the config file will be indexed. dogsheep-beta 197431109  
31501584 https://github.com/dogsheep/dogsheep-beta/releases/tag/0.7.1 MDc6UmVsZWFzZTMxNTAxNTg0 0.7.1 main 0.7.1 0 simonw 9599 0 2020-09-17T23:13:01Z 2020-09-17T23:13:46Z - Fixed bug with sort orders displayed for the timeline view. #22 dogsheep-beta 197431109  

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 185.509ms · About: simonw/datasette-graphql