cli: implement list --shared argument #367
ci.yml
on: pull_request
lint-commitlint
14s
lint-shellcheck
6s
go-tests
32s
go-lint
40s
go-lines
25s
Annotations
21 errors and 5 warnings
lint-commitlint
Process completed with exit code 1.
|
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#L335
workflow.OwnerEmail undefined (type *"reanahub/reana-client-go/client/operations".GetWorkflowsOKBodyItemsItems0 has no field or method OwnerEmail)
|
go-tests:
cmd/list.go#L337
workflow.SharedWith undefined (type *"reanahub/reana-client-go/client/operations".GetWorkflowsOKBodyItemsItems0 has no field or method SharedWith)
|
go-tests:
cmd/share_add.go#L81
undefined: operations.NewShareWorkflowParams
|
go-tests:
cmd/share_add.go#L104
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-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#L335
workflow.OwnerEmail undefined (type *"reanahub/reana-client-go/client/operations".GetWorkflowsOKBodyItemsItems0 has no field or method OwnerEmail)
|
go-lint:
cmd/list.go#L337
workflow.SharedWith undefined (type *"reanahub/reana-client-go/client/operations".GetWorkflowsOKBodyItemsItems0 has no field or method SharedWith)
|
go-lint:
cmd/share_add.go#L81
undefined: operations.NewShareWorkflowParams
|
go-lint:
cmd/share_add.go#L104
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
|
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/.
|
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-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/.
|
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/.
|
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/.
|