home / content

releases

6 rows where repo = 255460347

✎ 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
25466239 https://github.com/simonw/datasette-clone/releases/tag/0.1 simonw 9599 MDc6UmVsZWFzZTI1NDY2MjM5 0.1 master 0.1 0 0 2020-04-13T23:06:26Z 2020-04-13T23:09:05Z * Initial working version datasette-clone 255460347    
25466346 https://github.com/simonw/datasette-clone/releases/tag/0.2 simonw 9599 MDc6UmVsZWFzZTI1NDY2MzQ2 0.2 master 0.2 0 0 2020-04-13T23:15:01Z 2020-04-13T23:16:13Z * Added `-v` option for verbose output datasette-clone 255460347    
25468528 https://github.com/simonw/datasette-clone/releases/tag/0.3 simonw 9599 MDc6UmVsZWFzZTI1NDY4NTI4 0.3 master 0.3 0 0 2020-04-14T01:28:49Z 2020-04-14T01:29:54Z * `datasette-clone latest.datasette.io` now works - it assumes `https://` if protocol is missing. #2 datasette-clone 255460347    
25496738 https://github.com/simonw/datasette-clone/releases/tag/0.4 simonw 9599 MDc6UmVsZWFzZTI1NDk2NzM4 0.4 master 0.4 0 0 2020-04-14T17:19:10Z 2020-04-14T17:20:58Z * Download a copy of `metadata.json` to accompany the downloaded database files. #3 * Now has unit tests. #4 datasette-clone 255460347    
25496897 https://github.com/simonw/datasette-clone/releases/tag/0.4.1 simonw 9599 MDc6UmVsZWFzZTI1NDk2ODk3 0.4.1 master 0.4.1 0 0 2020-04-14T17:24:40Z 2020-04-14T17:25:44Z * Include `metadata.json` in `-v` verbose output. datasette-clone 255460347    
28837794 https://github.com/simonw/datasette-clone/releases/tag/0.5 simonw 9599 MDc6UmVsZWFzZTI4ODM3Nzk0 0.5 master 0.5 0 0 2020-07-22T17:12:12Z 2020-07-22T17:13:16Z - `-v` option now shows a progress bar during each database file download. #5 - Databases are now streamed to disk as they are fetched, rather than being stored in RAM datasette-clone 255460347    

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