home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 438437973

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association pull_request body repo type active_lock_reason performed_via_github_app reactions draft state_reason
438437973 MDExOlB1bGxSZXF1ZXN0Mjc0NDY4ODM2 441 Add register_output_renderer hook 45057 closed 0     8 2019-04-29T18:03:21Z 2019-05-01T23:01:57Z 2019-05-01T23:01:57Z CONTRIBUTOR simonw/datasette/pulls/441

This changeset refactors out the JSON renderer and then adds a hook and dispatcher system to allow custom output renderers to be registered.

The CSV output renderer is untouched because supporting streaming renderers through this system would be significantly more complex, and probably not worthwhile.

We can't simply allow hooks to be called at request time because we need a list of supported file extensions when the request is being routed in order to resolve ambiguous database/table names. So, renderers need to be registered at startup.

I've tried to make this API independent of Sanic's request/response objects so that this can remain stable during the switch to ASGI. I'm using dictionaries to keep it simple and to make adding additional options in the future easy.

Fixes #440

107914493 pull    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/441/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
0  

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 8 rows from issue in issue_comments
Powered by Datasette · Queries took 1.087ms · About: github-to-sqlite