issue_comments
2 rows where issue = 626001501
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 |
---|---|---|---|---|---|---|---|---|---|---|---|
634940522 | https://github.com/simonw/datasette/issues/773#issuecomment-634940522 | https://api.github.com/repos/simonw/datasette/issues/773 | MDEyOklzc3VlQ29tbWVudDYzNDk0MDUyMg== | simonw 9599 | 2020-05-27T21:07:48Z | 2020-05-27T21:07:48Z | OWNER | Remove this `xfail` decorator once they are all tested: https://github.com/simonw/datasette/blob/da87e963bff24e47878a5bc2025c8bfc63d4bc93/tests/test_plugins.py#L23-L28 | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | All plugin hooks should have unit tests 626001501 | |
635069987 | https://github.com/simonw/datasette/issues/773#issuecomment-635069987 | https://api.github.com/repos/simonw/datasette/issues/773 | MDEyOklzc3VlQ29tbWVudDYzNTA2OTk4Nw== | simonw 9599 | 2020-05-28T03:13:27Z | 2020-05-28T03:13:27Z | OWNER | `register_output_renderer` test added in https://github.com/simonw/datasette/commit/52c4387c7d37c867104e3728cc1f4c4d1e100642#diff-56f7d7b4778bac73b6b655c02c8467aaR336 | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | All plugin hooks should have unit tests 626001501 |
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]);