home / github

Menu
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 519038979

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

id ▼ html_url issue_url node_id user created_at updated_at author_association body reactions issue performed_via_github_app
550783316 https://github.com/dogsheep/healthkit-to-sqlite/issues/10#issuecomment-550783316 https://api.github.com/repos/dogsheep/healthkit-to-sqlite/issues/10 MDEyOklzc3VlQ29tbWVudDU1MDc4MzMxNg== simonw 9599 2019-11-07T05:16:56Z 2019-11-07T05:34:29Z MEMBER It looks like Apple changed the location of these in iOS 13 - they are now in separate `.gpx` files: ![2FF70E95-CDEE-4241-A5C5-EE95A862E519](https://user-images.githubusercontent.com/9599/68362042-be12e000-00da-11ea-8925-7397410332d8.png) {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Failed to import workout points 519038979  
550806302 https://github.com/dogsheep/healthkit-to-sqlite/issues/10#issuecomment-550806302 https://api.github.com/repos/dogsheep/healthkit-to-sqlite/issues/10 MDEyOklzc3VlQ29tbWVudDU1MDgwNjMwMg== simonw 9599 2019-11-07T05:33:31Z 2019-11-07T05:33:31Z MEMBER The XML now includes references to these new files: ![CBBA54FC-51FB-4BB3-927C-C2CA99237B04](https://user-images.githubusercontent.com/9599/68362716-121ec400-00dd-11ea-9846-387c7cd64c8b.jpeg) {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Failed to import workout points 519038979  
550824838 https://github.com/dogsheep/healthkit-to-sqlite/issues/10#issuecomment-550824838 https://api.github.com/repos/dogsheep/healthkit-to-sqlite/issues/10 MDEyOklzc3VlQ29tbWVudDU1MDgyNDgzOA== simonw 9599 2019-11-07T05:47:07Z 2019-11-07T05:47:07Z MEMBER Relevant code: https://github.com/dogsheep/healthkit-to-sqlite/blob/d16f45f06fbae6ec8a78cc9ca7b5b7db0413f139/healthkit_to_sqlite/utils.py#L58-L64 {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Failed to import workout points 519038979  
550828084 https://github.com/dogsheep/healthkit-to-sqlite/issues/10#issuecomment-550828084 https://api.github.com/repos/dogsheep/healthkit-to-sqlite/issues/10 MDEyOklzc3VlQ29tbWVudDU1MDgyODA4NA== simonw 9599 2019-11-07T05:49:24Z 2019-11-07T05:49:24Z MEMBER So the fix there is going to be to detect the new `FileReference` element and load the corresponding points data from it. This will be a little tricky because that function will need access to the zip file. It probably won't work at all for the mode where the `export.xml` file is passed directly using the `--xml` option. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Failed to import workout points 519038979  

Advanced export

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

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
, [performed_via_github_app] TEXT);
CREATE INDEX [idx_issue_comments_issue]
                ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
                ON [issue_comments] ([user]);
Powered by Datasette · Queries took 16.581ms · About: simonw/datasette-graphql