go/pkg/build
Snider d3550d2658 fix: resolve API signature mismatches after IO migration merge
Reconcile callers with actual function signatures after merging IO
migration branches. Some functions gained io.Medium params (repos.*),
others kept their original signatures (release.*, cache.*, container.*).

- Add io.Local to repos.LoadRegistry/FindRegistry/ScanDirectory callers
- Remove extra io.Local from release.ConfigExists/LoadConfig/WriteConfig callers
- Fix cache.New call (remove nil Medium arg)
- Add missing IsCPPProject to build discovery
- Add missing fields to mcp.Service struct (subsystems, logger, etc.)
- Add DefaultTCPAddr constant to mcp transport
- Fix node.go interface check (coreio.Medium, not coreio.Node)
- Fix container.linuxkit LoadState/EnsureLogsDir arg counts
- Fix vm templates to use package-level functions
- Remove unused Medium field from DaemonOptions

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-08 21:55:10 +00:00
..
buildcmd fix: resolve API signature mismatches after IO migration merge 2026-02-08 21:55:10 +00:00
builders feat: add Woodpecker CI pipeline and workspace improvements (#1) 2026-02-08 13:25:06 +00:00
signing Migrate pkg/build to io.Medium abstraction (#287) 2026-02-04 17:59:10 +00:00
testdata feat: add Woodpecker CI pipeline and workspace improvements (#1) 2026-02-08 13:25:06 +00:00
archive.go Migrate pkg/build to io.Medium abstraction (#287) 2026-02-04 17:59:10 +00:00
archive_test.go Migrate pkg/build to io.Medium abstraction (#287) 2026-02-04 17:59:10 +00:00
build.go feat: add Woodpecker CI pipeline and workspace improvements (#1) 2026-02-08 13:25:06 +00:00
checksum.go Migrate pkg/build to io.Medium abstraction (#287) 2026-02-04 17:59:10 +00:00
checksum_test.go Migrate pkg/build to io.Medium abstraction (#287) 2026-02-04 17:59:10 +00:00
config.go Centralized Configuration Service Implementation (#319) 2026-02-05 10:26:44 +00:00
config_test.go Migrate pkg/build to io.Medium abstraction (#287) 2026-02-04 17:59:10 +00:00
discovery.go fix: resolve API signature mismatches after IO migration merge 2026-02-08 21:55:10 +00:00
discovery_test.go feat: add Woodpecker CI pipeline and workspace improvements (#1) 2026-02-08 13:25:06 +00:00