home / github

Menu
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 443020048

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▼ html_url issue_url node_id user created_at updated_at author_association body reactions issue performed_via_github_app
491531364 https://github.com/simonw/datasette/issues/459#issuecomment-491531364 https://api.github.com/repos/simonw/datasette/issues/459 MDEyOklzc3VlQ29tbWVudDQ5MTUzMTM2NA== simonw 9599 2019-05-11T17:50:37Z 2019-05-11T17:50:37Z OWNER I also need to fix my various `.travis.yml` configs to adapt to this new change. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Fix the "datasette now publish ... --alias=x" option 443020048  
491531399 https://github.com/simonw/datasette/issues/459#issuecomment-491531399 https://api.github.com/repos/simonw/datasette/issues/459 MDEyOklzc3VlQ29tbWVudDQ5MTUzMTM5OQ== simonw 9599 2019-05-11T17:51:11Z 2019-05-11T17:51:11Z OWNER This is the publish code that needs updating: https://github.com/simonw/datasette/blob/e7b31ae8c1a28cab9db8e165b3f21407c2e581e6/datasette/publish/now.py#L79-L96 {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Fix the "datasette now publish ... --alias=x" option 443020048  
491533931 https://github.com/simonw/datasette/issues/459#issuecomment-491533931 https://api.github.com/repos/simonw/datasette/issues/459 MDEyOklzc3VlQ29tbWVudDQ5MTUzMzkzMQ== simonw 9599 2019-05-11T18:29:37Z 2019-05-11T19:26:11Z OWNER This needs doing before the next release because it is interfering with my Travis code that actually runs the release: https://travis-ci.org/simonw/datasette/jobs/530597261 {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Fix the "datasette now publish ... --alias=x" option 443020048  

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 29.74ms · About: simonw/datasette-graphql
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows