-
Notifications
You must be signed in to change notification settings - Fork 0
Merge the latest features from the develop branch #18
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
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
Collaborator
seazhu831
commented
Dec 25, 2025
- Add open-source documentation.
- Add CI workflows for code quality checks, unit tests, and build tests.
- Fix various code quality issues.
- Merge the latest frontend code.
- Merge the latest backend code.
- Switch code quality checks to a matrix strategy to run center, agent, and core checks in parallel - Add concurrency limits for golangci-lint to improve stability - Simplify formatting check commands for multi-module projects
- Add an intermediate certificate cache with mutex protection for concurrent access - Refactor certificate chain completion logic to support downloading and caching intermediate certificates
- Upgrade Dockerfile to use Node.js 24 and add build dependencies - Add libpng-dev and nasm for image optimization packages - Add missing codemirror dependency (v6.0.2) - Fix TypeScript implicit 'any' type errors in Vue components - Replace 'any' with specific types (boolean, string, number, Element) - Add type declarations for @arco-design/web-vue ES modules - Update npm dependencies and lock file - Ensure npm ci works without --legacy-peer-deps flag 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Replace pnpm with npx in commit-msg hook to match the project's package manager (npm). This fixes the "pnpm: not found" error when creating commits. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Add new managed apps API endpoint (getManagedAppsApi) - Create new app management module with main.vue component - Add "App Manager" menu item to both English and Chinese locales - Add route for /app/managed with icon-storage icon - Remove database and phpMyAdmin management from app store - Remove manage button from app-card component - Remove database manager and PMA manager drawers from store views - Remove related composables and helper functions - Optimize footer component - Add module-level caching for version info to prevent duplicate requests - Implement promise-based request deduplication - Optimize host-info component - Add SSE connection state tracking to prevent duplicate connections - Add request deduplication for host status updates - Improve watch logic to only refresh when hostId actually changes - Convert hardcoded pixel values to rem units for better responsive design - Update footer, host-info, and store list components - Fix tab-item default prop from array to object
…trol - Add src_ip optional field to RuleItem interface in frontend API - Add src_ip input field in advanced mode of port-rule-form component - Update config preview to display source IP restriction - Add i18n translations for src_ip field (zh-CN & en-US)
fix: resolve CI-related configuration and code quality issues
Frontend improvements and app management refactor
fix(conn): use host information instead of remote address as agent ID
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.