issue_comments
5 rows where author_association = "OWNER" and issue = 750079085 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Rename datasette.config() method to datasette.setting() · 5 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
733261501 | https://github.com/simonw/datasette/issues/1107#issuecomment-733261501 | https://api.github.com/repos/simonw/datasette/issues/1107 | MDEyOklzc3VlQ29tbWVudDczMzI2MTUwMQ== | simonw 9599 | 2020-11-24T22:09:11Z | 2020-11-24T22:09:11Z | OWNER | { "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Rename datasette.config() method to datasette.setting() 750079085 | ||
733257071 | https://github.com/simonw/datasette/issues/1107#issuecomment-733257071 | https://api.github.com/repos/simonw/datasette/issues/1107 | MDEyOklzc3VlQ29tbWVudDczMzI1NzA3MQ== | simonw 9599 | 2020-11-24T21:59:32Z | 2020-11-24T21:59:32Z | OWNER | I'm going to make this a documented method in https://docs.datasette.io/en/latest/internals.html#datasette-class |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Rename datasette.config() method to datasette.setting() 750079085 | |
733245097 | https://github.com/simonw/datasette/issues/1107#issuecomment-733245097 | https://api.github.com/repos/simonw/datasette/issues/1107 | MDEyOklzc3VlQ29tbWVudDczMzI0NTA5Nw== | simonw 9599 | 2020-11-24T21:31:10Z | 2020-11-24T21:31:10Z | OWNER | Most of these use
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Rename datasette.config() method to datasette.setting() 750079085 | |
733244471 | https://github.com/simonw/datasette/issues/1107#issuecomment-733244471 | https://api.github.com/repos/simonw/datasette/issues/1107 | MDEyOklzc3VlQ29tbWVudDczMzI0NDQ3MQ== | simonw 9599 | 2020-11-24T21:29:59Z | 2020-11-24T21:29:59Z | OWNER | I ran |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Rename datasette.config() method to datasette.setting() 750079085 | |
733241949 | https://github.com/simonw/datasette/issues/1107#issuecomment-733241949 | https://api.github.com/repos/simonw/datasette/issues/1107 | MDEyOklzc3VlQ29tbWVudDczMzI0MTk0OQ== | simonw 9599 | 2020-11-24T21:24:26Z | 2020-11-24T21:24:26Z | OWNER | Are there any plugins that use this API even though it isn't documented? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Rename datasette.config() method to datasette.setting() 750079085 |
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]);
user 1