Add custom search attributes #1389
tests.yaml
on: pull_request
Check license on files
9s
Lint files
25s
Build operator
2m 18s
Test operator
2m 31s
Annotations
16 errors and 2 warnings
Lint files:
pkg/temporal/client.go#L1
: # github.com/alexandrevilain/temporal-operator/pkg/temporal
|
Lint files:
pkg/temporal/namespace.go#L37
unknown field CustomSearchAttributes in struct literal of type workflowservice.RegisterNamespaceRequest
|
Lint files:
pkg/temporal/namespace.go#L100
unknown field CustomSearchAttributes in struct literal of type "go.temporal.io/api/namespace/v1".UpdateNamespaceInfo (typecheck)
|
Lint files:
controllers/temporalnamespace_controller.go#L43
could not import github.com/alexandrevilain/temporal-operator/pkg/temporal (-: # github.com/alexandrevilain/temporal-operator/pkg/temporal
|
Lint files:
pkg/temporal/namespace.go#L37
unknown field CustomSearchAttributes in struct literal of type workflowservice.RegisterNamespaceRequest
|
Lint files:
pkg/temporal/namespace.go#L100
unknown field CustomSearchAttributes in struct literal of type "go.temporal.io/api/namespace/v1".UpdateNamespaceInfo) (typecheck)
|
Lint files:
tests/e2e/assert_test.go#L26
could not import github.com/alexandrevilain/temporal-operator/pkg/temporal (-: # github.com/alexandrevilain/temporal-operator/pkg/temporal
|
Lint files:
pkg/temporal/namespace.go#L37
unknown field CustomSearchAttributes in struct literal of type workflowservice.RegisterNamespaceRequest
|
Lint files:
pkg/temporal/namespace.go#L100
unknown field CustomSearchAttributes in struct literal of type "go.temporal.io/api/namespace/v1".UpdateNamespaceInfo) (typecheck)
|
Lint files
issues found
|
Build operator:
pkg/temporal/namespace.go#L37
unknown field CustomSearchAttributes in struct literal of type workflowservice.RegisterNamespaceRequest
|
Build operator:
pkg/temporal/namespace.go#L100
unknown field CustomSearchAttributes in struct literal of type "go.temporal.io/api/namespace/v1".UpdateNamespaceInfo
|
Build operator
Process completed with exit code 2.
|
Test operator:
pkg/temporal/namespace.go#L37
unknown field CustomSearchAttributes in struct literal of type workflowservice.RegisterNamespaceRequest
|
Test operator:
pkg/temporal/namespace.go#L100
unknown field CustomSearchAttributes in struct literal of type "go.temporal.io/api/namespace/v1".UpdateNamespaceInfo
|
Test operator
Process completed with exit code 2.
|
Build operator
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Test operator
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|