home / github

Menu
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 632919570

✖
✖

✎ 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
642745518 https://github.com/simonw/datasette/pull/809#issuecomment-642745518 https://api.github.com/repos/simonw/datasette/issues/809 MDEyOklzc3VlQ29tbWVudDY0Mjc0NTUxOA== simonw 9599 2020-06-11T15:38:51Z 2020-06-11T15:38:51Z OWNER The way to manually test this is to publish a database to each provider and then check that the `/-/messages` debug tool works. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Publish secrets 632919570  
642750790 https://github.com/simonw/datasette/pull/809#issuecomment-642750790 https://api.github.com/repos/simonw/datasette/issues/809 MDEyOklzc3VlQ29tbWVudDY0Mjc1MDc5MA== simonw 9599 2020-06-11T15:42:23Z 2020-06-11T15:42:23Z OWNER datasette publish heroku fixtures.db -n datasette-publish-secret --branch=master https://datasette-publish-secret.herokuapp.com/-/messages - Heroku works. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Publish secrets 632919570  
642754589 https://github.com/simonw/datasette/pull/809#issuecomment-642754589 https://api.github.com/repos/simonw/datasette/issues/809 MDEyOklzc3VlQ29tbWVudDY0Mjc1NDU4OQ== simonw 9599 2020-06-11T15:45:25Z 2020-06-11T15:45:25Z OWNER datasette publish cloudrun fixtures.db --service datasette-publish-secret --branch=master https://datasette-publish-secret-j7hipcg4aq-uw.a.run.app/-/messages {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Publish secrets 632919570  
642772344 https://github.com/simonw/datasette/pull/809#issuecomment-642772344 https://api.github.com/repos/simonw/datasette/issues/809 MDEyOklzc3VlQ29tbWVudDY0Mjc3MjM0NA== simonw 9599 2020-06-11T16:01:15Z 2020-06-11T16:01:15Z OWNER ``` datasette package fixtures.db --secret woot --branch master Sending build context to Docker daemon 260.6kB Step 1/9 : FROM python:3.8 3.8: Pulling from library/python e9afc4f90ab0: Downloading [=======> ] 7.195MB/50.39MB 989e6b19a265: Downloading [============================> ] 4.475MB/7.812MB af14b6c2f878: Downloading [===========================> ] 5.422MB/9.996MB 5573c4b30949: Waiting 11a88e764313: Waiting ee776f0e36af: Waiting 513c90a1afc3: Waiting df9b9e95bdb9: Waiting 86c9edb54464: Waiting ... datasette package fixtures.db --secret woot --branch master docker run -p 8001:8001 a155798bd842 ``` This works too. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Publish secrets 632919570  

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