home / github / pull_requests

Menu
  • Search all tables
  • GraphQL API

pull_requests: 764281468

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
764281468 PR_kwDOBm6k_c4tjgJ8 1495 open 0 Allow routes to have extra options 536941 Right now, datasette routes can only be a 2-tuple of `(regex, view_fn)`. If it was possible for datasette to handle extra options, like [standard Django does](https://docs.djangoproject.com/en/3.2/topics/http/urls/#passing-extra-options-to-view-functions), it would add flexibility for plugin authors. For example, if extra options were enabled, then it would be easy to make a single table the home page (#1284). This plugin would accomplish it. ```python from datasette import hookimpl from datasette.views.table import TableView @hookimpl def register_routes(datasette): return [ (r"^/$", TableView.as_view(datasette), {'db_name': 'DB_NAME', 'table': 'TABLE_NAME'}) ] ``` 2021-10-22T15:00:45Z 2021-11-19T15:36:27Z     44969c5654748fb26ad05ab37245678f245f32e5     0 fe7fa14b39846b919dfed44514a7d18d67e01dfd ff9ccfb0310501a3b4b4ca24d73246a8eb3e7914 CONTRIBUTOR 107914493 https://github.com/simonw/datasette/pull/1495    

Links from other tables

  • 0 rows from pull_requests_id in labels_pull_requests
Powered by Datasette ยท Queries took 0.931ms