home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

7 rows where issue = 842881221 and user = 9599 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 · 7 ✖

issue 1

  • Latest Datasette tags missing from Docker Hub · 7 ✖

author_association 1

  • OWNER 7
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions issue performed_via_github_app
809009580 https://github.com/simonw/datasette/issues/1281#issuecomment-809009580 https://api.github.com/repos/simonw/datasette/issues/1281 MDEyOklzc3VlQ29tbWVudDgwOTAwOTU4MA== simonw 9599 2021-03-29T01:41:48Z 2021-03-29T01:41:48Z OWNER

https://github.com/simonw/datasette/runs/2214871602?check_suite_focus=true worked:

Here's the 0.56 image on Docker Hub: https://hub.docker.com/layers/datasetteproject/datasette/0.56/images/sha256-701fc0f299a0ea79434a4852c46dab351254b9ac25dbe3c5f36fd5360caf52f9?context=explore

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Latest Datasette tags missing from Docker Hub 842881221  
809008760 https://github.com/simonw/datasette/issues/1281#issuecomment-809008760 https://api.github.com/repos/simonw/datasette/issues/1281 MDEyOklzc3VlQ29tbWVudDgwOTAwODc2MA== simonw 9599 2021-03-29T01:38:21Z 2021-03-29T01:38:21Z OWNER

Got this error: ``` "docker tag" requires exactly 2 arguments. See 'docker tag --help'.

Usage: docker tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG]

Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Latest Datasette tags missing from Docker Hub 842881221  
809007255 https://github.com/simonw/datasette/issues/1281#issuecomment-809007255 https://api.github.com/repos/simonw/datasette/issues/1281 MDEyOklzc3VlQ29tbWVudDgwOTAwNzI1NQ== simonw 9599 2021-03-29T01:32:18Z 2021-03-29T01:32:18Z OWNER

I'm going to build a new GitHub Actions workflow for this that lets me manually specify a tag to build and push as a Docker image.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Latest Datasette tags missing from Docker Hub 842881221  
809001653 https://github.com/simonw/datasette/issues/1281#issuecomment-809001653 https://api.github.com/repos/simonw/datasette/issues/1281 MDEyOklzc3VlQ29tbWVudDgwOTAwMTY1Mw== simonw 9599 2021-03-29T01:08:31Z 2021-03-29T01:08:31Z OWNER

I'm going to attempt to fix this manually for the 0.56 release, by building and tagging it by hand and then pushing the 0.56 tag to Docker Hub.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Latest Datasette tags missing from Docker Hub 842881221  
809001273 https://github.com/simonw/datasette/issues/1281#issuecomment-809001273 https://api.github.com/repos/simonw/datasette/issues/1281 MDEyOklzc3VlQ29tbWVudDgwOTAwMTI3Mw== simonw 9599 2021-03-29T01:06:45Z 2021-03-29T01:06:45Z OWNER

https://docs.docker.com/engine/reference/commandline/push/#push-all-tags-of-an-image

Use the -a (or --all-tags) option to push all tags of a local image.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Latest Datasette tags missing from Docker Hub 842881221  
809000903 https://github.com/simonw/datasette/issues/1281#issuecomment-809000903 https://api.github.com/repos/simonw/datasette/issues/1281 MDEyOklzc3VlQ29tbWVudDgwOTAwMDkwMw== simonw 9599 2021-03-29T01:05:10Z 2021-03-29T01:05:10Z OWNER

https://github.com/simonw/datasette/runs/1763835467?check_suite_focus=true for Datasette 0.54 worked, and the output included this:

Successfully tagged ***/datasette:0.54 The push refers to repository [docker.io/***/datasette] aedd33c6b161: Preparing ... aedd33c6b161: Pushed 0.54: digest: sha256:65c7e579d1c29755dac5c1ca86b1e97fa88c48bd3d724ac3e02988d0da296140 size: 2005 aedd33c6b161: Preparing ... 5dacd731af1b: Layer already exists latest: digest: sha256:65c7e579d1c29755dac5c1ca86b1e97fa88c48bd3d724ac3e02988d0da296140 size: 2005 Here's that same section of output from the 0.56 release: Successfully tagged ***/datasette:0.56 Using default tag: latest The push refers to repository [docker.io/***/datasette] 4d4a9976adcc: Preparing ... 9b2132a0d5cf: Pushed latest: digest: sha256:2250d0fbe57b1d615a8d6df0c9d43deb9533532e00bac68854773d8ff8dcf00a size: 1793 The difference here is the "Using default tag: latest" bit.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Latest Datasette tags missing from Docker Hub 842881221  
808999525 https://github.com/simonw/datasette/issues/1281#issuecomment-808999525 https://api.github.com/repos/simonw/datasette/issues/1281 MDEyOklzc3VlQ29tbWVudDgwODk5OTUyNQ== simonw 9599 2021-03-29T01:00:38Z 2021-03-29T01:00:38Z OWNER

Here's the diff between Dockerfile in 0.54.1 and 0.56: https://github.com/simonw/datasette/compare/0.54.1...0.56#diff-551d1fcf87f78cc3bc18a7b332a4dc5d8773a512062df881c5aba28a6f5c48d7

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Latest Datasette tags missing from Docker Hub 842881221  

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 508.64ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows