-
Notifications
You must be signed in to change notification settings - Fork 0
chore: bump version to v2.5.0 for next development cycle #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Following release branch creation for v2.4.0, updating develop branch to target the next minor version v2.5.0. Changes: - Update project version to 2.5.0 - Prepare for next development cycle This maintains the Git Flow pattern where develop always contains the next planned version.
🔍 Linting Results🔄 Running full test suite (triggered by critical file changes)
|
🎯 CI Pipeline Summary🔄 Running full test suite (triggered by critical file changes) 📊 Job Status
🎉 Overall Result: SUCCESSAll CI checks completed successfully! The code is ready for review/merge. |
- Add page parameter to pagination-enabled endpoints - Regenerate Swagger docs with complete pagination support - Fix /provinces/cases and /provinces/{provinceId}/cases endpoints - All pagination endpoints now include limit, offset, page, and all parameters
- Fix database embedded field selector issues for linter compliance - Update mock interfaces to include new pagination methods - Fix version assertions in tests from 2.4.0 to 2.5.0 - All tests and linting now pass successfully
📊 Enhanced Code Coverage Report🔄 Running full test suite (triggered by critical file changes) 🎯 Coverage Summary
📦 Package Coverage Analysis
🔍 Testing Strategy Applied
💡 RecommendationsPackages needing attention:
📋 Detailed CoverageClick to expand detailed coverage by file
|
- Fix version script bug that replaced rate limiting "100" with "2.5.0" - Remove formatting artifacts (\t\t) from API description - Regenerate Swagger docs with correct "100 requests per minute" value - Maintain proper API documentation consistency
📊 Enhanced Code Coverage Report🔄 Running full test suite (triggered by critical file changes) 🎯 Coverage Summary
📦 Package Coverage Analysis
🔍 Testing Strategy Applied
💡 RecommendationsPackages needing attention:
📋 Detailed CoverageClick to expand detailed coverage by file
|
- Revert database method calls to use db.DB.MethodName() format - Fix typecheck linter errors in CI pipeline - Local staticcheck warnings acceptable vs CI build failures - All tests continue to pass with explicit field access
📊 Enhanced Code Coverage Report🔄 Running full test suite (triggered by critical file changes) 🎯 Coverage Summary
📦 Package Coverage Analysis
🔍 Testing Strategy Applied
💡 RecommendationsPackages needing attention:
📋 Detailed CoverageClick to expand detailed coverage by file
|
Summary
Automatic version bump following release branch creation.
Details
release/v2.4.0
Changes Made
Git Flow Pattern
This maintains the Git Flow pattern where:
develop
always contains the next planned versionAuto-generated
This PR was automatically created when the release branch was created.
Safe to merge - contains only version bumps.