COMMITS
/ tests/test_api.py February 17, 2026
C
Fix test assertions broken by new fixture rows in 170f9de
Claude committed
January 24, 2026
S
Fix flaky test_database_page test with deterministic ordering (#2628)
Simon Willison committed
S
Switch to ruff and fix all lint errors, refs #2630
Simon Willison committed
December 22, 2025
S
Only return render_coll columns that differ from default, refs #2619
Simon Willison committed
S
Initial render_cell and foreign_key_tables extras for row
Simon Willison committed
December 13, 2025
S
Switch searchable_fts test table to FTS5, closes #2613
Simon Willison committed
S
{"ok": true} on row API, to be consistent with table
Simon Willison committed
November 3, 2025
S
facet_suggest_time_limit_ms 200ms in tests, closes #2574
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
April 17, 2025
S
Hide FTS tables that have content=
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
August 21, 2024
S
Removed units functionality and Pint dependency
Simon Willison committed
August 16, 2024
S
Applied Black, refs #2327, #2326
Simon Willison committed
August 15, 2024
S
bugfix: correctly detect json1 in versions.json (#2327)
Seb Bacon committed
A
Hide shadow tables, don't hide virtual tables
Alex Garcia 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
March 7, 2024
S
Hide tables starting with an _, refs #2104
Simon Willison committed
February 9, 2024
S
Include database in name of _execute_writes thread, closes #2265
Simon Willison committed
February 7, 2024
S
table_config instead of table_metadata (#2257)
Simon Willison committed
February 6, 2024
S
/-/config page, closes #2254
Simon Willison committed
January 31, 2024
S
track_event() mechanism for analytics and plugins
Simon Willison committed
September 7, 2023
S
Fix for flaky test_hidden_sqlite_stat1_table, closes #2179
Simon Willison committed
August 9, 2023
S
Don't include columns in query JSON, refs #2136
Simon Willison committed
August 8, 2023
S
New JSON design for query views (#2118)
Simon Willison committed
June 29, 2023
S
Homepage test now just asserts isinstance(x, int) - closes #2092
Simon Willison committed
May 25, 2023
S
--cors Access-Control-Max-Age: 3600, closes #2079
Simon Willison committed
March 22, 2023
S
?_extra= support and TableView refactor to table_view
Simon Willison committed
January 5, 2023
S
default_allow_sql setting, closes #1409
Simon Willison committed
December 31, 2022
S
Rename filtered_table_rows_count to count, refs #782
Simon Willison committed
December 30, 2022
S
Default JSON shape is now objects - refs #1914, #1709
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
Ported test_api.py app_client test to ds_client, refs #1959
Simon Willison committed
November 30, 2022
S
Applied Black, refs #1922
Simon Willison committed
S
Access-Control-Allow-Headers: Authorization, Content-Type - refs #1922
Simon Willison committed
S
Apply Black, refs #1922
Simon Willison committed
S
Access-Control-Allow-Methods: GET, POST, HEAD, OPTIONS - refs #1922
Simon Willison committed
S
CORS headers for write APIs, refs #1922
Simon Willison committed
November 1, 2022
S
Show interrupted query in resizing textarea, closes #1876
Simon Willison committed
October 30, 2022
S
API for bulk inserts, closes #1866
Simon Willison committed
October 26, 2022
S
max_signed_tokens_ttl setting, closes #1858
Simon Willison committed
S
datasette create-token command, refs #1859
Simon Willison committed
September 26, 2022
S
Show SQL query when reporting time limit error, closes #1819
Simon Willison committed
September 6, 2022
S
truncate_cells_html now affects URLs too, refs #1805
Simon Willison committed