Simon Willison
|
b597bb6b3e
|
Better comment handling in SQL regex, refs #1860
|
2022-10-27 11:52:06 -07:00 |
|
Simon Willison
|
382a871583
|
max_signed_tokens_ttl setting, closes #1858
Also redesigned token format to include creation time and optional duration.
|
2022-10-26 20:14:59 -07:00 |
|
Simon Willison
|
af5d5d0243
|
Allow leading comments on SQL queries, refs #1860
|
2022-10-26 20:14:59 -07:00 |
|
Simon Willison
|
55f860c304
|
Fix bug with breadcrumbs and request=None, closes #1849
|
2022-10-26 20:14:59 -07:00 |
|
Simon Willison
|
c7956eed77
|
datasette create-token command, refs #1859
|
2022-10-25 21:26:12 -07:00 |
|
Simon Willison
|
c556fad65d
|
Try to address too many files error again, refs #1843
|
2022-10-25 21:25:47 -07:00 |
|
Simon Willison
|
c36a74ece1
|
Try shutting down executor in tests to free up thread local SQLite connections, refs #1843
|
2022-10-25 21:04:39 -07:00 |
|
Simon Willison
|
c23fa850e7
|
allow_signed_tokens setting, closes #1856
|
2022-10-25 19:55:47 -07:00 |
|
Simon Willison
|
0f013ff497
|
Mechanism to prevent tokens creating tokens, closes #1857
|
2022-10-25 19:43:55 -07:00 |
|
Simon Willison
|
b29e487bc3
|
actor_from_request for dstok_ tokens, refs #1852
|
2022-10-25 19:18:41 -07:00 |
|
Simon Willison
|
7ab091e8ef
|
Tests and docs for /-/create-token, refs #1852
|
2022-10-25 19:04:05 -07:00 |
|
Simon Willison
|
f9ae92b377
|
Poll until servers start, refs #1854
|
2022-10-25 16:03:36 -07:00 |
|
Simon Willison
|
02ae1a0029
|
Upgrade Docker images to Python 3.11, closes #1853
|
2022-10-25 12:04:25 -07:00 |
|
Simon Willison
|
5be86d48b2
|
Fix display of padlocks on database page, closes #1848
|
2022-10-23 19:42:30 -07:00 |
|
Simon Willison
|
78dad236df
|
check_visibility can now take multiple permissions into account
Closes #1829
|
2022-10-23 19:11:33 -07:00 |
|
Simon Willison
|
6887c12ea3
|
Workaround for 'too many open files' error, refs #1843
|
2022-10-23 15:17:33 -07:00 |
|
Simon Willison
|
79aa0de083
|
Test that breadcrumbs respect permissions, closes #1831
|
2022-10-13 14:51:59 -07:00 |
|
Simon Willison
|
1a5e5f2aa9
|
Refactor breadcrumbs to respect permissions, refs #1831
|
2022-10-13 14:42:52 -07:00 |
|
Simon Willison
|
b7fec7f902
|
.sqlite/.sqlite3 extensions for config directory mode
Closes #1646
|
2022-10-07 16:03:30 -07:00 |
|
Simon Willison
|
bbf33a7635
|
Test for bool(results), closes #1832
|
2022-10-04 21:32:29 -07:00 |
|
Simon Willison
|
5f9f567acb
|
Show SQL query when reporting time limit error, closes #1819
|
2022-09-26 16:06:01 -07:00 |
|
Simon Willison
|
cb1e093fd3
|
Fixed error message, closes #1816
|
2022-09-19 18:15:40 -07:00 |
|
Simon Willison
|
df851c117d
|
Validate settings.json keys on startup, closes #1816
Refs #1814
|
2022-09-19 16:46:39 -07:00 |
|
Simon Willison
|
ddc999ad12
|
Async support for prepare_jinja2_environment, closes #1809
|
2022-09-16 20:38:24 -07:00 |
|
Simon Willison
|
b40872f5e5
|
prepare_jinja2_environment(datasette) argument, refs #1809
|
2022-09-14 14:31:54 -07:00 |
|
Simon Willison
|
fb7e70d5e7
|
Database(is_mutable=) now defaults to True, closes #1808
Refs https://github.com/simonw/datasette-upload-dbs/issues/6
|
2022-09-09 09:19:20 -07:00 |
|
Simon Willison
|
5aa359b869
|
Apply cell truncation on query page too, refs #1805
|
2022-09-06 16:58:30 -07:00 |
|
Simon Willison
|
d0737e4de5
|
truncate_cells_html now affects URLs too, refs #1805
|
2022-09-06 16:50:43 -07:00 |
|
Simon Willison
|
8430c3bc7d
|
table facet_size in metadata, refs #1804
|
2022-09-06 08:59:19 -07:00 |
|
Simon Willison
|
64288d827f
|
Workaround for test failure: RuntimeError: There is no current event loop (#1803)
* Remove ensure_eventloop hack
* Hack to recover from intermittent RuntimeError calling asyncio.Lock()
|
2022-09-05 17:40:19 -07:00 |
|
Simon Willison
|
b2b901e8c4
|
Skip SpatiaLite test if no conn.enable_load_extension()
Ran into this problem while working on #1802
|
2022-09-05 17:09:57 -07:00 |
|
Simon Willison
|
ba35105eee
|
Test --load-extension in GitHub Actions (#1792)
* Run the --load-extension test, refs #1789
* Ran cog, refs #1789
|
2022-08-23 17:11:45 -07:00 |
|
Alex Garcia
|
1d64c9a8da
|
Add new entrypoint option to --load-extensions. (#1789)
Thanks, @asg017
|
2022-08-23 11:34:30 -07:00 |
|
Simon Willison
|
a3e6f1b167
|
Increase height of non-JS textarea to fit query
Closes #1786
|
2022-08-18 09:06:02 -07:00 |
|
Simon Willison
|
82167105ee
|
--min-instances and --max-instances Cloud Run publish options, closes #1779
|
2022-08-14 10:07:30 -07:00 |
|
Simon Willison
|
c1396bf860
|
Don't allow canned write queries on immutable DBs, closes #1728
|
2022-08-14 09:34:31 -07:00 |
|
Simon Willison
|
1563c22a8c
|
Don't duplicate _sort_desc, refs #1738
|
2022-08-14 09:13:12 -07:00 |
|
Simon Willison
|
080d4b3e06
|
Switch to python:3.10.6-slim-bullseye for datasette publish - refs #1768
|
2022-08-14 08:49:14 -07:00 |
|
Simon Willison
|
df4fd2d7dd
|
_sort= works even if sort column not selected, closes #1773
|
2022-08-14 08:44:02 -07:00 |
|
Chris Amico
|
01369176b0
|
Keep track of datasette.config_dir (#1766)
Thanks, @eyeseast - closes #1764
|
2022-07-17 18:12:45 -07:00 |
|
Simon Willison
|
c09c53f345
|
New handle_exception plugin hook, refs #1770
Also refs:
- https://github.com/simonw/datasette-sentry/issues/1
- https://github.com/simonw/datasette-show-errors/issues/2
|
2022-07-17 16:24:39 -07:00 |
|
Simon Willison
|
6373bb3414
|
Expose current SQLite row to render_cell hook, closes #1300
|
2022-07-07 09:30:49 -07:00 |
|
Simon Willison
|
7d1e004ff6
|
Fix test I broke in #1744
|
2022-05-17 13:09:07 -07:00 |
|
Simon Willison
|
280ff372ab
|
ETag support for .db downloads, closes #1739
|
2022-05-03 07:59:46 -07:00 |
|
Simon Willison
|
3f00a29141
|
Clean up compatibility with Pyodide (#1736)
* Optional uvicorn import for Pyodide, refs #1733
* --setting num_sql_threads 0 to disable threading, refs #1735
|
2022-05-02 13:15:27 -07:00 |
|
Simon Willison
|
687907aa2b
|
Remove python-baseconv dependency, refs #1733, closes #1734
|
2022-05-02 12:39:06 -07:00 |
|
Tim Sherratt
|
3001e1e394
|
Add timeout option to Cloudrun build (#1717)
* Add timeout option for build phase
* Make the --timeout setting optional
* Add test for --timeout setting
Thanks, @wragge
|
2022-04-24 07:03:08 -07:00 |
|
Simon Willison
|
0bc5186b7b
|
Tooltip and commas for byte length display, closes #1712
|
2022-04-12 11:44:12 -07:00 |
|
Simon Willison
|
90d1be9952
|
Tilde encoding now encodes space as plus, closes #1701
Refs #1657
|
2022-04-06 08:55:01 -07:00 |
|
Simon Willison
|
5c5e9b3657
|
Request.fake(... url_vars), plus .fake() is now documented
Also made 'from datasette import Request' shortcut work.
Closes #1697
|
2022-03-31 19:01:58 -07:00 |
|