home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 297631403 and user = 6213168 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • crusaderky · 5 ✖

issue 1

  • h5netcdf new API support · 5 ✖

author_association 1

  • MEMBER 5
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
386912485 https://github.com/pydata/xarray/pull/1915#issuecomment-386912485 https://api.github.com/repos/pydata/xarray/issues/1915 MDEyOklzc3VlQ29tbWVudDM4NjkxMjQ4NQ== crusaderky 6213168 2018-05-06T20:50:12Z 2018-05-06T20:50:12Z MEMBER

@shoyer all green and ready for merge

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  h5netcdf new API support 297631403
385082069 https://github.com/pydata/xarray/pull/1915#issuecomment-385082069 https://api.github.com/repos/pydata/xarray/issues/1915 MDEyOklzc3VlQ29tbWVudDM4NTA4MjA2OQ== crusaderky 6213168 2018-04-27T20:14:43Z 2018-04-27T20:14:43Z MEMBER

@shoyer / @jhamman , stickler-ci has been pending for a day now - I'm afraid it should be pronounced dead

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  h5netcdf new API support 297631403
384781418 https://github.com/pydata/xarray/pull/1915#issuecomment-384781418 https://api.github.com/repos/pydata/xarray/issues/1915 MDEyOklzc3VlQ29tbWVudDM4NDc4MTQxOA== crusaderky 6213168 2018-04-26T20:38:59Z 2018-04-26T20:38:59Z MEMBER

@shoyer done

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  h5netcdf new API support 297631403
383754358 https://github.com/pydata/xarray/pull/1915#issuecomment-383754358 https://api.github.com/repos/pydata/xarray/issues/1915 MDEyOklzc3VlQ29tbWVudDM4Mzc1NDM1OA== crusaderky 6213168 2018-04-23T23:29:02Z 2018-04-23T23:29:02Z MEMBER

@shoyer finished and ready for final code review and integration

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  h5netcdf new API support 297631403
381441984 https://github.com/pydata/xarray/pull/1915#issuecomment-381441984 https://api.github.com/repos/pydata/xarray/issues/1915 MDEyOklzc3VlQ29tbWVudDM4MTQ0MTk4NA== crusaderky 6213168 2018-04-15T22:08:41Z 2018-04-15T22:08:41Z MEMBER

Almost finished - only one outstanding unit test failure when specifying the "chunks" parameter

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  h5netcdf new API support 297631403

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