home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 954308458 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • mathause 2
  • github-actions[bot] 1

author_association 2

  • MEMBER 2
  • CONTRIBUTOR 1

issue 1

  • Del duplicate set_options in api.rst · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
887883780 https://github.com/pydata/xarray/pull/5639#issuecomment-887883780 https://api.github.com/repos/pydata/xarray/issues/5639 IC_kwDOAMm_X8407AgE github-actions[bot] 41898282 2021-07-27T22:48:06Z 2021-07-30T08:47:36Z CONTRIBUTOR

Unit Test Results

6 files  ±0           6 suites  ±0   51m 56s :stopwatch: ±0s 16 200 tests ±0  14 465 :heavy_check_mark: ±0  1 735 :zzz: ±0  0 :x: ±0  90 396 runs  ±0  82 220 :heavy_check_mark: ±0  8 176 :zzz: ±0  0 :x: ±0 

Results for commit 29775631. ± Comparison against base commit 29775631.

:recycle: This comment has been updated with latest results.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Del duplicate set_options in api.rst 954308458
889725783 https://github.com/pydata/xarray/pull/5639#issuecomment-889725783 https://api.github.com/repos/pydata/xarray/issues/5639 IC_kwDOAMm_X841CCNX mathause 10194086 2021-07-30T08:20:29Z 2021-07-30T08:20:29Z MEMBER

Thanks @aaronspring!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Del duplicate set_options in api.rst 954308458
888898746 https://github.com/pydata/xarray/pull/5639#issuecomment-888898746 https://api.github.com/repos/pydata/xarray/issues/5639 IC_kwDOAMm_X840-4S6 mathause 10194086 2021-07-29T08:08:40Z 2021-07-29T08:08:40Z MEMBER

Thanks. That should be fine to merge or is there a reason this is a WIP PR? Can you mark it "ready for review"?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Del duplicate set_options in api.rst 954308458

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