issue_comments
2 rows where author_association = "MEMBER", issue = 108983672 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
issue 1
- Spring cleaning · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 144540055 | https://github.com/pydata/xarray/pull/594#issuecomment-144540055 | https://api.github.com/repos/pydata/xarray/issues/594 | MDEyOklzc3VlQ29tbWVudDE0NDU0MDA1NQ== | shoyer 1217238 | 2015-09-30T20:55:43Z | 2015-09-30T20:55:43Z | MEMBER | Sure, go ahead and set that up if you like. As long as it doesn't mark a build as failing, the info can't hurt. I'll note that I don't agree with many of it's "errors", though :). For example, as long as you write pure functions (which you should be doing anyways), it's perfectly fine to have mutable default argument. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Spring cleaning 108983672 | |
| 144485566 | https://github.com/pydata/xarray/pull/594#issuecomment-144485566 | https://api.github.com/repos/pydata/xarray/issues/594 | MDEyOklzc3VlQ29tbWVudDE0NDQ4NTU2Ng== | shoyer 1217238 | 2015-09-30T17:36:20Z | 2015-09-30T17:36:20Z | MEMBER | OK, thanks! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Spring cleaning 108983672 |
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,
[performed_via_github_app] TEXT,
[issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
ON [issue_comments] ([user]);
user 1