dokploy/packages/server/src/utils/providers
Mauricio Siu ce4be79b3d refactor(providers): inline quote() in git clone commands, drop shellWord helper
Use shell-quote's quote([...]) directly at each git-provider clone call site
instead of the one-line shellWord wrapper, and remove the now-unused helper.
Behavior is identical (quote([String(v ?? '')])).
2026-07-20 15:58:16 -06:00
..
bitbucket.ts refactor(providers): inline quote() in git clone commands, drop shellWord helper 2026-07-20 15:58:16 -06:00
docker.ts fix(security): escape user input in docker build/pull commands 2026-07-19 21:53:55 -06:00
git.ts refactor(providers): inline quote() in git clone commands, drop shellWord helper 2026-07-20 15:58:16 -06:00
gitea.ts refactor(providers): inline quote() in git clone commands, drop shellWord helper 2026-07-20 15:58:16 -06:00
github.ts refactor(providers): inline quote() in git clone commands, drop shellWord helper 2026-07-20 15:58:16 -06:00
gitlab.ts refactor(providers): inline quote() in git clone commands, drop shellWord helper 2026-07-20 15:58:16 -06:00
raw.ts Refactor compose utilities: remove unused functions and streamline the buildCompose logic for improved maintainability. Update domain handling by retaining only the necessary remote function, enhancing clarity in the codebase. 2025-11-09 03:42:43 -06:00