home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "MEMBER", issue = 253463226 and user = 2443309 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • jhamman · 4 ✖

issue 1

  • v0.10 Release · 4 ✖

author_association 1

  • MEMBER · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
345767630 https://github.com/pydata/xarray/issues/1535#issuecomment-345767630 https://api.github.com/repos/pydata/xarray/issues/1535 MDEyOklzc3VlQ29tbWVudDM0NTc2NzYzMA== jhamman 2443309 2017-11-20T17:27:24Z 2017-11-20T17:27:24Z MEMBER

Great. Thanks @shoyer!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  v0.10 Release 253463226
340648806 https://github.com/pydata/xarray/issues/1535#issuecomment-340648806 https://api.github.com/repos/pydata/xarray/issues/1535 MDEyOklzc3VlQ29tbWVudDM0MDY0ODgwNg== jhamman 2443309 2017-10-31T03:22:18Z 2017-10-31T03:22:18Z MEMBER

@shoyer - I just merged the last two PRs. We're feature complete for v0.10!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  v0.10 Release 253463226
340120817 https://github.com/pydata/xarray/issues/1535#issuecomment-340120817 https://api.github.com/repos/pydata/xarray/issues/1535 MDEyOklzc3VlQ29tbWVudDM0MDEyMDgxNw== jhamman 2443309 2017-10-27T23:31:50Z 2017-10-27T23:31:50Z MEMBER

This all sounds good to me. There is also #1485 that can go in now. We were just waiting since it has some changes to the issue template on github.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  v0.10 Release 253463226
327833735 https://github.com/pydata/xarray/issues/1535#issuecomment-327833735 https://api.github.com/repos/pydata/xarray/issues/1535 MDEyOklzc3VlQ29tbWVudDMyNzgzMzczNQ== jhamman 2443309 2017-09-07T15:23:20Z 2017-09-07T15:23:20Z MEMBER

@shoyer and @fujiisoup - are we going to take care of #1333 as part of #1473?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  v0.10 Release 253463226

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 65.365ms · About: xarray-datasette