issue_comments
6 rows where author_association = "CONTRIBUTOR", issue = 220160378 and user = 1964655 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Include missing conftest.py · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
292738236 | https://github.com/pydata/xarray/pull/1358#issuecomment-292738236 | https://api.github.com/repos/pydata/xarray/issues/1358 | MDEyOklzc3VlQ29tbWVudDI5MjczODIzNg== | ghisvail 1964655 | 2017-04-08T18:54:54Z | 2017-04-08T18:54:54Z | CONTRIBUTOR | And it looks like most projects in the Debian archive using |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Include missing conftest.py 220160378 | |
292738027 | https://github.com/pydata/xarray/pull/1358#issuecomment-292738027 | https://api.github.com/repos/pydata/xarray/issues/1358 | MDEyOklzc3VlQ29tbWVudDI5MjczODAyNw== | ghisvail 1964655 | 2017-04-08T18:51:59Z | 2017-04-08T18:51:59Z | CONTRIBUTOR |
By adding conftest.py manually if that was not clear. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Include missing conftest.py 220160378 | |
292737976 | https://github.com/pydata/xarray/pull/1358#issuecomment-292737976 | https://api.github.com/repos/pydata/xarray/issues/1358 | MDEyOklzc3VlQ29tbWVudDI5MjczNzk3Ng== | ghisvail 1964655 | 2017-04-08T18:51:13Z | 2017-04-08T18:51:13Z | CONTRIBUTOR | I can get the tests to work at build time, but the CI tests using --pyargs (to test against the installed library under site-packages) no longer do, i.e. I get a bunch of |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Include missing conftest.py 220160378 | |
292737868 | https://github.com/pydata/xarray/pull/1358#issuecomment-292737868 | https://api.github.com/repos/pydata/xarray/issues/1358 | MDEyOklzc3VlQ29tbWVudDI5MjczNzg2OA== | ghisvail 1964655 | 2017-04-08T18:49:23Z | 2017-04-08T18:49:23Z | CONTRIBUTOR | There is a special note for pytest_addoption which might explain the problem. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Include missing conftest.py 220160378 | |
292698431 | https://github.com/pydata/xarray/pull/1358#issuecomment-292698431 | https://api.github.com/repos/pydata/xarray/issues/1358 | MDEyOklzc3VlQ29tbWVudDI5MjY5ODQzMQ== | ghisvail 1964655 | 2017-04-08T06:23:31Z | 2017-04-08T06:23:31Z | CONTRIBUTOR |
If by packaging you mean distributing here, then I am very disappointed by your statement. From a package maintainer's perspective, I would consider the lack of a test suite a severe regression, should the latter be removed from source distribution in the future. I would also remind you that it is that very same test suite that lead to the triage of the regressions with Please consider fixing the current test suite or reverting to the old design. The fact that |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Include missing conftest.py 220160378 | |
292494259 | https://github.com/pydata/xarray/pull/1358#issuecomment-292494259 | https://api.github.com/repos/pydata/xarray/issues/1358 | MDEyOklzc3VlQ29tbWVudDI5MjQ5NDI1OQ== | ghisvail 1964655 | 2017-04-07T09:56:39Z | 2017-04-07T09:56:39Z | CONTRIBUTOR | Unfortunately, even if I patch the code base to add the missing file, the tests cannot be run due to the following bug: https://github.com/pytest-dev/pytest/issues/1889 Too bad you guys decided to change the design of the test suite for a point release :-( |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Include missing conftest.py 220160378 |
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