-
Notifications
You must be signed in to change notification settings - Fork 0
release: v1.1.0 #13
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
Merged
Merged
release: v1.1.0 #13
Conversation
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
chore(backmerge): bacmerge v1.0.0 to develop
- Fix national endpoint parameters: removed incorrect page/limit, added start_date/end_date/sort - Add new endpoint documentation: root endpoint, health check, provinces, province cases - Update test links to redirect to Swagger UI instead of direct API endpoints - Add comprehensive i18n translations for all new endpoints
- Add comprehensive sidebar navigation for new endpoints - Create RootEndpointSection, HealthCheckSection, ProvincesSection, ProvinceCasesSection components - Update Tailwind config with PICO logo-inspired color palette (sky blue to deep blue gradients) - Replace all blue-* classes with pico-* custom colors throughout the application - Ensure consistent brand alignment with logo design - All components render properly and build successfully
- Remove API simulation functionality, redirect all testing to Swagger UI - Replace complex layouts with clean parameter and response field tables - Standardize documentation structure across all endpoints: * Clean header with HTTP method and endpoint * Parameters table with type, description, and requirement info * Response fields table with comprehensive field descriptions * Single 'Try It' button redirecting to Swagger UI - Improve readability and professional appearance - Maintain consistent PICO brand colors throughout - Simplify component scripts by removing unnecessary API calls
…point - Parameter was dropped from API as latest case data is now always included by default - Update documentation to reflect current API behavior - Clarify in response fields that latest_case is always included
…on-endpoints feat: redesign API documentation with comprehensive endpoint coverage
…tern - Add release-branch-creation.yml workflow for automated release preparation - Update release-automation.yml to handle tag creation and back-merge to develop - Create generate_changelog.rb script for automated changelog generation - Support release branches (with develop version bump) and hotfix branches (no develop bump) - Automatically create PRs for release preparation and develop version bumps - Follow semantic versioning with minor version increments for develop branch - Include proper YAML validation and error handling - Update package.json version to 1.1.0 for next development cycle This implements the complete GitFlow automation pattern from pico-api-go project, adapted for JavaScript/Vue.js projects with package.json version management.
- Fix duplicate 'description' keys in translation files causing display issue - Add comprehensive description paragraph with use cases and guidance - Replace generic response reference with complete field structure table - Add usage note section explaining when to use historical vs latest endpoint - Improve visual design with info boxes and better organization
- Fix YAML formatting and syntax issues - Add proper newlines to workflow files - Update workflow configurations
- Add missing trailing newlines to Vue components - Add missing trailing newlines to JSON translation files - Add missing trailing newlines to package.json - Ensure consistent file formatting across codebase
…rical-docs feat: enhance national historical data documentation
- Add comprehensive pagination parameters (limit, offset, page, all) to national historical endpoint - Include complete province response structure with ODP/PDP tracking data - Add statistics fields including percentages and reproduction rate calculations - Update authentication section with detailed rate limiting headers information - Replace generic response references with complete field structures - Ensure documentation accuracy matches Go backend API v2.3.0 implementation
…latest-swagger feat: update API documentation to match latest backend implementation
- Update version to 1.1.0 in package.json - Generate release changelog This commit prepares the release/v1.1.0 branch for release.
chore: prepare v1.1.0 release
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.
Release v1.1.0
This release includes comprehensive API documentation improvements and workflow automation enhancements.
🚀 What's New
✨ Added
🔧 Changed
🐛 Fixed
🏠 Maintenance
📋 Documentation Improvements
filesize unlimited
datasize unlimited
stacksize 7MB
coredumpsize 0kB
addressspace unlimited
memorylocked unlimited
maxproc 2666
descriptors 1048575, , , parameters
🔄 Workflow Automation
🧪 Testing
Ready for production deployment! 🚀