home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where author_association = "MEMBER", issue = 533580931 and user = 5635139 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

  • max-sixty · 5 ✖

issue 1

  • Fix pint integration tests · 5 ✖

author_association 1

  • MEMBER · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
563345805 https://github.com/pydata/xarray/pull/3600#issuecomment-563345805 https://api.github.com/repos/pydata/xarray/issues/3600 MDEyOklzc3VlQ29tbWVudDU2MzM0NTgwNQ== max-sixty 5635139 2019-12-09T17:30:08Z 2019-12-09T17:30:08Z MEMBER

Thank you @keewis !

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix pint integration tests 533580931
563165561 https://github.com/pydata/xarray/pull/3600#issuecomment-563165561 https://api.github.com/repos/pydata/xarray/issues/3600 MDEyOklzc3VlQ29tbWVudDU2MzE2NTU2MQ== max-sixty 5635139 2019-12-09T10:25:43Z 2019-12-09T10:25:43Z MEMBER

And test failure is unrelated (and think there's a PR to fix)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix pint integration tests 533580931
563165314 https://github.com/pydata/xarray/pull/3600#issuecomment-563165314 https://api.github.com/repos/pydata/xarray/issues/3600 MDEyOklzc3VlQ29tbWVudDU2MzE2NTMxNA== max-sixty 5635139 2019-12-09T10:25:13Z 2019-12-09T10:25:13Z MEMBER

Looks good! (as ever with these, I had a browse through and picked a couple of sections to look at more deeply, but didn't go through each line in detail)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix pint integration tests 533580931
562799809 https://github.com/pydata/xarray/pull/3600#issuecomment-562799809 https://api.github.com/repos/pydata/xarray/issues/3600 MDEyOklzc3VlQ29tbWVudDU2Mjc5OTgwOQ== max-sixty 5635139 2019-12-07T01:25:45Z 2019-12-07T01:25:45Z MEMBER

What do you mean with "flups"?

Sorry, that's probably not widely used! "flups"="follow-ups"

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix pint integration tests 533580931
562795691 https://github.com/pydata/xarray/pull/3600#issuecomment-562795691 https://api.github.com/repos/pydata/xarray/issues/3600 MDEyOklzc3VlQ29tbWVudDU2Mjc5NTY5MQ== max-sixty 5635139 2019-12-07T00:55:05Z 2019-12-07T00:55:05Z MEMBER

Looks like a good set of improvements, thanks @keewis

Shall we merge this and do flups in another PR?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix pint integration tests 533580931

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