go-scm/marketplace
Snider e9fc6902b1
Some checks failed
Security Scan / security (push) Failing after 8s
Test / test (push) Successful in 1m57s
refactor: replace fmt.Errorf/errors.New with coreerr.E()
Replace all remaining fmt.Errorf and errors.New calls in production
code with coreerr.E("caller.Method", "message", err) from go-log.
This standardises error handling across 23 files using the structured
error convention already established in the plugin package.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 20:37:25 +00:00
..
builder.go refactor: replace fmt.Errorf/errors.New with coreerr.E() 2026-03-16 20:37:25 +00:00
builder_test.go feat(manifest): add compile step and marketplace index builder 2026-03-15 14:12:52 +00:00
discovery.go refactor: replace fmt.Errorf/errors.New with coreerr.E() 2026-03-16 20:37:25 +00:00
discovery_test.go feat(marketplace): add provider discovery and registry 2026-03-14 12:22:37 +00:00
installer.go refactor: replace fmt.Errorf/errors.New with coreerr.E() 2026-03-16 20:37:25 +00:00
installer_test.go refactor(marketplace): replace raw os calls with go-io Medium in Installer 2026-03-15 14:50:08 +00:00
marketplace.go refactor: replace fmt.Errorf/errors.New with coreerr.E() 2026-03-16 20:37:25 +00:00
marketplace_test.go feat: add manifest, marketplace, plugin, repos subpackages 2026-03-06 13:20:12 +00:00