Commit graph

17 commits

Author SHA1 Message Date
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
74b775e20f Use consistent pattern for test before deploy, refs #1406 2021-07-29 17:50:45 -07:00
Simon Willison
ff29dd55fa ?_trace=1 now depends on trace_debug setting, closes #1359 2021-06-05 13:18:37 -07:00
Simon Willison
6f41c8a2be
--crossdb option for joining across databases (#1232)
* Test for cross-database join, refs #283
* Warn if --crossdb used with more than 10 DBs, refs #283
* latest.datasette.io demo of --crossdb joins, refs #283
* Show attached databases on /_memory page, refs #283
* Documentation for cross-database queries, refs #283
2021-02-18 14:09:12 -08:00
Simon Willison
e2fea36540
Switch to google-github-actions/setup-gcloud - refs #1126 2020-12-03 19:12:33 -08:00
Simon Willison
a970276b99
Try pysqlite3 on latest.datasette.io
--install=pysqlite3-binary to get a working demo of generated columns, refs #1119
2020-11-30 17:19:09 -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
d6db47f5c1 Deploy demo plugins to latest.datasette.io, refs #1074 2020-10-31 10:36:46 -07:00
Simon Willison
d0cc6f4c32
Use sphinx-to-sqlite==0.1a1
To address this bug: https://github.com/simonw/sphinx-to-sqlite/issues/2
2020-10-21 21:57:00 -07:00
Simon Willison
c37a0a93ec
Build and deploy docs.db to datasette-docs-latest 2020-10-18 14:35:26 -07:00
Simon Willison
6421ca2b22
Use actions/setup-python@v2 to deploy latest
This should fix an error with Python 3.9.
2020-10-09 09:28:17 -07:00
Simon Willison
6e091b14b6
Run tests against Python 3.9 2020-10-09 09:22:49 -07:00
Simon Willison
adfe304281 Upgrade pip in GitHub Actions runs 2020-08-11 16:12:22 -07:00
Simon Willison
84c162dec3
Deploy latest on pushes to main
Refs #849
2020-07-31 16:22:31 -07:00
Simon Willison
3e8932bf64
Upgrade to actions/cache@v2 2020-05-29 15:12:10 -07:00
Simon Willison
a351d353bc Fixed typo in GitHub Action configuration, refs #705 2020-03-24 19:30:50 -07:00
Simon Willison
90015b2689 Deploy latest.datasett.io to Cloud Run, refs #705 2020-03-24 19:26:02 -07:00