Commit Graph

163 Commits

Author SHA1 Message Date
argoyle 077aea07e1 Merge branch 'next-release' into 'main'
chore(release): prepare for v0.0.2

See merge request unboundsoftware/storage!3
v0.0.2
2025-11-04 21:21:06 +01:00
Unbound Release 1d91237022 chore(release): prepare for v0.0.2 2025-11-04 21:21:06 +01:00
argoyle f8f0b2045c Merge branch 'renovate/aws-sdk-go-v2-monorepo' into 'main'
fix(deps): update aws-sdk-go-v2 monorepo

See merge request unboundsoftware/storage!6
2025-11-04 21:10:19 +01:00
Renovate 751b1c3df4 fix(deps): update aws-sdk-go-v2 monorepo 2025-11-04 19:54:41 +00:00
argoyle 13fa0d8a0c Merge branch 'renovate/golangci-golangci-lint-2.x' into 'main'
chore(deps): update pre-commit hook golangci/golangci-lint to v2.6.1

See merge request unboundsoftware/storage!5
2025-11-04 13:16:06 +01:00
argoyle 6b197d194a Merge branch 'renovate/golang-1.25.3' into 'main'
chore(deps): update golang:1.25.3 docker digest to 9ac0edc

See merge request unboundsoftware/storage!4
2025-11-04 13:15:37 +01:00
Renovate a30ec38a90 chore(deps): update pre-commit hook golangci/golangci-lint to v2.6.1 2025-11-04 11:54:33 +00:00
Renovate fc5579c597 chore(deps): update golang:1.25.3 docker digest to 9ac0edc 2025-11-04 11:54:31 +00:00
argoyle 41a6bf9f51 Merge branch 'renovate/golangci-golangci-lint-2.x' into 'main'
chore(deps): update pre-commit hook golangci/golangci-lint to v2.6.0

See merge request unboundsoftware/storage!2
2025-11-04 11:25:50 +01:00
Renovate ba135dbe69 chore(deps): update pre-commit hook golangci/golangci-lint to v2.6.0 2025-11-04 09:55:19 +00:00
argoyle bcb6adb2b9 Merge branch 'next-release' into 'main'
chore(release): prepare for v0.0.1

See merge request unboundsoftware/storage!1
v0.0.1
2025-11-04 10:51:01 +01:00
Unbound Release 0391ed0fbc chore(release): prepare for v0.0.1 2025-11-04 10:51:01 +01:00
argoyle d12b497a28 feat: add storage module with S3 support and development tooling
Create shared storage module for AWS S3 operations with comprehensive
development infrastructure:

Core Features:
- S3 interface with two upload patterns (manager and direct)
- Presigned URL generation with 15-minute expiration
- Support for multipart uploads and direct PutObject
- Comprehensive test coverage (8 tests, 70.4% coverage)
- Generic implementation without project-specific dependencies

Development Tooling:
- .editorconfig for consistent editor settings
- .pre-commit-config.yaml with Go linters and formatters
- .golangci.yml for golangci-lint configuration
- commitlint.config.js for conventional commit validation
- cliff.toml for automated changelog generation (v0.0.1)
- renovate.json for automated dependency updates
- .gitlab-ci.yml for CI/CD pipeline

CI/CD Pipeline:
- Automated testing with race detection
- Coverage tracking and Codecov integration
- Vulnerability scanning with govulncheck
- Pre-commit validation gates
- Release automation

Module exports:
- New(bucket) - Upload manager pattern for large files
- NewS3(cfg, bucket) - Direct upload pattern
- Store(path, content, contentType) - Upload and get presigned URL

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-04 10:41:05 +01:00