issue_comments
2 rows where author_association = "MEMBER", issue = 470669787 and user = 35968931 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: updated_at (date)
issue 1
- Hotfix for case of combining identical non-monotonic coords · 2 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 516823103 | https://github.com/pydata/xarray/pull/3151#issuecomment-516823103 | https://api.github.com/repos/pydata/xarray/issues/3151 | MDEyOklzc3VlQ29tbWVudDUxNjgyMzEwMw== | TomNicholas 35968931 | 2019-07-31T12:15:43Z | 2019-07-31T12:15:43Z | MEMBER | I re-ran them and they passed. |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Hotfix for case of combining identical non-monotonic coords 470669787 | |
| 516759819 | https://github.com/pydata/xarray/pull/3151#issuecomment-516759819 | https://api.github.com/repos/pydata/xarray/issues/3151 | MDEyOklzc3VlQ29tbWVudDUxNjc1OTgxOQ== | TomNicholas 35968931 | 2019-07-31T08:53:04Z | 2019-07-31T08:53:04Z | MEMBER | @dcherian yes lets. Does it need a what's new entry or is it good to go? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Hotfix for case of combining identical non-monotonic coords 470669787 |
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