Implement file metadata persistence system#53
Merged
kenzycodex merged 2 commits intomainfrom Sep 28, 2025
Merged
Conversation
Owner
kenzycodex
commented
Sep 28, 2025
- Add FileMetadata entity with comprehensive database mapping
- Create FileMetadataRepository with optimized queries and indexes
- Implement FileMetadataService for business logic operations
- Update LoadBalancerService to use database-first file location lookup
- Enhance FileController to store metadata on upload and track access
- Add FileMetadataController for metadata API operations
- Create Flyway database migrations V2 and V3
- Add file-to-node mapping with persistent storage
- Implement soft delete functionality for files
- Add comprehensive indexing for query performance
- Maintain backward compatibility with legacy file lookup
- Support file search, user file listing, and storage statistics
- Add complete CI/CD pipeline with test, build, and deployment stages - Implement multi-service build for both load balancer and storage node - Add PR validation workflow with automated comments - Create release automation with version tagging - Add version management script with semantic versioning - Implement Docker image building and publishing - Add automated GitHub releases with artifacts - Create comprehensive versioning documentation - Support feature branch, PR, and main branch workflows
- Add FileMetadata entity with comprehensive database mapping - Create FileMetadataRepository with optimized queries and indexes - Implement FileMetadataService for business logic operations - Update LoadBalancerService to use database-first file location lookup - Enhance FileController to store metadata on upload and track access - Add FileMetadataController for metadata API operations - Create Flyway database migrations V2 and V3 - Add file-to-node mapping with persistent storage - Implement soft delete functionality for files - Add comprehensive indexing for query performance - Maintain backward compatibility with legacy file lookup - Support file search, user file listing, and storage statistics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.