Harden CI and switch release builds to tagged immutable images
This commit is contained in:
parent
bed2e6cfb6
commit
f24e96efa7
60 changed files with 4710 additions and 64 deletions
6
docs/adr/0005-http-conflict-semantics.md
Normal file
6
docs/adr/0005-http-conflict-semantics.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# ADR-0005: HTTP precondition and conflict semantics
|
||||
|
||||
Status: Accepted
|
||||
|
||||
Failed `If-Match` or equivalent representation preconditions return `412 Precondition Failed`. Name collisions, invalid hierarchy operations, and other domain conflicts return `409 Conflict`. Both use RFC 9457 problem documents with stable codes and current state where useful.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue