home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

6 rows where issue = 753514595 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 3

  • dcherian 4
  • max-sixty 1
  • keewis 1

issue 1

  • Release 0.16.2? · 6 ✖

author_association 1

  • MEMBER 6
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
736905995 https://github.com/pydata/xarray/issues/4624#issuecomment-736905995 https://api.github.com/repos/pydata/xarray/issues/4624 MDEyOklzc3VlQ29tbWVudDczNjkwNTk5NQ== max-sixty 5635139 2020-12-02T00:24:31Z 2020-12-02T00:24:31Z MEMBER

Thanks a lot @dcherian !

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Release 0.16.2? 753514595
736613727 https://github.com/pydata/xarray/issues/4624#issuecomment-736613727 https://api.github.com/repos/pydata/xarray/issues/4624 MDEyOklzc3VlQ29tbWVudDczNjYxMzcyNw== dcherian 2448579 2020-12-01T15:09:38Z 2020-12-01T15:09:38Z MEMBER

Announcements are done!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Release 0.16.2? 753514595
736070252 https://github.com/pydata/xarray/issues/4624#issuecomment-736070252 https://api.github.com/repos/pydata/xarray/issues/4624 MDEyOklzc3VlQ29tbWVudDczNjA3MDI1Mg== dcherian 2448579 2020-11-30T21:34:23Z 2020-11-30T21:34:37Z MEMBER

Tagged and uploaded to PyPI. RTD is building.

The announcements are left. Shall I wait for the conda-forge PR to be merged?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Release 0.16.2? 753514595
735839301 https://github.com/pydata/xarray/issues/4624#issuecomment-735839301 https://api.github.com/repos/pydata/xarray/issues/4624 MDEyOklzc3VlQ29tbWVudDczNTgzOTMwMQ== keewis 14808389 2020-11-30T15:02:11Z 2020-11-30T20:15:54Z MEMBER

there are a few PRs we might want to include in 0.16.2: #4618 and #4621. If you wait a bit I can finish up #4621.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Release 0.16.2? 753514595
735845238 https://github.com/pydata/xarray/issues/4624#issuecomment-735845238 https://api.github.com/repos/pydata/xarray/issues/4624 MDEyOklzc3VlQ29tbWVudDczNTg0NTIzOA== dcherian 2448579 2020-11-30T15:11:43Z 2020-11-30T15:11:43Z MEMBER

If you wait for a bit I can finish up #4621.

OK I'll wait.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Release 0.16.2? 753514595
735831146 https://github.com/pydata/xarray/issues/4624#issuecomment-735831146 https://api.github.com/repos/pydata/xarray/issues/4624 MDEyOklzc3VlQ29tbWVudDczNTgzMTE0Ng== dcherian 2448579 2020-11-30T14:49:01Z 2020-11-30T14:49:01Z MEMBER

:+1: Doing this now. We decided on 0.16.2 on the biweekly call: https://hackmd.io/Vv6g2ABzTPKbe2MWBQqS1w?view

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 1,
    "rocket": 0,
    "eyes": 0
}
  Release 0.16.2? 753514595

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