Block a user
feat: support config.d directory for split configuration (closes #20)
feat: support config.d directory for split configuration (closes #20)
unkinben
created branch benvin/issue-20-config-dir-split in unkin/artifactapi
2026-04-28 23:21:06 +10:00
Configuration data split
Take into account how this would work for kubernetes with config maps. maybe we can add a directory to the Dockerfile where we expect config files to be dropped.
unkinben
deleted branch benvin/issue-22-quarantine from unkin/artifactapi
2026-04-28 23:13:29 +10:00
feat: quarantine new releases (supply-chain attack prevention)
Preventing supply chain attacks
feat: quarantine new releases (supply-chain attack prevention)
unkinben
deleted branch benvin/issue-19-submodules from unkin/artifactapi
2026-04-28 22:47:40 +10:00
refactor: split codebase into submodules (closes #19)
refactor: split codebase into submodules (closes #19)
Refactor into submodules
Additional refactor: storage/s3, auth/docker, and artifact/ handler split
storage/s3.py — S3Storage moved from storage.py. storage/__init__.py re-exports for backwards compat.
**auth/doc…