Commit Graph

18 Commits

Author SHA1 Message Date
Robert Kaussow 99812a77c7
chore: migrate to wp-plugin-go v3 (#121) 2024-05-17 21:49:59 +02:00
Robert Kaussow 5a85b78897
fix: revert to adhoc commands for actions (#119) 2024-05-14 13:39:04 +02:00
Robert Kaussow c1402d7c33
fix: disable cmd trace for git config commands (#118) 2024-05-14 10:19:04 +02:00
Robert Kaussow 5930a2ad75
fix: fix command exec order (#115) 2024-05-06 22:43:56 +02:00
Robert Kaussow dbc0ea945b
chore: pass ssh key to git config instead of file (#114) 2024-05-06 22:17:45 +02:00
Robert Kaussow e8dee1de8e
use assert instead of require 2024-05-06 21:04:48 +02:00
Robert Kaussow 198aab7784
refactor: use struct receiver (#112) 2024-05-06 20:29:57 +02:00
Robert Kaussow c2608f913f
fix: use repo.Branch to init new repo (#110) 2024-05-06 08:52:25 +02:00
Robert Kaussow 179014e52e
refactor: rework batch command execution (#109) 2024-05-05 22:14:55 +02:00
Robert Kaussow 6865b90932
chore: cleanup docs and use cmd trace from plugin lib (#71) 2024-01-03 22:22:54 +01:00
Robert Kaussow 6709777a8c
fix: fix wrong handling of insecure-skip-ssl-verify param (#68)
BREAKING CHANGE: The parameter `insecure_ssl_verify` was renamed to `insecure_skip_ssl_verify`
2023-12-24 00:17:55 +01:00
Robert Kaussow e357f3e528
refactor: initial commit after rewrite to woodpecker 2023-08-14 21:19:39 +02:00
renovate[bot] 0fd32ffb01
chore(deps): update dependency golangci/golangci-lint to v1.52.0 (#48) 2023-03-20 09:16:54 +01:00
Robert Kaussow 22ebe21da3
refactor: add more linters and fix findings (#27) 2023-02-08 10:16:10 +01:00
Robert Kaussow e8c4aad467
refactor: rework plugin structure and add pages action (#7) 2022-12-02 22:21:35 +01:00
Robert Kaussow 6735cb80e6
fix: unset git env vars to avoid overlapping with plugin config (#4) 2022-11-29 10:40:42 +01:00
Robert Kaussow 05857f9db3
docs: add basic documentation (#3) 2022-11-28 15:36:01 +01:00
Robert Kaussow 873a7c6437
initial commit after fork 2022-11-27 14:33:39 +01:00