releases
7 rows where repo = 205429375
This data as json, CSV (advanced)
Suggested facets: target_commitish, created_at (date), published_at (date)
| id ▼ | html_url | node_id | tag_name | target_commitish | name | draft | author | prerelease | created_at | published_at | body | repo | reactions |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 19669553 | https://github.com/dogsheep/swarm-to-sqlite/releases/tag/0.1 | MDc6UmVsZWFzZTE5NjY5NTUz | 0.1 | master | 0.1 | 0 | simonw 9599 | 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 | MDc6UmVsZWFzZTIwNzU1OTU0 | 0.2 | master | 0.2 | 0 | simonw 9599 | 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 | MDc6UmVsZWFzZTI0OTU0MDQy | 0.3 | master | 0.3 | 0 | simonw 9599 | 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 | MDc6UmVsZWFzZTI0OTU0MDUz | 0.3.1 | master | 0.3.1 | 0 | simonw 9599 | 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 | MDc6UmVsZWFzZTMyNDcwODMw | 0.3.2 | main | 0.3.2 | 0 | simonw 9599 | 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 | MDc6UmVsZWFzZTM2NTMwMzU5 | 0.3.3 | main | 0.3.3 | 0 | simonw 9599 | 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 | |
| 98864081 | https://github.com/dogsheep/swarm-to-sqlite/releases/tag/0.3.4 | RE_kwDODD6af84F5IvR | 0.3.4 | main | 0.3.4 | 0 | simonw 9599 | 0 | 2023-04-11T03:17:35Z | 2023-04-11T03:18:16Z | - Fixed an error in the `checkins_detail` view. [#15](https://github.com/dogsheep/swarm-to-sqlite/issues/15) | swarm-to-sqlite 205429375 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [releases] (
[html_url] TEXT,
[id] INTEGER PRIMARY KEY,
[node_id] TEXT,
[tag_name] TEXT,
[target_commitish] TEXT,
[name] TEXT,
[draft] INTEGER,
[author] INTEGER REFERENCES [users]([id]),
[prerelease] INTEGER,
[created_at] TEXT,
[published_at] TEXT,
[body] TEXT,
[repo] INTEGER REFERENCES [repos]([id])
, [reactions] TEXT);
CREATE INDEX [idx_releases_repo]
ON [releases] ([repo]);
CREATE INDEX [idx_releases_author]
ON [releases] ([author]);