datasette/datasette
Simon Willison 6f36fef502 View transitions prototype 2023-12-19 08:39:13 -08:00
..
publish Use service-specific image ID for Cloud Run deploys, refs #2036 2023-03-08 12:25:55 -08:00
static JavaScript Plugin API, providing custom panels and column menu items 2023-10-12 17:00:27 -07:00
templates View transitions prototype 2023-12-19 08:39:13 -08:00
utils Raise an exception if a "plugins" block exists in metadata.json 2023-10-12 09:20:50 -07:00
views Stop using parallel SQL queries for tables 2023-09-20 15:10:55 -07:00
__init__.py New JSON design for query views (#2118) 2023-08-07 18:47:39 -07:00
__main__.py Add support for running datasette as a module (#556) 2019-07-11 09:07:44 -07:00
actor_auth_cookie.py Remove python-baseconv dependency, refs #1733, closes #1734 2022-05-02 12:39:06 -07:00
app.py Raise an exception if a "plugins" block exists in metadata.json 2023-10-12 09:20:50 -07:00
blob_renderer.py Rename route match groups for consistency, refs #1667, #1660 2022-03-19 09:52:08 -07:00
cli.py Raise an exception if a "plugins" block exists in metadata.json 2023-10-12 09:20:50 -07:00
database.py Add new `--internal internal.db` option, deprecate legacy `_internal` database 2023-08-28 20:24:23 -07:00
default_magic_parameters.py Removed some unused imports 2021-07-15 23:26:12 -07:00
default_menu_links.py Redirect /-/config to /-/settings, closes #1103 2020-11-24 12:19:14 -08:00
default_permissions.py Move non-metadata configuration from metadata.yaml to datasette.yaml 2023-10-12 09:16:37 -07:00
facets.py Foreign key label expanding respects table permissions, closes #2178 2023-09-07 15:51:09 -07:00
filters.py filters_from_request plugin hook, now used in TableView 2021-12-17 11:02:14 -08:00
forbidden.py New handle_exception plugin hook, refs #1770 2022-07-17 16:24:39 -07:00
handle_exception.py New handle_exception plugin hook, refs #1770 2022-07-17 16:24:39 -07:00
hookspecs.py actors_from_ids plugin hook and datasette.actors_from_ids() method (#2181) 2023-09-07 21:23:59 -07:00
inspect.py Modernize code to Python 3.6+ (#1158) 2020-12-23 09:04:32 -08:00
permissions.py Cascade for restricted token view-table/view-database/view-instance operations (#2154) 2023-08-29 09:32:34 -07:00
plugins.py Use importlib_metadata for 3.9 as well, refs #2057 2023-09-21 14:58:39 -07:00
renderer.py Don't include columns in query JSON, refs #2136 2023-08-09 12:01:59 -07:00
sql_functions.py _search= queries now correctly escaped, fixes #651 2019-12-29 18:48:30 +00:00
tracer.py tracer.trace_child_tasks() for asyncio.gather tracing 2022-02-04 21:19:49 -08:00
url_builder.py Fixed internal links to respect db.route, refs #1668 2022-03-19 17:31:23 -07:00
version.py Release notes for 1.0a7 2023-09-21 15:27:27 -07:00