home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

6 rows where issue = 677326155 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

  • simonw 6

issue 1

  • Datasette sdist is missing templates (hence broken when installing from Homebrew) · 6 ✖

author_association 1

  • OWNER 6
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions issue performed_via_github_app
672550662 https://github.com/simonw/datasette/issues/930#issuecomment-672550662 https://api.github.com/repos/simonw/datasette/issues/930 MDEyOklzc3VlQ29tbWVudDY3MjU1MDY2Mg== simonw 9599 2020-08-12T03:30:59Z 2020-08-12T03:30:59Z OWNER

https://datasette.readthedocs.io/en/stable/changelog.html#v0-47-1

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Datasette sdist is missing templates (hence broken when installing from Homebrew) 677326155  
672519787 https://github.com/simonw/datasette/issues/930#issuecomment-672519787 https://api.github.com/repos/simonw/datasette/issues/930 MDEyOklzc3VlQ29tbWVudDY3MjUxOTc4Nw== simonw 9599 2020-08-12T02:52:46Z 2020-08-12T02:52:46Z OWNER

Homebrew install is now fixed, using a temporary URL while waiting for Travis to ship the new release to PyPI: https://github.com/simonw/homebrew-datasette/issues/6

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Datasette sdist is missing templates (hence broken when installing from Homebrew) 677326155  
672488293 https://github.com/simonw/datasette/issues/930#issuecomment-672488293 https://api.github.com/repos/simonw/datasette/issues/930 MDEyOklzc3VlQ29tbWVudDY3MjQ4ODI5Mw== simonw 9599 2020-08-12T02:35:34Z 2020-08-12T02:35:34Z OWNER

OK, this has fixed it - I used sdist to create the .tar.gz and then pip installed it into a new environment, and everything worked just fine. Going to ship this as Datasette 0.47.1.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Datasette sdist is missing templates (hence broken when installing from Homebrew) 677326155  
672480811 https://github.com/simonw/datasette/issues/930#issuecomment-672480811 https://api.github.com/repos/simonw/datasette/issues/930 MDEyOklzc3VlQ29tbWVudDY3MjQ4MDgxMQ== simonw 9599 2020-08-12T02:31:38Z 2020-08-12T02:31:38Z OWNER

The root cause appears to be that the templates/ are missing from the sdist .tar.gz: https://github.com/simonw/homebrew-datasette/issues/6#issuecomment-672477352

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Datasette sdist is missing templates (hence broken when installing from Homebrew) 677326155  
672472518 https://github.com/simonw/datasette/issues/930#issuecomment-672472518 https://api.github.com/repos/simonw/datasette/issues/930 MDEyOklzc3VlQ29tbWVudDY3MjQ3MjUxOA== simonw 9599 2020-08-12T02:24:49Z 2020-08-12T02:24:49Z OWNER

I checked and datasette publish deploys a 0.47 version that works fine too: https://datasette-0-47-j7hipcg4aq-uc.a.run.app/-/versions

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Datasette sdist is missing templates (hence broken when installing from Homebrew) 677326155  
672471431 https://github.com/simonw/datasette/issues/930#issuecomment-672471431 https://api.github.com/repos/simonw/datasette/issues/930 MDEyOklzc3VlQ29tbWVudDY3MjQ3MTQzMQ== simonw 9599 2020-08-12T02:21:19Z 2020-08-12T02:21:19Z OWNER

Correction: pip installed Datasette works fine, it's just the Homebrew release that is broken.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Datasette sdist is missing templates (hence broken when installing from Homebrew) 677326155  

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,
   [issue] INTEGER REFERENCES [issues]([id])
, [performed_via_github_app] TEXT);
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 64.204ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows