COMMITS
/ tests/test_html.py March 10, 2026
S
UI for selecting and re-ordering columns on the table page (#2662)
Simon Willison committed
March 7, 2026
S
Row pages link to foreign keys from table display, closes #1592
Simon Willison committed
February 17, 2026
S
Black formatting
Simon Willison committed
January 24, 2026
S
Switch to ruff and fix all lint errors, refs #2630
Simon Willison committed
November 27, 2025
S
Fix for text None shown on /-/actions, closes #2599
Simon Willison committed
November 8, 2025
S
Remove permission_allowed hook docs, closes #2588
Simon Willison committed
November 7, 2025
S
/-/schema and /db/-/schema and /db/table/-/schema pages (plus .json/.md)
Simon Willison committed
October 26, 2025
S
Improved permissions UI WIP
Simon Willison committed
S
Add /-/actions endpoint to list registered actions
Simon Willison committed
S
Fix type annotation bugs and remove unused imports
Simon Willison committed
October 25, 2025
S
Migrate view-query permission to SQL-based system, refs #2510
Simon Willison committed
S
Mark canned query tests as xfail, refs #2510, refs #2528
Simon Willison committed
S
Run black formatter
Simon Willison committed
October 24, 2025
S
Mark additional canned query tests in test_html.py as xfail, refs #2510
Simon Willison committed
S
Replace permission_allowed_2() with allowed() in test_config_permission_rules.py
Simon Willison committed
S
Mark canned query and magic parameter tests as xfail, refs #2510
Simon Willison committed
October 23, 2025
S
Fix test_navigation_menu_links by enabling root_enabled for root actor
Simon Willison committed
April 17, 2025
S
Hide FTS tables that have content=
Simon Willison committed
March 10, 2025
S
Correct syntax for link headers, closes #2470
Simon Willison committed
February 4, 2025
S
Test improvements and fixed deprecation warnings (#2464)
Simon Willison committed
February 2, 2025
S
simple_primary_key now uses integer id, helps close #2458
Simon Willison committed
January 9, 2025
S
Better breadcrumbs on database and table page, closes #2454
Simon Willison committed
August 15, 2024
A
Hide shadow tables, don't hide virtual tables
Alex Garcia committed
S
Use text/html for CSRF error page, refs #2390
Simon Willison committed
S
Custom error on CSRF failures, closes #2390
Simon Willison committed
S
/-/ alternative URL for homepage, closes #2393
Simon Willison committed
July 15, 2024
A
Introduce new `/$DB/-/query` endpoint, soft replaces `/$DB?sql=...` (#2363)
Alex Garcia committed
June 11, 2024
S
<html lang="en">, closes #2348
Simon Willison committed
A
Move Metadata to `--internal` database
Alex Garcia committed
March 17, 2024
A
Add ETag header for static responses (#2306)
Agustin Bacigalup committed
February 7, 2024
S
table_config instead of table_metadata (#2257)
Simon Willison committed
October 12, 2023
A
Move non-metadata configuration from metadata.yaml to datasette.yaml
Alex Garcia committed
August 11, 2023
S
Fixed display of database color
Simon Willison committed
August 8, 2023
S
Brought back parameter fields, closes #2132
Simon Willison committed
S
New JSON design for query views (#2118)
Simon Willison committed
December 16, 2022
S
Removed @pytest.mark.ds_client mark - refs #1959
Simon Willison committed
S
A bunch of remaining ds_client conversions, refs #1959
Simon Willison committed
December 15, 2022
S
Port app_client to ds_client for most of test_html.py, refs #1959
Simon Willison committed
November 30, 2022
S
Update tests to export 200 for OPTIONS calls, refs #1922
Simon Willison committed
November 11, 2022
S
Fix for redirects ignoring base_url, refs #1883
Simon Willison committed
S
Test form actions use prefix, refs #1883
Simon Willison committed
November 1, 2022
S
Show interrupted query in resizing textarea, closes #1876
Simon Willison committed
October 13, 2022
S
Test that breadcrumbs respect permissions, closes #1831
Simon Willison committed
September 26, 2022
S
Show SQL query when reporting time limit error, closes #1819
Simon Willison committed
September 6, 2022
S
Apply cell truncation on query page too, refs #1805
Simon Willison committed
August 24, 2022
S
Test `--load-extension` in GitHub Actions (#1792)
Simon Willison committed
August 18, 2022
S
Increase height of non-JS textarea to fit query
Simon Willison committed
May 3, 2022
S
ETag support for .db downloads, closes #1739
Simon Willison committed
April 6, 2022
S
Tilde encoding now encodes space as plus, closes #1701
Simon Willison committed
March 19, 2022
S
Remove hashed URL mode
Simon Willison committed