home / github

Menu
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 1026379132

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: user, author_association, reactions, 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
943594712 https://github.com/simonw/datasette/pull/1489#issuecomment-943594712 https://api.github.com/repos/simonw/datasette/issues/1489 IC_kwDOBm6k_c44PhzY simonw 9599 2021-10-14T18:04:11Z 2021-10-14T18:04:11Z OWNER @dependabot recreate {"total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Update pyyaml requirement from ~=5.3 to >=5.3,<7.0 1026379132  
943594735 https://github.com/simonw/datasette/pull/1489#issuecomment-943594735 https://api.github.com/repos/simonw/datasette/issues/1489 IC_kwDOBm6k_c44Phzv dependabot[bot] 49699333 2021-10-14T18:04:12Z 2021-10-14T18:04:12Z CONTRIBUTOR Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use `@dependabot reopen` if the branch has been deleted). {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Update pyyaml requirement from ~=5.3 to >=5.3,<7.0 1026379132  
943594738 https://github.com/simonw/datasette/pull/1489#issuecomment-943594738 https://api.github.com/repos/simonw/datasette/issues/1489 IC_kwDOBm6k_c44Phzy dependabot[bot] 49699333 2021-10-14T18:04:13Z 2021-10-14T18:04:13Z CONTRIBUTOR OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Update pyyaml requirement from ~=5.3 to >=5.3,<7.0 1026379132  

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