home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 749116752 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 4

  • keewis 2
  • dcherian 1
  • mathause 1
  • andersy005 1

issue 1

  • Amend upstream-dev GitHub action + Bug fixes · 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
739084393 https://github.com/pydata/xarray/pull/4604#issuecomment-739084393 https://api.github.com/repos/pydata/xarray/issues/4604 MDEyOklzc3VlQ29tbWVudDczOTA4NDM5Mw== dcherian 2448579 2020-12-05T00:05:10Z 2020-12-05T00:05:10Z MEMBER

Thanks @andersy005 & @keewis !

{
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Amend upstream-dev GitHub action + Bug fixes 749116752
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
738644970 https://github.com/pydata/xarray/pull/4604#issuecomment-738644970 https://api.github.com/repos/pydata/xarray/issues/4604 MDEyOklzc3VlQ29tbWVudDczODY0NDk3MA== mathause 10194086 2020-12-04T08:35:30Z 2020-12-04T08:35:30Z MEMBER

One more point - now the Actions also run on our personal forks. Is that something we want or should/ can this be disabled?

{
    "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
737519332 https://github.com/pydata/xarray/pull/4604#issuecomment-737519332 https://api.github.com/repos/pydata/xarray/issues/4604 MDEyOklzc3VlQ29tbWVudDczNzUxOTMzMg== andersy005 13301940 2020-12-02T21:54:49Z 2020-12-02T21:54:49Z MEMBER

@keewis,

When you get a chance, this is ready for another round of review...

{
    "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

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