home / content

releases

2 rows where repo = 275615947

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▼ html_url author node_id tag_name target_commitish name draft prerelease created_at published_at body repo reactions mentions_count
28001477 https://github.com/simonw/datasette-glitch/releases/tag/0.1a simonw 9599 MDc6UmVsZWFzZTI4MDAxNDc3 0.1a main 0.1a 0 1 2020-06-28T15:40:56Z 2020-06-28T15:43:19Z First working release. datasette-glitch 275615947    
28135650 https://github.com/simonw/datasette-glitch/releases/tag/0.1 simonw 9599 MDc6UmVsZWFzZTI4MTM1NjUw 0.1 main 0.1 0 0 2020-07-01T22:48:27Z 2020-07-01T22:49:22Z - First non-alpha release - Depends on Datasette 0.45 datasette-glitch 275615947    

Advanced export

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

CSV options:

CREATE TABLE [releases] (
   [html_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [author] INTEGER REFERENCES [users]([id]),
   [node_id] TEXT,
   [tag_name] TEXT,
   [target_commitish] TEXT,
   [name] TEXT,
   [draft] INTEGER,
   [prerelease] INTEGER,
   [created_at] TEXT,
   [published_at] TEXT,
   [body] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
, [reactions] TEXT, [mentions_count] INTEGER);
CREATE INDEX [idx_releases_repo]
    ON [releases] ([repo]);
CREATE INDEX [idx_releases_author]
    ON [releases] ([author]);
Powered by Datasette · Queries took 39.013ms