home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "MEMBER" and issue = 339197312 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 2

  • jhamman 2
  • shoyer 1

issue 1

  • dev/test build for python 3.7 · 3 ✖

author_association 1

  • MEMBER · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
423779743 https://github.com/pydata/xarray/pull/2271#issuecomment-423779743 https://api.github.com/repos/pydata/xarray/issues/2271 MDEyOklzc3VlQ29tbWVudDQyMzc3OTc0Mw== shoyer 1217238 2018-09-22T23:09:43Z 2018-09-22T23:09:43Z MEMBER

Nice, thanks!

To be honest, I don't know if there's any particular need to even specify a Python version with Travis, given that we use conda environments for everything.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  dev/test build for python 3.7 339197312
423752572 https://github.com/pydata/xarray/pull/2271#issuecomment-423752572 https://api.github.com/repos/pydata/xarray/issues/2271 MDEyOklzc3VlQ29tbWVudDQyMzc1MjU3Mg== jhamman 2443309 2018-09-22T15:39:02Z 2018-09-22T15:39:02Z MEMBER

Python 3.7 tests seem happy now. I have a minimal environment setup for 3.7. It may be a bit until all the optional deps have 3.7 support so maybe we just merge this as is and migrate our more comprehensive test environments to 3.7 as needed.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  dev/test build for python 3.7 339197312
403262990 https://github.com/pydata/xarray/pull/2271#issuecomment-403262990 https://api.github.com/repos/pydata/xarray/issues/2271 MDEyOklzc3VlQ29tbWVudDQwMzI2Mjk5MA== jhamman 2443309 2018-07-08T05:10:38Z 2018-07-09T15:09:13Z MEMBER

It looks like travis isn't ready for 3.7 (https://github.com/travis-ci/travis-ci/issues/9815). We can revisit in a few days. I did get a bare bones environment up and running with 3.7 and the minimal test suite passed, so that's a good sign.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  dev/test build for python 3.7 339197312

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 77.673ms · About: xarray-datasette