Simon Willison
|
a8e66f9065
|
Release 0.52
Refs #992, #1103, #1104, #1107, #1077, #1110, #1089, #1086, #1088, #1084
|
2020-11-28 15:54:35 -08:00 |
Simon Willison
|
50cc6af016
|
Fixed some broken internal links, refs #1106
|
2020-11-28 15:34:56 -08:00 |
Jeff Triplett
|
bbde835a1f
|
Fix --metadata doc usage (#1112)
Thanks, @jefftriplett.
|
2020-11-28 11:53:48 -08:00 |
Simon Willison
|
37d18a5bce
|
datasette publish cloudrun --apt-get-install, closes #1110
|
2020-11-24 19:05:35 -08:00 |
Simon Willison
|
f2e2bfcdd9
|
Renamed datasette.config() to .setting(), closes #1107
|
2020-11-24 14:06:32 -08:00 |
Simon Willison
|
5a77f7a649
|
Updated docs renaming config to settings
- config.html is now settings.html
- ConfigOption in app.py is now Setting
- updated documentation unit tests
Refs #1106
|
2020-11-24 13:22:33 -08:00 |
Simon Willison
|
33eadb8782
|
config.json is now settings.json, closes #1104
|
2020-11-24 12:37:29 -08:00 |
Simon Willison
|
2a3d5b720b
|
Redirect /-/config to /-/settings, closes #1103
|
2020-11-24 12:19:14 -08:00 |
Simon Willison
|
3159263f05
|
New --setting to replace --config, closes #992
|
2020-11-24 12:01:47 -08:00 |
Simon Willison
|
4bac9f18f9
|
Fix off-screen action menu bug, refs #1084
|
2020-11-21 15:33:04 -08:00 |
Simon Willison
|
30e64c8d3b
|
Use f-strings in place of .format()
Code transformed like so:
pip install flynt
flynt .
black .
|
2020-11-15 15:24:22 -08:00 |
Simon Willison
|
6fd35be64d
|
Fixed invalid JSON in exampl
|
2020-11-15 08:45:26 -08:00 |
Simon Willison
|
200284e1a7
|
Clarified how --plugin-secret works
|
2020-11-15 08:43:13 -08:00 |
Simon Willison
|
5eb8e9bf25
|
Removed words that minimize involved difficulty, closes #1089
|
2020-11-12 12:07:19 -08:00 |
Simon Willison
|
253f2d9a3c
|
Use correct QueryInterrupted exception on row page, closes #1088
|
2020-11-11 20:36:44 -08:00 |
Simon Willison
|
e8e0a6f284
|
Use FTS4 in fixtures
Closes #1081
|
2020-11-11 16:02:58 -08:00 |
Simon Willison
|
2a981e2ac1
|
Blank foreign key labels now show as hyphens, closes #1086
|
2020-11-11 15:44:04 -08:00 |
Simon Willison
|
13d1228d80
|
/dbname/tablename/-/modify-table-schema is OK after all
Refs #1053, #296
|
2020-11-02 12:02:50 -08:00 |
Simon Willison
|
d6257e3a7b
|
Add database/table actions to pattern portfolio
Refs #1066, #1077
|
2020-11-02 10:53:52 -08:00 |
Simon Willison
|
7b19492070
|
database_actions() plugin hook, closes #1077
|
2020-11-02 10:27:25 -08:00 |
Simon Willison
|
b61f6cceb5
|
Add nav menu to pattern portfolio
|
2020-11-01 09:22:13 -08:00 |
Simon Willison
|
59b252a0c0
|
Link to annotated release notes for 0.51
|
2020-10-31 21:45:42 -07:00 |
Simon Willison
|
4785172bbc
|
Release 0.51.1
|
2020-10-31 20:33:47 -07:00 |
Simon Willison
|
7788d62fa6
|
Expanded the Binary plugins section
|
2020-10-31 20:28:16 -07:00 |
Simon Willison
|
f0bd2d05f5
|
Link to global-power-plants demo instead of sf-trees
|
2020-10-31 15:24:54 -07:00 |
Simon Willison
|
d53d747e6a
|
Release 0.51
Refs #1014, #1016, #1019, #1023, #1027, #1028, #1033, #1034, #1036, #1039
Closes #1076
|
2020-10-31 15:21:49 -07:00 |
Simon Willison
|
fa4de7551c
|
Binary data documentation, closes #1047
|
2020-10-31 14:37:58 -07:00 |
Simon Willison
|
1fe15f4dc1
|
Docs: Running Datasette behind a proxy, closes #1027
|
2020-10-31 14:13:57 -07:00 |
Simon Willison
|
6bb41c4b33
|
Fix for test_paginate_using_link_header
|
2020-10-31 13:48:39 -07:00 |
Simon Willison
|
a4ca26a265
|
Address PrefixedUrlString bug in #1075
|
2020-10-31 13:35:47 -07:00 |
Simon Willison
|
bf18b9ba17
|
Stop using plugin-example.com, closes #1074
|
2020-10-31 12:47:42 -07:00 |
Simon Willison
|
84bc7244c1
|
datasette.client now applies base_url, closes #1026
|
2020-10-31 12:29:42 -07:00 |
Simon Willison
|
7a67bc7a56
|
datasette.urls methods will not apply base_url prefix twice, refs #1026
|
2020-10-31 12:11:40 -07:00 |
Simon Willison
|
c1d386ef67
|
Refactor Urls into url_builder.py
Refs #1026
|
2020-10-31 11:43:36 -07:00 |
Simon Willison
|
11eb1e026f
|
datasette.urls.table(..., format="json"), closes #1035
Also improved tests for datasette.urls and added format= to some other methods
|
2020-10-31 11:16:28 -07:00 |
Simon Willison
|
b84cfe1b08
|
Confirm table actions work on views, closes #1067
|
2020-10-31 10:40:09 -07:00 |
Simon Willison
|
d6db47f5c1
|
Deploy demo plugins to latest.datasette.io, refs #1074
|
2020-10-31 10:36:46 -07:00 |
Simon Willison
|
f0a740ac21
|
Remove load_plugin hook - closes #1073
Refs #1042
This reverts commit 81dea4b07a .
|
2020-10-31 09:21:22 -07:00 |
Simon Willison
|
a2a7090720
|
Display messages in right place, closes #1071
|
2020-10-30 13:12:57 -07:00 |
Simon Willison
|
393f1b49d7
|
Updated nav in pattern portfolio
|
2020-10-30 13:12:01 -07:00 |
Simon Willison
|
59ab24af6b
|
Release 0.51a2
Refs #1068, #1042, #1054
|
2020-10-30 10:56:02 -07:00 |
Simon Willison
|
0cb29498c7
|
Fixed bug with python tests/fixtures.py
https://github.com/simonw/datasette/runs/1333357885?check_suite_focus=true
|
2020-10-30 10:54:47 -07:00 |
Simon Willison
|
a7d9e24ece
|
Update release process with explicit version, refs #1054
|
2020-10-30 10:52:45 -07:00 |
Simon Willison
|
81dea4b07a
|
load_template() plugin hook
Closes #1042
|
2020-10-30 10:47:18 -07:00 |
Simon Willison
|
fcf43589eb
|
Link to homepage in nav on show-json page
|
2020-10-30 08:54:01 -07:00 |
Simon Willison
|
222f79bb4c
|
debug-menu permission, closes #1068
Also added tests for navigation menu logic.
|
2020-10-30 08:41:57 -07:00 |
Simon Willison
|
9f0987cb57
|
cursor: pointer; on the new menu icons
Refs #1064, #1066
|
2020-10-29 22:55:10 -07:00 |
Simon Willison
|
0e1e89c6ba
|
Release 0.51a1
Refs #1056, #1039, #998, #1045, #1033, #1036, #1034, #976, #1057, #1058, #1053, #1064, #1066
|
2020-10-29 22:35:23 -07:00 |
Simon Willison
|
2f7731e9e5
|
table_actions() plugin hook plus menu, closes #1066
Refs #690
|
2020-10-29 22:16:41 -07:00 |
Simon Willison
|
8a4639bc43
|
Applied Black
|
2020-10-29 22:14:33 -07:00 |