home / content

releases

6 rows where repo = 299198369

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: prerelease, 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
31869457 https://github.com/simonw/datasette-import-table/releases/tag/0.1a0 simonw 9599 MDc6UmVsZWFzZTMxODY5NDU3 0.1a0 main 0.1a0 0 1 2020-09-28T05:30:15Z 2020-09-28T05:31:43Z - Initial alpha version. datasette-import-table 299198369    
31869619 https://github.com/simonw/datasette-import-table/releases/tag/0.1a1 simonw 9599 MDc6UmVsZWFzZTMxODY5NjE5 0.1a1 main 0.1a1 0 1 2020-09-28T05:41:29Z 2020-09-28T05:42:00Z - Fixed bug where templates were not correctly packaged. datasette-import-table 299198369    
31869714 https://github.com/simonw/datasette-import-table/releases/tag/0.1a2 simonw 9599 MDc6UmVsZWFzZTMxODY5NzE0 0.1a2 main 0.1a2 0 1 2020-09-28T05:48:09Z 2020-09-28T05:48:34Z - Second attempt at fixing the template packaging issue. datasette-import-table 299198369    
31889702 https://github.com/simonw/datasette-import-table/releases/tag/0.1 simonw 9599 MDc6UmVsZWFzZTMxODg5NzAy 0.1 main 0.1 0 0 2020-09-28T14:30:53Z 2020-09-28T14:32:03Z - First non-alpha release. - Now checks for `import-table` permission, which by default is only granted to the `root` actor. #1 - Uses `?_size=max` to import the maximum number of rows per batch, speeding up imports. #2 datasette-import-table 299198369    
31892588 https://github.com/simonw/datasette-import-table/releases/tag/0.2 simonw 9599 MDc6UmVsZWFzZTMxODkyNTg4 0.2 main 0.2 0 0 2020-09-28T15:26:26Z 2020-09-28T15:27:45Z - Tables that are currently importing now display a progress bar. #2 datasette-import-table 299198369    
49170877 https://github.com/simonw/datasette-import-table/releases/tag/0.3 simonw 9599 RE_kwDOEdVnoc4C7km9 0.3 main 0.3 0 0 2021-09-08T04:48:23Z 2021-09-08T04:49:48Z - Now includes menu navigation for using the plugin, in both the application menu and the database actions menu. [#6](https://github.com/simonw/datasette-import-table/issues/6) - The `_internal` database is no longer offered as an import target. [#7](https://github.com/simonw/datasette-import-table/issues/7) datasette-import-table 299198369    

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