Skip to content

[feature/ci-cd-testing] Merge to develop#66

Merged
ElioNeto merged 15 commits into
developfrom
feature/ci-cd-testing
Mar 6, 2026
Merged

[feature/ci-cd-testing] Merge to develop#66
ElioNeto merged 15 commits into
developfrom
feature/ci-cd-testing

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Mar 6, 2026

🤖 Automated PR

Build: Passed
Tests: Passed

📊 Details

  • Commits: 15
  • Branch: feature/ci-cd-testing
  • Commit: 5b3b50a6bdfc1111b10df2d22f258e6ce70d088c
  • Author: @ElioNeto

📝 Recent Commits


This PR was automatically created by the feature-fix-workflow

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.
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
@ElioNeto ElioNeto merged commit 2265722 into develop Mar 6, 2026
4 checks passed
This was referenced Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant