home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 1440280424 and user = 14808389 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: issue

user 1

  • keewis · 3 ✖

author_association 1

  • MEMBER 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1460637902 https://github.com/pydata/xarray/issues/7266#issuecomment-1460637902 https://api.github.com/repos/pydata/xarray/issues/7266 IC_kwDOAMm_X85XD5DO keewis 14808389 2023-03-08T18:16:31Z 2023-03-08T18:16:31Z MEMBER

closed by #7444

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ⚠️ Nightly upstream-dev CI failed ⚠️: `pandas` removed deprecated keyword arguments 1440280424
1323619141 https://github.com/pydata/xarray/issues/7266#issuecomment-1323619141 https://api.github.com/repos/pydata/xarray/issues/7266 IC_kwDOAMm_X85O5NNF keewis 14808389 2022-11-22T12:40:24Z 2022-11-22T12:40:24Z MEMBER

we've got a few more errors now: TypeError: DatetimeArray._generate_range() got an unexpected keyword argument 'closed'

I've renamed this issue to allow tracking more recent failures in new issues.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ⚠️ Nightly upstream-dev CI failed ⚠️: `pandas` removed deprecated keyword arguments 1440280424
1312791661 https://github.com/pydata/xarray/issues/7266#issuecomment-1312791661 https://api.github.com/repos/pydata/xarray/issues/7266 IC_kwDOAMm_X85OP5xt keewis 14808389 2022-11-13T18:24:00Z 2022-11-13T18:24:32Z MEMBER

maybe we can extend the action / create a new one to open one issue per unique deprecation message. However, for that we'd need to log the warnings in the reportlog output, which as far as I can tell pytest-reportlog does not support at the moment.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ⚠️ Nightly upstream-dev CI failed ⚠️: `pandas` removed deprecated keyword arguments 1440280424

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