home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 809332917 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 3

  • dcherian 2
  • sjvrijn 1
  • keewis 1

author_association 2

  • MEMBER 3
  • CONTRIBUTOR 1

issue 1

  • Record processing steps into history attribute with context manager · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1134678742 https://github.com/pydata/xarray/issues/4914#issuecomment-1134678742 https://api.github.com/repos/pydata/xarray/issues/4914 IC_kwDOAMm_X85DodLW keewis 14808389 2022-05-23T13:25:55Z 2022-05-23T13:28:48Z MEMBER

yes, that's true, and I'm sorry to have stalled that one (it is not forgotten, though, I was planning to have a look at it sometime soon).

4896 added the hook, while #5668 will populate the context object.

We still need to figure out how to chain merge strategies, though.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Record processing steps into history attribute with context manager 809332917
1134634600 https://github.com/pydata/xarray/issues/4914#issuecomment-1134634600 https://api.github.com/repos/pydata/xarray/issues/4914 IC_kwDOAMm_X85DoSZo dcherian 2448579 2022-05-23T12:48:38Z 2022-05-23T12:48:38Z MEMBER

5668 is the next thing needed afaict

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Record processing steps into history attribute with context manager 809332917
1134360245 https://github.com/pydata/xarray/issues/4914#issuecomment-1134360245 https://api.github.com/repos/pydata/xarray/issues/4914 IC_kwDOAMm_X85DnPa1 sjvrijn 8833517 2022-05-23T08:35:38Z 2022-05-23T08:35:38Z CONTRIBUTOR

Now #4896 has been merged, can this issue be closed?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Record processing steps into history attribute with context manager 809332917
779860632 https://github.com/pydata/xarray/issues/4914#issuecomment-779860632 https://api.github.com/repos/pydata/xarray/issues/4914 MDEyOklzc3VlQ29tbWVudDc3OTg2MDYzMg== dcherian 2448579 2021-02-16T14:10:11Z 2021-02-16T14:10:11Z MEMBER

You can help test out https://github.com/pydata/xarray/pull/4896 !

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Record processing steps into history attribute with context manager 809332917

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