home / github

Menu
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 991575770

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: user, author_association, reactions, 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
943623246 https://github.com/simonw/datasette/pull/1467#issuecomment-943623246 https://api.github.com/repos/simonw/datasette/issues/1467 IC_kwDOBm6k_c44PoxO simonw 9599 2021-10-14T18:42:19Z 2021-10-14T18:42:19Z OWNER This looks like a good fix to me. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Add Authorization header when CORS flag is set 991575770  
943632697 https://github.com/simonw/datasette/pull/1467#issuecomment-943632697 https://api.github.com/repos/simonw/datasette/issues/1467 IC_kwDOBm6k_c44PrE5 simonw 9599 2021-10-14T18:54:18Z 2021-10-14T18:54:18Z OWNER The test there failed because it turns out there's a whole bunch of places that set the `Access-Control-Allow-Origin` header. I'm going to close this PR and ship a fix that refactors those places to use the same code. {"total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0} Add Authorization header when CORS flag is set 991575770  
945037884 https://github.com/simonw/datasette/pull/1467#issuecomment-945037884 https://api.github.com/repos/simonw/datasette/issues/1467 IC_kwDOBm6k_c44VCI8 jameslittle230 3058200 2021-10-17T02:29:06Z 2021-10-17T02:29:06Z NONE Yay! Thank you @simonw!! {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Add Authorization header when CORS flag is set 991575770  

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