Simon Willison
|
b267b57754
|
Upgrade to httpx 0.20
* Upgrade to httpx 0.20, closes #1488
* TestClient.post() should not default to following redirects
|
2021-10-14 11:03:44 -07:00 |
dependabot[bot]
|
2a8c669039
|
Update beautifulsoup4 requirement (#1463)
Updates the requirements on [beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/bs4/) to permit the latest version.
---
updated-dependencies:
- dependency-name: beautifulsoup4
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-10-13 15:35:36 -07:00 |
dependabot[bot]
|
e1012e7098
|
Bump black from 21.7b0 to 21.9b0 (#1471)
Bumps [black](https://github.com/psf/black) from 21.7b0 to 21.9b0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-10-13 14:47:42 -07:00 |
Simon Willison
|
763d0a0faa
|
Fix for cog menu default facet bug, closes #1469
|
2021-10-13 14:20:03 -07:00 |
dependabot[bot]
|
a673a93b57
|
Update pluggy requirement from ~=0.13.0 to >=0.13,<1.1 (#1448)
Updates the requirements on [pluggy](https://github.com/pytest-dev/pluggy) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pluggy/releases)
- [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pluggy/compare/0.13.0...1.0.0)
---
updated-dependencies:
- dependency-name: pluggy
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-10-13 14:11:00 -07:00 |
Michael Tiemann
|
31352914c4
|
Update full_text_search.rst (#1474)
Change "above" to "below" to correct correspondence of reference to example.
|
2021-10-13 14:10:23 -07:00 |
dependabot[bot]
|
6aab0217f0
|
Update pytest-xdist requirement from <2.4,>=2.2.1 to >=2.2.1,<2.5 (#1476)
Updates the requirements on [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases)
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v2.2.1...v2.4.0)
---
updated-dependencies:
- dependency-name: pytest-xdist
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-10-13 14:10:03 -07:00 |
dependabot[bot]
|
759fd97a54
|
Update pytest-timeout requirement from <1.5,>=1.4.2 to >=1.4.2,<2.1 (#1485)
Updates the requirements on [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-timeout/releases)
- [Commits](https://github.com/pytest-dev/pytest-timeout/commits)
---
updated-dependencies:
- dependency-name: pytest-timeout
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-10-13 14:09:23 -07:00 |
Rhet Turnbull
|
68087440b3
|
Added instructions for installing plugins via pipx
Closes #1486
|
2021-10-13 14:09:10 -07:00 |
Simon Willison
|
b50bf5d13f
|
Don't persist _next in hidden field, closes #1483
|
2021-10-13 14:08:06 -07:00 |
Simon Willison
|
0d5cc20aef
|
Revert "asyncio_run helper to deal with a 3.10 warning, refs #1482"
This reverts commit 98dcabccbb.
|
2021-10-09 18:25:33 -07:00 |
Simon Willison
|
875117c343
|
Fix bug with ?_next=x&_sort=rowid, closes #1470
|
2021-10-09 18:14:56 -07:00 |
Simon Willison
|
1163da8916
|
Update test to handle Python 3.10 error message differenc, refs #1482
|
2021-10-08 17:32:52 -07:00 |
Simon Willison
|
98dcabccbb
|
asyncio_run helper to deal with a 3.10 warning, refs #1482
|
2021-10-08 17:32:11 -07:00 |
Simon Willison
|
63886178a6
|
Describe a common mistake using csrftoken()
|
2021-09-22 15:44:28 -07:00 |
Simon Willison
|
b28b6cd2fe
|
Warn that execute_write_fn(fn) should be a non-async function
|
2021-09-12 13:13:52 -07:00 |
Simon Willison
|
d57ab156b3
|
Added researchers too, refs #1455
|
2021-09-04 09:33:20 -07:00 |
Robert Gieseke
|
772f9a07ce
|
Add scientists to target groups (#1455)
|
2021-09-04 09:31:38 -07:00 |
Simon Willison
|
67cbf0ae72
|
Example for register_commands, refs #1449
|
2021-08-28 04:17:03 -07:00 |
Simon Willison
|
50c35b66a4
|
Added missing space
|
2021-08-28 04:14:38 -07:00 |
Simon Willison
|
d3ea367131
|
Release 0.59a2
Refs #942, #1421, #1423, #1431, #1443, #1446, #1449
|
2021-08-27 18:55:54 -07:00 |
Simon Willison
|
30c18576d6
|
register_commands() plugin hook, closes #1449
|
2021-08-27 18:39:42 -07:00 |
Simon Willison
|
3655bb49a4
|
Better default help text, closes #1450
|
2021-08-27 17:49:03 -07:00 |
dependabot[bot]
|
a1a33bb582
|
Bump black from 21.6b0 to 21.7b0 (#1400)
Bumps [black](https://github.com/psf/black) from 21.6b0 to 21.7b0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-08-24 18:29:55 -07:00 |
dependabot[bot]
|
5161422b7f
|
Update trustme requirement from <0.9,>=0.7 to >=0.7,<0.10 (#1433)
Updates the requirements on [trustme](https://github.com/python-trio/trustme) to permit the latest version.
- [Release notes](https://github.com/python-trio/trustme/releases)
- [Commits](https://github.com/python-trio/trustme/compare/v0.7.0...v0.9.0)
---
updated-dependencies:
- dependency-name: trustme
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-08-24 18:29:26 -07:00 |
Tim Sherratt
|
93c3a7ffbf
|
Remove underscore from search mode parameter name (#1447)
The text refers to the parameter as `searchmode` but the `metadata.json` example uses `search_mode`. The latter doesn't actually seem to work.
|
2021-08-24 18:28:58 -07:00 |
Simon Willison
|
92a99d969c
|
Added not-footer wrapper div, refs #1446
|
2021-08-24 11:13:42 -07:00 |
Simon Willison
|
7e15422aac
|
Documentation for datasette.databases property, closes #1443
|
2021-08-19 14:23:43 -07:00 |
Simon Willison
|
4eb3ae40fb
|
Don't bother building docs if not on main
Refs ##1442
|
2021-08-19 14:17:44 -07:00 |
Simon Willison
|
d84e574e59
|
Ability to deploy demos of branches
* Ability to deploy additional branch demos, closes #1442
* Only run tests before deploy on main branch
* Documentation for continuous deployment
|
2021-08-19 14:09:38 -07:00 |
Simon Willison
|
adb5b70de5
|
Show count of facet values if ?_facet_size=max, closes #1423
|
2021-08-16 11:56:32 -07:00 |
Simon Willison
|
2883098770
|
Fixed config_dir mode, refs #1432
|
2021-08-12 22:17:40 -07:00 |
Simon Willison
|
bbc4756f9e
|
Settings fix, refs #1433
|
2021-08-12 20:54:25 -07:00 |
Simon Willison
|
ca4f83dc7b
|
Rename config= to settings=, refs #1432
|
2021-08-12 18:10:36 -07:00 |
Simon Willison
|
77f46297a8
|
Rename --help-config to --help-settings, closes #1431
|
2021-08-12 18:01:57 -07:00 |
Simon Willison
|
e837095ef3
|
Column metadata, closes #942
|
2021-08-12 16:53:23 -07:00 |
Simon Willison
|
b1fed48a95
|
derive_named_parameters falls back to regex on SQL error, refs #1421
|
2021-08-08 20:26:08 -07:00 |
Simon Willison
|
fc4846850f
|
New way of deriving named parameters using explain, refs #1421
|
2021-08-08 20:21:13 -07:00 |
Simon Willison
|
ad90a72afa
|
Release 0.59a1
Refs #1425
|
2021-08-08 18:13:03 -07:00 |
Simon Willison
|
a390bdf9ce
|
Stop using firstresult=True on render_cell, refs #1425
See https://github.com/simonw/datasette/issues/1425#issuecomment-894883664
|
2021-08-08 17:38:42 -07:00 |
Simon Willison
|
f3c9edb376
|
Fixed some tests I broke in #1425
|
2021-08-08 16:11:40 -07:00 |
Simon Willison
|
818b0b76a2
|
Test table render_cell async as well as query results, refs #1425
|
2021-08-08 16:07:52 -07:00 |
Simon Willison
|
3bb6409a6c
|
render_cell() can now return an awaitable, refs
|
2021-08-08 16:05:00 -07:00 |
Simon Willison
|
de5ce2e563
|
datasette-pyinstrument
|
2021-08-08 10:37:51 -07:00 |
Simon Willison
|
61505dd0c6
|
Release 0.59a0
Refs #1404, #1405, #1416, #1420, #1422
|
2021-08-06 22:40:07 -07:00 |
Simon Willison
|
6dd14a1221
|
Improved links to example plugins
|
2021-08-06 22:38:47 -07:00 |
Simon Willison
|
a21853c9da
|
Fix for rich.console sometimes not being available, refs #1416
|
2021-08-06 22:17:36 -07:00 |
Simon Willison
|
66e143c76e
|
New hide_sql canned query option, refs #1422
|
2021-08-06 22:17:36 -07:00 |
Simon Willison
|
b7037f5ece
|
Bit of breathing space on https://latest.datasette.io/fixtures/pragma_cache_size
|
2021-08-06 22:17:36 -07:00 |
Simon Willison
|
acc2243662
|
Quotes around '.[test]' for zsh
|
2021-08-05 08:47:18 -07:00 |