issue_comments
2 rows where issue = 749982022
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 |
---|---|---|---|---|---|---|---|---|---|---|---|
733190827 | https://github.com/simonw/datasette/issues/1105#issuecomment-733190827 | https://api.github.com/repos/simonw/datasette/issues/1105 | MDEyOklzc3VlQ29tbWVudDczMzE5MDgyNw== | simonw 9599 | 2020-11-24T19:38:02Z | 2020-11-24T19:38:02Z | OWNER | I'd like to redirect https://docs.datasette.io/en/stable/config.html to a new https://docs.datasette.io/en/stable/settings.html page too. I can use https://docs.readthedocs.io/en/stable/user-defined-redirects.html for that. | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | Rebrand config as settings 749982022 | |
733249176 | https://github.com/simonw/datasette/issues/1105#issuecomment-733249176 | https://api.github.com/repos/simonw/datasette/issues/1105 | MDEyOklzc3VlQ29tbWVudDczMzI0OTE3Ng== | simonw 9599 | 2020-11-24T21:40:28Z | 2020-11-24T21:40:28Z | OWNER | This rebranding is complete - #1107 is a follow-up internal refactor. | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | Rebrand config as settings 749982022 |
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]);