home / content

releases

6 rows where repo = 205429375

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: target_commitish, 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
19669553 https://github.com/dogsheep/swarm-to-sqlite/releases/tag/0.1 simonw 9599 MDc6UmVsZWFzZTE5NjY5NTUz 0.1 master 0.1 0 0 2019-08-31T02:46:58Z 2019-08-31T02:58:32Z First usable release. swarm-to-sqlite 205429375    
20755954 https://github.com/dogsheep/swarm-to-sqlite/releases/tag/0.2 simonw 9599 MDc6UmVsZWFzZTIwNzU1OTU0 0.2 master 0.2 0 0 2019-10-16T20:40:25Z 2019-10-16T20:40:55Z * Added --since option, closes #3 swarm-to-sqlite 205429375    
24954042 https://github.com/dogsheep/swarm-to-sqlite/releases/tag/0.3 simonw 9599 MDc6UmVsZWFzZTI0OTU0MDQy 0.3 master 0.3 0 0 2020-03-28T02:25:29Z 2020-03-28T02:28:35Z * Upgraded to sqlite-utils 2.x swarm-to-sqlite 205429375    
24954053 https://github.com/dogsheep/swarm-to-sqlite/releases/tag/0.3.1 simonw 9599 MDc6UmVsZWFzZTI0OTU0MDUz 0.3.1 master 0.3.1 0 0 2020-03-28T02:29:41Z 2020-03-28T02:30:10Z * Fixed bug with very old checkins that were missing their source - thanks, @mfa! #6 swarm-to-sqlite 205429375    
32470830 https://github.com/dogsheep/swarm-to-sqlite/releases/tag/0.3.2 simonw 9599 MDc6UmVsZWFzZTMyNDcwODMw 0.3.2 main 0.3.2 0 0 2020-10-12T20:31:24Z 2020-10-12T20:33:48Z - Fix for "table photos has no column named hasSticker" bug, thanks @mattiaborsoi. #10 - Switched CI to GitHub Actions. swarm-to-sqlite 205429375    
36530359 https://github.com/dogsheep/swarm-to-sqlite/releases/tag/0.3.3 simonw 9599 MDc6UmVsZWFzZTM2NTMwMzU5 0.3.3 main 0.3.3 0 0 2021-01-18T04:34:56Z 2021-01-18T04:36:03Z - Fixed bug where tool could crash with an error about missing columns. #11 swarm-to-sqlite 205429375    

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