Skip to content

cli: implement list --shared argument #375

cli: implement list --shared argument

cli: implement list --shared argument #375

Triggered via pull request March 18, 2024 16:29
Status Failure
Total duration 51s
Artifacts

ci.yml

on: pull_request
lint-commitlint
18s
lint-commitlint
lint-shellcheck
7s
lint-shellcheck
go-tests
24s
go-tests
go-lint
15s
go-lint
go-lines
7s
go-lines
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 5 warnings
go-lint: main.go#L18
could not import reanahub/reana-client-go/cmd (-: # reanahub/reana-client-go/cmd
go-lint: cmd/share_status.go#L120
undefined: operations.GetWorkflowShareStatusOKBody
go-lint: cmd/list.go#L224
listParams.SetShared undefined (type *"reanahub/reana-client-go/client/operations".GetWorkflowsParams has no field or method SetShared)
go-lint: cmd/list.go#L227
listParams.SetSharedBy undefined (type *"reanahub/reana-client-go/client/operations".GetWorkflowsParams has no field or method SetSharedBy)
go-lint: cmd/list.go#L230
listParams.SetSharedWith undefined (type *"reanahub/reana-client-go/client/operations".GetWorkflowsParams has no field or method SetSharedWith)
go-lint: cmd/list.go#L336
workflow.OwnerEmail undefined (type *"reanahub/reana-client-go/client/operations".GetWorkflowsOKBodyItemsItems0 has no field or method OwnerEmail)
go-lint: cmd/list.go#L338
workflow.SharedWith undefined (type *"reanahub/reana-client-go/client/operations".GetWorkflowsOKBodyItemsItems0 has no field or method SharedWith)
go-lint: cmd/share_add.go#L88
undefined: operations.NewShareWorkflowParams
go-lint: cmd/share_add.go#L111
api.Operations.ShareWorkflow undefined (type "reanahub/reana-client-go/client/operations".ClientService has no field or method ShareWorkflow)
go-lint: cmd/share_remove.go#L71
undefined: operations.NewUnshareWorkflowParams
go-tests: cmd/share_status.go#L120
undefined: operations.GetWorkflowShareStatusOKBody
go-tests: cmd/list.go#L224
listParams.SetShared undefined (type *"reanahub/reana-client-go/client/operations".GetWorkflowsParams has no field or method SetShared)
go-tests: cmd/list.go#L227
listParams.SetSharedBy undefined (type *"reanahub/reana-client-go/client/operations".GetWorkflowsParams has no field or method SetSharedBy)
go-tests: cmd/list.go#L230
listParams.SetSharedWith undefined (type *"reanahub/reana-client-go/client/operations".GetWorkflowsParams has no field or method SetSharedWith)
go-tests: cmd/list.go#L336
workflow.OwnerEmail undefined (type *"reanahub/reana-client-go/client/operations".GetWorkflowsOKBodyItemsItems0 has no field or method OwnerEmail)
go-tests: cmd/list.go#L338
workflow.SharedWith undefined (type *"reanahub/reana-client-go/client/operations".GetWorkflowsOKBodyItemsItems0 has no field or method SharedWith)
go-tests: cmd/share_add.go#L88
undefined: operations.NewShareWorkflowParams
go-tests: cmd/share_add.go#L111
api.Operations.ShareWorkflow undefined (type "reanahub/reana-client-go/client/operations".ClientService has no field or method ShareWorkflow)
go-tests: cmd/share_remove.go#L71
undefined: operations.NewUnshareWorkflowParams
go-tests: cmd/share_remove.go#L87
api.Operations.UnshareWorkflow undefined (type "reanahub/reana-client-go/client/operations".ClientService has no field or method UnshareWorkflow)
go-lines
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint-shellcheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
go-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint-commitlint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
go-tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.