home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 1362048785 and user = 13301940 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

  • andersy005 · 4 ✖

issue 1

  • Bump mamba-org/provision-with-micromamba from 12 to 13 · 4 ✖

author_association 1

  • MEMBER 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1257023353 https://github.com/pydata/xarray/pull/6991#issuecomment-1257023353 https://api.github.com/repos/pydata/xarray/issues/6991 IC_kwDOAMm_X85K7Kd5 andersy005 13301940 2022-09-24T17:25:31Z 2022-09-24T17:25:31Z MEMBER

@dependabot rebase

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Bump mamba-org/provision-with-micromamba from 12 to 13 1362048785
1253024262 https://github.com/pydata/xarray/pull/6991#issuecomment-1253024262 https://api.github.com/repos/pydata/xarray/issues/6991 IC_kwDOAMm_X85Kr6IG andersy005 13301940 2022-09-20T23:44:01Z 2022-09-20T23:44:01Z MEMBER

@dependabot squash and merge

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Bump mamba-org/provision-with-micromamba from 12 to 13 1362048785
1253024007 https://github.com/pydata/xarray/pull/6991#issuecomment-1253024007 https://api.github.com/repos/pydata/xarray/issues/6991 IC_kwDOAMm_X85Kr6EH andersy005 13301940 2022-09-20T23:43:34Z 2022-09-20T23:43:34Z MEMBER

@dependabot rebase

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Bump mamba-org/provision-with-micromamba from 12 to 13 1362048785
1239629310 https://github.com/pydata/xarray/pull/6991#issuecomment-1239629310 https://api.github.com/repos/pydata/xarray/issues/6991 IC_kwDOAMm_X85J4z3- andersy005 13301940 2022-09-07T16:37:52Z 2022-09-07T16:37:52Z MEMBER

@dependabot rebase

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Bump mamba-org/provision-with-micromamba from 12 to 13 1362048785

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