fix: version bumping and Docker registry authentication #17

Merged
david merged 17 commits from fix/workflow-tag-exists into main 2026-04-01 05:03:16 +00:00

17 Commits

Author SHA1 Message Date
david fa6c4369a6 chore: update justfile with container testing note
Test / unit-tests (push) Successful in 2m39s
Pull Request / unit-tests (pull_request) Successful in 2m40s
Pull Request / acceptance-tests (pull_request) Failing after 1m56s
Pull Request / analyze-bump-type (pull_request) Has been skipped
2026-03-31 21:58:55 -07:00
david 9c884ee020 chore: add script for running tests in Docker container 2026-03-31 21:58:49 -07:00
david 5b91cf1426 ci: use node:20-alpine container to avoid Node.js setup time 2026-03-31 21:58:37 -07:00
david 00373fcef4 refactor: move legacy files to organized directories
Test / unit-tests (push) Failing after 6m1s
Pull Request / acceptance-tests (pull_request) Has been cancelled
Pull Request / analyze-bump-type (pull_request) Has been cancelled
Pull Request / unit-tests (pull_request) Has been cancelled
2026-03-31 21:50:51 -07:00
david 80714a5daa refactor: move TODO.md to docs directory for better organization 2026-03-31 21:49:26 -07:00
david 039b927bb7 refactor: move Python scripts to scripts/python/ directory 2026-03-31 21:49:20 -07:00
david 9511eed477 refactor: move deployment docs to docs/deployment/ directory 2026-03-31 21:49:12 -07:00
david 0e1046fcb5 docs: add FILE_ORGANIZATION.md to document project structure 2026-03-31 21:49:07 -07:00
david 5f02726ba6 docs: update README and AGENTS.md with CI/CD and justfile info 2026-03-31 21:48:58 -07:00
david e08d72bfe6 chore: update justfile with SQLite acceptance tests and utility tasks 2026-03-31 21:48:52 -07:00
david 9980021037 feat: support both SQLite and PostgreSQL in prisma.ts 2026-03-31 21:48:47 -07:00
david 6b70c3f388 ci: add unit and acceptance tests to PR workflow with SQLite 2026-03-31 21:48:39 -07:00
david ff7461973a fix: optimize workflows to avoid redundant test runs
Pull Request / analyze-bump-type (pull_request) Successful in 21s
Test / unit-tests (push) Has been cancelled
2026-03-31 20:05:48 -07:00
david 9b69cb84e3 docs: add workflow architecture documentation
Test / unit-tests (push) Has been cancelled
Test / safe-acceptance-tests (push) Has been cancelled
Pull Request / unit-tests (pull_request) Successful in 13m14s
Test / unit-tests (pull_request) Successful in 13m11s
Pull Request / analyze-bump-type (pull_request) Successful in 10s
Test / safe-acceptance-tests (pull_request) Has been cancelled
2026-03-31 20:02:34 -07:00
david 5c9b98a926 feat: add PR workflow with bump type analysis
Test / unit-tests (push) Has been cancelled
Test / safe-acceptance-tests (push) Has been cancelled
Test / unit-tests (pull_request) Failing after 11m39s
Pull Request / unit-tests (pull_request) Failing after 16m27s
Pull Request / analyze-bump-type (pull_request) Has been cancelled
Test / safe-acceptance-tests (pull_request) Has been cancelled
2026-03-31 20:01:41 -07:00
david 73ba929e36 fix: update release workflow to bump version on PR merge 2026-03-31 20:01:24 -07:00
david c9cd00a055 fix: handle existing git tags and use DOCKER_LOGIN/DOCKER_PASSWORD secrets 2026-03-31 19:58:43 -07:00