Go utilities for Woodpecker CI plugins
Find a file
onlyati 70f5c4e547
All checks were successful
ci/woodpecker/tag/release Pipeline was successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/cron/vulnerability Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
ci/woodpecker/cron/auto_merge Pipeline was successful
Apply Forgejo 15.0 changes (#4)
Reviewed-on: #4
2026-04-17 22:04:58 +00:00
cilogger Implement WithAttr for logger (#3) 2026-04-10 09:56:25 +00:00
env initial commit 2026-04-09 12:54:51 +02:00
forgejo Apply Forgejo 15.0 changes (#4) 2026-04-17 22:04:58 +00:00
testhelper initial commit 2026-04-09 12:54:51 +02:00
woodpecker initial commit 2026-04-09 12:54:51 +02:00
.gitignore initial commit 2026-04-09 12:54:51 +02:00
.markdownlint.json initial commit 2026-04-09 12:54:51 +02:00
.prettierrc initial commit 2026-04-09 12:54:51 +02:00
forgejo_swagger.json Apply Forgejo 15.0 changes (#4) 2026-04-17 22:04:58 +00:00
forgejo_swagger_config.yaml initial commit 2026-04-09 12:54:51 +02:00
go.mod initial commit 2026-04-09 12:54:51 +02:00
go.sum initial commit 2026-04-09 12:54:51 +02:00
LICENSE add license 2026-04-11 13:49:37 +02:00
openapitools.json initial commit 2026-04-09 12:54:51 +02:00
README.md initial commit 2026-04-09 12:54:51 +02:00
renovate.json remove woodpecker jobs, renovate open one PR 2026-04-11 00:21:57 +02:00
woodpecker_swagger.json initial commit 2026-04-09 12:54:51 +02:00
woodpecker_swagger_config.yaml initial commit 2026-04-09 12:54:51 +02:00

Utilities for Woodpecker CI plugins

This repository contains the following packages:

  • cilogger: structured slog which is nicely formatted.
  • env: environment variable related utilities.
  • forgejo: Forgejo REST API client.
  • woodpecker: Woodpcker CI REST API client.