issue_comments
3 rows where issue = 303103716 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Starter property-based test suite · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
373954379 | https://github.com/pydata/xarray/pull/1972#issuecomment-373954379 | https://api.github.com/repos/pydata/xarray/issues/1972 | MDEyOklzc3VlQ29tbWVudDM3Mzk1NDM3OQ== | shoyer 1217238 | 2018-03-17T21:35:52Z | 2018-03-17T21:36:37Z | MEMBER |
This looks pretty good to me in its current state. I would say we should merge it now and iterate in future PRs.
Almost anywhere where we currently make heavy use of
|
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Starter property-based test suite 303103716 | |
371672811 | https://github.com/pydata/xarray/pull/1972#issuecomment-371672811 | https://api.github.com/repos/pydata/xarray/issues/1972 | MDEyOklzc3VlQ29tbWVudDM3MTY3MjgxMQ== | shoyer 1217238 | 2018-03-09T00:31:07Z | 2018-03-09T00:31:07Z | MEMBER | One thing that comes to mind is organization... would it make sense to put this alongside the current xarray tests, e.g., have I guess one downside of this would be that it could change how we need to invoke py.test by default, if we don't want to trigger all the property based tests. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Starter property-based test suite 303103716 | |
371593519 | https://github.com/pydata/xarray/pull/1972#issuecomment-371593519 | https://api.github.com/repos/pydata/xarray/issues/1972 | MDEyOklzc3VlQ29tbWVudDM3MTU5MzUxOQ== | shoyer 1217238 | 2018-03-08T19:17:48Z | 2018-03-08T19:17:48Z | MEMBER | This looks like a great start to me -- thank you! It's impressive that it's possible to break every plotting type with matplotlib :). |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Starter property-based test suite 303103716 |
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