{"html_url": "https://github.com/simonw/datasette/issues/766#issuecomment-741665253", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/766", "id": 741665253, "node_id": "MDEyOklzc3VlQ29tbWVudDc0MTY2NTI1Mw==", "user": {"value": 2181410, "label": "clausjuhl"}, "created_at": "2020-12-09T09:59:05Z", "updated_at": "2020-12-09T09:59:05Z", "author_association": "NONE", "body": "Hi Simon. Any news on using wildcard-searches with datasette? Thanks!", "reactions": "{\"total_count\": 1, \"+1\": 1, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 617323873, "label": "Enable wildcard-searches by default"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1091#issuecomment-741804334", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1091", "id": 741804334, "node_id": "MDEyOklzc3VlQ29tbWVudDc0MTgwNDMzNA==", "user": {"value": 6739646, "label": "tballison"}, "created_at": "2020-12-09T14:26:05Z", "updated_at": "2020-12-09T14:26:05Z", "author_association": "NONE", "body": "Anything we can do to help debug this? Thank you, again!", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 742011049, "label": ".json and .csv exports fail to apply base_url"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1091#issuecomment-741992106", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1091", "id": 741992106, "node_id": "MDEyOklzc3VlQ29tbWVudDc0MTk5MjEwNg==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-12-09T19:19:54Z", "updated_at": "2020-12-09T20:27:45Z", "author_association": "OWNER", "body": "Could you try removing the `ProxyPassReverse /datasette http://0.0.0.0:8001` line?\r\n\r\nMy hunch is that `ProxyPassReverse` is rewriting some of the links in the HTML (or maybe in the HTTP headers) in a way that breaks things.\r\n\r\nNormally you would need `ProxyPassReverse` to compensate for the underlying application being unable to rewrite its links - but Datasette's `base_url` setting causes Datasette to rewrite all of the links for you, so `ProxyPassReverse` should be unneccessary.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 742011049, "label": ".json and .csv exports fail to apply base_url"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1091#issuecomment-742001510", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1091", "id": 742001510, "node_id": "MDEyOklzc3VlQ29tbWVudDc0MjAwMTUxMA==", "user": {"value": 6739646, "label": "tballison"}, "created_at": "2020-12-09T19:36:42Z", "updated_at": "2020-12-09T19:38:04Z", "author_association": "NONE", "body": "I don't think this fixes it:\r\n\r\n```\r\ngrep -R datasette .\r\n./sites-available/000-default.conf: ProxyPass /datasette http://127.0.0.1:8001/\r\n./sites-available/000-default.conf: #ProxyPassReverse /datasette http://127.0.0.1:8001/\r\n./sites-available/corpora-le-ssl.conf: ProxyPass /datasette http://0.0.0.0:8001\r\n./sites-available/corpora-le-ssl.conf: #ProxyPassReverse /datasette http://0.0.0.0:8001\r\n./sites-enabled/corpora-le-ssl.conf: ProxyPass /datasette http://0.0.0.0:8001\r\n./sites-enabled/corpora-le-ssl.conf: #ProxyPassReverse /datasette http://0.0.0.0:8001\r\n```\r\n\r\nAnd I confirmed that I actually restarted the server. :rofl: \r\n\r\nhttps://corpora.tika.apache.org/datasette/file_profiles", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 742011049, "label": ".json and .csv exports fail to apply base_url"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1136#issuecomment-742008087", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1136", "id": 742008087, "node_id": "MDEyOklzc3VlQ29tbWVudDc0MjAwODA4Nw==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-12-09T19:48:56Z", "updated_at": "2020-12-09T19:48:56Z", "author_association": "OWNER", "body": "I think I'm going to create a branch called `0.52.x` that starts with `8ae0f9f7f0d644b0161165a1084f53acd2786f7c` and then tag the release from there.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 760621356, "label": "Establish pattern for release branches to support bug fixes"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1136#issuecomment-742009101", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1136", "id": 742009101, "node_id": "MDEyOklzc3VlQ29tbWVudDc0MjAwOTEwMQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-12-09T19:50:53Z", "updated_at": "2020-12-09T19:50:53Z", "author_association": "OWNER", "body": "My concern is if this will break anything about CI. I don't think it will - the code that deploys the latest `main` to https://latest.datasette.io/ should be unaffected, and the checkout code in `publish.yml` should check out the correct code based on the tag used for that release.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 760621356, "label": "Establish pattern for release branches to support bug fixes"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1136#issuecomment-742009294", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1136", "id": 742009294, "node_id": "MDEyOklzc3VlQ29tbWVudDc0MjAwOTI5NA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-12-09T19:51:18Z", "updated_at": "2020-12-09T19:51:18Z", "author_association": "OWNER", "body": "Likewise, Read The Docs publishes as stable the docs from the latest tagged release, so I would expect that to work fine as well.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 760621356, "label": "Establish pattern for release branches to support bug fixes"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1091#issuecomment-742010306", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1091", "id": 742010306, "node_id": "MDEyOklzc3VlQ29tbWVudDc0MjAxMDMwNg==", "user": {"value": 6739646, "label": "tballison"}, "created_at": "2020-12-09T19:53:18Z", "updated_at": "2020-12-09T19:59:52Z", "author_association": "NONE", "body": "I can't imagine this helps (esp. given your point about potential rewrites), but you can see that /datasette/ was correctly added to the sql form, but not to the \"export-links\"\r\n\r\n \"Screen\r\n", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 742011049, "label": ".json and .csv exports fail to apply base_url"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1134#issuecomment-742012324", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1134", "id": 742012324, "node_id": "MDEyOklzc3VlQ29tbWVudDc0MjAxMjMyNA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-12-09T19:57:05Z", "updated_at": "2020-12-09T19:57:05Z", "author_association": "OWNER", "body": "Thanks for the bug report!", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 760312579, "label": "\"_searchmode=raw\" throws an index out of range error when combined with \"_search_COLUMN\""}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1136#issuecomment-742014366", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1136", "id": 742014366, "node_id": "MDEyOklzc3VlQ29tbWVudDc0MjAxNDM2Ng==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-12-09T20:00:35Z", "updated_at": "2020-12-09T20:00:35Z", "author_association": "OWNER", "body": "Actually I'll start from 0.52.4 and then cherry-pick the fixes.\r\n\r\n git branch 0.52.x 0.52.4\r\n git checkout 0.52.x\r\n git cherry-pick COMMIT", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 760621356, "label": "Establish pattern for release branches to support bug fixes"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1136#issuecomment-742014881", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1136", "id": 742014881, "node_id": "MDEyOklzc3VlQ29tbWVudDc0MjAxNDg4MQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-12-09T20:01:27Z", "updated_at": "2020-12-09T20:01:27Z", "author_association": "OWNER", "body": "I'll write the release notes in the branch, then cherry-pick them over to `main`.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 760621356, "label": "Establish pattern for release branches to support bug fixes"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1136#issuecomment-742017622", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1136", "id": 742017622, "node_id": "MDEyOklzc3VlQ29tbWVudDc0MjAxNzYyMg==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-12-09T20:06:47Z", "updated_at": "2020-12-09T20:06:47Z", "author_association": "OWNER", "body": "Then I can ship the release directly from that branch, creating the tag as part of the release process:\r\n\r\n\"New_release_\u00b7_simonw_datasette\"\r\n", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 760621356, "label": "Establish pattern for release branches to support bug fixes"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1136#issuecomment-742022222", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1136", "id": 742022222, "node_id": "MDEyOklzc3VlQ29tbWVudDc0MjAyMjIyMg==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-12-09T20:15:24Z", "updated_at": "2020-12-09T20:15:51Z", "author_association": "OWNER", "body": "Used this procedure for the first time for 0.52.5 - deploy run here: https://github.com/simonw/datasette/actions/runs/411465648 - PyPI release here: https://pypi.org/project/datasette/0.52.5/", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 760621356, "label": "Establish pattern for release branches to support bug fixes"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1136#issuecomment-742023111", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1136", "id": 742023111, "node_id": "MDEyOklzc3VlQ29tbWVudDc0MjAyMzExMQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-12-09T20:17:02Z", "updated_at": "2020-12-09T20:17:02Z", "author_association": "OWNER", "body": "Documentation for this procedure is now here: https://docs.datasette.io/en/latest/contributing.html#releasing-bug-fixes-from-a-branch", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 760621356, "label": "Establish pattern for release branches to support bug fixes"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1091#issuecomment-742023541", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1091", "id": 742023541, "node_id": "MDEyOklzc3VlQ29tbWVudDc0MjAyMzU0MQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-12-09T20:17:54Z", "updated_at": "2020-12-09T20:17:54Z", "author_association": "OWNER", "body": "OK that is really weird. I'll have another go at replicating this locally.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 742011049, "label": ".json and .csv exports fail to apply base_url"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1134#issuecomment-742023775", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1134", "id": 742023775, "node_id": "MDEyOklzc3VlQ29tbWVudDc0MjAyMzc3NQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-12-09T20:18:23Z", "updated_at": "2020-12-09T20:18:23Z", "author_association": "OWNER", "body": "A fix for this should be available if you upgrade to 0.52.5", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 760312579, "label": "\"_searchmode=raw\" throws an index out of range error when combined with \"_search_COLUMN\""}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1134#issuecomment-742024588", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1134", "id": 742024588, "node_id": "MDEyOklzc3VlQ29tbWVudDc0MjAyNDU4OA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-12-09T20:19:59Z", "updated_at": "2020-12-09T20:20:33Z", "author_association": "OWNER", "body": "https://byraadsarkivet.aarhus.dk/db/cases?_searchmode=raw&_search=sundhedsfrem%2A is an absolutely beautiful example of a themed Datasette! Very excited to show this to people.", "reactions": "{\"total_count\": 1, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 1, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 760312579, "label": "\"_searchmode=raw\" throws an index out of range error when combined with \"_search_COLUMN\""}, "performed_via_github_app": null}