{"sha": "1500c19bd0f31b2e7f28a5ec2d7bfa133a2e4d4c", "message": "Add more STRICT table support (#604)\n\n* Add more STRICT table support per https://github.com/simonw/sqlite-utils/issues/344#issuecomment-982014776.\r\n* Make `table.transform()` preserve STRICT mode.\r\n* Fix mypy failures in PR #604\r\n* Link to SQLITE strict page in a few places", "author_date": "2023-12-08T05:05:27Z", "committer_date": "2023-12-08T05:05:27Z", "raw_author": {"value": "77887d00c62b181af66df54bd6325b314eb5b25e", "label": "Taj Khattra"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 16437338, "label": "tkhattra"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "9286c1ba432e890b1bb4b2a1f847b15364c1fa18", "message": "Fixed some markup bugs", "author_date": "2023-11-04T03:55:19Z", "committer_date": "2023-11-04T03:55:19Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "347fdc865e91b8d3410f49a5c9d5b499fbb594c1", "message": "Map datetime.timedelta to text columns, closes #522", "author_date": "2023-11-04T00:49:50Z", "committer_date": "2023-11-04T00:49:50Z", "raw_author": {"value": "c05f3ac9fd9e1c01f58129c9f0e6965fe888c4d8", "label": "Harald Nezbeda"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 4420927, "label": "nezhar"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "37273d7f63f08872aa1c90c4233a0580e384ac19", "message": "Fixed issue #433 - CLI eats cursor (#598)\n\nThe issue is that underlying iterator is not fully consumed within the body of\r\nthe `with file_progress()` block. Instead, that block creates generator\r\nexpressions like `docs = (dict(zip(headers, row)) for row in reader)`\r\n\r\nThese iterables are consumed later, outside the `with file_progress()` block,\r\nwhich consumes the underlying iterator, and in turn updates the progress bar.\r\n\r\nThis means that the `ProgressBar.__exit__` method gets called before the last\r\ntime the `ProgressBar.update` method gets called. The result is that the code to\r\nmake the cursor invisible (inside the `update()` method) is called after the\r\ncleanup code to make it visible (in the `__exit__` method).\r\n\r\nThe fix is to move consumption of the `docs` iterators within the progress bar block.\r\n\r\n(An additional fix, to make ProgressBar more robust against this kind of misuse, would\r\nto make it refusing to update after its `__exit__` method had been called, just\r\nlike files cannot be `read()` after they are closed. That requires a in the\r\nclick library).", "author_date": "2023-11-04T00:40:29Z", "committer_date": "2023-11-04T00:40:29Z", "raw_author": {"value": "189bbd99f415a97bb6554c438654cb35fc4c85ae", "label": "Luke Plant"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 62745, "label": "spookylukey"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "452a587e236ef642cbc6ae345b58767ea8420cb5", "message": "JavaScript Plugin API, providing custom panels and column menu items\n\nThanks, Cameron Yick.\r\n\r\nhttps://github.com/simonw/datasette/pull/2052\r\n\r\nCo-authored-by: Simon Willison ", "author_date": "2023-10-13T00:00:27Z", "committer_date": "2023-10-13T00:00:27Z", "raw_author": {"value": "f98fc3edb6941a80a1bf0347a12972fd457ea2fb", "label": "Cameron Yick"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9020979, "label": "hydrosquall"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "3d6d1e3050b8e50fac40ec090672d8a95fa8e06c", "message": "Raise an exception if a \"plugins\" block exists in metadata.json", "author_date": "2023-10-12T16:20:50Z", "committer_date": "2023-10-12T16:20:50Z", "raw_author": {"value": "aa206886100eb0f7f5e54172b068d9dd45885448", "label": "Alex Garcia"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 15178711, "label": "asg017"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "35deaabcb105903790d18710a26e77545f6852ce", "message": "Move non-metadata configuration from metadata.yaml to datasette.yaml\n\n* Allow and permission blocks moved to datasette.yaml\r\n* Documentation updates, initial framework for configuration reference", "author_date": "2023-10-12T16:16:37Z", "committer_date": "2023-10-12T16:16:37Z", "raw_author": {"value": "aa206886100eb0f7f5e54172b068d9dd45885448", "label": "Alex Garcia"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 15178711, "label": "asg017"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "6763572948ffd047a89a3bbf7c300e91f51ae98f", "message": "Bump sphinx, furo, black\n\nBumps the python-packages group with 3 updates: [sphinx](https://github.com/sphinx-doc/sphinx), [furo](https://github.com/pradyunsg/furo) and [black](https://github.com/psf/black).\r\n\r\n\r\nUpdates `sphinx` from 7.2.5 to 7.2.6\r\n- [Release notes](https://github.com/sphinx-doc/sphinx/releases)\r\n- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)\r\n- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.5...v7.2.6)\r\n\r\nUpdates `furo` from 2023.8.19 to 2023.9.10\r\n- [Release notes](https://github.com/pradyunsg/furo/releases)\r\n- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)\r\n- [Commits](https://github.com/pradyunsg/furo/compare/2023.08.19...2023.09.10)\r\n\r\nUpdates `black` from 23.7.0 to 23.9.1\r\n- [Release notes](https://github.com/psf/black/releases)\r\n- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)\r\n- [Commits](https://github.com/psf/black/compare/23.7.0...23.9.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: sphinx\r\n dependency-type: direct:development\r\n update-type: version-update:semver-patch\r\n dependency-group: python-packages\r\n- dependency-name: furo\r\n dependency-type: direct:development\r\n update-type: version-update:semver-minor\r\n dependency-group: python-packages\r\n- dependency-name: black\r\n dependency-type: direct:development\r\n update-type: version-update:semver-minor\r\n dependency-group: python-packages\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", "author_date": "2023-09-20T22:11:24Z", "committer_date": "2023-09-20T22:11:24Z", "raw_author": {"value": "5df307d91b1167b0aa175853783d760add239497", "label": "dependabot[bot]"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 49699333, "label": "dependabot[bot]"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "b0e5d8afa308759f4ee9f3ecdf61101dffc4a037", "message": "Stop using parallel SQL queries for tables\n\nRefs:\r\n- #2189", "author_date": "2023-09-20T22:10:55Z", "committer_date": "2023-09-20T22:10:55Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "b2ec8717c3619260a1b535eea20e618bf95aa30b", "message": "Plugin configuration now lives in datasette.yaml/json\n\n* Checkpoint, moving top-level plugin config to datasette.json\r\n* Support database-level and table-level plugin configuration in datasette.yaml\r\n\r\nRefs #2093", "author_date": "2023-09-13T21:06:25Z", "committer_date": "2023-09-13T21:06:25Z", "raw_author": {"value": "aa206886100eb0f7f5e54172b068d9dd45885448", "label": "Alex Garcia"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 15178711, "label": "asg017"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "1c6ea54338e24fcebcee4e2f9c170ee300a5d946", "message": ".transform() now preserves rowid values\n\n* .transform() now preserves rowid values, refs #592\r\n* Test transform rowids against different table types, closes #592", "author_date": "2023-09-09T00:45:30Z", "committer_date": "2023-09-09T00:45:30Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "b645174271aa08e8ca83b27ff83ce078ecd15da2", "message": "actors_from_ids plugin hook and datasette.actors_from_ids() method (#2181)\n\n* Prototype of actors_from_ids plugin hook, refs #2180\r\n* datasette-remote-actors example plugin, refs #2180", "author_date": "2023-09-08T04:23:59Z", "committer_date": "2023-09-08T04:23:59Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "5d123f031fc4fadc98f508e0ef6b7b6671e86155", "message": "Fixed bug in replacing foreign key constraints example", "author_date": "2023-09-06T22:33:06Z", "committer_date": "2023-09-06T22:33:06Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "e4abae3fd7a828625d00c35c316852ffbaa5ef2f", "message": "Bump Sphinx (#2166)\n\nBumps the python-packages group with 1 update: [sphinx](https://github.com/sphinx-doc/sphinx).\r\n\r\n- [Release notes](https://github.com/sphinx-doc/sphinx/releases)\r\n- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)\r\n- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.4...v7.2.5)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: sphinx\r\n dependency-type: direct:development\r\n update-type: version-update:semver-patch\r\n dependency-group: python-packages\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", "author_date": "2023-09-06T16:34:31Z", "committer_date": "2023-09-06T16:34:31Z", "raw_author": {"value": "5df307d91b1167b0aa175853783d760add239497", "label": "dependabot[bot]"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 49699333, "label": "dependabot[bot]"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "e86eaaa4f371512689e973c18879298dab51f80a", "message": "Test against Python 3.12 preview (#2175)\n\nhttps://dev.to/hugovk/help-test-python-312-beta-1508/", "author_date": "2023-09-06T16:16:27Z", "committer_date": "2023-09-06T16:16:27Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "05707aa16b5c6c39fbe48b3176b85a8ffe493938", "message": "click-default-group>=1.2.3 (#2173)\n\n* click-default-group>=1.2.3\r\n\r\nNow available as a wheel:\r\n- https://github.com/click-contrib/click-default-group/issues/21\r\n\r\n* Fix for blacken-docs", "author_date": "2023-09-06T02:50:09Z", "committer_date": "2023-09-06T02:50:09Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "02e56d1158b74175b15dd2e954ed7137c1089ed5", "message": "click-default-group>=1.2.3\n\nRefs:\r\n- https://github.com/click-contrib/click-default-group/issues/21", "author_date": "2023-09-06T02:34:53Z", "committer_date": "2023-09-06T02:34:53Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "9cead33fb9c8704996181f1ab67c7376dee97f15", "message": "OperationalError: database table is locked fix\n\nSee also:\r\n- https://til.simonwillison.net/datasette/remember-to-commit", "author_date": "2023-08-31T17:46:07Z", "committer_date": "2023-08-31T17:46:07Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "4c3ef033110407f3b3dbce501659d523724985e0", "message": "Another ReST fix", "author_date": "2023-08-30T23:19:59Z", "committer_date": "2023-08-30T23:19:59Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "2caa53a52a37e53f83e3a854fc721c7e26c5e9ff", "message": "ReST fix", "author_date": "2023-08-30T23:19:24Z", "committer_date": "2023-08-30T23:19:24Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "6bfe104d47b888c70bfb7781f8f48ff11452b2b5", "message": "DATASETTE_LOAD_PLUGINS environment variable for loading specific plugins\n\nCloses #2164\r\n\r\n* Load only specified plugins for DATASETTE_LOAD_PLUGINS=datasette-one,datasette-two\r\n* Load no plugins if DATASETTE_LOAD_PLUGINS=''\r\n* Automated tests in a Bash script for DATASETTE_LOAD_PLUGINS", "author_date": "2023-08-30T22:12:24Z", "committer_date": "2023-08-30T22:12:24Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "50da908213a0fc405ecd7a40090dfea7a2e7395c", "message": "Cascade for restricted token view-table/view-database/view-instance operations (#2154)\n\nCloses #2102\r\n\r\n* Permission is now a dataclass, not a namedtuple - refs https://github.com/simonw/datasette/pull/2154/#discussion_r1308087800\r\n* datasette.get_permission() method", "author_date": "2023-08-29T16:32:34Z", "committer_date": "2023-08-29T16:32:34Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "a1f3d75a527b222cf1df51c41e1c424b38428a99", "message": "Need to stick to Python 3.9 for gcloud", "author_date": "2023-08-29T03:46:12Z", "committer_date": "2023-08-29T03:46:12Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "92b8bf38c02465f624ce3f48dcabb0b100c4645d", "message": "Add new `--internal internal.db` option, deprecate legacy `_internal` database\n\nRefs:\r\n- #2157 \r\n---------\r\n\r\nCo-authored-by: Simon Willison ", "author_date": "2023-08-29T03:24:23Z", "committer_date": "2023-08-29T03:24:23Z", "raw_author": {"value": "aa206886100eb0f7f5e54172b068d9dd45885448", "label": "Alex Garcia"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 15178711, "label": "asg017"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "d28f12092dd795f35e9500154711d542f8931676", "message": "Bump sphinx, furo, blacken-docs dependencies (#2160)\n\n* Bump the python-packages group with 3 updates\r\n\r\nBumps the python-packages group with 3 updates: [sphinx](https://github.com/sphinx-doc/sphinx), [furo](https://github.com/pradyunsg/furo) and [blacken-docs](https://github.com/asottile/blacken-docs).\r\n\r\n\r\nUpdates `sphinx` from 7.1.2 to 7.2.4\r\n- [Release notes](https://github.com/sphinx-doc/sphinx/releases)\r\n- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)\r\n- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.1.2...v7.2.4)\r\n\r\nUpdates `furo` from 2023.7.26 to 2023.8.19\r\n- [Release notes](https://github.com/pradyunsg/furo/releases)\r\n- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)\r\n- [Commits](https://github.com/pradyunsg/furo/compare/2023.07.26...2023.08.19)\r\n\r\nUpdates `blacken-docs` from 1.15.0 to 1.16.0\r\n- [Changelog](https://github.com/adamchainz/blacken-docs/blob/main/CHANGELOG.rst)\r\n- [Commits](https://github.com/asottile/blacken-docs/compare/1.15.0...1.16.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: sphinx\r\n dependency-type: direct:development\r\n update-type: version-update:semver-minor\r\n dependency-group: python-packages\r\n- dependency-name: furo\r\n dependency-type: direct:development\r\n update-type: version-update:semver-minor\r\n dependency-group: python-packages\r\n- dependency-name: blacken-docs\r\n dependency-type: direct:development\r\n update-type: version-update:semver-minor\r\n dependency-group: python-packages\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\n\r\n---------\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: Simon Willison ", "author_date": "2023-08-29T00:38:32Z", "committer_date": "2023-08-29T00:38:32Z", "raw_author": {"value": "5df307d91b1167b0aa175853783d760add239497", "label": "dependabot[bot]"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 49699333, "label": "dependabot[bot]"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "d9aad1fd042a25d226f2ace1f7827b4602761038", "message": "-s/--setting x y gets merged into datasette.yml, refs #2143, #2156\n\nThis change updates the `-s/--setting` option to `datasette serve` to allow it to be used to set arbitrarily complex nested settings in a way that is compatible with the new `-c datasette.yml` work happening in:\r\n- #2143\r\n\r\nIt will enable things like this:\r\n```\r\ndatasette data.db --setting plugins.datasette-ripgrep.path \"/home/simon/code\"\r\n```\r\nFor the moment though it just affects [settings](https://docs.datasette.io/en/1.0a4/settings.html) - so you can do this:\r\n```\r\ndatasette data.db --setting settings.sql_time_limit_ms 3500\r\n```\r\nI've also implemented a backwards compatibility mechanism, so if you use it this way (the old way):\r\n```\r\ndatasette data.db --setting sql_time_limit_ms 3500\r\n```\r\nIt will notice that the setting you passed is one of Datasette's core settings, and will treat that as if you said `settings.sql_time_limit_ms` instead.", "author_date": "2023-08-28T20:06:14Z", "committer_date": "2023-08-28T20:06:14Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "17ec309e14f9c2e90035ba33f2f38ecc5afba2fa", "message": "Start datasette.json, re-add --config, rm settings.json\n\nThe first step in defining the new `datasette.json/yaml` configuration mechanism.\r\n\r\nRefs #2093, #2143, #493", "author_date": "2023-08-23T01:26:11Z", "committer_date": "2023-08-23T01:26:11Z", "raw_author": {"value": "aa206886100eb0f7f5e54172b068d9dd45885448", "label": "Alex Garcia"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 15178711, "label": "asg017"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "01e0558825b8f7ec17d3b691aa072daf122fcc74", "message": "Merge pull request from GHSA-7ch3-7pp7-7cpq\n\n* API explorer requires view-instance permission\n\n* Check database/table permissions on /-/api page\n\n* Release notes for 1.0a4\n\nRefs #2119, #2133, #2138, #2140\n\nRefs https://github.com/simonw/datasette/security/advisories/GHSA-7ch3-7pp7-7cpq", "author_date": "2023-08-22T17:10:01Z", "committer_date": "2023-08-22T17:10:01Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "1260bdc7bfe31c36c272572c6389125f8de6ef71", "message": "Link to sqlite-utils-fast-fks from changelog", "author_date": "2023-08-18T17:47:10Z", "committer_date": "2023-08-18T17:47:10Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "98cd11a81ba553a8b4b5e7b88c447867256318a7", "message": "Link docs to sqlite-utils-fast-fks", "author_date": "2023-08-18T17:45:12Z", "committer_date": "2023-08-18T17:45:12Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "7c1618e4b1f390cf9cf204a2e9b6df2abaebe365", "message": "Promote plugins in the README", "author_date": "2023-08-18T02:28:08Z", "committer_date": "2023-08-18T02:28:08Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "509857ee8724f73760f3631b69c26f9047381187", "message": ".add_foreign_keys() uses .transform() instead of PRAGMA writable_schema\n\nCloses #577\r\n\r\nThis should solve all sorts of problems seen by users of platforms that throw errors on writable_schema.\r\n\r\nAlso added `add_foreign_keys=` and `foreign_keys=` parameters to `table.transform()`.", "author_date": "2023-08-18T00:48:08Z", "committer_date": "2023-08-18T00:48:08Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "1377a290cd85ba8d3338b1da47c4665ed4c6c625", "message": "New JSON design for query views (#2118)\n\n* Refs #2111, closes #2110\r\n* New Context dataclass/subclass mechanism, refs #2127\r\n* Define QueryContext and extract get_tables() method, refs #2127\r\n* Fix OPTIONS bug by porting DaatbaseView to be a View subclass\r\n* Expose async_view_for_class.view_class for test_routes test\r\n* Error/truncated aruments for renderers, closes #2130", "author_date": "2023-08-08T01:47:39Z", "committer_date": "2023-08-08T01:47:39Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "5139c0886a7f6bb94d317ba0665aa6e728716028", "message": "Bump the python-packages group with 3 updates (#2128)\n\nBumps the python-packages group with 3 updates: [sphinx](https://github.com/sphinx-doc/sphinx), [furo](https://github.com/pradyunsg/furo) and [blacken-docs](https://github.com/asottile/blacken-docs).\r\n\r\nUpdates `sphinx` from 6.1.3 to 7.1.2\r\n- [Release notes](https://github.com/sphinx-doc/sphinx/releases)\r\n- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)\r\n- [Commits](https://github.com/sphinx-doc/sphinx/compare/v6.1.3...v7.1.2)\r\n\r\nUpdates `furo` from 2023.3.27 to 2023.7.26\r\n- [Release notes](https://github.com/pradyunsg/furo/releases)\r\n- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)\r\n- [Commits](https://github.com/pradyunsg/furo/compare/2023.03.27...2023.07.26)\r\n\r\nUpdates `blacken-docs` from 1.14.0 to 1.15.0\r\n- [Changelog](https://github.com/adamchainz/blacken-docs/blob/main/CHANGELOG.rst)\r\n- [Commits](https://github.com/asottile/blacken-docs/compare/1.14.0...1.15.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: sphinx\r\n dependency-type: direct:development\r\n update-type: version-update:semver-major\r\n dependency-group: python-packages\r\n- dependency-name: furo\r\n dependency-type: direct:development\r\n update-type: version-update:semver-minor\r\n dependency-group: python-packages\r\n- dependency-name: blacken-docs\r\n dependency-type: direct:development\r\n update-type: version-update:semver-minor\r\n dependency-group: python-packages\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", "author_date": "2023-08-07T16:19:23Z", "committer_date": "2023-08-07T16:19:23Z", "raw_author": {"value": "5df307d91b1167b0aa175853783d760add239497", "label": "dependabot[bot]"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 49699333, "label": "dependabot[bot]"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "adf54f5c808c16e9ad812c3a4376f35cf829a93c", "message": "Use dependabot grouped updates", "author_date": "2023-08-07T15:45:10Z", "committer_date": "2023-08-07T15:45:10Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "fba26d3564dc8faa6c514fa59df944381a9e0c00", "message": "Typo in release notes", "author_date": "2023-07-25T05:54:13Z", "committer_date": "2023-07-25T05:54:13Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "8bee14588687b66c54c7a3dfae5de2f9cc7cac3f", "message": "Link 3.34 notes to new blog entry", "author_date": "2023-07-24T17:22:20Z", "committer_date": "2023-07-24T17:22:20Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "3f80a026983d3e634f05a46f2a6da162b5139dd9", "message": "prepare_connection plugin hook\n\nCloses:\r\n- #574\r\n\r\nRefs #567\r\n\r\n---------\r\n\r\nCo-authored-by: Simon Willison ", "author_date": "2023-07-22T22:59:08Z", "committer_date": "2023-07-22T22:59:08Z", "raw_author": {"value": "aa206886100eb0f7f5e54172b068d9dd45885448", "label": "Alex Garcia"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 15178711, "label": "asg017"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "3a51ca901427ac93b0ed0638fd1f82fb647a299a", "message": "Bump black from 23.3.0 to 23.7.0 (#2099)\n\nBumps [black](https://github.com/psf/black) from 23.3.0 to 23.7.0.\r\n- [Release notes](https://github.com/psf/black/releases)\r\n- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)\r\n- [Commits](https://github.com/psf/black/compare/23.3.0...23.7.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: black\r\n dependency-type: direct:development\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", "author_date": "2023-07-21T21:19:24Z", "committer_date": "2023-07-21T21:19:24Z", "raw_author": {"value": "5df307d91b1167b0aa175853783d760add239497", "label": "dependabot[bot]"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 49699333, "label": "dependabot[bot]"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "b382b9330fa8819b7d34ee401c99a2b47e9b8c01", "message": "Homepage not homepage", "author_date": "2023-07-10T19:24:26Z", "committer_date": "2023-07-10T19:24:26Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 213286752, "label": "pocket-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "ede62036180993dbd9d4e5d280fc21c183cda1c3", "message": "Bump blacken-docs from 1.13.0 to 1.14.0 (#2083)\n\nBumps [blacken-docs](https://github.com/asottile/blacken-docs) from 1.13.0 to 1.14.0.\r\n- [Changelog](https://github.com/adamchainz/blacken-docs/blob/main/CHANGELOG.rst)\r\n- [Commits](https://github.com/asottile/blacken-docs/compare/1.13.0...1.14.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: blacken-docs\r\n dependency-type: direct:development\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", "author_date": "2023-06-29T14:31:54Z", "committer_date": "2023-06-29T14:31:54Z", "raw_author": {"value": "5df307d91b1167b0aa175853783d760add239497", "label": "dependabot[bot]"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 49699333, "label": "dependabot[bot]"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "f5c63088e1454811ce8361208b72297408eb5237", "message": "Use sqlean if available in environment (#560)\n\nCloses #559\r\nCloses #235\r\n\r\nRefs https://github.com/simonw/llm/issues/60\r\n\r\n- Uses `sqlean` in place of `sqlite3` if `sqlean.py` is installed\r\n- Uses `sqlite-dump` if available and `conn.iterdump()` does not exist\r\n- New `with db.ensure_autocommit_off()` method for ensuring autocommit is off, used by `enable_wal()` and `disable_wal()`.", "author_date": "2023-06-25T23:25:51Z", "committer_date": "2023-06-25T23:25:51Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "d1d78ec0ebe34463eb643ac1eae1dee4c62a2031", "message": "Better docs for startup() hook", "author_date": "2023-06-23T20:06:35Z", "committer_date": "2023-06-23T20:06:35Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "dda99fc09fb0b5523948f6d481c6c051c1c7b5de", "message": "New View base class (#2080)\n\n* New View base class, closes #2078\r\n* Use new View subclass for PatternPortfolioView", "author_date": "2023-05-26T00:18:43Z", "committer_date": "2023-05-26T00:18:43Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "d8fe1b0d899faaaa3d4714a39328f4c24932278f", "message": "Reformatted CLI examples in docs\n\nCloses #551", "author_date": "2023-05-21T20:57:22Z", "committer_date": "2023-05-21T20:57:22Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "718b0cba9b32d97a41bcf9757c97fe1d058da81c", "message": "Experimental TUI powered by Trogon\n\n* sqlite-utils tui command if Trogon is installed, closes #545\r\n* Documentation for trogon TUI\r\n* Screenshot of TUI\r\n* Ignore trogon mypy error\r\n* only run flake8 on Python 3.8 or higher, closes #550", "author_date": "2023-05-21T18:41:56Z", "committer_date": "2023-05-21T18:41:56Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "d2a7b15b2b930fe384e1f1715fc4af23386f4935", "message": "Analyze tables options: --common-limit, --no-most, --no-least\n\nCloses #544", "author_date": "2023-05-21T16:19:30Z", "committer_date": "2023-05-21T16:19:30Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "e047cc32e9d5de7025d4d3c16554d4290f4bd3d1", "message": "backwards-incompatible, not compatible", "author_date": "2023-05-09T21:08:31Z", "committer_date": "2023-05-09T21:08:31Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "49184c569cd70efbda4f3f062afef3a34401d8d5", "message": "Action: Deploy a Datasette branch preview to Vercel\n\nCloses #2070", "author_date": "2023-05-09T16:24:28Z", "committer_date": "2023-05-09T16:24:28Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "02f5c4d69d7b4baebde015c56e5bc62923f33314", "message": "Support repeated calls to Table.convert()\n\n* Test repeated calls to Table.convert()\r\n* Register Table.convert() functions under their own `lambda_hash` name\r\n* Raise exception on registering identical function names\r\n\r\nRefs #525", "author_date": "2023-05-08T21:53:58Z", "committer_date": "2023-05-08T21:53:58Z", "raw_author": {"value": "48e7f08226a63f00be8a5f44380ce11412c62eaf", "label": "Martin Carpenter"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 167893, "label": "mcarpenter"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "6500fed8b2085869b9714ce3a08c30f61dc829ad", "message": "Transform no longer breaks non-string default values\n\nCloses #509", "author_date": "2023-05-08T21:13:36Z", "committer_date": "2023-05-08T21:13:36Z", "raw_author": {"value": "f98e0e8fe6ee48ca1f752bb408eecbbd294f9ceb", "label": "rhoboro"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 13819005, "label": "rhoboro"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "39ef137e6760d385dc48d03eccf9b89943636fc7", "message": "Support self-referencing FKs in `create` (#537)", "author_date": "2023-05-08T21:10:00Z", "committer_date": "2023-05-08T21:10:00Z", "raw_author": {"value": "b9c77b970cf91e2e44d83118464578123130e5fe", "label": "Scott Perry"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 544011, "label": "numist"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "d3d16b5ccfe59e069113699838c8bf0956d90661", "message": "Build docs with 3.11 on ReadTheDocs\n\nInspired by https://github.com/simonw/sqlite-utils/issues/540", "author_date": "2023-05-07T18:44:27Z", "committer_date": "2023-05-07T18:44:27Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "80763edaa2bdaf1113717378b8d62075c4dcbcfb", "message": "Different approach for Python 3.11 on ReadTheDocs\n\nRefs #540", "author_date": "2023-05-07T18:40:47Z", "committer_date": "2023-05-07T18:40:47Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "963518bb16dc933694955309e7c9559e551b6a8e", "message": "Build with 3.11 on ReadTheDocs\n\nRefs #540", "author_date": "2023-05-07T18:38:54Z", "committer_date": "2023-05-07T18:38:54Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "249fcf8e3e2a90e763f41b080c1b9ec8017f5005", "message": "Add setuptools to dependencies\n\nRefs #2065", "author_date": "2023-04-27T03:36:10Z", "committer_date": "2023-04-27T03:36:10Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "56a918f6a6285855fb1bd086b60b44144279a95a", "message": "Don't use branch main", "author_date": "2023-04-26T17:36:17Z", "committer_date": "2023-04-26T17:36:17Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 207052882, "label": "github-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "8f9a729e8aff972cb18de25b40f4113e26bbc758", "message": "Add paths for homebrew on Apple silicon (#536)", "author_date": "2023-04-13T01:44:43Z", "committer_date": "2023-04-13T01:44:43Z", "raw_author": {"value": "90786fb02407ad60f10210c0592ee711a9a36fae", "label": "Chris Amico"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 25778, "label": "eyeseast"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "e6c0f4b08964ecdd77ed5afc77c18c9641f34c24", "message": "Release 0.3.4\n\nRefs #15", "author_date": "2023-04-11T03:17:35Z", "committer_date": "2023-04-11T03:17:35Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 205429375, "label": "swarm-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "30c88e3570ba3febf232c7ad429d7045ea8a9915", "message": "Bump black from 22.12.0 to 23.3.0 (#2047)\n\nBumps [black](https://github.com/psf/black) from 22.12.0 to 23.3.0.\r\n- [Release notes](https://github.com/psf/black/releases)\r\n- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)\r\n- [Commits](https://github.com/psf/black/compare/22.12.0...23.3.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: black\r\n dependency-type: direct:development\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Simon Willison ", "author_date": "2023-03-29T06:12:05Z", "committer_date": "2023-03-29T06:12:05Z", "raw_author": {"value": "5df307d91b1167b0aa175853783d760add239497", "label": "dependabot[bot]"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 49699333, "label": "dependabot[bot]"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "bbd5489dbc440c67c69396e7f752584a32d2cfbe", "message": "Bump blacken-docs from 1.12.1 to 1.13.0 (#1992)\n\nBumps [blacken-docs](https://github.com/asottile/blacken-docs) from 1.12.1 to 1.13.0.\r\n- [Release notes](https://github.com/asottile/blacken-docs/releases)\r\n- [Changelog](https://github.com/adamchainz/blacken-docs/blob/main/HISTORY.rst)\r\n- [Commits](https://github.com/asottile/blacken-docs/compare/v1.12.1...1.13.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: blacken-docs\r\n dependency-type: direct:development\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", "author_date": "2023-03-29T06:11:33Z", "committer_date": "2023-03-29T06:11:33Z", "raw_author": {"value": "5df307d91b1167b0aa175853783d760add239497", "label": "dependabot[bot]"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 49699333, "label": "dependabot[bot]"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "d52402447ea5eb5a3f084e4f85a45675d34eb4da", "message": "Bump sphinx from 6.1.2 to 6.1.3 (#1986)\n\nBumps [sphinx](https://github.com/sphinx-doc/sphinx) from 6.1.2 to 6.1.3.\r\n- [Release notes](https://github.com/sphinx-doc/sphinx/releases)\r\n- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)\r\n- [Commits](https://github.com/sphinx-doc/sphinx/compare/v6.1.2...v6.1.3)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: sphinx\r\n dependency-type: direct:development\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", "author_date": "2023-03-29T06:09:48Z", "committer_date": "2023-03-29T06:09:48Z", "raw_author": {"value": "5df307d91b1167b0aa175853783d760add239497", "label": "dependabot[bot]"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 49699333, "label": "dependabot[bot]"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "848a9a420de9b50a7c862db7fb34d930835bee89", "message": "Bump furo from 2022.12.7 to 2023.3.27 (#2046)\n\nBumps [furo](https://github.com/pradyunsg/furo) from 2022.12.7 to 2023.3.27.\r\n- [Release notes](https://github.com/pradyunsg/furo/releases)\r\n- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)\r\n- [Commits](https://github.com/pradyunsg/furo/compare/2022.12.07...2023.03.27)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: furo\r\n dependency-type: direct:development\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", "author_date": "2023-03-29T06:08:00Z", "committer_date": "2023-03-29T06:08:00Z", "raw_author": {"value": "5df307d91b1167b0aa175853783d760add239497", "label": "dependabot[bot]"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 49699333, "label": "dependabot[bot]"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "41a45e77196bc560a7802dc9788600520e08b189", "message": "apple-notes-to-sqlite", "author_date": "2023-03-28T00:12:55Z", "committer_date": "2023-03-28T00:12:55Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 214746582, "label": "dogsheep.github.io"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "c0251cc9271260de73b4227859a51fab9b4cb745", "message": "Link /latest/ to /stable/ - refs #388", "author_date": "2023-03-26T23:42:01Z", "committer_date": "2023-03-26T23:42:01Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "c025b0180fe344e4f28177ecd7cf388d492d3064", "message": "Drop jQuery dependency", "author_date": "2023-03-26T23:38:58Z", "committer_date": "2023-03-26T23:38:58Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "db8cf899e286fbaa0a40f3a9ae8d5aaa1478822e", "message": "Use block scripts instead, refs #1608", "author_date": "2023-03-26T23:27:58Z", "committer_date": "2023-03-26T23:27:58Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "5c1cfa451d78e3935193f5e10eba59bf741241a1", "message": "Link docs /latest/ to /stable/ again\n\nRe-implementing the pattern from https://til.simonwillison.net/readthedocs/link-from-latest-to-stable\r\n\r\nRefs #1608", "author_date": "2023-03-26T23:23:28Z", "committer_date": "2023-03-26T23:23:28Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "d97e82df3c8a3f2e97038d7080167be9bb74a68d", "message": "?_extra= support and TableView refactor to table_view\n\n* Implemented ?_extra= option for JSON views, refs #262\r\n* New dependency: asyncinject\r\n* Remove now-obsolete TableView class", "author_date": "2023-03-22T22:49:39Z", "committer_date": "2023-03-22T22:49:39Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "a53b893c46453f35decc8c145c138671cee6140c", "message": "Add Python 3.11 classifier (#2028)\n\nThanks, @dtrodrigues", "author_date": "2023-03-06T21:01:19Z", "committer_date": "2023-03-06T21:01:19Z", "raw_author": {"value": "76636a6719eeba03eff3bf19c66433f1a532b9a6", "label": "Dustin Rodrigues"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 614233, "label": "dtrodrigues"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "e4ebef082de90db4e1b8527abc0d582b7ae0bc9d", "message": "Fixed link text", "author_date": "2023-01-21T15:37:29Z", "committer_date": "2023-01-21T15:37:29Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "6a352e99ab988dbf8fd22a100049caa6ad33f1ec", "message": "Added missing import to example", "author_date": "2023-01-11T19:04:11Z", "committer_date": "2023-01-11T19:04:11Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "2c86774179765771a8d982974b64408143cd264b", "message": "Link to non-spam Python 3 setup instructions\n\nRefs #1987", "author_date": "2023-01-11T17:59:40Z", "committer_date": "2023-01-11T17:59:40Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "8e7073404379d79a2d269167a12bbb58439edd39", "message": "Upgrade Sphinx, closes #1971", "author_date": "2023-01-10T02:02:32Z", "committer_date": "2023-01-10T02:02:32Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "4880638f13c3a1abc53f395cde39ac848daf416d", "message": "setup-gcloud 318.0.0\n\nRefs https://til.simonwillison.net/googlecloud/gcloud-error-workaround", "author_date": "2023-01-10T00:02:02Z", "committer_date": "2023-01-10T00:02:02Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "deb5fcbed473df82fca86d3a112192091599d2e3", "message": "Fixed table_action example in docs", "author_date": "2023-01-04T18:25:04Z", "committer_date": "2023-01-04T18:25:04Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "d94a3c4326e8a219c1c378706d89fdf92189e055", "message": "No need to link to _shape=objects any more\n\nIt's the default now. Refs #782", "author_date": "2023-01-01T01:42:48Z", "committer_date": "2023-01-01T01:42:48Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "994ce46ed4a5d680bee58242efd95181946c25e9", "message": "Add favicon to documentation (#1967)\n\nCo-authored-by: Simon Willison ", "author_date": "2022-12-31T19:00:31Z", "committer_date": "2022-12-31T19:00:31Z", "raw_author": {"value": "34e367c7552115298fad77183b89be66b489b589", "label": "Chris Holdgraf"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 1839645, "label": "choldgraf"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "5ee954e34b6eb762ccecbdb2be0791d0166fd19c", "message": "Link to annotated release notes for 1.0a2", "author_date": "2022-12-16T01:03:37Z", "committer_date": "2022-12-16T01:03:37Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "013496862f4d4b441ab61255242b838b24287607", "message": "Try click.echo() instead\n\nThis ensures the URL is output correctly when running under Docker.\r\n\r\nCloses #1958", "author_date": "2022-12-16T00:55:17Z", "committer_date": "2022-12-16T00:55:17Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "073ae9b4c7cbd80355777b50eacee03828e0655e", "message": "Drop Python 3.6, add 3.10 and 3.100", "author_date": "2022-12-15T17:41:50Z", "committer_date": "2022-12-15T17:41:50Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 207052882, "label": "github-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "626dd61f6070f95f7652104cb9f4100e9b88862f", "message": "setup-gcloud fix", "author_date": "2022-12-15T06:57:31Z", "committer_date": "2022-12-15T06:57:31Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 207052882, "label": "github-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "6e1e815c7881abe836d573b18ed2c5bb3e5b699e", "message": "It's an update-or-insert", "author_date": "2022-12-15T02:41:30Z", "committer_date": "2022-12-15T02:41:30Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "d4b98d3924dec625a99236e65b1b169ff957381f", "message": "Bump black from 22.10.0 to 22.12.0 (#1944)\n\nBumps [black](https://github.com/psf/black) from 22.10.0 to 22.12.0.\r\n- [Release notes](https://github.com/psf/black/releases)\r\n- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)\r\n- [Commits](https://github.com/psf/black/compare/22.10.0...22.12.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: black\r\n dependency-type: direct:development\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", "author_date": "2022-12-13T05:23:30Z", "committer_date": "2022-12-13T05:23:30Z", "raw_author": {"value": "5df307d91b1167b0aa175853783d760add239497", "label": "dependabot[bot]"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 49699333, "label": "dependabot[bot]"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "8bf06a76b51bc9ace7cf72cf0cca8f1da7704ea7", "message": "register_permissions() plugin hook (#1940)\n\n* Docs for permissions: in metadata, refs #1636\r\n* Refactor default_permissions.py to help with implementation of #1636\r\n* register_permissions() plugin hook, closes #1939 - also refs #1938\r\n* Tests for register_permissions() hook, refs #1939\r\n* Documentation for datasette.permissions, refs #1939\r\n* permission_allowed() falls back on Permission.default, refs #1939\r\n* Raise StartupError on duplicate permissions\r\n* Allow dupe permisisons if exact matches", "author_date": "2022-12-13T02:05:54Z", "committer_date": "2022-12-13T02:05:54Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "e539c1c024bc62d88df91d9107cbe37e7f0fe55f", "message": "Typo in JSON API `Updating a row` documentation (#1930)", "author_date": "2022-12-08T21:12:34Z", "committer_date": "2022-12-08T21:12:34Z", "raw_author": {"value": "36c405012109bc65c7e3bcc7348d898fecbdf73a", "label": "David Larlet"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 3556, "label": "davidbgk"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "bffefc7db0c25acb03e3b44ff357d50bb7f04dd7", "message": "Bump furo from 2022.9.29 to 2022.12.7 (#1935)\n\nBumps [furo](https://github.com/pradyunsg/furo) from 2022.9.29 to 2022.12.7.\r\n- [Release notes](https://github.com/pradyunsg/furo/releases)\r\n- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)\r\n- [Commits](https://github.com/pradyunsg/furo/compare/2022.09.29...2022.12.07)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: furo\r\n dependency-type: direct:development\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", "author_date": "2022-12-08T21:12:07Z", "committer_date": "2022-12-08T21:12:07Z", "raw_author": {"value": "5df307d91b1167b0aa175853783d760add239497", "label": "dependabot[bot]"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 49699333, "label": "dependabot[bot]"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "272982e8a6f45700ff93c3917b4688a86de0e672", "message": "/db/table/-/upsert API\n\nClose #1878\r\n\r\nAlso made a few tweaks to how _r works in tokens and actors,\r\nrefs #1855 - I needed that mechanism for the tests.", "author_date": "2022-12-08T01:12:15Z", "committer_date": "2022-12-08T01:12:15Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "cab5b60e09e94aca820dbec5308446a88c99ea3d", "message": "datasette-auth-passwords is another actor_from_request example", "author_date": "2022-12-02T16:39:52Z", "committer_date": "2022-12-02T16:39:52Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "03f247845e108ab05436c8edeb558f2389ec7995", "message": "datasette-ephemeral-tables>=0.2.2\n\nRefs https://github.com/simonw/datasette-ephemeral-tables/issues/5", "author_date": "2022-12-02T00:37:53Z", "committer_date": "2022-12-02T00:37:53Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "e2f71c6f81024354c2d41a4c04108582f2ea5a21", "message": "Bump ephemeral limit up to 15 minutes per table\n\nRefs #1915", "author_date": "2022-12-01T23:44:43Z", "committer_date": "2022-12-01T23:44:43Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "418eb7c5c698fdfd07e24c96ed1b9b78824e0d40", "message": "Try Python 3.9 for Cloud Run deploy, refs #1923", "author_date": "2022-11-30T22:59:17Z", "committer_date": "2022-11-30T22:59:17Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "ec1dde5dd21304c158bb7cc4d882b8050e57ceda", "message": "Try version 318.0.0 of google-github-actions/setup-gcloud\n\nRefs #1923", "author_date": "2022-11-30T22:50:53Z", "committer_date": "2022-11-30T22:50:53Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "4ddd77e51254bda3bac990ea662bac2e6b29c5e0", "message": "No need for pkginfo pin any more\n\nThe upstream issue was fixed. Refs #1913", "author_date": "2022-11-30T05:25:40Z", "committer_date": "2022-11-30T05:25:40Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "9f5321ff1eca58c469a45cc406d7eb5ad05accbd", "message": "latest now uses datasette-ephemeral-tables>=0.2.1\n\nFix for https://github.com/simonw/datasette-ephemeral-tables/issues/4", "author_date": "2022-11-30T04:43:27Z", "committer_date": "2022-11-30T04:43:27Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "7588d27f4a5a8325587f47c01d5f154c6a582a1a", "message": "latest.datasette.io uses datasette-ephemeral-tables>=0.2\n\nTo show the countdown timer from:\r\nhttps://github.com/simonw/datasette-ephemeral-tables/issues/3\r\n\r\nRefs #1915", "author_date": "2022-11-30T01:51:15Z", "committer_date": "2022-11-30T01:51:15Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "07aad511769da9242260c850e8d975cbd8c29552", "message": "Merge pull request #1912 from simonw/1.0-dev\n\nMerge 1.0-dev (with initial write API) back into main", "author_date": "2022-11-29T19:39:36Z", "committer_date": "2022-11-29T19:39:36Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "b8fc8e2cd755b9cfc66838bdc1ca9ee87afdce8a", "message": "Merge branch 'main' into 1.0-dev", "author_date": "2022-11-29T19:34:39Z", "committer_date": "2022-11-29T19:34:39Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "3ecd131e57add427d847b614c920c9624bb2e66b", "message": "Use DOMContentLoaded instead of load event for CodeMirror initialization. Closes #1894 (#1898)", "author_date": "2022-11-18T07:29:00Z", "committer_date": "2022-11-18T07:29:00Z", "raw_author": {"value": "861aec2fe33d6c4a4fcda2748f19332fbffb5a92", "label": "Brian Grinstead"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 95570, "label": "bgrins"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "ae11fa5887e03376704c22e5d0969c1e0642d8d8", "message": "Upgrade to CodeMirror 6, add SQL autocomplete (#1893)\n\n* Upgrade to CodeMirror 6\r\n* Update contributing docs\r\n* Change how resizing works\r\n* Define a custom SQLite autocomplete dialect\r\n* Add meta-enter to submit\r\n* Add fixture schema for testing", "author_date": "2022-11-16T23:49:06Z", "committer_date": "2022-11-16T23:49:06Z", "raw_author": {"value": "861aec2fe33d6c4a4fcda2748f19332fbffb5a92", "label": "Brian Grinstead"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 95570, "label": "bgrins"}, "committer": {"value": 19864447, "label": "web-flow"}}