home / github

Menu
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 903978133

✎ 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
849781747 https://github.com/simonw/datasette/issues/1343#issuecomment-849781747 https://api.github.com/repos/simonw/datasette/issues/1343 MDEyOklzc3VlQ29tbWVudDg0OTc4MTc0Nw== simonw 9599 2021-05-27T16:43:04Z 2021-05-27T16:43:04Z OWNER I'm going to try pushing an alpha of https://github.com/simonw/datasette/releases/tag/0.57a0 using this workflow I built a few months ago: https://github.com/simonw/datasette/blob/1a8972f9c012cd22b088c6b70661a9c3d3847853/.github/workflows/push_docker_tag.yml {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Figure out how to publish alpha/beta releases to Docker Hub 903978133  
849782098 https://github.com/simonw/datasette/issues/1343#issuecomment-849782098 https://api.github.com/repos/simonw/datasette/issues/1343 MDEyOklzc3VlQ29tbWVudDg0OTc4MjA5OA== simonw 9599 2021-05-27T16:43:40Z 2021-05-27T16:43:55Z OWNER https://github.com/simonw/datasette/actions/workflows/push_docker_tag.yml <img width="944" alt="Actions_·_simonw_datasette" src="https://user-images.githubusercontent.com/9599/119864935-01f15400-bed0-11eb-8979-0a5cc1b6bcb4.png"> {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Figure out how to publish alpha/beta releases to Docker Hub 903978133  
849783398 https://github.com/simonw/datasette/issues/1343#issuecomment-849783398 https://api.github.com/repos/simonw/datasette/issues/1343 MDEyOklzc3VlQ29tbWVudDg0OTc4MzM5OA== simonw 9599 2021-05-27T16:45:41Z 2021-05-27T16:45:41Z OWNER https://hub.docker.com/r/datasetteproject/datasette/tags?page=1&ordering=last_updated now shows this at the top: https://hub.docker.com/layers/datasetteproject/datasette/0.57a0/images/sha256-4ab61095c1d879a91d154ed469227387356a305035da9c74542c55bd500c89db?context=explore {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Figure out how to publish alpha/beta releases to Docker Hub 903978133  
849784005 https://github.com/simonw/datasette/issues/1343#issuecomment-849784005 https://api.github.com/repos/simonw/datasette/issues/1343 MDEyOklzc3VlQ29tbWVudDg0OTc4NDAwNQ== simonw 9599 2021-05-27T16:46:37Z 2021-05-27T16:46:37Z OWNER That worked: ``` % docker run -it datasetteproject/datasette:0.57a0 Unable to find image 'datasetteproject/datasette:0.57a0' locally 0.57a0: Pulling from datasetteproject/datasette 75646c2fb410: Pull complete edf8b70d3cc4: Pull complete 229daa3ebd94: Pull complete 65d21ac50a56: Pull complete e083ad7cc3ca: Pull complete ed4de1431432: Pull complete 1da5e8b27cca: Pull complete Digest: sha256:4ab61095c1d879a91d154ed469227387356a305035da9c74542c55bd500c89db Status: Downloaded newer image for datasetteproject/datasette:0.57a0 INFO: Started server process [1] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:8001 (Press CTRL+C to quit) ``` {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Figure out how to publish alpha/beta releases to Docker Hub 903978133  

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 71.755ms · About: simonw/datasette-graphql