Skip to content

feat: queue items pagination #2540

feat: queue items pagination

feat: queue items pagination #2540

Triggered via pull request January 17, 2026 05:38
Status Failure
Total duration 4m 37s
Artifacts

ci.yaml

on: pull_request
Check for spelling errors
11s
Check for spelling errors
Go Linter
45s
Go Linter
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 1 warning
Go Linter: internal/cmn/telemetry/collector_test.go#L579
cannot use queueStore (variable of type *mockQueueStore) as "github.com/dagu-org/dagu/internal/core/exec".QueueStore value in argument to NewCollector: *mockQueueStore does not implement "github.com/dagu-org/dagu/internal/core/exec".QueueStore (missing method ListPaginated)
Go Linter: internal/cmn/telemetry/collector_test.go#L553
cannot use queueStore (variable of type *mockQueueStore) as "github.com/dagu-org/dagu/internal/core/exec".QueueStore value in argument to NewCollector: *mockQueueStore does not implement "github.com/dagu-org/dagu/internal/core/exec".QueueStore (missing method ListPaginated)
Go Linter: internal/cmn/telemetry/collector_test.go#L527
cannot use queueStore (variable of type *mockQueueStore) as "github.com/dagu-org/dagu/internal/core/exec".QueueStore value in argument to NewCollector: *mockQueueStore does not implement "github.com/dagu-org/dagu/internal/core/exec".QueueStore (missing method ListPaginated)
Go Linter: internal/cmn/telemetry/collector_test.go#L486
cannot use queueStore (variable of type *mockQueueStore) as "github.com/dagu-org/dagu/internal/core/exec".QueueStore value in argument to NewCollector: *mockQueueStore does not implement "github.com/dagu-org/dagu/internal/core/exec".QueueStore (missing method ListPaginated)
Go Linter: internal/cmn/telemetry/collector_test.go#L453
cannot use queueStore (variable of type *mockQueueStore) as "github.com/dagu-org/dagu/internal/core/exec".QueueStore value in argument to NewCollector: *mockQueueStore does not implement "github.com/dagu-org/dagu/internal/core/exec".QueueStore (missing method ListPaginated)
Go Linter: internal/cmn/telemetry/collector_test.go#L373
cannot use queueStore (variable of type *mockQueueStore) as "github.com/dagu-org/dagu/internal/core/exec".QueueStore value in argument to NewCollector: *mockQueueStore does not implement "github.com/dagu-org/dagu/internal/core/exec".QueueStore (missing method ListPaginated)
Go Linter: internal/cmn/telemetry/collector_test.go#L322
cannot use queueStore (variable of type *mockQueueStore) as "github.com/dagu-org/dagu/internal/core/exec".QueueStore value in argument to NewCollector: *mockQueueStore does not implement "github.com/dagu-org/dagu/internal/core/exec".QueueStore (missing method ListPaginated)
Go Linter: internal/cmn/telemetry/collector_test.go#L285
cannot use &mockQueueStore{} (value of type *mockQueueStore) as "github.com/dagu-org/dagu/internal/core/exec".QueueStore value in argument to NewCollector: *mockQueueStore does not implement "github.com/dagu-org/dagu/internal/core/exec".QueueStore (missing method ListPaginated)
Go Linter: internal/cmn/telemetry/collector_test.go#L272
cannot use &mockQueueStore{} (value of type *mockQueueStore) as "github.com/dagu-org/dagu/internal/core/exec".QueueStore value in argument to NewCollector: *mockQueueStore does not implement "github.com/dagu-org/dagu/internal/core/exec".QueueStore (missing method ListPaginated)
Go Linter: internal/cmn/telemetry/collector_test.go#L177
cannot use (*mockQueueStore)(nil) (value of type *mockQueueStore) as "github.com/dagu-org/dagu/internal/core/exec".QueueStore value in variable declaration: *mockQueueStore does not implement "github.com/dagu-org/dagu/internal/core/exec".QueueStore (missing method ListPaginated)
Test on ubuntu-latest: internal/cmn/telemetry/collector_test.go#L579
cannot use queueStore (variable of type *mockQueueStore) as "github.com/dagu-org/dagu/internal/core/exec".QueueStore value in argument to NewCollector: *mockQueueStore does not implement "github.com/dagu-org/dagu/internal/core/exec".QueueStore (missing method ListPaginated)
Test on ubuntu-latest: internal/cmn/telemetry/collector_test.go#L553
cannot use queueStore (variable of type *mockQueueStore) as "github.com/dagu-org/dagu/internal/core/exec".QueueStore value in argument to NewCollector: *mockQueueStore does not implement "github.com/dagu-org/dagu/internal/core/exec".QueueStore (missing method ListPaginated)
Test on ubuntu-latest: internal/cmn/telemetry/collector_test.go#L527
cannot use queueStore (variable of type *mockQueueStore) as "github.com/dagu-org/dagu/internal/core/exec".QueueStore value in argument to NewCollector: *mockQueueStore does not implement "github.com/dagu-org/dagu/internal/core/exec".QueueStore (missing method ListPaginated)
Test on ubuntu-latest: internal/cmn/telemetry/collector_test.go#L486
cannot use queueStore (variable of type *mockQueueStore) as "github.com/dagu-org/dagu/internal/core/exec".QueueStore value in argument to NewCollector: *mockQueueStore does not implement "github.com/dagu-org/dagu/internal/core/exec".QueueStore (missing method ListPaginated)
Test on ubuntu-latest: internal/cmn/telemetry/collector_test.go#L453
cannot use queueStore (variable of type *mockQueueStore) as "github.com/dagu-org/dagu/internal/core/exec".QueueStore value in argument to NewCollector: *mockQueueStore does not implement "github.com/dagu-org/dagu/internal/core/exec".QueueStore (missing method ListPaginated)
Test on ubuntu-latest: internal/cmn/telemetry/collector_test.go#L373
cannot use queueStore (variable of type *mockQueueStore) as "github.com/dagu-org/dagu/internal/core/exec".QueueStore value in argument to NewCollector: *mockQueueStore does not implement "github.com/dagu-org/dagu/internal/core/exec".QueueStore (missing method ListPaginated)
Test on ubuntu-latest: internal/cmn/telemetry/collector_test.go#L322
cannot use queueStore (variable of type *mockQueueStore) as "github.com/dagu-org/dagu/internal/core/exec".QueueStore value in argument to NewCollector: *mockQueueStore does not implement "github.com/dagu-org/dagu/internal/core/exec".QueueStore (missing method ListPaginated)
Test on ubuntu-latest: internal/cmn/telemetry/collector_test.go#L285
cannot use &mockQueueStore{} (value of type *mockQueueStore) as "github.com/dagu-org/dagu/internal/core/exec".QueueStore value in argument to NewCollector: *mockQueueStore does not implement "github.com/dagu-org/dagu/internal/core/exec".QueueStore (missing method ListPaginated)
Test on ubuntu-latest: internal/cmn/telemetry/collector_test.go#L272
cannot use &mockQueueStore{} (value of type *mockQueueStore) as "github.com/dagu-org/dagu/internal/core/exec".QueueStore value in argument to NewCollector: *mockQueueStore does not implement "github.com/dagu-org/dagu/internal/core/exec".QueueStore (missing method ListPaginated)
Test on ubuntu-latest: internal/cmn/telemetry/collector_test.go#L177
cannot use (*mockQueueStore)(nil) (value of type *mockQueueStore) as "github.com/dagu-org/dagu/internal/core/exec".QueueStore value in variable declaration: *mockQueueStore does not implement "github.com/dagu-org/dagu/internal/core/exec".QueueStore (missing method ListPaginated)
Test on ubuntu-latest
Cannot open: File exists
Test on ubuntu-latest
Cannot open: File exists
Test on ubuntu-latest
Cannot open: File exists
Test on ubuntu-latest
Cannot open: File exists
Test on ubuntu-latest
Cannot open: File exists
Test on ubuntu-latest
Cannot open: File exists
Test on ubuntu-latest
Cannot open: File exists
Test on ubuntu-latest
Cannot open: File exists
Test on ubuntu-latest
Cannot open: File exists
Test on ubuntu-latest
Cannot open: File exists
Test on ubuntu-latest
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2