COMMITS
/ tests/test_cli.py January 6, 2026
S
datasette.utils.StartupError() now becomes a click exception, closes #2624
Simon Willison committed
November 13, 2025
S
datasette serve --default-deny option (#2593)
Simon Willison committed
November 5, 2025
S
Fix test_metadata_yaml I broke in #2578
Simon Willison committed
October 31, 2025
S
Forbid same DB passed twice or via config_dir, closes #2561
Simon Willison committed
October 26, 2025
S
Fix type annotation bugs and remove unused imports
Simon Willison committed
October 24, 2025
S
Error on startup if invalid setting types
Simon Willison committed
October 1, 2025
S
Remove legacy event_loop fixture usage
Simon Willison committed
September 30, 2025
S
Remove obsolete mix_stderr=False
Simon Willison committed
February 4, 2025
S
Test improvements and fixed deprecation warnings (#2464)
Simon Willison committed
August 14, 2024
S
Fix bug where -s could reset settings to defaults, closes #2389
Simon Willison committed
July 15, 2024
A
Introduce new `/$DB/-/query` endpoint, soft replaces `/$DB?sql=...` (#2363)
Alex Garcia committed
June 11, 2024
A
Move Metadata to `--internal` database
Alex Garcia committed
February 7, 2024
S
Fixed a bunch of unused imports spotted with ruff
Simon Willison committed
January 31, 2024
S
track_event() mechanism for analytics and plugins
Simon Willison committed
S
Upgrade to latest Black, closes #2239
Simon Willison committed
September 13, 2023
A
Plugin configuration now lives in datasette.yaml/json
Alex Garcia committed
August 29, 2023
A
Add new `--internal internal.db` option, deprecate legacy `_internal` database
Alex Garcia committed
August 28, 2023
S
datasette --get --actor 'JSON' option, closes #2153
Simon Willison committed
S
-s/--setting x y gets merged into datasette.yml, refs #2143, #2156
Simon Willison committed
August 23, 2023
S
-c shortcut for --config - refs #2143, #2149
Simon Willison committed
A
Start datasette.json, re-add --config, rm settings.json
Alex Garcia committed
August 9, 2023
S
datasette plugins --requirements, closes #2133
Simon Willison committed
March 8, 2023
S
use tmpdir instead of isolated_filesystem, refs #2037
Simon Willison committed
March 6, 2023
S
datasette install -r requirements.txt, closes #2033
Simon Willison committed
January 5, 2023
S
default_allow_sql setting, closes #1409
Simon Willison committed
December 13, 2022
S
Fix some failing tests, refs #1855
Simon Willison committed
September 6, 2022
S
Workaround for test failure: RuntimeError: There is no current event loop (#1803)
Simon Willison committed
May 17, 2022
S
Fix test I broke in #1744
Simon Willison committed
March 19, 2022
S
Also remove default_cache_ttl_hashed setting, refs #1661
Simon Willison committed
S
Show error if --setting hash_urls 1 used, refs #1661
Simon Willison committed
March 15, 2022
S
Tilde encoding (#1659)
Simon Willison committed
March 7, 2022
S
Switch to dash encoding for table/database/row-pk in paths
Simon Willison committed
February 7, 2022
S
De-duplicate 'datasette db.db db.db', closes #1632
Simon Willison committed
January 20, 2022
S
Return plugins and hooks in predictable order
Simon Willison committed
August 13, 2021
S
Rename --help-config to --help-settings, closes #1431
Simon Willison committed
July 10, 2021
S
--uds option for binding to Unix domain socket, closes #1388
Simon Willison committed
March 11, 2021
K
Use context manager instead of plain open (#1211)
Konstantin Baikov committed
February 18, 2021
S
--crossdb option for joining across databases (#1232)
Simon Willison committed
S
Validation for --port, closes #1226
Simon Willison committed
February 12, 2021
S
--ssl-keyfile and --ssl-certfile options to "datasette serve"
Simon Willison committed
January 28, 2021
S
Renamed /:memory: to /_memory, with redirects - closes #1205
Simon Willison committed
January 25, 2021
S
Fixed bug loading database called 'test-database (1).sqlite'
Simon Willison committed
December 23, 2020
M
Modernize code to Python 3.6+ (#1158)
Miroslav Šedivý committed
December 22, 2020
S
Improved .add_database() method design
Simon Willison committed
December 9, 2020
S
datasette serve --create option, closes #1135
Simon Willison committed
December 5, 2020
S
Write errors to stderr, closes #1131
Simon Willison committed
November 29, 2020
S
Work around CI bug with ensure_eventloop, refs #1115
Simon Willison committed
S
Suggest --load-extension=spatialite, closes #1115
Simon Willison committed
November 24, 2020
S
Redirect /-/config to /-/settings, closes #1103
Simon Willison committed
S
New --setting to replace --config, closes #992
Simon Willison committed