woodpecker/woodpecker-go/woodpecker
Alconety 8c63c7a836
Pipeline errors must be an array (#3276)
This PR addresses 
``json: cannot unmarshal array into Go struct field Pipeline.errors of
type woodpecker.PipelineError``
when executing 
``woodpecker-cli pipeline ls X``

According to API schema, pipeline.errors should contain an array

Fixes #3119

Co-authored-by: Alberto Alcón <albertoalcon@bit2me.com>
2024-01-25 20:16:56 +02:00
..
client.go Replace interface{} with any (#2807) 2023-11-12 18:23:48 +01:00
client_test.go Use assert for test (#3201) 2024-01-14 19:33:58 +01:00
const.go Add pull request closed event (#2684) 2023-12-26 19:22:52 +01:00
interface.go Use int64 for IDs in woodpecker client lib (#2703) 2023-11-02 12:21:11 +01:00
types.go Pipeline errors must be an array (#3276) 2024-01-25 20:16:56 +02:00