home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

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

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 1

  • keewis · 2 ✖

issue 1

  • Calendar utilities · 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
828792273 https://github.com/pydata/xarray/pull/5233#issuecomment-828792273 https://api.github.com/repos/pydata/xarray/issues/5233 MDEyOklzc3VlQ29tbWVudDgyODc5MjI3Mw== keewis 14808389 2021-04-28T21:29:11Z 2021-04-28T21:29:11Z MEMBER

I think that's because you didn't push the newer tags, so while you get the latest commits setuptools-scm thinks the latest release is 0.11.

In any case, the action shouldn't run (it should either be skipped or not run at all). Actually, I'd recommend to disable action runs on your fork (this is possible somewhere in the repository settings) because it doesn't really make sense to run the actions multiple times.

{
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Calendar utilities 870312451
828787005 https://github.com/pydata/xarray/pull/5233#issuecomment-828787005 https://api.github.com/repos/pydata/xarray/issues/5233 MDEyOklzc3VlQ29tbWVudDgyODc4NzAwNQ== keewis 14808389 2021-04-28T21:18:53Z 2021-04-28T21:18:53Z MEMBER

where do you see that? The only thing I see is a failed docs build, which fails because you used :py:property: instead of :py:attr:, and because date_range and date_range_like are not imported by the main xarray/__init__.py

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Calendar utilities 870312451

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