home / github

Menu
  • Search all tables
  • GraphQL API

releases

Table actions
  • GraphQL API for releases

3 rows where repo = 205429375 and target_commitish = "main" sorted by created_at descending

✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
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
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  
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  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 18.724ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows