You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add server health check and upgrade endpoints
- Implemented `/server/health` endpoint to check server health status.
- Added `/server/upgrade` endpoint to trigger manual server upgrades.
- Updated Swagger documentation to reflect new endpoints and responses.
- Introduced new types for health check and upgrade responses.
- Refactored server info handling to use Zustand for state management.
- Enhanced the update banner with upgrade functionality and confirmation dialog.
- Improved configuration management by consolidating and validating settings.
- Removed deprecated error and success response types from the web package.
* refactor: enhance toast notifications for server upgrade process
* feat: add build date to Docker image and update docker-compose configuration
* refactor: update Docker image build platforms to remove unsupported architectures
* feat: truncate commit hash display in server info to first 8 characters
* feat: add curl installation to Dockerfile for enhanced functionality
* feat: update version command to display full build version details
* feat: update version command to use 'version' flag for consistency
* refactor: comment out unsupported Docker image build platforms
* feat: enhance upgrader initialization and add is_available_manual field to update structures
0 commit comments