home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

6 rows where author_association = "MEMBER" and issue = 478891507 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

  • crusaderky 4
  • shoyer 1
  • max-sixty 1

issue 1

  • Enforce mypy compliance in CI · 6 ✖

author_association 1

  • MEMBER · 6 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
520135388 https://github.com/pydata/xarray/pull/3197#issuecomment-520135388 https://api.github.com/repos/pydata/xarray/issues/3197 MDEyOklzc3VlQ29tbWVudDUyMDEzNTM4OA== crusaderky 6213168 2019-08-10T09:48:28Z 2019-08-10T09:48:28Z MEMBER

In it goes

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Enforce mypy compliance in CI 478891507
520128224 https://github.com/pydata/xarray/pull/3197#issuecomment-520128224 https://api.github.com/repos/pydata/xarray/issues/3197 MDEyOklzc3VlQ29tbWVudDUyMDEyODIyNA== shoyer 1217238 2019-08-10T07:56:45Z 2019-08-10T07:56:45Z MEMBER

Okay, we can give this a try

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Enforce mypy compliance in CI 478891507
520020385 https://github.com/pydata/xarray/pull/3197#issuecomment-520020385 https://api.github.com/repos/pydata/xarray/issues/3197 MDEyOklzc3VlQ29tbWVudDUyMDAyMDM4NQ== crusaderky 6213168 2019-08-09T18:31:46Z 2019-08-09T18:31:46Z MEMBER

@max-sixty added and tested :)

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Enforce mypy compliance in CI 478891507
519980803 https://github.com/pydata/xarray/pull/3197#issuecomment-519980803 https://api.github.com/repos/pydata/xarray/issues/3197 MDEyOklzc3VlQ29tbWVudDUxOTk4MDgwMw== max-sixty 5635139 2019-08-09T16:24:23Z 2019-08-09T16:24:23Z MEMBER

Is there a pre-commit for mypy?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Enforce mypy compliance in CI 478891507
519871662 https://github.com/pydata/xarray/pull/3197#issuecomment-519871662 https://api.github.com/repos/pydata/xarray/issues/3197 MDEyOklzc3VlQ29tbWVudDUxOTg3MTY2Mg== crusaderky 6213168 2019-08-09T10:38:38Z 2019-08-09T10:38:38Z MEMBER

Ready for review and merge

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Enforce mypy compliance in CI 478891507
519853582 https://github.com/pydata/xarray/pull/3197#issuecomment-519853582 https://api.github.com/repos/pydata/xarray/issues/3197 MDEyOklzc3VlQ29tbWVudDUxOTg1MzU4Mg== crusaderky 6213168 2019-08-09T09:37:07Z 2019-08-09T09:37:07Z MEMBER

mypy failures now make CI fail: https://dev.azure.com/xarray/xarray/_build/results?buildId=511&view=logs

Now moving to solve them...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Enforce mypy compliance in CI 478891507

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