Skip to content

refactor(stovepipe): retire entity JSON queue serializers (CODEM-306) - #515

Merged
mnoah1 merged 1 commit into
mainfrom
mnoah1/codem-306-stovepipe-keep-queue-contracts-proto-only-retire-entity-json
Aug 5, 2026
Merged

refactor(stovepipe): retire entity JSON queue serializers (CODEM-306)#515
mnoah1 merged 1 commit into
mainfrom
mnoah1/codem-306-stovepipe-keep-queue-contracts-proto-only-retire-entity-json

Conversation

@mnoah1

@mnoah1 mnoah1 commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Remove unused ToBytes/FromBytes helpers from stovepipe/entity/request.go and stovepipe/entity/build.go, including the dead RequestID wrapper type
  • Update BuildID docs to describe its BuildRunner role only (no queue serialization)
  • Drop the entity serialization unit tests; queue wire format is already covered by stovepipe/core/messagequeue proto contract tests

Closes #357

All stovepipe queue topics already use proto contracts (ProcessRequest, BuildRequest, BuildSignal, Record); this removes the misleading entity JSON helpers that could steer new stages toward the wrong pattern.

Test plan

  • bazel test //stovepipe/entity/... //stovepipe/core/messagequeue/...
  • CI green

Remove unused ToBytes/FromBytes helpers from Request and Build entities now that all stovepipe queue payloads use proto contracts in stovepipe/core/messagequeue.
@mnoah1
mnoah1 requested review from a team, behinddwalls and sbalabanov as code owners August 5, 2026 15:27
@mnoah1
mnoah1 enabled auto-merge August 5, 2026 15:30
@mnoah1
mnoah1 added this pull request to the merge queue Aug 5, 2026
Merged via the queue into main with commit e9bd2c5 Aug 5, 2026
15 checks passed
@mnoah1
mnoah1 deployed to stack-rebase August 5, 2026 15:50 — with GitHub Actions Active
@behinddwalls
behinddwalls deleted the mnoah1/codem-306-stovepipe-keep-queue-contracts-proto-only-retire-entity-json branch August 5, 2026 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

stovepipe: keep queue contracts proto-only — retire entity JSON serializers, contracts for upcoming stages

2 participants