home / github

Menu
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where user = 552629

✎ 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
759306228 https://github.com/simonw/datasette/pull/1159#issuecomment-759306228 https://api.github.com/repos/simonw/datasette/issues/1159 MDEyOklzc3VlQ29tbWVudDc1OTMwNjIyOA== lovasoa 552629 2021-01-13T08:59:31Z 2021-01-13T08:59:31Z NONE @simonw : Did you have the time to take a look at this ? {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Improve the display of facets information 774332247  
770865698 https://github.com/simonw/datasette/pull/1159#issuecomment-770865698 https://api.github.com/repos/simonw/datasette/issues/1159 MDEyOklzc3VlQ29tbWVudDc3MDg2NTY5OA== lovasoa 552629 2021-02-01T13:42:29Z 2021-02-01T13:42:29Z NONE @simonw : Could you have a look at this ? I think this really improves readability. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Improve the display of facets information 774332247  
804698315 https://github.com/simonw/datasette/pull/1159#issuecomment-804698315 https://api.github.com/repos/simonw/datasette/issues/1159 MDEyOklzc3VlQ29tbWVudDgwNDY5ODMxNQ== lovasoa 552629 2021-03-23T07:58:28Z 2021-03-23T07:58:38Z NONE @mroswell Did you try it with more columns ? The display is flexible and columns get closer as new ones are added. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Improve the display of facets information 774332247  
1100243987 https://github.com/simonw/datasette/pull/1159#issuecomment-1100243987 https://api.github.com/repos/simonw/datasette/issues/1159 IC_kwDOBm6k_c5BlGQT lovasoa 552629 2022-04-15T17:24:43Z 2022-04-15T17:24:43Z NONE @simonw : do you think this could be merged ? {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Improve the display of facets information 774332247  
1399606104 https://github.com/simonw/datasette/pull/1159#issuecomment-1399606104 https://api.github.com/repos/simonw/datasette/issues/1159 IC_kwDOBm6k_c5TbEtY lovasoa 552629 2023-01-22T20:58:10Z 2023-01-22T20:58:10Z NONE great initiative, @cldellow :+1: @simonw, if you want to merge this, that would still be welcome :) {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Improve the display of facets information 774332247  

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