home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "MEMBER", issue = 520636106 and user = 14808389 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: author_association, issue

user 1

  • keewis · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
552244576 https://github.com/pydata/xarray/pull/3508#issuecomment-552244576 https://api.github.com/repos/pydata/xarray/issues/3508 MDEyOklzc3VlQ29tbWVudDU1MjI0NDU3Ng== keewis 14808389 2019-11-10T23:03:30Z 2019-11-10T23:03:30Z MEMBER

done.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  add missing pint integration tests 520636106
552227576 https://github.com/pydata/xarray/pull/3508#issuecomment-552227576 https://api.github.com/repos/pydata/xarray/issues/3508 MDEyOklzc3VlQ29tbWVudDU1MjIyNzU3Ng== keewis 14808389 2019-11-10T19:52:29Z 2019-11-10T19:52:29Z MEMBER

now I should be done. Should I add to the list of PRs in whats-new.rst?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  add missing pint integration tests 520636106
552227089 https://github.com/pydata/xarray/pull/3508#issuecomment-552227089 https://api.github.com/repos/pydata/xarray/issues/3508 MDEyOklzc3VlQ29tbWVudDU1MjIyNzA4OQ== keewis 14808389 2019-11-10T19:47:15Z 2019-11-10T19:47:15Z MEMBER

actually, hold on, the head / tail / thin tests are not too much to do, I can just copy from the Dataset tests

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  add missing pint integration tests 520636106
552226425 https://github.com/pydata/xarray/pull/3508#issuecomment-552226425 https://api.github.com/repos/pydata/xarray/issues/3508 MDEyOklzc3VlQ29tbWVudDU1MjIyNjQyNQ== keewis 14808389 2019-11-10T19:39:24Z 2019-11-10T19:39:24Z MEMBER

fine with me, go ahead

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  add missing pint integration tests 520636106

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