home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

6 rows where author_association = "OWNER", issue = 1886791100 and user = 9599 sorted by updated_at descending

✖
✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

user 1

  • simonw · 6 ✖

issue 1

  • Plugin hook: `actors_from_ids()` · 6 ✖

author_association 1

  • OWNER · 6 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions issue performed_via_github_app
1712895084 https://github.com/simonw/datasette/issues/2180#issuecomment-1712895084 https://api.github.com/repos/simonw/datasette/issues/2180 IC_kwDOBm6k_c5mGLRs simonw 9599 2023-09-10T17:44:14Z 2023-09-10T17:44:14Z OWNER

Used by datasette-short-links here: https://github.com/datasette/datasette-short-links/blob/468c3e25dbe06a8dcba8edda59bc16a18e126a51/datasette_short_links/init.py#L108-L115

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Plugin hook: `actors_from_ids()` 1886791100  
1711057080 https://github.com/simonw/datasette/issues/2180#issuecomment-1711057080 https://api.github.com/repos/simonw/datasette/issues/2180 IC_kwDOBm6k_c5l_Ki4 simonw 9599 2023-09-08T04:28:03Z 2023-09-08T04:28:03Z OWNER

Landed:

  • https://docs.datasette.io/en/latest/plugin_hooks.html#actors-from-ids-datasette-actor-ids
  • https://docs.datasette.io/en/latest/internals.html#await-actors-from-ids-actor-ids
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Plugin hook: `actors_from_ids()` 1886791100  
1711054624 https://github.com/simonw/datasette/issues/2180#issuecomment-1711054624 https://api.github.com/repos/simonw/datasette/issues/2180 IC_kwDOBm6k_c5l_J8g simonw 9599 2023-09-08T04:23:23Z 2023-09-08T04:23:23Z OWNER

I've implemented this hook once now in: - https://github.com/datasette/datasette-remote-actors

And built and tested a debug tool for it in: - https://github.com/datasette/datasette-debug-actors-from-ids

I'm now confident in the design of this plugin hook, I'm going to land it.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Plugin hook: `actors_from_ids()` 1886791100  
1711028355 https://github.com/simonw/datasette/issues/2180#issuecomment-1711028355 https://api.github.com/repos/simonw/datasette/issues/2180 IC_kwDOBm6k_c5l_DiD simonw 9599 2023-09-08T03:36:02Z 2023-09-08T03:36:02Z OWNER

I shipped the first version of

  • https://github.com/datasette/datasette-remote-actors/issues/1

When I land this plugin in a Datasette release I need to update that repo to depend on the new alpha.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Plugin hook: `actors_from_ids()` 1886791100  
1710969339 https://github.com/simonw/datasette/issues/2180#issuecomment-1710969339 https://api.github.com/repos/simonw/datasette/issues/2180 IC_kwDOBm6k_c5l-1H7 simonw 9599 2023-09-08T01:53:16Z 2023-09-08T01:53:16Z OWNER

Documentation preview: - https://datasette--2181.org.readthedocs.build/en/2181/internals.html#await-actors-from-ids-actor-ids - https://datasette--2181.org.readthedocs.build/en/2181/plugin_hooks.html#plugin-hook-actors-from-ids

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Plugin hook: `actors_from_ids()` 1886791100  
1710947637 https://github.com/simonw/datasette/issues/2180#issuecomment-1710947637 https://api.github.com/repos/simonw/datasette/issues/2180 IC_kwDOBm6k_c5l-v01 simonw 9599 2023-09-08T01:17:28Z 2023-09-08T01:17:28Z OWNER

I think this is both a plugin hook and a await datasette.actors_from_ids(actor_ids) internal API function that calls it.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Plugin hook: `actors_from_ids()` 1886791100  

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