home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 610192152 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 4

issue 1

  • Directory configuration mode should support metadata.yaml · 4 ✖

author_association 1

  • OWNER 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions issue performed_via_github_app
622043887 https://github.com/simonw/datasette/issues/747#issuecomment-622043887 https://api.github.com/repos/simonw/datasette/issues/747 MDEyOklzc3VlQ29tbWVudDYyMjA0Mzg4Nw== simonw 9599 2020-04-30T19:04:19Z 2020-04-30T19:04:19Z OWNER

https://datasette.readthedocs.io/en/latest/config.html#configuration-directory-mode

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Directory configuration mode should support metadata.yaml 610192152  
622036934 https://github.com/simonw/datasette/issues/747#issuecomment-622036934 https://api.github.com/repos/simonw/datasette/issues/747 MDEyOklzc3VlQ29tbWVudDYyMjAzNjkzNA== simonw 9599 2020-04-30T18:51:18Z 2020-04-30T18:51:18Z OWNER

Needs docs.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Directory configuration mode should support metadata.yaml 610192152  
622003376 https://github.com/simonw/datasette/issues/747#issuecomment-622003376 https://api.github.com/repos/simonw/datasette/issues/747 MDEyOklzc3VlQ29tbWVudDYyMjAwMzM3Ng== simonw 9599 2020-04-30T17:45:32Z 2020-04-30T17:45:32Z OWNER

I can use this function to load the JSON-or-YAML: https://github.com/simonw/datasette/blob/d349d57cdf3d577afb62bdf784af342a4d5be660/datasette/utils/init.py#L798-L806

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Directory configuration mode should support metadata.yaml 610192152  
621948898 https://github.com/simonw/datasette/issues/747#issuecomment-621948898 https://api.github.com/repos/simonw/datasette/issues/747 MDEyOklzc3VlQ29tbWVudDYyMTk0ODg5OA== simonw 9599 2020-04-30T16:05:50Z 2020-04-30T16:05:50Z OWNER

Relevant code:

https://github.com/simonw/datasette/blob/e37f4077c0f1cd09d4102213d4e2a512af471b8d/datasette/app.py#L206-L208

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Directory configuration mode should support metadata.yaml 610192152  

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