home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

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

  • dcherian 1
  • keewis 1
  • github-actions[bot] 1
  • jukent 1

author_association 2

  • CONTRIBUTOR 2
  • MEMBER 2

issue 1

  • add xarray tutorial · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
861573290 https://github.com/pydata/xarray/pull/5457#issuecomment-861573290 https://api.github.com/repos/pydata/xarray/issues/5457 MDEyOklzc3VlQ29tbWVudDg2MTU3MzI5MA== github-actions[bot] 41898282 2021-06-15T14:59:27Z 2021-06-15T14:59:27Z CONTRIBUTOR

Unit Test Results

0 files  ±0  0 suites  ±0   0s :stopwatch: ±0s 0 tests ±0  0 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit 4e61a26f. ± Comparison against base commit 4e61a26f.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  add xarray tutorial 916710879
861551895 https://github.com/pydata/xarray/pull/5457#issuecomment-861551895 https://api.github.com/repos/pydata/xarray/issues/5457 MDEyOklzc3VlQ29tbWVudDg2MTU1MTg5NQ== dcherian 2448579 2021-06-15T14:33:16Z 2021-06-15T14:33:16Z MEMBER

Thanks @jukent sorry for the delay!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  add xarray tutorial 916710879
861550921 https://github.com/pydata/xarray/pull/5457#issuecomment-861550921 https://api.github.com/repos/pydata/xarray/issues/5457 MDEyOklzc3VlQ29tbWVudDg2MTU1MDkyMQ== jukent 46687291 2021-06-15T14:31:59Z 2021-06-15T14:31:59Z CONTRIBUTOR

@dcherian @keewis I don't have permission to request reviews, but this has been open for almost a week so I wanted to nudge you.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  add xarray tutorial 916710879
858149526 https://github.com/pydata/xarray/pull/5457#issuecomment-858149526 https://api.github.com/repos/pydata/xarray/issues/5457 MDEyOklzc3VlQ29tbWVudDg1ODE0OTUyNg== keewis 14808389 2021-06-09T22:45:10Z 2021-06-09T22:45:10Z MEMBER

great, thanks, @jukent. That list seems to be sorted by date. Could you move the new entry to the top of the list?

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  add xarray tutorial 916710879

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