home / github

Menu
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 793027837

✎ 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
769442165 https://github.com/simonw/datasette/issues/1205#issuecomment-769442165 https://api.github.com/repos/simonw/datasette/issues/1205 MDEyOklzc3VlQ29tbWVudDc2OTQ0MjE2NQ== simonw 9599 2021-01-28T22:30:16Z 2021-01-28T22:30:27Z OWNER I'm going to do this, with redirects from `/:memory:*`. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Rename /:memory: to /_memory 793027837  
769452084 https://github.com/simonw/datasette/issues/1205#issuecomment-769452084 https://api.github.com/repos/simonw/datasette/issues/1205 MDEyOklzc3VlQ29tbWVudDc2OTQ1MjA4NA== simonw 9599 2021-01-28T22:52:23Z 2021-01-28T22:52:23Z OWNER Here are the redirect tests: https://github.com/simonw/datasette/blob/1600d2a3ec3ada1f6fb5b1eb73bdaeccb5f80530/tests/test_api.py#L635-L648 {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Rename /:memory: to /_memory 793027837  
769453074 https://github.com/simonw/datasette/issues/1205#issuecomment-769453074 https://api.github.com/repos/simonw/datasette/issues/1205 MDEyOklzc3VlQ29tbWVudDc2OTQ1MzA3NA== simonw 9599 2021-01-28T22:54:49Z 2021-01-28T22:55:02Z OWNER I also checked that the following works: echo '{"foo": "bar"}' | sqlite-utils insert _memory.db demo - datasette _memory.db --memory Sure enough, it results in the following Datasette homepage - thanks to #509 <img width="274" alt="Datasette___memory___memory_2" src="https://user-images.githubusercontent.com/9599/106208790-c8564980-6178-11eb-8b8b-053a9f1d0193.png"> {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Rename /:memory: to /_memory 793027837  

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