go-scm/jobrunner
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
..
forgejo refactor: swap pkg/{io,log,i18n} imports to go-io/go-log/go-i18n 2026-03-06 12:35:42 +00:00
handlers refactor: replace fmt.Errorf/errors.New with coreerr.E() 2026-03-16 20:37:25 +00:00
journal.go refactor: replace fmt.Errorf/errors.New with coreerr.E() 2026-03-16 20:37:25 +00:00
journal_test.go feat: restore agentci, git, and jobrunner packages 2026-02-21 19:27:35 +00:00
poller.go refactor: swap pkg/{io,log,i18n} imports to go-io/go-log/go-i18n 2026-03-06 12:35:42 +00:00
poller_test.go feat: restore agentci, git, and jobrunner packages 2026-02-21 19:27:35 +00:00
types.go feat: restore agentci, git, and jobrunner packages 2026-02-21 19:27:35 +00:00
types_test.go feat: restore agentci, git, and jobrunner packages 2026-02-21 19:27:35 +00:00