home / content

releases

2 rows where repo = 167730071

✎ 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
35066856 https://github.com/simonw/datasette-pretty-json/releases/tag/0.2.1 simonw 9599 MDc6UmVsZWFzZTM1MDY2ODU2 0.2.1 master 0.2.1 0 0 2020-12-09T21:22:21Z 2020-12-09T21:22:43Z - Switched CI to GitHub Actions datasette-pretty-json 167730071    
78503645 https://github.com/simonw/datasette-pretty-json/releases/tag/0.2.2 simonw 9599 RE_kwDOCf9bl84Erd7d 0.2.2 master 0.2.2 0 0 2022-09-28T21:05:21Z 2022-09-28T21:06:31Z - Fix for compatibility with latest Jinja. [#2](https://github.com/simonw/datasette-pretty-json/issues/2) datasette-pretty-json 167730071    

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 21.372ms