Wykres commitów

1391 Commity (976e5f74aae1fa0d406df6691dc8b5feeebe8788)

Autor SHA1 Wiadomość Data
Simon Willison a648bb82ba Upgrade to Black 20.8b1, closes #958 2020-09-02 15:24:55 -07:00
Simon Willison 26b2922f17 await_me_maybe utility function 2020-09-02 15:21:12 -07:00
Simon Willison f65c45674d Notes on upgrading CodeMirror, refs #948 2020-08-30 11:11:04 -07:00
Simon Willison 9dbbfa1f0b Upgrade CodeMirror to 5.57.0, refs #948 2020-08-30 10:39:16 -07:00
Simon Willison 44cf424a94
Remove double colon, refs #956 2020-08-28 18:33:05 -07:00
Simon Willison c36e287d71
Don't deploy alpha/betas to Docker Hub
Refs #956
2020-08-28 18:18:52 -07:00
Simon Willison 7178126d90 Release notes for 0.49a0
Refs #953, #945
2020-08-28 16:12:47 -07:00
Simon Willison 799ecae948 register_output_renderer can now return Response, closes #953 2020-08-27 21:02:50 -07:00
Simon Willison 86aefc39c5 Fixed undefined reference in index.rst 2020-08-19 10:22:33 -07:00
Simon Willison 69033c6ec4 datasette install --upgrade option, closes #945 2020-08-19 10:20:41 -07:00
Simon Willison b21ed237ab
publish heroku now deploys with Python 3.8.5 2020-08-18 13:49:13 -07:00
Simon Willison 5e0b72247e
Run CI on GitHub Actions, not Travis
* Run CI on GitHub Actions, not Travis - refs #940
* Update documentation refs to Travis
* Release action now runs parallel tests, then pushes to PyPI, then Docker Hub
2020-08-17 22:09:34 -07:00
Simon Willison 52eabb019d Release 0.48
Refs #939, #938, #935, #914
2020-08-16 11:56:31 -07:00
Simon Willison 8e7e6458a6 Fix bug with ?_nl=on and binary data, closes #914 2020-08-16 11:26:49 -07:00
Simon Willison 3a4c8ed36a Added columns argument to various extra_ plugin hooks, closes #938 2020-08-16 11:09:53 -07:00
Simon Willison 94ae840fe3 Plugin tests now start with test_hook_ 2020-08-16 10:49:33 -07:00
Simon Willison 2da4144c57 Applied Black 2020-08-16 10:35:14 -07:00
Simon Willison ac69d151c3 Test that plugin hooks are documented with correct arguments 2020-08-16 10:33:44 -07:00
Simon Willison e3639247cd Standard arguments for extra_ plugin hooks, closes #939 2020-08-16 09:50:23 -07:00
Simon Willison 41ddc19756
Docs now live at docs.datasette.io (#937) 2020-08-15 16:57:05 -07:00
Simon Willison af12f45c2b Documentation and tests for db.is_mutable 2020-08-15 16:27:32 -07:00
Simon Willison b86f94883b
Don't hang in db.execute_write_fn() if connection fails
Closes #935

Refs https://github.com/simonw/latest-datasette-with-all-plugins/issues/3
2020-08-15 15:35:31 -07:00
Simon Willison 13b3b51087 Release 0.47.3
Refs #934, https://github.com/simonw/latest-datasette-with-all-plugins/issues/3
2020-08-15 13:56:08 -07:00
Simon Willison 45414f8412 --get now calls startup() plugin hooks, closes #934 2020-08-15 13:52:41 -07:00
Simon Willison 7702ea6021 Release 0.47.2
Refs #931
2020-08-12 13:54:33 -07:00
Simon Willison e3e387fae7 Fixed URLs to SpatiaLite files, refs #931 2020-08-12 13:49:50 -07:00
Simon Willison b8c09a9334
Suggest "allow": false instead of "allow": {} 2020-08-11 22:56:52 -07:00
Simon Willison 309d7191a1
Fixed broken rST link 2020-08-11 22:11:08 -07:00
Simon Willison cd8c79d30a Release 0.47.1
Refs #930
2020-08-11 19:37:24 -07:00
Simon Willison 10ce9ce3bc Include templates/ in MANIFEST, refs #930 2020-08-11 19:34:39 -07:00
Simon Willison 03418ee037 Release 0.47
Refs #335, #923, #925, #926, #928
2020-08-11 17:42:47 -07:00
Simon Willison 1a805288ab Updating homebrew plugin installation instructions
This will start working as soon as Datasette 0.47 ships. Refs #923
2020-08-11 17:31:56 -07:00
Simon Willison e139a7619f
'datasette --get' option, closes #926
Also made a start on the datasette.utils.testing module, refs #898
2020-08-11 17:24:40 -07:00
Simon Willison 83eda049af Fixed rST bug 2020-08-11 17:10:12 -07:00
Simon Willison afdeda8216 Use runpy in install/uninstall, refs #928 2020-08-11 16:54:52 -07:00
Simon Willison adfe304281 Upgrade pip in GitHub Actions runs 2020-08-11 16:12:22 -07:00
Simon Willison 6a126fa25f
Removed aiohttp from test dependencies
It wasn't being used.
2020-08-11 16:05:00 -07:00
Simon Willison 5126ecb126 Re-arranged installation docs, added Homebrew - closes #923 2020-08-11 15:52:41 -07:00
Simon Willison f7fddc9019 Fixed typo in help text, refs #925 2020-08-11 15:33:16 -07:00
Simon Willison 01fe5b7401 datasette install / datasette uninstall commands, closes #925 2020-08-11 15:32:06 -07:00
Simon Willison 3fa261d1d2
Removed Python 3.5 installation instructions
Suggested here: https://github.com/simonw/datasette/discussions/921#discussioncomment-49362
2020-08-10 20:26:42 -07:00
Simon Willison e21face1d7
Link to discussions forum 2020-08-10 19:49:22 -07:00
Simon Willison be1fcd34b3
Link to GitHub Discussions
Also fixed a couple of master => main
2020-08-10 19:47:09 -07:00
Simon Willison fca723ab2a
Fixed order of master and main in release notes 2020-08-09 12:30:55 -07:00
Simon Willison 2955e7ea51
One last update of the new tagline 2020-08-09 09:40:17 -07:00
Simon Willison 860b97b5a4
Build main but not master, refs #919 2020-08-09 09:19:01 -07:00
Simon Willison b597aa07e6 Fixed link in release notes, refs #918 2020-08-09 09:09:07 -07:00
Simon Willison f25391de1f Release 0.46
Refs #849, #908, #896, #897, #905, #909, #456, #887, #890
2020-08-09 09:06:34 -07:00
Simon Willison 6d29210cf4 Updated docs on what happens when a release goes out 2020-08-09 09:05:09 -07:00
Simon Willison 7f10f0f766 Fix for security issue #918 2020-08-09 09:03:35 -07:00