home / github

Menu
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

8 rows where issue = 621444763

✎ 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
631226481 https://github.com/dogsheep/dogsheep-photos/issues/26#issuecomment-631226481 https://api.github.com/repos/dogsheep/dogsheep-photos/issues/26 MDEyOklzc3VlQ29tbWVudDYzMTIyNjQ4MQ== simonw 9599 2020-05-20T04:18:29Z 2020-05-20T04:18:29Z MEMBER I just renamed the repository. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Rename project to dogsheep-photos 621444763  
631226572 https://github.com/dogsheep/dogsheep-photos/issues/26#issuecomment-631226572 https://api.github.com/repos/dogsheep/dogsheep-photos/issues/26 MDEyOklzc3VlQ29tbWVudDYzMTIyNjU3Mg== simonw 9599 2020-05-20T04:18:52Z 2020-05-20T04:18:52Z MEMBER Need to reconfigure Circle CI. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Rename project to dogsheep-photos 621444763  
631226953 https://github.com/dogsheep/dogsheep-photos/issues/26#issuecomment-631226953 https://api.github.com/repos/dogsheep/dogsheep-photos/issues/26 MDEyOklzc3VlQ29tbWVudDYzMTIyNjk1Mw== simonw 9599 2020-05-20T04:20:34Z 2020-05-20T04:20:34Z MEMBER Huh, it looks like Circle CI picked up the name change automatically. https://app.circleci.com/pipelines/github/dogsheep/dogsheep-photos {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Rename project to dogsheep-photos 621444763  
631227020 https://github.com/dogsheep/dogsheep-photos/issues/26#issuecomment-631227020 https://api.github.com/repos/dogsheep/dogsheep-photos/issues/26 MDEyOklzc3VlQ29tbWVudDYzMTIyNzAyMA== simonw 9599 2020-05-20T04:20:48Z 2020-05-20T04:21:16Z MEMBER Next time I push a release it will create `dogsheep-photos` on PyPI. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Rename project to dogsheep-photos 621444763  
631227105 https://github.com/dogsheep/dogsheep-photos/issues/26#issuecomment-631227105 https://api.github.com/repos/dogsheep/dogsheep-photos/issues/26 MDEyOklzc3VlQ29tbWVudDYzMTIyNzEwNQ== simonw 9599 2020-05-20T04:21:06Z 2020-05-20T04:21:06Z MEMBER Then I just need to push a final photos-to-sqlite release that updates the README to tell people about the name change. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Rename project to dogsheep-photos 621444763  
631227245 https://github.com/dogsheep/dogsheep-photos/issues/26#issuecomment-631227245 https://api.github.com/repos/dogsheep/dogsheep-photos/issues/26 MDEyOklzc3VlQ29tbWVudDYzMTIyNzI0NQ== simonw 9599 2020-05-20T04:21:38Z 2020-05-20T04:21:38Z MEMBER I'm going to release 0.4 now. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Rename project to dogsheep-photos 621444763  
631229409 https://github.com/dogsheep/dogsheep-photos/issues/26#issuecomment-631229409 https://api.github.com/repos/dogsheep/dogsheep-photos/issues/26 MDEyOklzc3VlQ29tbWVudDYzMTIyOTQwOQ== simonw 9599 2020-05-20T04:30:40Z 2020-05-20T04:30:40Z MEMBER https://pypi.org/project/photos-to-sqlite/ now links to dogsheep-photos. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Rename project to dogsheep-photos 621444763  
631229485 https://github.com/dogsheep/dogsheep-photos/issues/26#issuecomment-631229485 https://api.github.com/repos/dogsheep/dogsheep-photos/issues/26 MDEyOklzc3VlQ29tbWVudDYzMTIyOTQ4NQ== simonw 9599 2020-05-20T04:31:02Z 2020-05-20T04:31:02Z MEMBER https://pypi.org/project/dogsheep-photos/ is live. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Rename project to dogsheep-photos 621444763  

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