From 5d7d5336dfeada28b036a5a3ba34d16ec8d83612 Mon Sep 17 00:00:00 2001 From: Daniel Axtens Date: Fri, 13 Sep 2019 00:47:03 +1000 Subject: Move to msgid based URLs Migrate our URL schema as follows: Patches: /project//patch// Cover Letters: /project//cover// The usual sub-resources (mbox, raw) hang off those URLs. The old style URLs (/patch/NNN/*, /cover/NNN/*) redirect appropriately. I haven't attempted to do anything meaningful with series, and I have dropped any attempt to provide a generic message-id lookup or search functionality. One step at a time. Our database still stores message ids as with angle brackets; we just work around that rather than trying to migrate. That too can come later if we think the pain is justified. Partially-closes: #106 Reported-by: Konstantin Ryabitsev Reported-by-but-I-don't-want-to-spam: Linus Torvalds Reported-by: Stephen Finucane Signed-off-by: Daniel Axtens --- releasenotes/notes/new-url-schema-f1c799b5eb078ea4.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/new-url-schema-f1c799b5eb078ea4.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/new-url-schema-f1c799b5eb078ea4.yaml b/releasenotes/notes/new-url-schema-f1c799b5eb078ea4.yaml new file mode 100644 index 0000000..2889444 --- /dev/null +++ b/releasenotes/notes/new-url-schema-f1c799b5eb078ea4.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + The URL schema now uses message IDs, rather than patch IDs, by + default. Old URLs will redirect to the new URLs. -- cgit v1.2.3