home / github / pull_requests

Menu
  • GraphQL API

pull_requests: 274468836

This data as json

id node_id number state locked title user body created_at updated_at closed_at merged_at merge_commit_sha assignee milestone draft head base author_association repo url merged_by auto_merge
274468836 MDExOlB1bGxSZXF1ZXN0Mjc0NDY4ODM2 441 closed 0 Add register_output_renderer hook 45057 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 2019-04-29T18:03:21Z 2019-05-01T23:01:57Z 2019-05-01T23:01:57Z 2019-05-01T23:01:57Z cf406c075433882b656e340870adf7757976fa4c     0 c9f941f06eb0268841de49407725917c74a8a2dc 11b352b4d52fd02a422776edebb14f12e4994d3b CONTRIBUTOR 107914493 https://github.com/simonw/datasette/pull/441    

Links from other tables

  • 0 rows from pull_requests_id in labels_pull_requests
Powered by Datasette · Queries took 68.407ms