issue_comments
4 rows where author_association = "MEMBER" and issue = 212471682 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- BUG/TST: Retain encoding upon concatenation · 4 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 326454180 | https://github.com/pydata/xarray/pull/1299#issuecomment-326454180 | https://api.github.com/repos/pydata/xarray/issues/1299 | MDEyOklzc3VlQ29tbWVudDMyNjQ1NDE4MA== | jhamman 2443309 | 2017-09-01T00:22:22Z | 2017-09-01T00:22:22Z | MEMBER | I have an updated version of this PR up at #1545. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
BUG/TST: Retain encoding upon concatenation 212471682 | |
| 315197001 | https://github.com/pydata/xarray/pull/1299#issuecomment-315197001 | https://api.github.com/repos/pydata/xarray/issues/1299 | MDEyOklzc3VlQ29tbWVudDMxNTE5NzAwMQ== | jhamman 2443309 | 2017-07-13T20:45:41Z | 2017-07-13T20:45:41Z | MEMBER | @gerritholl - do have questions about my last comment? This should be pretty easy to get wrapped up and merged. We also need a whatsnew entry. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
BUG/TST: Retain encoding upon concatenation 212471682 | |
| 284814579 | https://github.com/pydata/xarray/pull/1299#issuecomment-284814579 | https://api.github.com/repos/pydata/xarray/issues/1299 | MDEyOklzc3VlQ29tbWVudDI4NDgxNDU3OQ== | jhamman 2443309 | 2017-03-07T18:36:20Z | 2017-03-07T18:36:20Z | MEMBER | No, I mean that there is an encoding attribute on the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
BUG/TST: Retain encoding upon concatenation 212471682 | |
| 284776248 | https://github.com/pydata/xarray/pull/1299#issuecomment-284776248 | https://api.github.com/repos/pydata/xarray/issues/1299 | MDEyOklzc3VlQ29tbWVudDI4NDc3NjI0OA== | jhamman 2443309 | 2017-03-07T16:36:04Z | 2017-03-07T16:36:04Z | MEMBER | This looks pretty good. We also should make sure that the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
BUG/TST: Retain encoding upon concatenation 212471682 |
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