home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where author_association = "MEMBER" and issue = 813654286 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

  • max-sixty 2
  • keewis 2
  • mathause 1

issue 1

  • bump the dependencies · 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
785354891 https://github.com/pydata/xarray/pull/4942#issuecomment-785354891 https://api.github.com/repos/pydata/xarray/issues/4942 MDEyOklzc3VlQ29tbWVudDc4NTM1NDg5MQ== max-sixty 5635139 2021-02-24T20:30:31Z 2021-02-24T20:30:31Z MEMBER

OK great, going to merge and then will release shortly!

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  bump the dependencies 813654286
784460455 https://github.com/pydata/xarray/pull/4942#issuecomment-784460455 https://api.github.com/repos/pydata/xarray/issues/4942 MDEyOklzc3VlQ29tbWVudDc4NDQ2MDQ1NQ== keewis 14808389 2021-02-23T19:39:44Z 2021-02-23T19:51:17Z MEMBER

go ahead. I would check the rendered table first, though.

Edit: the table is still pretty big but that's probably fine

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  bump the dependencies 813654286
784414402 https://github.com/pydata/xarray/pull/4942#issuecomment-784414402 https://api.github.com/repos/pydata/xarray/issues/4942 MDEyOklzc3VlQ29tbWVudDc4NDQxNDQwMg== max-sixty 5635139 2021-02-23T18:26:10Z 2021-02-23T18:26:10Z MEMBER

Shall we merge now and then I'll do the release, so the release notes are updated?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  bump the dependencies 813654286
784372025 https://github.com/pydata/xarray/pull/4942#issuecomment-784372025 https://api.github.com/repos/pydata/xarray/issues/4942 MDEyOklzc3VlQ29tbWVudDc4NDM3MjAyNQ== mathause 10194086 2021-02-23T17:30:49Z 2021-02-23T17:30:49Z MEMBER

That might be something to discuss in our meetings?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  bump the dependencies 813654286
783512018 https://github.com/pydata/xarray/pull/4942#issuecomment-783512018 https://api.github.com/repos/pydata/xarray/issues/4942 MDEyOklzc3VlQ29tbWVudDc4MzUxMjAxOA== keewis 14808389 2021-02-22T16:48:17Z 2021-02-22T23:17:33Z MEMBER

Thanks for the reminder, @rhkleijn. I think we want to discuss that some more in #4116.

This is the full extent of what the new policy would allow us to do. Not sure if we will actually bump to 1.17, or if we decide that deprecating two versions of numpy at once is too much.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  bump the dependencies 813654286

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