home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 749116752 and user = 14808389 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: updated_at (date)

user 1

  • keewis · 2 ✖

issue 1

  • Amend upstream-dev GitHub action + Bug fixes · 2 ✖

author_association 1

  • MEMBER 2
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
739051357 https://github.com/pydata/xarray/pull/4604#issuecomment-739051357 https://api.github.com/repos/pydata/xarray/issues/4604 MDEyOklzc3VlQ29tbWVudDczOTA1MTM1Nw== keewis 14808389 2020-12-04T22:12:28Z 2020-12-04T22:12:28Z MEMBER

alright then, let's merge on green.

This is also for a different PR, but maybe we can add a "import xarray" step. This is useful because in case some required dependencies are missing (like numpy, see #4640) we can skip running the tests: they would fail anyway.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Amend upstream-dev GitHub action + Bug fixes 749116752
738819380 https://github.com/pydata/xarray/pull/4604#issuecomment-738819380 https://api.github.com/repos/pydata/xarray/issues/4604 MDEyOklzc3VlQ29tbWVudDczODgxOTM4MA== keewis 14808389 2020-12-04T14:38:49Z 2020-12-04T14:58:51Z MEMBER

I don't think we should do that, running the same CI on the same code multiple times in parallel doesn't make much sense. We might be able to stop that by tweaking the on section, but I would fix that in a new PR.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Amend upstream-dev GitHub action + Bug fixes 749116752

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