issue_comments
3 rows where issue = 559958918 and user = 4666753 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Fix swap_dims() index names (issue #3748) · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
582987048 | https://github.com/pydata/xarray/pull/3752#issuecomment-582987048 | https://api.github.com/repos/pydata/xarray/issues/3752 | MDEyOklzc3VlQ29tbWVudDU4Mjk4NzA0OA== | jaicher 4666753 | 2020-02-06T16:25:54Z | 2020-02-06T16:25:54Z | CONTRIBUTOR | We have different test failures than last time. They appear to be happening in tests with time indexes this time. I suspect these failures are again unrelated to the pull request. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix swap_dims() index names (issue #3748) 559958918 | |
582108728 | https://github.com/pydata/xarray/pull/3752#issuecomment-582108728 | https://api.github.com/repos/pydata/xarray/issues/3752 | MDEyOklzc3VlQ29tbWVudDU4MjEwODcyOA== | jaicher 4666753 | 2020-02-04T20:50:34Z | 2020-02-04T20:50:34Z | CONTRIBUTOR | The 4 pytest failures per check are taking place in |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix swap_dims() index names (issue #3748) 559958918 | |
582102600 | https://github.com/pydata/xarray/pull/3752#issuecomment-582102600 | https://api.github.com/repos/pydata/xarray/issues/3752 | MDEyOklzc3VlQ29tbWVudDU4MjEwMjYwMA== | jaicher 4666753 | 2020-02-04T20:34:55Z | 2020-02-04T20:34:55Z | CONTRIBUTOR | I added a simple test, but not sure it is correctly set up. I wasn't sure about how pytest fixtures worked, so I didn't know if I needed/how to set up a new fixture to test the bugfix. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Fix swap_dims() index names (issue #3748) 559958918 |
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