home / content

releases

3 rows where repo = 138669673

✎ 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
11804596 https://github.com/simonw/datasette-vega/releases/tag/0.5 simonw 9599 MDc6UmVsZWFzZTExODA0NTk2 0.5 master datasette-vega 0.5 0 0 2018-07-06T03:18:37Z 2018-07-06T03:34:28Z Datasette Vega now preserves graph settings across multiple loads of variants of the same page - for example, clicking column headers to re-order the data or applying suggested facets. On the SQL page it will also persist graph settings across edits to the SQL query. #12 datasette-vega 138669673    
11820542 https://github.com/simonw/datasette-vega/releases/tag/0.6 simonw 9599 MDc6UmVsZWFzZTExODIwNTQy 0.6 master datasette-vega 0.6 0 0 2018-07-07T00:48:12Z 2018-07-07T01:20:53Z Tooltips! #10 Cache-busting filename for CSS and JS, so new versions won't fail to load due to browser caching. #11 datasette-vega 138669673    
11849223 https://github.com/simonw/datasette-vega/releases/tag/0.6.1 simonw 9599 MDc6UmVsZWFzZTExODQ5MjIz 0.6.1 master datasette-vega 0.6.1 0 0 2018-07-10T03:25:37Z 2018-07-10T03:44:51Z Tooltips #10 now also include the size and color column values, if those options have been selected. datasette-vega 138669673    

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.401ms