issue_comments
2 rows where issue = 344701755
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 |
---|---|---|---|---|---|---|---|---|---|---|---|
416659043 | https://github.com/simonw/datasette/issues/350#issuecomment-416659043 | https://api.github.com/repos/simonw/datasette/issues/350 | MDEyOklzc3VlQ29tbWVudDQxNjY1OTA0Mw== | simonw 9599 | 2018-08-28T16:48:19Z | 2018-08-28T16:48:19Z | OWNER | Closed in https://github.com/simonw/datasette/commit/0bd41d4cb0a42d7d2baf8b49675418d1482ae39b | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | Don't list default plugins on /-/plugins 344701755 | |
416667565 | https://github.com/simonw/datasette/issues/350#issuecomment-416667565 | https://api.github.com/repos/simonw/datasette/issues/350 | MDEyOklzc3VlQ29tbWVudDQxNjY2NzU2NQ== | simonw 9599 | 2018-08-28T17:13:50Z | 2018-08-28T17:13:50Z | OWNER | https://b7257a2.datasette.io/-/plugins is now correctly returning an empty list. | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | Don't list default plugins on /-/plugins 344701755 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);