home / github

Menu
  • GraphQL API

releases

Table actions
  • GraphQL API for releases

9 rows where repo = 197882382

✎ View and edit SQL

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
18750551 https://github.com/dogsheep/healthkit-to-sqlite/releases/tag/0.1 MDc6UmVsZWFzZTE4NzUwNTUx 0.1 master Initial release 0 simonw 9599 0 2019-07-20T06:22:57Z 2019-07-20T16:43:09Z   healthkit-to-sqlite 197882382  
18750559 https://github.com/dogsheep/healthkit-to-sqlite/releases/tag/0.2 MDc6UmVsZWFzZTE4NzUwNTU5 0.2 master 0.2 0 simonw 9599 0 2019-07-20T16:44:05Z 2019-07-20T16:44:41Z Fixed a bug where duplicate records could crash the import. healthkit-to-sqlite 197882382  
18762495 https://github.com/dogsheep/healthkit-to-sqlite/releases/tag/0.3 MDc6UmVsZWFzZTE4NzYyNDk1 0.3 master 0.3 0 simonw 9599 0 2019-07-22T03:31:54Z 2019-07-22T03:33:32Z - Tool now displays a progress bar during import - you can disable it with `--silent` #5 - You can pass a path to a decompressed XML file instead of a zip file, using `--xml` - Records table is now broken up into different tables for each type of recorded data #6 healthkit-to-sqlite 197882382  
18823859 https://github.com/dogsheep/healthkit-to-sqlite/releases/tag/0.3.1 MDc6UmVsZWFzZTE4ODIzODU5 0.3.1 master 0.3.1 0 simonw 9599 0 2019-07-24T06:33:22Z 2019-07-24T06:38:36Z Uses less RAM - see #7 healthkit-to-sqlite 197882382  
18881253 https://github.com/dogsheep/healthkit-to-sqlite/releases/tag/0.3.2 MDc6UmVsZWFzZTE4ODgxMjUz 0.3.2 master 0.3.2 0 simonw 9599 0 2019-07-26T06:02:30Z 2019-07-26T06:12:12Z Fix for #9 - Too many SQL variables bug healthkit-to-sqlite 197882382  
21306693 https://github.com/dogsheep/healthkit-to-sqlite/releases/tag/0.4 MDc6UmVsZWFzZTIxMzA2Njkz 0.4 master 0.4 0 simonw 9599 0 2019-11-08T01:19:23Z 2019-11-08T01:19:51Z * Fixed workout latitude/longitude points import for iOS 13 - #10 healthkit-to-sqlite 197882382  
24953710 https://github.com/dogsheep/healthkit-to-sqlite/releases/tag/0.5 MDc6UmVsZWFzZTI0OTUzNzEw 0.5 master 0.5 0 simonw 9599 0 2020-03-28T01:50:51Z 2020-03-28T01:55:19Z * Upgraded to latest sqlite-utils healthkit-to-sqlite 197882382  
32712413 https://github.com/dogsheep/healthkit-to-sqlite/releases/tag/1.0 MDc6UmVsZWFzZTMyNzEyNDEz 1.0 main 1.0 0 simonw 9599 0 2020-10-17T21:15:29Z 2020-10-17T21:17:34Z - Fixed a bug where export files generated in languages other than English failed to import. #11 - CI now uses GitHub Actions healthkit-to-sqlite 197882382  
48151477 https://github.com/dogsheep/healthkit-to-sqlite/releases/tag/1.0.1 MDc6UmVsZWFzZTQ4MTUxNDc3 1.0.1 main 1.0.1 0 simonw 9599 0 2021-08-20T00:55:29Z 2021-08-20T00:56:17Z - Fixed bug where `activity_summary` table could fail to be built with an error. [#19](https://github.com/dogsheep/healthkit-to-sqlite/issues/19) healthkit-to-sqlite 197882382  

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 22.612ms · About: simonw/datasette-graphql