issue_comments
2 rows where issue = 304630814 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Doc build in Travis-CI should fail when IPython encounters unexpected error · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 573781255 | https://github.com/pydata/xarray/issues/1986#issuecomment-573781255 | https://api.github.com/repos/pydata/xarray/issues/1986 | MDEyOklzc3VlQ29tbWVudDU3Mzc4MTI1NQ== | keewis 14808389 | 2020-01-13T17:37:04Z | 2020-01-13T20:33:46Z | MEMBER | this should have been fixed, at least partially, by #3516, #3592 and #3602. I didn't check errors in the IPython sphinx extension, though. Also, we don't use Travis anymore. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Doc build in Travis-CI should fail when IPython encounters unexpected error 304630814 | |
| 573783988 | https://github.com/pydata/xarray/issues/1986#issuecomment-573783988 | https://api.github.com/repos/pydata/xarray/issues/1986 | MDEyOklzc3VlQ29tbWVudDU3Mzc4Mzk4OA== | dcherian 2448579 | 2020-01-13T17:43:36Z | 2020-01-13T17:43:36Z | MEMBER | yeah I think we're good on this thanks to your efforts @keewis |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Doc build in Travis-CI should fail when IPython encounters unexpected error 304630814 |
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