issue_comments
5 rows where issue = 454297152 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Use flake8 rather than pycodestyle · 5 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 501120475 | https://github.com/pydata/xarray/pull/3010#issuecomment-501120475 | https://api.github.com/repos/pydata/xarray/issues/3010 | MDEyOklzc3VlQ29tbWVudDUwMTEyMDQ3NQ== | shoyer 1217238 | 2019-06-12T04:56:41Z | 2019-06-12T04:56:41Z | MEMBER | Thanks! |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Use flake8 rather than pycodestyle 454297152 | |
| 500528521 | https://github.com/pydata/xarray/pull/3010#issuecomment-500528521 | https://api.github.com/repos/pydata/xarray/issues/3010 | MDEyOklzc3VlQ29tbWVudDUwMDUyODUyMQ== | pep8speaks 24736507 | 2019-06-10T18:17:34Z | 2019-06-12T04:20:29Z | NONE | Hello @max-sixty! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2019-06-12 04:20:28 UTC |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Use flake8 rather than pycodestyle 454297152 | |
| 500883299 | https://github.com/pydata/xarray/pull/3010#issuecomment-500883299 | https://api.github.com/repos/pydata/xarray/issues/3010 | MDEyOklzc3VlQ29tbWVudDUwMDg4MzI5OQ== | max-sixty 5635139 | 2019-06-11T15:04:19Z | 2019-06-11T15:04:19Z | MEMBER | This is ready to merge after a review. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Use flake8 rather than pycodestyle 454297152 | |
| 500582226 | https://github.com/pydata/xarray/pull/3010#issuecomment-500582226 | https://api.github.com/repos/pydata/xarray/issues/3010 | MDEyOklzc3VlQ29tbWVudDUwMDU4MjIyNg== | max-sixty 5635139 | 2019-06-10T20:30:13Z | 2019-06-10T20:30:13Z | MEMBER | Will wait for a couple of days to see if there's a response on the Tests pass apart from |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Use flake8 rather than pycodestyle 454297152 | |
| 500527460 | https://github.com/pydata/xarray/pull/3010#issuecomment-500527460 | https://api.github.com/repos/pydata/xarray/issues/3010 | MDEyOklzc3VlQ29tbWVudDUwMDUyNzQ2MA== | max-sixty 5635139 | 2019-06-10T18:14:40Z | 2019-06-10T18:14:40Z | MEMBER | Also fixes https://github.com/pydata/xarray/issues/2833 |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Use flake8 rather than pycodestyle 454297152 |
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 3