Extract all queries to drivers, nuke sqlc, pro-specific executable #774
ci.yaml
on: pull_request
Go lint
45s
Release
38s
Matrix: Go build and test
Matrix: JS Build and Test
Matrix: JS Lint
Annotations
27 errors
|
Go build and test (1.24, 15)
Process completed with exit code 1.
|
|
Go build and test (1.24, 16)
Process completed with exit code 1.
|
|
Go build and test (1.23, 15)
Process completed with exit code 1.
|
|
Go build and test (1.23, 16)
Process completed with exit code 1.
|
|
JS Lint (22.14.0)
Process completed with exit code 2.
|
|
JS Lint (22.14.0):
src/components/WorkflowDetail.tsx#L89
Parameter 'job' implicitly has an 'any' type.
|
|
JS Lint (22.14.0):
src/components/WorkflowDetail.tsx#L84
Parameter 'task' implicitly has an 'any' type.
|
|
JS Lint (22.14.0):
src/components/WorkflowDetail.tsx#L82
Property 'tasks' does not exist on type 'Workflow | undefined'.
|
|
JS Lint (22.14.0)
Process completed with exit code 1.
|
|
JS Lint (22.14.0):
src/components/WorkflowDetail.tsx#L83
React Hook "useMemo" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
|
JS Lint (22.14.0):
src/components/WorkflowDetail.tsx#L27
Expected "undefined" to come before "Workflow"
|
|
JS Lint (22.14.0):
src/components/WorkflowDetail.tsx#L17
Missed spacing between "react" and "./WorkflowListEmptyState"
|
|
Release
Process completed with exit code 1.
|
|
Release:
handler_api_endpoint.go#L27
github.com/riverqueue/river/rivertype@v0.23.1: replacement directory ../river/rivertype does not exist
|
|
Release:
handler_api_endpoint.go#L26
github.com/riverqueue/river/rivershared@v0.23.1: replacement directory ../river/rivershared does not exist
|
|
Release:
handler_api_endpoint.go#L25
github.com/riverqueue/river/rivershared@v0.23.1: replacement directory ../river/rivershared does not exist
|
|
Release:
handler.go#L26
github.com/riverqueue/river/rivershared@v0.23.1: replacement directory ../river/rivershared does not exist
|
|
Release:
handler.go#L25
github.com/riverqueue/river/rivershared@v0.23.1: replacement directory ../river/rivershared does not exist
|
|
Release:
handler_api_endpoint.go#L22
github.com/riverqueue/river/riverdriver@v0.23.1: replacement directory ../river/riverdriver does not exist
|
|
Release:
cmd/riverui/main.go#L23
github.com/riverqueue/river/riverdriver/riverpgxv5@v0.23.1: replacement directory ../river/riverdriver/riverpgxv5 does not exist
|
|
Release:
cmd/riverui/main.go#L22
github.com/riverqueue/river@v0.23.1: replacement directory ../river does not exist
|
|
Go lint
Process completed with exit code 2.
|
|
Go lint:
internal/querycacher/query_cacher.go#L119
s.Logger undefined (type *QueryCacher[TRes] has no field or method Logger) (typecheck)
|
|
Go lint:
internal/querycacher/query_cacher.go#L98
s.StartInit undefined (type *QueryCacher[TRes] has no field or method StartInit) (typecheck)
|
|
Go lint:
internal/querycacher/query_cacher.go#L79
s.Logger undefined (type *QueryCacher[TRes] has no field or method Logger) (typecheck)
|
|
Go lint:
handler_test.go#L15
"github.com/jackc/pgx/v5" imported as pgx and not used (typecheck)
|
|
Go lint:
common_test.go#L9
"github.com/jackc/pgx/v5" imported as pgx and not used (typecheck)
|