home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 514808098 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 2

  • crusaderky 3
  • max-sixty 2

issue 1

  • Restrict pytest to 'unit' tests (i.e. not hypothesis) · 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
548402374 https://github.com/pydata/xarray/pull/3471#issuecomment-548402374 https://api.github.com/repos/pydata/xarray/issues/3471 MDEyOklzc3VlQ29tbWVudDU0ODQwMjM3NA== max-sixty 5635139 2019-10-31T14:29:09Z 2019-10-31T14:29:09Z MEMBER

Great. Thanks for being ahead of me on some of these recent issues!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Restrict pytest to 'unit' tests (i.e. not hypothesis) 514808098
548381322 https://github.com/pydata/xarray/pull/3471#issuecomment-548381322 https://api.github.com/repos/pydata/xarray/issues/3471 MDEyOklzc3VlQ29tbWVudDU0ODM4MTMyMg== crusaderky 6213168 2019-10-31T13:43:22Z 2019-10-31T13:43:22Z MEMBER

End-to-end runtime for properties, as of the git tip, is 1.65 seconds

{
    "total_count": 2,
    "+1": 1,
    "-1": 0,
    "laugh": 1,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Restrict pytest to 'unit' tests (i.e. not hypothesis) 514808098
548381063 https://github.com/pydata/xarray/pull/3471#issuecomment-548381063 https://api.github.com/repos/pydata/xarray/issues/3471 MDEyOklzc3VlQ29tbWVudDU0ODM4MTA2Mw== crusaderky 6213168 2019-10-31T13:42:44Z 2019-10-31T13:42:44Z MEMBER

@max-sixty there used to. I took it away.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Restrict pytest to 'unit' tests (i.e. not hypothesis) 514808098
548073646 https://github.com/pydata/xarray/pull/3471#issuecomment-548073646 https://api.github.com/repos/pydata/xarray/issues/3471 MDEyOklzc3VlQ29tbWVudDU0ODA3MzY0Ng== max-sixty 5635139 2019-10-30T19:23:26Z 2019-10-30T19:23:26Z MEMBER

Ah. Am I thinking there's a separate hypothesis job when actually there isn't?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Restrict pytest to 'unit' tests (i.e. not hypothesis) 514808098
548063643 https://github.com/pydata/xarray/pull/3471#issuecomment-548063643 https://api.github.com/repos/pydata/xarray/issues/3471 MDEyOklzc3VlQ29tbWVudDU0ODA2MzY0Mw== crusaderky 6213168 2019-10-30T18:57:05Z 2019-10-30T18:57:05Z MEMBER

That was a conscious decision based on the observation that the whole lot of the hypothesis tests was taking something like 3 seconds. Has this changed now?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Restrict pytest to 'unit' tests (i.e. not hypothesis) 514808098

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