{"sha": "00e59ec461dc0150772b999c7cc15fcb9b507d58", "message": "Extract facet pieces of table.html into included templates\n\nThanks, @nsmgr8", "author_date": "2022-06-20T18:05:44Z", "committer_date": "2022-06-20T18:05:44Z", "raw_author": {"value": "021d40ba4954ec019ea46ec355c952869ba9cfba", "label": "M. Nasimul Haque"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 19872, "label": "nsmgr8"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "b37f55549461cfe0731b57623f315860b3db49d0", "message": "github-to-sqlite pull-requests command (#48)\n\nThanks, @adamjonas", "author_date": "2020-11-29T23:51:08Z", "committer_date": "2020-11-29T23:51:08Z", "raw_author": {"value": "04fb3d52db4bd9bf23ce52c5cc72fda2068a1fce", "label": "Adam Jonas"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 207052882, "label": "github-to-sqlite"}, "author": {"value": 755825, "label": "adamjonas"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "0f41db1ba8a8a49a4adc1046a25ccf32790e863f", "message": "Avoid error sorting by relationships if related tables are not allowed\n\nRefs #1306", "author_date": "2021-06-02T04:25:27Z", "committer_date": "2021-06-02T04:25:27Z", "raw_author": {"value": "0645c24f7846578adea9d68f3e37a7e15a9bd1dd", "label": "Guy Freeman"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 416374, "label": "gfrmin"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "4d88c84a66a501e4cb0dd2de9949072b8d42b859", "message": "Fixed conflicting CLI flags (#7)\n\n`-a` now only works for `--auth` - it is no longer also defined for `--all`.\r\n\r\nCloses #11", "author_date": "2022-08-21T21:11:56Z", "committer_date": "2022-08-21T21:11:56Z", "raw_author": {"value": "06556f4f7f4c9062aeb2fbf05388cb3fdaab37af", "label": "Thomas Lockney"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 213286752, "label": "pocket-to-sqlite"}, "author": {"value": 8944, "label": "tlockney"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "f045d8559a6d2cb922a2de30fbcc896a4486b82f", "message": "Allow iterables other than lists in m2m records (#189)\n\n* Allow iterables other than Lists in m2m records\r\n* Add test for iterable m2m records\r\n\r\nThanks, @adamwolf!", "author_date": "2020-10-27T16:24:21Z", "committer_date": "2020-10-27T16:24:21Z", "raw_author": {"value": "0bb6015e7b1a787517bbd1a604bb2c91a8a4e321", "label": "Adam Wolf"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 35681, "label": "adamwolf"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "3041c6b6412bbe317f8b9afd6529a15954f2c47e", "message": "Use inspect-file, if possible, for total row count (#666)\n\nFor large tables, counting the number of rows in the table can take a\r\nsignificant amount of time. Instead, where an inspect-file is provided\r\nfor an immutable database, look up the row-count for a plain count(*).\r\n\r\nThanks, @kevindkeogh", "author_date": "2020-02-25T20:19:29Z", "committer_date": "2020-02-25T20:19:29Z", "raw_author": {"value": "0f68d17313c6f4ccbf0c24a3883444b5263f5648", "label": "Kevin Keogh"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 13896256, "label": "kevindkeogh"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "772f9a07ce363869e0aaa7600617454dc00e6966", "message": "Add scientists to target groups (#1455)", "author_date": "2021-09-04T16:31:38Z", "committer_date": "2021-09-04T16:31:38Z", "raw_author": {"value": "106fe7fbf8b80a01038e265a137b3b703422db48", "label": "Robert Gieseke"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 198537, "label": "rgieseke"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "baf986c871708c01ca183be760995cf306ba21bf", "message": "New get_metadata() plugin hook for dynamic metadata\n\nThe following hook is added:\r\n\r\n get_metadata(\r\n datasette=self, key=key, database=database, table=table,\r\n fallback=fallback\r\n )\r\n\r\nThis gets called when we're building our metdata for the rest\r\nof the system to use. We merge whatever the plugins return\r\nwith any local metadata (from metadata.yml/yaml/json) allowing\r\nfor a live-editable dynamic Datasette.\r\n\r\nAs a security precation, local meta is *not* overwritable by\r\nplugin hooks. The workflow for transitioning to live-meta would\r\nbe to load the plugin with the full metadata.yaml and save.\r\nThen remove the parts of the metadata that you want to be able\r\nto change from the file.\r\n\r\n* Avoid race condition: don't mutate databases list\r\n\r\nThis avoids the nasty \"RuntimeError: OrderedDict mutated during\r\niteration\" error that randomly happens when a plugin adds a\r\nnew database to Datasette, using `add_database`. This change\r\nmakes the add and remove database functions more expensive, but\r\nit prevents the random explosion race conditions that make for\r\nconfusing user experience when importing live databases.\r\n\r\nThanks, @brandonrobertz", "author_date": "2021-06-26T22:24:54Z", "committer_date": "2021-06-26T22:24:54Z", "raw_author": {"value": "121af5c26cc703f7b3d7219091a8e71dc39db899", "label": "Brandon Roberts"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 2670795, "label": "brandonrobertz"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "2972bb001ab5f675eced62f7ba5adef2d3eba2ad", "message": "Added pinboard-to-sqlite", "author_date": "2019-11-07T20:44:09Z", "committer_date": "2019-11-07T20:44:09Z", "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": "68df9bf80627d8608a82480ea016de32ebb29ce7", "message": "Added goodreads-to-sqlite", "author_date": "2019-10-13T02:27:04Z", "committer_date": "2019-10-13T02:27:04Z", "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": "01b7a6a71ca121ec91ca4cc18f46a565098441fd", "message": "List of all current Dogsheep tools", "author_date": "2019-10-13T02:23:10Z", "committer_date": "2019-10-13T02:23:10Z", "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": "5e3bd8c176345c0ae11a2c988be9e03152d0db0a", "message": "Initial commit", "author_date": "2019-10-13T02:10:13Z", "committer_date": "2019-10-13T02:10:13Z", "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": "630bdba68a23c0ac453e015518ef0bf41107a952", "message": "Just pull for dogsheep repos + sqlite-utils and datasette\n\nI accidentally started pulling everything from the dependent repos as well.\r\n\r\nCommit messages with REFRESH_DB in now trigger a\r\nrebuild from scratch.", "author_date": "2020-05-01T16:02:55Z", "committer_date": "2020-05-01T16:02:55Z", "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": "61f53476eb3f147231093ab9339c3d7713190f34", "message": "--install=datasette-json-html", "author_date": "2020-05-01T03:04:03Z", "committer_date": "2020-05-01T03:04:03Z", "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": "80f63b1fc50d9945e01df00e72200db091f9d284", "message": "Fetch previous copy of database\n\nAlso installed missing bs4 dependency", "author_date": "2020-04-30T23:39:22Z", "committer_date": "2020-04-30T23:39:22Z", "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": "26fd45f4bdae7b2c884a2c9120ca2f54ba7bf3e7", "message": "Scrape dependents demo, refs #34", "author_date": "2020-04-30T23:27:03Z", "committer_date": "2020-04-30T23:27:03Z", "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": "c34d5a18bfc41fa08755ba3d5cf9fe09ff204238", "message": "Default milestones facets are now repo and state", "author_date": "2020-04-22T01:26:57Z", "committer_date": "2020-04-22T01:26:57Z", "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": "c4aaa50e167cfa9021c7c94260bc3e89e10947bf", "message": "Also pull issue comments, refs #25", "author_date": "2020-04-16T17:31:04Z", "committer_date": "2020-04-16T17:31:04Z", "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": "6426239385b889d816abeca9c5c1c2a0365907c3", "message": "Added \"Browsing your data with Datasette\" section", "author_date": "2020-03-21T22:38:41Z", "committer_date": "2020-03-21T22:38:41Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 248903544, "label": "hacker-news-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "071bc2dd6350461aa1fb1a8e281ad9a79fba08ae", "message": "Typo", "author_date": "2020-03-21T04:29:53Z", "committer_date": "2020-03-21T04:29:53Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 248903544, "label": "hacker-news-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "d16f45f06fbae6ec8a78cc9ca7b5b7db0413f139", "message": "sqlite-utils~=1.12.1\n\nTo get the bugfix for insert_all([])", "author_date": "2019-11-07T05:42:28Z", "committer_date": "2019-11-07T05:42:28Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 197882382, "label": "healthkit-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "c8392df78ee3e1643d18b747a4abf585d84d5d88", "message": "Use less RAM (#8)\n\n* Call el.clear() for each element\r\n* Clear root element each time\r\n\r\nMemory profile graphs here: https://github.com/dogsheep/healthkit-to-sqlite/issues/7", "author_date": "2019-07-24T06:35:51Z", "committer_date": "2019-07-24T06:35:51Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 197882382, "label": "healthkit-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "eb6a103ebb75bf0e7454ad177df192a3e32ff806", "message": "Changelog badge", "author_date": "2020-04-30T18:29:57Z", "committer_date": "2020-04-30T18:29:57Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 256834907, "label": "dogsheep-photos"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "fee5f4bdbba4b40551a473a88c6b7ae1ca459962", "message": "Fixed link to Pocket", "author_date": "2019-10-07T05:36:56Z", "committer_date": "2019-10-07T05:36:56Z", "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": "7bd30150a32e409bfc573a7001e88813ed819248", "message": "Link to your-foursquare-oauth-token tool, close #4", "author_date": "2019-08-31T18:07:24Z", "committer_date": "2019-08-31T18:07:24Z", "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": "7e2d01f122c9d780f14ce657ac84383a9a73cd23", "message": "Removed rogue parenthesis", "author_date": "2020-04-30T18:28:59Z", "committer_date": "2020-04-30T18:28:59Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 206156866, "label": "twitter-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "8c710517e6edf68b1d9bcb5873063d341524c6f5", "message": "Added changelog badge", "author_date": "2020-04-30T18:28:31Z", "committer_date": "2020-04-30T18:28:31Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 206156866, "label": "twitter-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "eb79f2e6f4379780a4aafcfc8248d803bc02c413", "message": "Documented favorites, closes #32", "author_date": "2020-02-07T06:59:09Z", "committer_date": "2020-02-07T06:59:09Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 206156866, "label": "twitter-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "dd2b02304274a5b44f7dd37cddb61a4978848d1e", "message": "Better auth.json explanation", "author_date": "2019-10-28T12:33:41Z", "committer_date": "2019-10-28T12:33:41Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 206156866, "label": "twitter-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "c9295233f219c446fa2085cace987067488a31b9", "message": "Tweet source extraction and new migration system (#24)\n\nCloses #12 and #23", "author_date": "2019-10-17T15:49:23Z", "committer_date": "2019-10-17T15:49:23Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 206156866, "label": "twitter-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "2019ee908731054c6eaa3d5123dfbdf7d2d70fc4", "message": "twitter-to-sqlite import command, closes #4", "author_date": "2019-10-11T06:45:00Z", "committer_date": "2019-10-11T06:45:00Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 206156866, "label": "twitter-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "c44d286a572ba31b79f631f63fd2543fc4fb010f", "message": "README tweaks", "author_date": "2019-10-06T05:03:17Z", "committer_date": "2019-10-06T05:03:17Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 206156866, "label": "twitter-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "bd26f356649ebe0a98cd11e8992a531ec3bc66c8", "message": "Docs for --sql and --attach, refs #8", "author_date": "2019-09-13T20:32:52Z", "committer_date": "2019-09-13T20:32:52Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 206156866, "label": "twitter-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "e9112da07229d2bda44d797b94a823cf40955329", "message": "Fixed copy", "author_date": "2019-09-11T14:49:56Z", "committer_date": "2019-09-11T14:49:56Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 206156866, "label": "twitter-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "215bd23ee36701aebd8088d0c49d3c8e8be3df48", "message": "Note max 3,200 tweets for other people's accounts", "author_date": "2019-09-04T21:23:38Z", "committer_date": "2019-09-04T21:23:38Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 206156866, "label": "twitter-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "47f474c0fb76c53bdf46aefcb3ca9669e676f932", "message": "Added note about followers command being rate limited", "author_date": "2019-09-03T21:31:58Z", "committer_date": "2019-09-03T21:31:58Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 206156866, "label": "twitter-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "1f1310a25d95351d4bc8840472e97263c886b852", "message": "Documentation for auth and followers commands", "author_date": "2019-09-03T21:17:52Z", "committer_date": "2019-09-03T21:17:52Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 206156866, "label": "twitter-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "d18086ae016caf14be0da7154ad92cf9d7bec060", "message": "Changelog badge", "author_date": "2020-04-30T18:31:35Z", "committer_date": "2020-04-30T18:31: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": "25014ca25eb70b4c1217558ebd14db2845973bfb", "message": "Configuration directory mode, closes #731", "author_date": "2020-04-27T16:30:24Z", "committer_date": "2020-04-27T16:30: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": "304e7b1d9fd904ae1c35600bc03662eb90eeeae0", "message": "Mechanism for creating custom pages using templates\n\nCloses #648", "author_date": "2020-04-26T18:46:43Z", "committer_date": "2020-04-26T18:46: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": "227bb3e91fe34811a9374150798643a5af98ed79", "message": "Added more example plugins", "author_date": "2020-04-22T13:47:20Z", "committer_date": "2020-04-22T13:47:20Z", "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": "6717c719dd36dc2adc0f9da38a8c8e08129e96b4", "message": "--metadata accepts YAML as well as JSON - closes #713", "author_date": "2020-04-02T19:30:53Z", "committer_date": "2020-04-02T19:30: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": "7656fd64d8b6a32ebc34d89c1b8711cc5ea240f7", "message": "base_url configuration setting, closes #394\n\n* base_url configuration setting\r\n* base_url works for static assets as well", "author_date": "2020-03-25T00:18:43Z", "committer_date": "2020-03-25T00: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": "fd2a74dc09e585802ecec76c1a20a9c5a839a36a", "message": "Updated publish_subcommand example", "author_date": "2020-03-19T00:47:53Z", "committer_date": "2020-03-19T00:47: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": "7508477a96492caa1893c52411405656c50d30f9", "message": "Link to Datasette Writes blog entry", "author_date": "2020-03-08T17:23:51Z", "committer_date": "2020-03-08T17:23:51Z", "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": "4933035b75607e60dc63f7977e2bd4fa771d8898", "message": "RST fix", "author_date": "2020-03-02T16:10:16Z", "committer_date": "2020-03-02T16:10:16Z", "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": "613f6fad7249da547c06ebc46616aba0f74259a4", "message": "Improved extra_template_vars documentation", "author_date": "2020-03-02T15:12:34Z", "committer_date": "2020-03-02T15:12: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": "7f5a330377fd7db1f6d1efa5686d183bcaf89217", "message": "Don't count rows on homepage for DBs > 100MB (#688)\n\nCloses #649.", "author_date": "2020-02-29T01:08:29Z", "committer_date": "2020-02-29T01:08: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": "0f8e91c68f2d2ad48efc8324b12762bf8b58facd", "message": "Documentation fix", "author_date": "2020-02-26T07:13:39Z", "committer_date": "2020-02-26T07:13: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": "1a77f30d3c40b1a6812da5d27ab35fa1acbd988b", "message": "Fixed typo", "author_date": "2020-02-26T07:11:19Z", "committer_date": "2020-02-26T07:11:19Z", "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": "6cb65555f46456eb31b62e855e21b1d8c809b1a2", "message": "?_searchmode=raw option (#686)", "author_date": "2020-02-25T05:56:03Z", "committer_date": "2020-02-25T05:56:03Z", "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": "a093c5f79fa034a97d2ad8b606745dd3b80365af", "message": ".execute_write() and .execute_write_fn() methods on Database (#683)\n\nCloses #682.", "author_date": "2020-02-25T04:45:08Z", "committer_date": "2020-02-25T04:45: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": "4d7dae9eb75e5430c3ee3c369bb5cd9ba0a148bc", "message": "Added a bunch more plugins to the Ecosystem page", "author_date": "2020-02-04T20:49:41Z", "committer_date": "2020-02-04T20:49:41Z", "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": "70b915fb4bc214f9d064179f87671f8a378aa127", "message": "Datasette.render_template() method, closes #577\n\nPull request #664.", "author_date": "2020-02-04T20:26:17Z", "committer_date": "2020-02-04T20:26: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": "286ed286b68793532c2a38436a08343b45cfbc91", "message": "geojson-to-sqlite", "author_date": "2020-01-31T07:09:56Z", "committer_date": "2020-01-31T07:09:56Z", "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": "67fc9c5720ed1fcd62b116481f70d4e80b403a22", "message": "--port argument for datasette package, plus tests - closes #661\n\nFrom pull request #663", "author_date": "2020-01-29T22:46:43Z", "committer_date": "2020-01-29T22:46: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": "2039e78e589ae7c60f404fe84fb75eda1630104e", "message": "Added Niche Museums to News", "author_date": "2019-12-03T06:53:59Z", "committer_date": "2019-12-03T06:53: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": "f9d0ce4233b29a8a90b9d87e18aacdeefde2e022", "message": "Added datasette-haversine to plugins list", "author_date": "2019-11-27T14:04:32Z", "committer_date": "2019-11-27T14:04: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": "c16be14517414a94e1fdbd888e8a3ad0669e3bca", "message": "How to upgrade using Docker", "author_date": "2019-11-20T18:02:07Z", "committer_date": "2019-11-20T18:02: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": "8fc9a5d877d26dbf2654e125f407ddd2fd767335", "message": "Datasette 0.32 and datasette-template-sql in news", "author_date": "2019-11-14T23:46:37Z", "committer_date": "2019-11-14T23:46: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": "8c642f04e0608bf537fdd1f76d64c2367fb04d57", "message": "Render templates using Jinja async mode\n\nCloses #628", "author_date": "2019-11-14T23:14:22Z", "committer_date": "2019-11-14T23:14:22Z", "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": "bbd00e903cdd49067ecdbdb60a4d225833a44b05", "message": "Badge linking to datasette on hub.docker.com", "author_date": "2019-11-13T02:38:13Z", "committer_date": "2019-11-13T02:38:13Z", "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": "d977fbadf70a96bf2eea1407d01f99d98e092dec", "message": "datasette publish uses python:3.8 base Docker image, closes #629", "author_date": "2019-11-12T06:03:09Z", "committer_date": "2019-11-12T06:03: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": "f554be39fc14ddc18921ca29d3920d55aad03d46", "message": "ReST fix", "author_date": "2019-11-12T06:00:13Z", "committer_date": "2019-11-12T06:00:13Z", "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": "1c518680e9692a9a77022af54f3de3e77fb1aaf4", "message": "Final steps: build stable branch of Read The Docs", "author_date": "2019-11-12T05:57:48Z", "committer_date": "2019-11-12T05:57: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": "cf7776d36fbacefa874cbd6e5fcdc9fff7661203", "message": "Support Python 3.8, stop supporting Python 3.5 (#627)\n\n* Upgrade to uvicorn 0.10.4\r\n* Drop support for Python 3.5\r\n* Bump all dependencies to latest releases\r\n* Update docs to reflect we no longer support 3.5\r\n* Removed code that skipped black unit test on 3.5\r\n\r\nCloses #622", "author_date": "2019-11-12T05:09:11Z", "committer_date": "2019-11-12T05:09: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": "42ee3e16a9ba7cc513b8da944cc1609a5407cf42", "message": "Bump pint to 0.9 (#624)\n\nThis fixes 2 deprecation warnings in Python 3.8 - refs #623 #622", "author_date": "2019-11-11T04:19:01Z", "committer_date": "2019-11-11T04:19: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": "1c063fae9dba70f70244db010d55a18846640f07", "message": "Test against Python 3.8 in Travis (#623)\n\n* Test against Python 3.8 in Travis\r\n* Avoid current_task warnings in Python 3.8", "author_date": "2019-11-11T03:45:34Z", "committer_date": "2019-11-11T03:45: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": "10b9d85edaaf198879344aa1c498000cfb27dff8", "message": "datasette-csvs on Glitch now uses sqlite-utils\n\nIt previously used csvs-to-sqlite but that had heavy dependencies.\r\n\r\nSee https://support.glitch.com/t/can-you-upgrade-python-to-latest-version/7980/33", "author_date": "2019-11-09T02:15:13Z", "committer_date": "2019-11-09T02:15:13Z", "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": "9f5d19c254d1bfbd99f576dff47a6e32e01c76ed", "message": "Improved documentation for \"publish cloudrun\"", "author_date": "2019-11-09T02:12:20Z", "committer_date": "2019-11-09T02:12:20Z", "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": "5dd4d2b2d3abcfd507a6df47e7c2fbad3c552fd8", "message": "Update to latest black (#609)", "author_date": "2019-10-30T18:49:01Z", "committer_date": "2019-10-30T18:49: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": "e877b1cb12076946fdbec7ca2fbfbfc75c1c2a28", "message": "Don't auto-format SQL on page load (#601)\n\nCloses #600", "author_date": "2019-10-18T23:56:44Z", "committer_date": "2019-10-18T23:56:44Z", "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": "b647b5efc29300f715ba656e41b0591f342938e1", "message": "Fix for /foo v.s. /foo-bar issue, closes #597\n\nPull request #599", "author_date": "2019-10-18T22:51:07Z", "committer_date": "2019-10-18T22:51: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": "9366d0bf191daccee6093c54ed51a2855d129cd8", "message": "Add Python versions badge", "author_date": "2019-10-14T22:29:16Z", "committer_date": "2019-10-14T22:29:16Z", "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": "2dc5c8dc259a0606162673d394ba8cc1c6f54428", "message": "detect_fts now works with alternative table escaping (#571)\n\nFixes #570. See also https://github.com/simonw/sqlite-utils/pull/57", "author_date": "2019-09-03T00:32:27Z", "committer_date": "2019-09-03T00:32: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": "afc2e4260ab8b28e132c834185c5294fb27543f1", "message": "News: Single sign-on against GitHub using ASGI middleware", "author_date": "2019-07-14T01:42:35Z", "committer_date": "2019-07-14T01:42: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": "d224ee2c98ac39c2c6e21a0ac0c62e5c3e1ccd11", "message": "Bump to uvicorn 0.8.4 (#559)\n\nhttps://github.com/encode/uvicorn/commits/0.8.4\r\n\r\nQuery strings will now be included in log files: https://github.com/encode/uvicorn/pull/384", "author_date": "2019-07-13T22:34:57Z", "committer_date": "2019-07-13T22:34:57Z", "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": "81fa8b6cdc5457b42a224779e5291952314e8d20", "message": "News: Datasette 0.29, datasette-auth-github, datasette-cors", "author_date": "2019-07-08T04:36:27Z", "committer_date": "2019-07-08T04:36: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": "973f8f139df6ad425354711052cfc2256de2e522", "message": "--plugin-secret option for datasette publish\n\nCloses #543\r\n\r\nAlso added new --show-files option to publish now and publish cloudrun - handy for debugging.", "author_date": "2019-07-08T02:06:31Z", "committer_date": "2019-07-08T02:06:31Z", "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": "fcfcae21e67cc15090942b1d2a47b5f016279337", "message": "extra_template_vars plugin hook (#542)\n\n* extra_template_vars plugin hook\r\n\r\nCloses #541\r\n\r\n* Workaround for cwd bug\r\n\r\nBased on https://github.com/pytest-dev/pytest/issues/1235#issuecomment-175295691", "author_date": "2019-07-06T00:05:56Z", "committer_date": "2019-07-06T00:05:56Z", "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": "a2d45931935f6bb73605a94afedf9e78308c95d6", "message": "Secret plugin configuration options (#539)\n\nCloses #538", "author_date": "2019-07-04T05:36:44Z", "committer_date": "2019-07-04T05:36:44Z", "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": "f0d32da0a9af87bcb15e34e35424f0c0053be83a", "message": "Switch to ~= dependencies, closes #532 (#536)\n\n* Switch to ~= dependencies, closes #532\r\n* Bump click and click-default-group\r\n* imp. is deprecated, use types.ModuleType instead - thanks https://stackoverflow.com/a/32175781\r\n* Upgrade to pytest 5", "author_date": "2019-07-03T04:32:55Z", "committer_date": "2019-07-03T04:32: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": "76882830548e16905348ee75acb0044cb8e1fd20", "message": "Typo", "author_date": "2019-06-25T15:36:39Z", "committer_date": "2019-06-25T15:36: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": "34e292d24dc2b8376236472bec3cce1c556ddfe5", "message": "Porting Datasette to ASGI, and Turtles all the way down", "author_date": "2019-06-24T05:28:37Z", "committer_date": "2019-06-24T05:28: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": "cdd24f3eaa207f67d948c1876725b0f84654a623", "message": "Added datasette-doublemetaphone to list of plugins", "author_date": "2019-06-24T04:23:24Z", "committer_date": "2019-06-24T04:23: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": "a5591236c46f507b9e46b1b52e51d5f46ffd6913", "message": "Install test dependencies so deploy can work\n\npython tests/fixtures.py needs asgiref or it fails with an error", "author_date": "2019-06-24T03:23:07Z", "committer_date": "2019-06-24T03:23: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": "ba8db9679f3bd2454c9e76e7e6c352126848b57a", "message": "Port Datasette from Sanic to ASGI + Uvicorn (#518)\n\nDatasette now uses ASGI internally, and no longer depends on Sanic.\r\n\r\nIt now uses Uvicorn as the underlying HTTP server.\r\n\r\nThis was thirteen months in the making... for full details see the issue:\r\n\r\nhttps://github.com/simonw/datasette/issues/272\r\n\r\nAnd for a full sequence of commits plus commentary, see the pull request:\r\n\r\nhttps://github.com/simonw/datasette/pull/518", "author_date": "2019-06-24T03:13:09Z", "committer_date": "2019-06-24T03:13: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": "6ccfcefb782bbf86b87bf047d01b979782aa6d97", "message": " Added datasette-render-binary plugin to ecosystem", "author_date": "2019-06-09T16:49:06Z", "committer_date": "2019-06-09T16:49:06Z", "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": "0c756b8cd948bd69b7342c0d0e93bad4ff4e97b2", "message": "Added datasette-bplist plugin to ecosystem", "author_date": "2019-06-09T02:11:59Z", "committer_date": "2019-06-09T02:11: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": "5e8fbf7f6fbc0b63d0479da3806dd9ccd6aaa945", "message": "Upgrade pytest to 4.6.1, pluggy to 0.12.0 (#497)", "author_date": "2019-06-03T02:06:26Z", "committer_date": "2019-06-03T02:06:26Z", "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": "803f750309bf0cd5b7501228c1efcf9a35686d74", "message": "Added datasette-jq plugin to ecosystem", "author_date": "2019-05-30T01:51:10Z", "committer_date": "2019-05-30T01:51: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": "c902590ada636098a705502d78f51b2f92973350", "message": "Stack Overflow survey added to news", "author_date": "2019-05-21T18:47:28Z", "committer_date": "2019-05-21T18:47: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": "f12220b17de426a356a716c58768071fce1f741a", "message": "Link to blog post about 0.28", "author_date": "2019-05-21T16:33:57Z", "committer_date": "2019-05-21T16:33:57Z", "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": "4246e138f9512686413e97878659ef953337e57b", "message": "Typo fix", "author_date": "2019-05-19T23:14:09Z", "committer_date": "2019-05-19T23:14: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": "afd0480d3f88012ef062ac82c67a995d6bfc5080", "message": "Tidy up README, reducing duplication with docs\n\nRefs #451", "author_date": "2019-05-19T21:31:03Z", "committer_date": "2019-05-19T21:31:03Z", "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": "19370267666164ebf7e46aeb284a343f34bc03bd", "message": "Removed accidental R", "author_date": "2019-05-16T13:27:08Z", "committer_date": "2019-05-16T13:27:08Z", "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": "f31b9fe5ca3363ec56a44cb4e29c8b531e562067", "message": "Another link to Glitch", "author_date": "2019-05-16T13:26:46Z", "committer_date": "2019-05-16T13:26:46Z", "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": "7c79eb974b3bd4fff2bf23c00d0c17958b5b7567", "message": "It's 2019 now", "author_date": "2019-05-16T10:20:08Z", "committer_date": "2019-05-16T10:20:08Z", "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": "a4645944752e713ff4acf946c1ee824be2e30963", "message": "Added inline contents for installation page", "author_date": "2019-05-16T10:15:03Z", "committer_date": "2019-05-16T10:15:03Z", "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": "e7b31ae8c1a28cab9db8e165b3f21407c2e581e6", "message": "Use now --target production instead of now alias\n\nFix for this error:\r\n\r\n $ now alias --token=$NOW_TOKEN\r\n > WARN! The `now alias` command (no arguments) was deprecated in favour of `now --target production`.\r\n > Error! Couldn't find a deployment to alias. Please provide one as an argument.\r\n The command \"now alias --token=$NOW_TOKEN\" exited with 1.\r\n\r\nhttps://travis-ci.org/simonw/datasette/jobs/530597261", "author_date": "2019-05-11T17:06:23Z", "committer_date": "2019-05-11T17:06:23Z", "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"}}