[feature/ci-cd-testing] Merge to develop#66
Merged
Conversation
🚀 Release v1.4.0
🚀 Release v1.4.0
🚀 Release v1.4.0
🚀 Release v1.4.1
Adds close-issues-on-merge job that runs when a PR is merged into develop, extracting issue numbers from commit messages and closing them automatically with a completion comment.
🚀 Release v1.4.2
Updated project name from 'LSM KV Store' to 'ApexStore' in the contributing guidelines.
- Rename binary from lsm-server to apexstore-server - Update metadata and comments with ApexStore identity - Add maintainer and description labels - Keep all build optimizations and multi-stage structure
- Add ApexStore service with health checks - Configure persistent volume for data - Map environment variables from .env file - Expose API port 8080 - Include restart policy and resource limits
- Add Docker Quick Start instructions - Include docker-compose usage - Add standalone Docker build and run commands - Document volume mounting for data persistence
- Add Unreleased section with recent infrastructure changes - Document Dockerfile rebrand from lsm-server to apexstore-server - Document new docker-compose.yml for simplified deployment - Document README Docker deployment section - Include commit references and timestamps
- Deleted the resolution report for the SSTable Reader implementation as it is now complete and merged. - Removed the technical debt document outlining missing components for the SSTable Reader, as all identified issues have been addressed.
- SETUP.md: Replace lsm-kv-store references with ApexStore - WORKFLOWS.md: Translate from PT-BR to EN and update branding - CONFIGURATION.md: Update LSM-KV-Store references to ApexStore - All files now use apexstore-server binary name - Maintain all technical content and structure
- Update repository URLs from lsm-kv-store to ApexStore - Clarify workflow integration with automated PR creation - Update project structure paths - Fix last updated date to March 2026 - Maintain all contribution guidelines and standards
Add comprehensive CI/CD workflow for continuous testing: - Run tests on Rust stable, beta, and nightly versions - Execute cargo test with all features enabled - Run doctests for documentation validation - Clippy linting with zero warnings policy - Rustfmt formatting checks - Cargo caching for faster builds - Trigger on push to main/develop and all PRs Benefits: - Automated regression detection - Consistent code formatting - Early warning of breaking changes - Multi-version Rust compatibility validation Implements #55
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.
🤖 Automated PR
✅ Build: Passed
✅ Tests: Passed
📊 Details
feature/ci-cd-testing5b3b50a6bdfc1111b10df2d22f258e6ce70d088c📝 Recent Commits
This PR was automatically created by the feature-fix-workflow