Commit Graph
3 Commits
Author SHA1 Message Date
reaperandClaude Sonnet 5 b5085c1e8a Validate and slugify project names in the create wizard
DDEV project names must be valid hostname labels. The wizard
auto-filled the name from the picked folder's basename verbatim, so a
folder like "Aurora Admin" produced a name with a space that DDEV's
`ddev config` rejected with an opaque CLI error the UI never
surfaced. Slugify the auto-filled name and block manual entry of
invalid names before they ever reach the ddev CLI.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
2026-08-08 05:30:09 -05:00
reaperandClaude Sonnet 5 86be76132d Add author and homepage metadata for Linux packaging
electron-builder's .deb target (fpm) refuses to build without an
author email and project homepage in package.json.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
2026-08-08 05:30:02 -05:00
reaperandClaude Sonnet 5 f68261994e Ignore macOS AppleDouble (._*) resource-fork files
Cross-platform copy left dozens of these tracked as untracked noise;
.gitignore already covered .DS_Store but not its ._* siblings.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
2026-08-08 05:29:56 -05:00