home / github

Menu
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

7 rows where user = 49699333

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: issue_url, issue, 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
838449572 https://github.com/simonw/datasette/pull/1318#issuecomment-838449572 https://api.github.com/repos/simonw/datasette/issues/1318 MDEyOklzc3VlQ29tbWVudDgzODQ0OTU3Mg== dependabot[bot] 49699333 2021-05-11T13:12:30Z 2021-05-11T13:12:30Z CONTRIBUTOR Superseded by #1321. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Bump black from 21.4b2 to 21.5b0 876431852  
919135732 https://github.com/simonw/datasette/pull/1453#issuecomment-919135732 https://api.github.com/repos/simonw/datasette/issues/1453 IC_kwDOBm6k_c42yOX0 dependabot[bot] 49699333 2021-09-14T13:10:38Z 2021-09-14T13:10:38Z CONTRIBUTOR Superseded by #1471. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Bump black from 21.7b0 to 21.8b0 982780906  
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  
971568829 https://github.com/simonw/datasette/pull/1500#issuecomment-971568829 https://api.github.com/repos/simonw/datasette/issues/1500 IC_kwDOBm6k_c456Pa9 dependabot[bot] 49699333 2021-11-17T13:13:58Z 2021-11-17T13:13:58Z CONTRIBUTOR Superseded by #1514. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Bump black from 21.9b0 to 21.10b0 1041158024  
972852184 https://github.com/simonw/datasette/pull/1514#issuecomment-972852184 https://api.github.com/repos/simonw/datasette/issues/1514 IC_kwDOBm6k_c45_IvY dependabot[bot] 49699333 2021-11-18T13:11:15Z 2021-11-18T13:11:15Z CONTRIBUTOR Superseded by #1516. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Bump black from 21.9b0 to 21.11b0 1056117435  
1031455498 https://github.com/simonw/datasette/pull/1593#issuecomment-1031455498 https://api.github.com/repos/simonw/datasette/issues/1593 IC_kwDOBm6k_c49esMK dependabot[bot] 49699333 2022-02-07T13:13:22Z 2022-02-07T13:13:22Z CONTRIBUTOR Superseded by #1631. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Update pytest-asyncio requirement from <0.17,>=0.10 to >=0.10,<0.18 1101705012  

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