home / content

releases

3 rows where repo = 294706267

✎ 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
31134083 https://github.com/simonw/datasette-seaborn/releases/tag/0.1a0 simonw 9599 MDc6UmVsZWFzZTMxMTM0MDgz 0.1a0 main 0.1a0 0 1 2020-09-11T13:58:17Z 2020-09-11T15:03:26Z - First working alpha. Buggy and probably insecure. datasette-seaborn 294706267    
31140608 https://github.com/simonw/datasette-seaborn/releases/tag/0.1a1 simonw 9599 MDc6UmVsZWFzZTMxMTQwNjA4 0.1a1 main 0.1a1 0 1 2020-09-11T17:00:43Z 2020-09-11T17:01:17Z - Changes to address weird global state issues. #1 datasette-seaborn 294706267    
34906630 https://github.com/simonw/datasette-seaborn/releases/tag/0.2a0 simonw 9599 MDc6UmVsZWFzZTM0OTA2NjMw 0.2a0 main 0.2a0 0 1 2020-12-07T01:37:52Z 2020-12-07T01:39:12Z - Chart rendering now takes place in a subprocess with a 5 second default time limit. Time limit can be customized using a new `render_time_limit` plugin configuration option. #4 datasette-seaborn 294706267    

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