home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 559522877 and user = 9599 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 · 5 ✖

issue 1

  • Datasette.render_template() method · 5 ✖

author_association 1

  • OWNER 5
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions issue performed_via_github_app
582092019 https://github.com/simonw/datasette/pull/664#issuecomment-582092019 https://api.github.com/repos/simonw/datasette/issues/664 MDEyOklzc3VlQ29tbWVudDU4MjA5MjAxOQ== simonw 9599 2020-02-04T20:08:22Z 2020-02-04T20:08:22Z OWNER

See #576 for existing ticket covering Datasette class documentation.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Datasette.render_template() method 559522877  
582089909 https://github.com/simonw/datasette/pull/664#issuecomment-582089909 https://api.github.com/repos/simonw/datasette/issues/664 MDEyOklzc3VlQ29tbWVudDU4MjA4OTkwOQ== simonw 9599 2020-02-04T20:03:07Z 2020-02-04T20:03:07Z OWNER

I'm going to ship this without documentation, get a couple of plugins out that use it and then add documentation once I'm confident it's right.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Datasette.render_template() method 559522877  
581988901 https://github.com/simonw/datasette/pull/664#issuecomment-581988901 https://api.github.com/repos/simonw/datasette/issues/664 MDEyOklzc3VlQ29tbWVudDU4MTk4ODkwMQ== simonw 9599 2020-02-04T16:17:55Z 2020-02-04T16:17:55Z OWNER

It doesn't make sense for extra body scripts to be available for all template renders (including from plugins) but extra CSS and JS to only be handled by the BaseView render method - especially since extra body scripts are likely to depend on extra JS files.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Datasette.render_template() method 559522877  
581770979 https://github.com/simonw/datasette/pull/664#issuecomment-581770979 https://api.github.com/repos/simonw/datasette/issues/664 MDEyOklzc3VlQ29tbWVudDU4MTc3MDk3OQ== simonw 9599 2020-02-04T07:02:37Z 2020-02-04T07:02:37Z OWNER

More importantly, I need to prototype up a plugin that actually uses this method - probably datasette-upload-csvs - to make sure it serves its purpose.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Datasette.render_template() method 559522877  
581768760 https://github.com/simonw/datasette/pull/664#issuecomment-581768760 https://api.github.com/repos/simonw/datasette/issues/664 MDEyOklzc3VlQ29tbWVudDU4MTc2ODc2MA== simonw 9599 2020-02-04T06:54:12Z 2020-02-04T06:54:12Z OWNER

Needs documentation.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Datasette.render_template() method 559522877  

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