issue_comments
3 rows where issue = 741791697 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Direct users to GitHub discussions page for usage questions · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 733801395 | https://github.com/pydata/xarray/pull/4578#issuecomment-733801395 | https://api.github.com/repos/pydata/xarray/issues/4578 | MDEyOklzc3VlQ29tbWVudDczMzgwMTM5NQ== | keewis 14808389 | 2020-11-25T16:09:04Z | 2020-11-25T16:09:04Z | MEMBER | oh, yes, I just wanted to give others the opportunity to comment before merging. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Direct users to GitHub discussions page for usage questions 741791697 | |
| 733288377 | https://github.com/pydata/xarray/pull/4578#issuecomment-733288377 | https://api.github.com/repos/pydata/xarray/issues/4578 | MDEyOklzc3VlQ29tbWVudDczMzI4ODM3Nw== | andersy005 13301940 | 2020-11-24T23:18:22Z | 2020-11-24T23:18:22Z | MEMBER |
I think this is ready to be merged... |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Direct users to GitHub discussions page for usage questions 741791697 | |
| 733284608 | https://github.com/pydata/xarray/pull/4578#issuecomment-733284608 | https://api.github.com/repos/pydata/xarray/issues/4578 | MDEyOklzc3VlQ29tbWVudDczMzI4NDYwOA== | keewis 14808389 | 2020-11-24T23:07:59Z | 2020-11-24T23:07:59Z | MEMBER | thanks for the quick update, @andersy005. If there are no further comments: let's merge? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Direct users to GitHub discussions page for usage questions 741791697 |
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 2