home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 1116080396 and user = 10194086 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 1

  • mathause · 5 ✖

issue 1

  • MNT: prepare h5netcdf backend for (coming) change in dimension handling · 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
1024885290 https://github.com/pydata/xarray/pull/6200#issuecomment-1024885290 https://api.github.com/repos/pydata/xarray/issues/6200 IC_kwDOAMm_X849FoIq mathause 10194086 2022-01-29T10:33:40Z 2022-01-29T13:20:01Z MEMBER

~Sorry @kmuehlbauer I was too fast with merging. I have to revert this (#6208) and we can do it again once #6207 is fixed.~

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  MNT: prepare h5netcdf backend for (coming) change in dimension handling 1116080396
1024910544 https://github.com/pydata/xarray/pull/6200#issuecomment-1024910544 https://api.github.com/repos/pydata/xarray/issues/6200 IC_kwDOAMm_X849FuTQ mathause 10194086 2022-01-29T13:19:52Z 2022-01-29T13:19:52Z MEMBER

Sorry I was wrong - this was not the cause for the test failure. Let's keep this as is.

{
    "total_count": 2,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 1,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  MNT: prepare h5netcdf backend for (coming) change in dimension handling 1116080396
1024860403 https://github.com/pydata/xarray/pull/6200#issuecomment-1024860403 https://api.github.com/repos/pydata/xarray/issues/6200 IC_kwDOAMm_X849FiDz mathause 10194086 2022-01-29T07:55:16Z 2022-01-29T07:55:16Z MEMBER

Thanks @kmuehlbauer!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  MNT: prepare h5netcdf backend for (coming) change in dimension handling 1116080396
1023308804 https://github.com/pydata/xarray/pull/6200#issuecomment-1023308804 https://api.github.com/repos/pydata/xarray/issues/6200 IC_kwDOAMm_X848_nQE mathause 10194086 2022-01-27T15:07:20Z 2022-01-27T15:08:14Z MEMBER

Looks good. The remaining upstream failure does not seem to be related.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  MNT: prepare h5netcdf backend for (coming) change in dimension handling 1116080396
1023104040 https://github.com/pydata/xarray/pull/6200#issuecomment-1023104040 https://api.github.com/repos/pydata/xarray/issues/6200 IC_kwDOAMm_X848-1Qo mathause 10194086 2022-01-27T11:18:07Z 2022-01-27T11:18:07Z MEMBER

Great! Thanks for the fix. Yes the string [test-upstream] has to be part of the commit message (if you have nothing new to commit you can do git commit --allow-empty -m "[test-upstream]")

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  MNT: prepare h5netcdf backend for (coming) change in dimension handling 1116080396

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