home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 1429306020 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 3

  • keewis 2
  • mathause 1
  • dependabot[bot] 1

author_association 2

  • MEMBER 3
  • CONTRIBUTOR 1

issue 1

  • Bump mamba-org/provision-with-micromamba from 12 to 14 · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1297644407 https://github.com/pydata/xarray/pull/7241#issuecomment-1297644407 https://api.github.com/repos/pydata/xarray/issues/7241 IC_kwDOAMm_X85NWHt3 mathause 10194086 2022-10-31T20:29:05Z 2022-10-31T20:29:05Z MEMBER

Thanks @keewis

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Bump mamba-org/provision-with-micromamba from 12 to 14 1429306020
1297047291 https://github.com/pydata/xarray/pull/7241#issuecomment-1297047291 https://api.github.com/repos/pydata/xarray/issues/7241 IC_kwDOAMm_X85NT177 dependabot[bot] 49699333 2022-10-31T12:55:36Z 2022-10-31T12:55:36Z CONTRIBUTOR

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Bump mamba-org/provision-with-micromamba from 12 to 14 1429306020
1297047242 https://github.com/pydata/xarray/pull/7241#issuecomment-1297047242 https://api.github.com/repos/pydata/xarray/issues/7241 IC_kwDOAMm_X85NT17K keewis 14808389 2022-10-31T12:55:34Z 2022-10-31T12:55: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 14 1429306020
1297003420 https://github.com/pydata/xarray/pull/7241#issuecomment-1297003420 https://api.github.com/repos/pydata/xarray/issues/7241 IC_kwDOAMm_X85NTrOc keewis 14808389 2022-10-31T12:18:38Z 2022-10-31T12:18:38Z MEMBER

It seems on windows conda is not installed by default anymore. Installing dependencies explicitly is the right thing to do, anyways, so I updated the other CI as well.

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

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