0
0
mirror of https://github.com/thegeeklab/wp-plugin-go.git synced 2024-11-22 00:20:38 +00:00
wp-plugin-go/plugin
Robert Kaussow f381a5e6ba
fix: rename SkipVerify to InsecureSkipVerify (#69)
BREAKING CHANGE: The struct field `Network.SkipVerify` was renamed to `Network.InsecureSkipVerify`.
2024-05-04 13:55:56 +02:00
..
commit_test.go refactor: use test runs and add test case names (#61) 2024-03-11 11:52:52 +01:00
commit.go refactor: use testify assert (#59) 2024-03-11 09:23:17 +01:00
flags.go feat: add network struct to expose http client and options (#12) 2023-08-15 22:46:42 +02:00
logger.go feat: add option to hide woodpecker system flags (#68) 2024-05-03 22:51:11 +02:00
metadata.go feat: add missing metadata (#15) 2023-08-16 15:02:13 +02:00
network.go fix: rename SkipVerify to InsecureSkipVerify (#69) 2024-05-04 13:55:56 +02:00
pipeline.go fix: remove workaround for missing pipeline url (#38) 2023-12-06 10:14:10 +01:00
plugin.go feat: add option to hide woodpecker system flags (#68) 2024-05-03 22:51:11 +02:00
repo.go feat: add missing metadata (#15) 2023-08-16 15:02:13 +02:00
step.go feat: add missing metadata (#15) 2023-08-16 15:02:13 +02:00
system.go feat: add missing metadata (#15) 2023-08-16 15:02:13 +02:00