]> git.corax.cc Git - foundry/commit
spec/*: Rename "tid" field to "context"
authorMatthias Kruk <m@m10k.eu>
Sun, 18 Jul 2021 00:37:20 +0000 (09:37 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 18 Jul 2021 00:37:20 +0000 (09:37 +0900)
commitffad155d01ed47b209ef6bdb3a0d21bce964d3c3
tree9b99dbbb7cda9c73fcc16397ffdfa5da34b1cc2f
parent4ba5f710811f35deee2b90e26a0464d51a736a08
spec/*: Rename "tid" field to "context"

The object that is used to corellate parts of a build transaction has
been renamed from transaction to context, and therefore the name
"transaction identifier" is not correct anymore.
This commit updates all message specifications so that the field that
stores the context identifier is called "context".
spec/build.json
spec/buildrequest.json
spec/dist.json
spec/distrequest.json
spec/merge.json
spec/mergerequest.json
spec/sign.json
spec/signrequest.json
spec/test.json
spec/testrequest.json