home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 940054482 and user = 2448579 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: reactions

user 1

  • dcherian · 4 ✖

issue 1

  • Release v0.19? · 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
885289900 https://github.com/pydata/xarray/issues/5588#issuecomment-885289900 https://api.github.com/repos/pydata/xarray/issues/5588 IC_kwDOAMm_X840xHOs dcherian 2448579 2021-07-22T23:02:24Z 2021-07-22T23:02:24Z MEMBER

Just merged the blocker. @TomNicholas we should be good to release.

{
    "total_count": 2,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 2,
    "eyes": 0
}
  Release v0.19? 940054482
881570228 https://github.com/pydata/xarray/issues/5588#issuecomment-881570228 https://api.github.com/repos/pydata/xarray/issues/5588 IC_kwDOAMm_X840i7G0 dcherian 2448579 2021-07-16T16:26:51Z 2021-07-16T16:26:51Z MEMBER

Should we do the release soon anyway?

Yes!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Release v0.19? 940054482
876610545 https://github.com/pydata/xarray/issues/5588#issuecomment-876610545 https://api.github.com/repos/pydata/xarray/issues/5588 MDEyOklzc3VlQ29tbWVudDg3NjYxMDU0NQ== dcherian 2448579 2021-07-08T17:19:22Z 2021-07-08T17:19:22Z MEMBER

@keewis See #4696 . that whats-new note is in the wrong place which is why I couldn't find it yesterday

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Release v0.19? 940054482
876602541 https://github.com/pydata/xarray/issues/5588#issuecomment-876602541 https://api.github.com/repos/pydata/xarray/issues/5588 MDEyOklzc3VlQ29tbWVudDg3NjYwMjU0MQ== dcherian 2448579 2021-07-08T17:06:30Z 2021-07-08T17:06:30Z MEMBER

There's a breaking change so it should be 0.19.0: https://xarray.pydata.org/en/latest/whats-new.html

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Release v0.19? 940054482

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