home / github

Menu
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

7 rows where issue = 688427751

✎ 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
683212246 https://github.com/simonw/datasette/issues/956#issuecomment-683212246 https://api.github.com/repos/simonw/datasette/issues/956 MDEyOklzc3VlQ29tbWVudDY4MzIxMjI0Ng== simonw 9599 2020-08-29T01:21:26Z 2020-08-29T01:21:26Z OWNER I added this but I have no idea if I got it right or not: https://github.com/simonw/datasette/blob/c36e287d71d68ecb2a45e9808eede15f19f931fb/.github/workflows/publish.yml#L58-L63 {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Push to Docker Hub failed - but it shouldn't run for alpha releases anyway 688427751  
683212421 https://github.com/simonw/datasette/issues/956#issuecomment-683212421 https://api.github.com/repos/simonw/datasette/issues/956 MDEyOklzc3VlQ29tbWVudDY4MzIxMjQyMQ== simonw 9599 2020-08-29T01:22:23Z 2020-08-29T01:22:23Z OWNER Here's the error message again: > invalid argument `"***/datasette::0.49a0"` for `"-t, --tag"` flag: invalid reference format {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Push to Docker Hub failed - but it shouldn't run for alpha releases anyway 688427751  
683212960 https://github.com/simonw/datasette/issues/956#issuecomment-683212960 https://api.github.com/repos/simonw/datasette/issues/956 MDEyOklzc3VlQ29tbWVudDY4MzIxMjk2MA== simonw 9599 2020-08-29T01:25:34Z 2020-08-29T01:25:34Z OWNER So I guess this bit is wrong: https://github.com/simonw/datasette/blob/c36e287d71d68ecb2a45e9808eede15f19f931fb/.github/workflows/publish.yml#L71-L73 {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Push to Docker Hub failed - but it shouldn't run for alpha releases anyway 688427751  
683213973 https://github.com/simonw/datasette/issues/956#issuecomment-683213973 https://api.github.com/repos/simonw/datasette/issues/956 MDEyOklzc3VlQ29tbWVudDY4MzIxMzk3Mw== simonw 9599 2020-08-29T01:31:39Z 2020-08-29T01:31:39Z OWNER Here's how the old Travis mechanism worked: https://github.com/simonw/datasette/blob/52eabb019d4051084b21524bd0fd9c2731126985/.travis.yml#L41-L47 So I was assuming that the eqivalent of `$REPO:$TRAVIS_TAG` in GitHub Actions is `$REPO::${GITHUB_REF#refs/tags/}`. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Push to Docker Hub failed - but it shouldn't run for alpha releases anyway 688427751  
683214102 https://github.com/simonw/datasette/issues/956#issuecomment-683214102 https://api.github.com/repos/simonw/datasette/issues/956 MDEyOklzc3VlQ29tbWVudDY4MzIxNDEwMg== simonw 9599 2020-08-29T01:32:21Z 2020-08-29T01:32:21Z OWNER Maybe the bug here is the double colon? {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Push to Docker Hub failed - but it shouldn't run for alpha releases anyway 688427751  
692955850 https://github.com/simonw/datasette/issues/956#issuecomment-692955850 https://api.github.com/repos/simonw/datasette/issues/956 MDEyOklzc3VlQ29tbWVudDY5Mjk1NTg1MA== simonw 9599 2020-09-15T20:17:49Z 2020-09-15T20:17:49Z OWNER I think I've fixed this with recent changes I made as part of #941 - but I won't know until I release the next version. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Push to Docker Hub failed - but it shouldn't run for alpha releases anyway 688427751  
692965022 https://github.com/simonw/datasette/issues/956#issuecomment-692965022 https://api.github.com/repos/simonw/datasette/issues/956 MDEyOklzc3VlQ29tbWVudDY5Mjk2NTAyMg== simonw 9599 2020-09-15T20:36:34Z 2020-09-15T20:36:34Z OWNER https://hub.docker.com/r/datasetteproject/datasette/tags - 0.49.1 was successfully pushed to Docker Hub by https://github.com/simonw/datasette/runs/1119815175?check_suite_focus=true {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Push to Docker Hub failed - but it shouldn't run for alpha releases anyway 688427751  

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