issue_comments
3 rows where issue = 629524205
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 637813993 | https://github.com/simonw/datasette/issues/793#issuecomment-637813993 | https://api.github.com/repos/simonw/datasette/issues/793 | MDEyOklzc3VlQ29tbWVudDYzNzgxMzk5Mw== | simonw 9599 | 2020-06-02T21:22:50Z | 2020-06-02T21:22:50Z | OWNER | This is a minor security issue with `master` at the moment, but I'll resolve this before I ship the next release. | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | CSRF protection for /-/messages tool and writable canned queries 629524205 | |
| 638265394 | https://github.com/simonw/datasette/issues/793#issuecomment-638265394 | https://api.github.com/repos/simonw/datasette/issues/793 | MDEyOklzc3VlQ29tbWVudDYzODI2NTM5NA== | simonw 9599 | 2020-06-03T15:17:35Z | 2020-06-03T15:17:51Z | OWNER | I need this for writable canned queries in #698 and #796 too. | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | CSRF protection for /-/messages tool and writable canned queries 629524205 | |
| 638462052 | https://github.com/simonw/datasette/issues/793#issuecomment-638462052 | https://api.github.com/repos/simonw/datasette/issues/793 | MDEyOklzc3VlQ29tbWVudDYzODQ2MjA1Mg== | simonw 9599 | 2020-06-03T21:07:39Z | 2020-06-03T21:07:39Z | OWNER | I need to land and release the fix for signing cookies in https://github.com/simonw/asgi-csrf/issues/2 | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | CSRF protection for /-/messages tool and writable canned queries 629524205 |
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]);