home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "MEMBER" and issue = 270159774 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 3

  • fujiisoup 2
  • shoyer 1
  • jhamman 1

issue 1

  • Coverage badge on README · 4 ✖

author_association 1

  • MEMBER · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
345921500 https://github.com/pydata/xarray/issues/1678#issuecomment-345921500 https://api.github.com/repos/pydata/xarray/issues/1678 MDEyOklzc3VlQ29tbWVudDM0NTkyMTUwMA== fujiisoup 6815844 2017-11-21T05:31:12Z 2017-11-21T05:31:12Z MEMBER

@jhamman If very low coverage badge is sometimes shown, this may degrade xarray's reliance for new users... I saw some solutions in the link above, but it is hard to check it would be working.

Anyway, I will close this.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Coverage badge on README 270159774
345920163 https://github.com/pydata/xarray/issues/1678#issuecomment-345920163 https://api.github.com/repos/pydata/xarray/issues/1678 MDEyOklzc3VlQ29tbWVudDM0NTkyMDE2Mw== jhamman 2443309 2017-11-21T05:21:03Z 2017-11-21T05:21:03Z MEMBER

Anything we want to do here? This doesn't seem like it would be specific to the coverage badge. I would image the status of these badges is not as important to most users as the link they provide to the docs/coveralls/travis sites.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Coverage badge on README 270159774
340955114 https://github.com/pydata/xarray/issues/1678#issuecomment-340955114 https://api.github.com/repos/pydata/xarray/issues/1678 MDEyOklzc3VlQ29tbWVudDM0MDk1NTExNA== shoyer 1217238 2017-11-01T01:47:04Z 2017-11-01T01:47:04Z MEMBER

I agree this is annoying (due to transient build failures). A hard refresh in my browser seems to fix it.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Coverage badge on README 270159774
340946379 https://github.com/pydata/xarray/issues/1678#issuecomment-340946379 https://api.github.com/repos/pydata/xarray/issues/1678 MDEyOklzc3VlQ29tbWVudDM0MDk0NjM3OQ== fujiisoup 6815844 2017-11-01T00:37:32Z 2017-11-01T00:37:32Z MEMBER

Note that it is not reproducible, because it may depend on my browser cache. But I guess this could happen also in other user's browser.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Coverage badge on README 270159774

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