]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEV: patchbot: support passing the page settings in the URL fragment master
authorWilly Tarreau <w@1wt.eu>
Fri, 31 Jul 2026 17:54:47 +0000 (19:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 31 Jul 2026 17:54:47 +0000 (19:54 +0200)
commitbc0b1fd9f61d8696cbdbb06706f56462db894c9e
treeb8d297946e1c87d52421632d384a1b69caf7afe0
parentf36994ca1b7404417b6c0a618a6c4ea3f4dbcc07
DEV: patchbot: support passing the page settings in the URL fragment

It's difficult to point a coworker to a set of patches resulting from a
selection. Some browser-based tools such as slides pass information in
the URL as a fragment that the code in the browser is able to retrieve.
Conversely it's possible to update it without causing a page reload
using history.replaceState(). This means that we can instantly update
the URL bar with extra params passed as fragments as we click on the
page, so it's possible to copy-paste a current state so that someone
else gets the same view (without local edits).
dev/patchbot/README
dev/patchbot/scripts/post-ai.sh