zerobyte/app
ivenos 38b49debb1
Rename docker-compose.yml to compose.yaml
Aligns the project with the current Compose Specification, which
designates compose.yaml as the canonical filename and treats the
docker-compose.yml name as a legacy fallback.

Renames every compose file in the repo (the root dev/e2e stack, the
deployment examples under examples/, and the integration-test infra
stack) and updates all documentation, the integration test runner, the
capability hint messages, and the .gitattributes pattern accordingly.
No top-level version field was present to remove.

Functional behavior is unchanged: docker compose discovers either
filename, so existing deployments are not affected by the rename.

Reference: https://docs.docker.com/compose/intro/compose-application-model/
2026-06-02 21:09:47 +02:00
..
client chore: re-generate openapi client 2026-06-02 21:04:04 +02:00
drizzle feat: durable tasks (#927) 2026-05-30 16:54:49 +02:00
lib fix: block login for 2fa users with un-verified passkeys (#934) 2026-06-02 19:48:40 +02:00
middleware feat(auth): allow skipping forced recovery key download (#900) 2026-05-19 20:36:45 +02:00
routes feat(auth): allow skipping forced recovery key download (#900) 2026-05-19 20:36:45 +02:00
schemas feat: snapshot restores through rpc (#930) 2026-05-31 21:48:32 +02:00
server Rename docker-compose.yml to compose.yaml 2026-06-02 21:09:47 +02:00
test Rename docker-compose.yml to compose.yaml 2026-06-02 21:09:47 +02:00
utils fix(core): preserve significant path whitespace 2026-05-04 07:19:57 +02:00
app.css chore: color improvements in light mode 2026-03-11 18:53:58 +01:00
client.tsx test(e2e): attach browser logs and full errors in report 2026-03-24 07:52:54 +01:00
context.ts feat(auth): allow skipping forced recovery key download (#900) 2026-05-19 20:36:45 +02:00
router.tsx chore: remove unused deps (#828) 2026-04-22 22:17:51 +02:00
routeTree.gen.ts refactor: dedicated edit page for notifications (#741) 2026-04-02 22:59:23 +02:00
server.ts refactor: extract restic in core package (#651) 2026-03-11 21:56:07 +01:00