Simon Willison
|
b8711988b9
|
row_actions() plugin hook, closes #2299
|
2024-03-12 16:16:05 -07:00 |
Simon Willison
|
7339cc51de
|
Rearrange plugin hooks page with more sections, closes #2300
|
2024-03-12 15:44:10 -07:00 |
Simon Willison
|
06281a0b8e
|
Test for labels on Table/View action buttons, refs #2297
|
2024-03-12 14:32:48 -07:00 |
Simon Willison
|
909c85cd2b
|
view_actions plugin hook, closes #2297
|
2024-03-12 14:25:28 -07:00 |
Simon Willison
|
daf5ca02ca
|
homepage_actions() plugin hook, closes #2298
|
2024-03-12 13:46:06 -07:00 |
Simon Willison
|
7b32d5f7d8
|
datasette-create-view as example of query_actions hook
|
2024-03-07 00:11:14 -05:00 |
Simon Willison
|
7818e8b9d1
|
Hide tables starting with an _, refs #2104
|
2024-03-07 00:03:42 -05:00 |
Simon Willison
|
a395256c8c
|
Allow-list select * from pragma_table_list()
Refs https://github.com/simonw/datasette/issues/2104#issuecomment-1982352475
|
2024-03-07 00:03:20 -05:00 |
Simon Willison
|
090dff542b
|
Action menu descriptions
* Refactor tests to extract get_actions_links() helper
* Table, database and query action menu items now support optional descriptions
Closes #2294
|
2024-03-06 22:54:06 -05:00 |
Simon Willison
|
c6e8a4a76c
|
margin-bottom on .page-action-menu, refs #2286
|
2024-03-05 19:34:57 -08:00 |
Simon Willison
|
4d24bf6b34
|
Don't explain an explain even in the demo, refs #2293
|
2024-03-05 18:14:55 -08:00 |
Simon Willison
|
5de6797d4a
|
Better demo plugin for query_actions, refs #2293
|
2024-03-05 18:06:38 -08:00 |
Simon Willison
|
86335dc722
|
Release 1.0a12
Refs #2281, #2283, #2287, #2289
|
2024-02-29 14:35:28 -08:00 |
Simon Willison
|
57c1ce0e8b
|
Reset column menu on every click, closes #2289
|
2024-02-29 14:25:50 -08:00 |
Simon Willison
|
6ec0081f5d
|
`query_actions` plugin hook
* New query_actions plugin hook, closes #2283
|
2024-02-27 21:55:16 -08:00 |
Simon Willison
|
f99c2f5f8c
|
?column_notcontains= table filter, closes #2287
|
2024-02-27 16:07:41 -08:00 |
Simon Willison
|
c863443ea1
|
Documentation for derive_named_parameters()
Closes #2284
Refs https://github.com/simonw/datasette-write/issues/7#issuecomment-1967593883
|
2024-02-27 13:24:47 -08:00 |
Simon Willison
|
dfd4ad558b
|
New design for table and database action menus
Closes #2281
|
2024-02-25 12:54:16 -08:00 |
Simon Willison
|
434123425f
|
Release 1.0a11
Refs #2263, #2278, #2279
Closes #2280
|
2024-02-19 14:48:37 -08:00 |
Jeroen Van Goey
|
103b4decbd
|
fix (typo): Corrected spelling of 'environments' (#2268)
* fix (typo): Corrected spelling of 'environments'
* ci: add test folder to codespell workflow
|
2024-02-19 14:41:32 -08:00 |
dependabot[bot]
|
158d5d96e9
|
Bump the python-packages group with 1 update (#2269)
Bumps the python-packages group with 1 update: [black](https://github.com/psf/black).
Updates `black` from 24.1.1 to 24.2.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/24.1.1...24.2.0)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: python-packages
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-02-19 14:23:12 -08:00 |
Simon Willison
|
28bf3a933f
|
Applied Black, refs #2278
|
2024-02-19 14:22:59 -08:00 |
Simon Willison
|
26300738e3
|
Fixes for permissions debug page, closes #2278
|
2024-02-19 14:17:37 -08:00 |
Simon Willison
|
27409a7892
|
Fix for hook position in wide column names, refs #2263
|
2024-02-19 14:01:55 -08:00 |
Simon Willison
|
392ca2e24c
|
Improvements to table column cog menu display, closes #2263
- Repositions if menu would cause a horizontal scrollbar
- Arrow tip on menu now attempts to align with cog icon on column
|
2024-02-19 13:40:48 -08:00 |
Simon Willison
|
b36a2d8f4b
|
Require update-row to use insert replace, closes #2279
|
2024-02-19 12:55:51 -08:00 |
Simon Willison
|
3856a8cb24
|
Consistent Permission denied:, refs #2279
|
2024-02-19 12:51:14 -08:00 |
Simon Willison
|
81629dbeff
|
Upgrade GitHub Actions, including PyPI publishing
|
2024-02-17 21:03:41 -08:00 |
Simon Willison
|
a4fa1ef3bd
|
Release 1.0a10
Refs #2277
|
2024-02-17 20:56:15 -08:00 |
Simon Willison
|
10f9ba1a00
|
Take advantage of execute_write_fn(transaction=True)
A bunch of places no longer need to do manual transaction handling
thanks to this change. Refs #2277
|
2024-02-17 20:51:19 -08:00 |
Simon Willison
|
5e0e440f2c
|
database.execute_write_fn(transaction=True) parameter, closes #2277
|
2024-02-17 20:28:15 -08:00 |
Simon Willison
|
e1c80efff8
|
Note about activating alpha documentation versions on ReadTheDocs
|
2024-02-16 14:43:36 -08:00 |
Simon Willison
|
9906f937d9
|
Release 1.0a9
Refs #2101, #2260, #2262, #2265, #2270, #2273, #2274, #2275
Closes #2276
|
2024-02-16 14:36:12 -08:00 |
Simon Willison
|
3a999a85fb
|
Fire insert-rows on /db/-/create if rows were inserted, refs #2260
|
2024-02-16 13:59:56 -08:00 |
Simon Willison
|
244f3ff83a
|
Test demonstrating fix for permisisons bug in #2262
|
2024-02-16 13:39:57 -08:00 |
Simon Willison
|
8bfa3a51c2
|
Consider every plugins opinion in datasette.permission_allowed()
Closes #2275, refs #2262
|
2024-02-16 13:29:39 -08:00 |
Simon Willison
|
232a30459b
|
DATASETTE_TRACE_PLUGINS setting, closes #2274
|
2024-02-16 13:00:24 -08:00 |
Simon Willison
|
47e29e948b
|
Better comments in permission_allowed_default()
|
2024-02-16 10:05:18 -08:00 |
Simon Willison
|
97de4d6362
|
Use transaction in delete_everything(), closes #2273
|
2024-02-15 21:35:49 -08:00 |
Simon Willison
|
b89cac3b6a
|
Use MD5 usedforsecurity=False on Python 3.9 and higher to pass FIPS
Closes #2270
|
2024-02-13 18:23:54 -08:00 |
Simon Willison
|
5d79974186
|
Call them "notable events"
|
2024-02-10 07:19:47 -08:00 |
Simon Willison
|
398a92cf1e
|
Include database in name of _execute_writes thread, closes #2265
|
2024-02-08 20:12:31 -08:00 |
Simon Willison
|
bd9ed62e5d
|
Make ds.pemrission_allawed(..., default=) a keyword-only argument, refs #2262
|
2024-02-08 20:12:31 -08:00 |
Simon Willison
|
dcd9ea3622
|
datasette-events-db as an example of track_events()
|
2024-02-08 14:14:58 -08:00 |
Simon Willison
|
c62cfa6de8
|
Fix upsert test to detect new alter-table event
|
2024-02-08 13:36:17 -08:00 |
Simon Willison
|
c954795f9a
|
alter: true for row/-/update, refs #2101
|
2024-02-08 13:36:17 -08:00 |
Simon Willison
|
4e944c29e4
|
Corrected path used in test_update_row_check_permission
|
2024-02-08 13:36:17 -08:00 |
Simon Willison
|
528d89d1a3
|
alter: true support for /-/insert and /-/upsert, refs #2101
|
2024-02-08 13:36:17 -08:00 |
Simon Willison
|
b5ccc4d608
|
Test for Permission denied - need alter-table
|
2024-02-08 13:36:17 -08:00 |
Simon Willison
|
574687834f
|
Docs for /db/-/create alter: true option, refs #2101
|
2024-02-08 13:36:17 -08:00 |