Wykres commitów

2170 Commity (0.64.7)

Autor SHA1 Wiadomość Data
Simon Willison 6c941e30c5 More deploy workflow wrangling 2024-06-12 16:04:17 -07:00
Simon Willison c302357dc3 Publish using gh-action-pypi-publish@release/v1 2024-06-12 15:57:37 -07:00
Simon Willison ead2882f01 Fix for pyodide test failure, refs #2351 2024-06-12 15:46:55 -07:00
Simon Willison a0a9b8023d Update ignore-words 2024-06-12 15:46:37 -07:00
Simon Willison b7c44de56d Release 0.64.7
Refs #2353
2024-06-12 15:45:40 -07:00
Simon Willison 47333e43c6 Workaround for #2353 2024-06-12 15:39:11 -07:00
Simon Willison 4e3e8a0124 Fix typo in plugin docs 2023-12-22 15:16:28 -08:00
Simon Willison c4571c4f17 Release 0.64.6
Refs #2214
2023-12-22 15:14:50 -08:00
Simon Willison 324090919d Backport of CSV labels fix from #2214 2023-12-22 15:12:50 -08:00
Simon Willison 5800eaeb5b Release 0.64.5
Refs #2197
2023-10-08 09:03:37 -07:00
Simon Willison 5e932f3e27 Drop click-default-group-wheel, refs #2197 2023-10-08 09:00:59 -07:00
Simon Willison 2b44d6a3fc Fixed typo in docs 2023-09-21 12:28:45 -07:00
Simon Willison d61687cbeb Release 0.64.4
Refs #2189
2023-09-21 12:25:52 -07:00
Simon Willison 4b01cec374 Applied latest Black 2023-09-21 12:23:48 -07:00
Simon Willison c0d58a71b9 Stop running queries in parallel, refs #2189 2023-09-21 12:23:17 -07:00
Simon Willison c0227ac7c7 Fix for flaky test_hidden_sqlite_stat1_table, refs #2179 2023-09-21 12:21:24 -07:00
Simon Willison 917272c864 Fix for Python httpx test failure, refs #2066 2023-04-27 07:55:25 -07:00
Simon Willison 0746e785fc Release 0.64.3
Refs #2065
2023-04-27 07:53:33 -07:00
Simon Willison 4d50fc7cd7 Depend on setuptools and pip, refs #2065 2023-04-27 07:45:39 -07:00
Simon Willison 2a0a94fe97 Release 0.64.2
Refs #2036
2023-03-08 12:41:13 -08:00
Simon Willison cb9fa71878 Use service-specific image ID for Cloud Run deploys, refs #2036 2023-03-08 12:27:15 -08:00
Simon Willison 2e064641ac Release 0.64.1
Refs #1985, #1987
2023-01-11 10:21:37 -08:00
Simon Willison a1c60bab86 Fix Sphinx warning turned error 2023-01-11 10:21:15 -08:00
Simon Willison b7df546a45 Raise ValueError if Datasette(files=) is a string, refs #1985 2023-01-11 10:12:53 -08:00
Simon Willison 0a1de5d7b9 Link to non-spam Python 3 setup instructions
Refs #1987
2023-01-11 10:08:49 -08:00
Simon Willison cd65558aee setup-gcloud 318.0.0
Refs https://til.simonwillison.net/googlecloud/gcloud-error-workaround
2023-01-09 16:02:28 -08:00
Simon Willison 0084daa50a Release 0.64, with a warning against arbitrary SQL with SpatiaLite
Refs #1409, #1771, #1979

Refs https://github.com/simonw/datasette.io/issues/132
2023-01-09 08:37:21 -08:00
Simon Willison 02987e342d Explicitly explain allow_sql: false 2023-01-09 08:25:19 -08:00
Simon Willison fdb4d975a1 Better error for --load-extensions, refs #1979 2023-01-07 15:58:30 -08:00
Simon Willison 3b88ac671e What to do if extensions will not load, refs #1979 2023-01-07 15:48:08 -08:00
Simon Willison 1ec9c9995c Backported default_allow_sql for 0.63.x, closes #1409 2023-01-05 09:21:07 -08:00
Simon Willison b8cf864fa6 Fixed broken example links in _where= docs 2023-01-04 16:53:39 -08:00
Simon Willison 1bff3f1a70 Fixed table_action example in docs 2023-01-04 16:53:31 -08:00
Simon Willison 7402294018 .select-wrapper:focus-within for accessibility, closes #1771 2023-01-04 16:53:16 -08:00
Simon Willison 9ec58da6ec Deploy docs on publish using Python 3.9
A workaround for gcloud setup, see:

https://til.simonwillison.net/googlecloud/gcloud-error-workaround

Refs #1963
2022-12-17 19:24:34 -08:00
Simon Willison e05998bc85 Added missing word, refs #1963 2022-12-17 19:08:01 -08:00
Simon Willison a9ffcbd42e Release 0.63.3
Refs #1955, #1958, #1963
2022-12-17 19:06:03 -08:00
Simon Willison d93f975b3d On publish run tests same way as for test 2022-12-17 18:52:52 -08:00
Simon Willison e6d94f9ffa Run new HTTPS test in CI, refs #1955 2022-12-17 18:51:17 -08:00
Simon Willison 0bd3eaa2dd Move HTTPS test to a bash script
See https://github.com/simonw/datasette/issues/1955#issuecomment-1356627931
2022-12-17 18:51:17 -08:00
Simon Willison 5649e547ef Put AsgiLifestyle back so server starts up again, refs #1955 2022-12-17 18:51:17 -08:00
Simon Willison 96b3a86d7f Replace AsgiLifespan with AsgiRunOnFirstRequest, refs #1955 2022-12-17 18:51:17 -08:00
Simon Willison 4ba8d57bb1 Try click.echo() instead
This ensures the URL is output correctly when running under Docker.

Closes #1958
2022-12-15 16:57:45 -08:00
Simon Willison d67f812b73 Release 0.63.2
Refs #1904, #1905
2022-11-18 16:53:05 -08:00
Simon Willison c4d002fef5 Pin httpx in Pyodide test, refs #1904
Should help get tests to pass for #1896 too
2022-11-18 16:52:09 -08:00
Simon Willison a93ccc63c7 Upgrade to Python 3.11 on Heroku, refs #1905 2022-11-18 16:49:08 -08:00
Simon Willison 9cca381033 --generate-dir option to publish heroku, refs #1905 2022-11-18 16:49:02 -08:00
Simon Willison 9f54f00a50 Release 0.63.1
Refs ##1843, #1876, #1883
2022-11-10 23:01:20 -08:00
Simon Willison 8d9a957c63 Fix for redirects ignoring base_url, refs #1883 2022-11-10 22:49:54 -08:00
Simon Willison bbaab3b38e Test form actions use prefix, refs #1883 2022-11-10 22:20:40 -08:00