home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 881219362 sorted by updated_at descending

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • simonw 4
  • codecov[bot] 1

author_association 2

  • OWNER 4
  • NONE 1

issue 1

  • Add Docker multi-arch support with Buildx · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions issue performed_via_github_app
849785098 https://github.com/simonw/datasette/pull/1319#issuecomment-849785098 https://api.github.com/repos/simonw/datasette/issues/1319 MDEyOklzc3VlQ29tbWVudDg0OTc4NTA5OA== simonw 9599 2021-05-27T16:48:21Z 2021-05-27T16:48:21Z OWNER

OK, since I have a mechanism for deploying alpha versions now I'm going to merge this and use it to publish 0.57a1.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Add Docker multi-arch support with Buildx 881219362  
849780481 https://github.com/simonw/datasette/pull/1319#issuecomment-849780481 https://api.github.com/repos/simonw/datasette/issues/1319 MDEyOklzc3VlQ29tbWVudDg0OTc4MDQ4MQ== simonw 9599 2021-05-27T16:41:03Z 2021-05-27T16:41:03Z OWNER

It looks like all I need to do to ship an alpha version to Docker Hub is NOT point the latest tag at it after it goes live: https://github.com/simonw/datasette/blob/1a8972f9c012cd22b088c6b70661a9c3d3847853/.github/workflows/publish.yml#L75-L77

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Add Docker multi-arch support with Buildx 881219362  
849778373 https://github.com/simonw/datasette/pull/1319#issuecomment-849778373 https://api.github.com/repos/simonw/datasette/issues/1319 MDEyOklzc3VlQ29tbWVudDg0OTc3ODM3Mw== simonw 9599 2021-05-27T16:37:50Z 2021-05-27T16:37:50Z OWNER

Started a conversation about this on Twitter. Ideally I'd like to push an alpha release to Docker Hub so people can start testing these out before they make it into an official non-alpha release.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Add Docker multi-arch support with Buildx 881219362  
849313380 https://github.com/simonw/datasette/pull/1319#issuecomment-849313380 https://api.github.com/repos/simonw/datasette/issues/1319 MDEyOklzc3VlQ29tbWVudDg0OTMxMzM4MA== codecov[bot] 22429695 2021-05-27T04:38:44Z 2021-05-27T04:38:44Z NONE

Codecov Report

Merging #1319 (cfca570) into main (1b69753) will increase coverage by 0.02%. The diff coverage is n/a.

```diff @@ Coverage Diff @@

main #1319 +/-

========================================== + Coverage 91.51% 91.53% +0.02%
========================================== Files 34 34
Lines 4255 4255
========================================== + Hits 3894 3895 +1
+ Misses 361 360 -1
```

| Impacted Files | Coverage Δ | | |---|---|---| | datasette/utils/__init__.py | 94.31% <0.00%> (+0.17%) | :arrow_up: |


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1b69753...cfca570. Read the comment docs.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Add Docker multi-arch support with Buildx 881219362  
849311884 https://github.com/simonw/datasette/pull/1319#issuecomment-849311884 https://api.github.com/repos/simonw/datasette/issues/1319 MDEyOklzc3VlQ29tbWVudDg0OTMxMTg4NA== simonw 9599 2021-05-27T04:33:51Z 2021-05-27T04:33:51Z OWNER

This is so cool! I wonder how I can best test it? I have a Raspberry Pi I should dig out to try this.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Add Docker multi-arch support with Buildx 881219362  

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