posit-dev / publisher

MIT License
3 stars 0 forks source link

Sequential numbering for configs and deployments will cause git conflicts #1818

Open mmarchetti opened 3 weeks ago

mmarchetti commented 3 weeks ago

Scenario:

The files deployment-1.toml and configuration-1.toml will conflict with each other even though they are completely independent.

sagerb commented 3 weeks ago

Start using subdirectories for configs. No migration.

deployment files are named "deployment-" config files are named by random word generator - from backend.

In both cases, backend should generate names. APIs will need to change.