issue_comments
2 rows where author_association = "MEMBER", issue = 276185101 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
issue 1
- WIP: 1d+2d coord plotting · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 347837449 | https://github.com/pydata/xarray/pull/1737#issuecomment-347837449 | https://api.github.com/repos/pydata/xarray/issues/1737 | MDEyOklzc3VlQ29tbWVudDM0NzgzNzQ0OQ== | shoyer 1217238 | 2017-11-29T11:50:22Z | 2017-11-29T11:50:22Z | MEMBER | Thanks @dcherian ! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
WIP: 1d+2d coord plotting 276185101 | |
| 346455739 | https://github.com/pydata/xarray/pull/1737#issuecomment-346455739 | https://api.github.com/repos/pydata/xarray/issues/1737 | MDEyOklzc3VlQ29tbWVudDM0NjQ1NTczOQ== | shoyer 1217238 | 2017-11-22T19:48:15Z | 2017-11-22T19:48:15Z | MEMBER | @dcherian this sounds great -- can you please comment with an example the plots you can make with this?
For plotting, we are often OK with just verifying that a plot of some kind is made and there are no errors.
I'll look over it, but don't worry about this very much -- we check the output manually before releases. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
WIP: 1d+2d coord plotting 276185101 |
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