mirror of
https://github.com/dokku/dokku.git
synced 2026-09-01 19:49:25 +02:00
The bash :report implementations for the caddy, haproxy, openresty, and traefik proxy plugins are replaced with a compiled golang binary that collects report keys in parallel and marshals json directly. The traefik dns-provider values keep their masking behaviour, remaining hidden in the default stdout report while surfacing for --format json or an explicit flag query. These four plugins previously had no unit tests, so a bats suite covering the report matrix is added for each.
36 lines
705 B
Plaintext
36 lines
705 B
Plaintext
go 1.26.2
|
|
|
|
use (
|
|
./plugins/app-json
|
|
./plugins/apps
|
|
./plugins/builder
|
|
./plugins/builder-dockerfile
|
|
./plugins/builder-herokuish
|
|
./plugins/builder-lambda
|
|
./plugins/builder-nixpacks
|
|
./plugins/builder-pack
|
|
./plugins/builder-railpack
|
|
./plugins/buildpacks
|
|
./plugins/caddy-vhosts
|
|
./plugins/common
|
|
./plugins/config
|
|
./plugins/cron
|
|
./plugins/docker-options
|
|
./plugins/haproxy-vhosts
|
|
./plugins/logs
|
|
./plugins/network
|
|
./plugins/nginx-vhosts
|
|
./plugins/openresty-vhosts
|
|
./plugins/ports
|
|
./plugins/proxy
|
|
./plugins/ps
|
|
./plugins/registry
|
|
./plugins/repo
|
|
./plugins/resource
|
|
./plugins/scheduler
|
|
./plugins/scheduler-docker-local
|
|
./plugins/scheduler-k3s
|
|
./plugins/storage
|
|
./plugins/traefik-vhosts
|
|
)
|