This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
Validate sort order in admin.ResourceListRequest #1277
checks.yml
on: pull_request
Lint
/
Run Lint
5m 45s
Unit Tests
/
Run Unit Test
7m 5s
Check Go Generate
/
Go Generate
2m 38s
Docker Build Images
/
Build Docker Image
4m 13s
End2End Test
/
End to End tests
Integration Test
/
Integration tests
Build & Push Flyteadmin Image
/
Push to Github Registry
Build & Push Flytescheduler Image
/
Push to Github Registry
Goreleaser
/
Goreleaser
Annotations
21 errors and 2 warnings
Docker Build Images / Build Docker Image
Process completed with exit code 1.
|
Lint / Run Lint:
pkg/clusterresource/controller.go#L37
could not import github.com/flyteorg/flyteadmin/pkg/clusterresource/impl (-: # github.com/flyteorg/flyteadmin/pkg/clusterresource/impl
|
Lint / Run Lint:
pkg/clusterresource/impl/shared.go#L20
not enough arguments in call to common.NewSortParameter
|
Lint / Run Lint:
pkg/clusterresource/impl/shared.go#L20
not enough arguments in call to common.NewSortParameter
|
Lint / Run Lint:
pkg/clusterresource/impl/db_admin_data_provider_test.go#L108
input.SortParameters.GetGormOrderExpr undefined (type []common.SortParameter has no field or method GetGormOrderExpr) (typecheck)
|
Lint / Run Lint:
pkg/common/sorting_test.go#L11
not enough arguments in call to NewSortParameter
|
Lint / Run Lint:
pkg/common/sorting_test.go#L16
sortParameter.GetGormOrderExpr undefined (type []SortParameter has no field or method GetGormOrderExpr)
|
Lint / Run Lint:
pkg/common/sorting_test.go#L20
not enough arguments in call to NewSortParameter
|
Lint / Run Lint:
pkg/common/sorting_test.go#L25
sortParameter.GetGormOrderExpr undefined (type []SortParameter has no field or method GetGormOrderExpr) (typecheck)
|
Lint / Run Lint:
pkg/manager/impl/execution_manager_test.go#L2985
input.SortParameters.GetGormOrderExpr undefined (type []"github.com/flyteorg/flyteadmin/pkg/common".SortParameter has no field or method GetGormOrderExpr)
|
Lint / Run Lint:
pkg/manager/impl/execution_manager_test.go#L3971
input.SortParameters.GetGormOrderExpr undefined (type []"github.com/flyteorg/flyteadmin/pkg/common".SortParameter has no field or method GetGormOrderExpr)
|
Unit Tests / Run Unit Test:
pkg/clusterresource/impl/shared.go#L20
not enough arguments in call to common.NewSortParameter
|
Unit Tests / Run Unit Test:
pkg/common/sorting_test.go#L11
not enough arguments in call to NewSortParameter
|
Unit Tests / Run Unit Test:
pkg/common/sorting_test.go#L16
sortParameter.GetGormOrderExpr undefined (type []SortParameter has no field or method GetGormOrderExpr)
|
Unit Tests / Run Unit Test:
pkg/common/sorting_test.go#L20
not enough arguments in call to NewSortParameter
|
Unit Tests / Run Unit Test:
pkg/common/sorting_test.go#L25
sortParameter.GetGormOrderExpr undefined (type []SortParameter has no field or method GetGormOrderExpr)
|
Unit Tests / Run Unit Test:
pkg/manager/impl/execution_manager_test.go#L2985
input.SortParameters.GetGormOrderExpr undefined (type []"github.com/flyteorg/flyteadmin/pkg/common".SortParameter has no field or method GetGormOrderExpr)
|
Unit Tests / Run Unit Test:
pkg/manager/impl/execution_manager_test.go#L3971
input.SortParameters.GetGormOrderExpr undefined (type []"github.com/flyteorg/flyteadmin/pkg/common".SortParameter has no field or method GetGormOrderExpr)
|
Unit Tests / Run Unit Test:
pkg/manager/impl/launch_plan_manager_test.go#L1101
input.SortParameters.GetGormOrderExpr undefined (type []"github.com/flyteorg/flyteadmin/pkg/common".SortParameter has no field or method GetGormOrderExpr)
|
Unit Tests / Run Unit Test:
pkg/manager/impl/launch_plan_manager_test.go#L1198
input.SortParameters.GetGormOrderExpr undefined (type []"github.com/flyteorg/flyteadmin/pkg/common".SortParameter has no field or method GetGormOrderExpr)
|
Unit Tests / Run Unit Test:
pkg/manager/impl/launch_plan_manager_test.go#L1285
input.SortParameters.GetGormOrderExpr undefined (type []"github.com/flyteorg/flyteadmin/pkg/common".SortParameter has no field or method GetGormOrderExpr)
|
Check Go Generate / Go Generate
No github_token supplied, API requests will be subject to stricter rate limiting
|
Docker Build Images / Build Docker Image
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|