Skip to content

Conversation

@seazhu831
Copy link
Collaborator

  • 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.

seazhu831 and others added 26 commits December 19, 2025 13:19
- 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
@seazhu831 seazhu831 merged commit 989c1e7 into main Dec 25, 2025
12 checks passed
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.

3 participants