home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

7 rows where issue = 520636106 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 3

  • keewis 4
  • max-sixty 2
  • dcherian 1

issue 1

  • add missing pint integration tests · 7 ✖

author_association 1

  • MEMBER 7
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
552247719 https://github.com/pydata/xarray/pull/3508#issuecomment-552247719 https://api.github.com/repos/pydata/xarray/issues/3508 MDEyOklzc3VlQ29tbWVudDU1MjI0NzcxOQ== max-sixty 5635139 2019-11-10T23:41:48Z 2019-11-10T23:41:48Z MEMBER

Great! Thank you again @keewis !

{
    "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
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
552240161 https://github.com/pydata/xarray/pull/3508#issuecomment-552240161 https://api.github.com/repos/pydata/xarray/issues/3508 MDEyOklzc3VlQ29tbWVudDU1MjI0MDE2MQ== dcherian 2448579 2019-11-10T22:09:03Z 2019-11-10T22:09:03Z MEMBER

Yes please!

{
    "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
552226353 https://github.com/pydata/xarray/pull/3508#issuecomment-552226353 https://api.github.com/repos/pydata/xarray/issues/3508 MDEyOklzc3VlQ29tbWVudDU1MjIyNjM1Mw== max-sixty 5635139 2019-11-10T19:38:34Z 2019-11-10T19:38:34Z MEMBER

OK great @keewis . Shall we merge this and then follow up with another for the head / tail / thin, and any others?

{
    "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 13.248ms · About: xarray-datasette