admin
c3e834a2b4
fix: remove duplicate endpoints.ts, fix Login imports
...
Build and Deploy / build (push) Failing after 10s
Build and Deploy / docker (push) Has been skipped
Build and Deploy / deploy (push) Has been skipped
- Remove web/src/api/endpoints.ts (redundant with index.ts)
- Fix Login.tsx to use useLogin hook
- Simplify Dockerfile (use CI-built artifacts)
2026-07-20 20:00:41 +00:00
admin
6ffa2ecdfb
feat: add Monaco editor, API error handling, and CI/CD
...
Build and Deploy / build (push) Failing after 32s
Build and Deploy / docker (push) Has been skipped
Build and Deploy / deploy (push) Has been skipped
- Monaco Editor: script editor with syntax highlighting
- API: error handling with ApiError class and token management
- CI/CD: Gitea Actions workflow for build, Docker, and deploy
- Docker: multi-stage build with nginx
- nginx.conf: SPA fallback and API proxy
2026-07-20 17:00:21 +00:00
admin
2f76060c39
feat: complete all page components
...
Build-Deploy-Server / build (base, debian, ) (push) Failing after 7s
Build-Docker-ARM64 / build (base, debian, ) (push) Failing after 11s
Build-Docker-ARM64 / build (base-debian13, debian13, -debian13) (push) Failing after 11s
Build-Docker-ARM64 / build (base-minimal, minimal, -minimal) (push) Failing after 10s
Deploy VitePress to Pages / build (push) Has been cancelled
Deploy VitePress to Pages / Deploy (push) Has been cancelled
- Dashboard: system stats with cards
- Tasks: task management table with filters
- Scripts: script management grid
- Logs: execution log viewer
- Interconnect: node management
- Terminal: xterm.js integration
- Settings: theme and site config
- Login: authentication page
2026-07-19 18:47:35 +00:00
admin
e734026078
refactor: migrate frontend from Vue 3 to React 19
...
Build-Deploy-Server / build (base, debian, ) (push) Failing after 3m7s
Build-Docker-ARM64 / build (base, debian, ) (push) Failing after 23s
Build-Docker-ARM64 / build (base-debian13, debian13, -debian13) (push) Failing after 10s
Build-Docker-ARM64 / build (base-minimal, minimal, -minimal) (push) Failing after 10s
Deploy VitePress to Pages / build (push) Has been cancelled
Deploy VitePress to Pages / Deploy (push) Has been cancelled
- Replace Vue 3 with React 19
- Use TanStack Router and Query
- MoonShadow-inspired layout with sidebar navigation
- Lucide icons (stroke-width: 1.5)
- Framer Motion animations
- Theme support (dark/light)
- Vite 7 + pnpm build system
2026-07-19 12:36:47 +00:00
duorameng
ce6024015f
docs(interconnect): state that one token can only be configured for one child node
2026-07-16 09:51:29 +08:00
duorameng
ad5939bdb9
feat: support sorting tasks and exit dialogs on ESC key ( #148 )
2026-07-13 08:42:18 +08:00
duorameng
0983cf1a38
feat(tasks): default log cleanup config to 30 records for new tasks
2026-07-10 09:25:40 +08:00
duorameng
3354f3d5ed
feat(deps): implement dependency auto-completion and interactive installation CLI ( #147 )
2026-07-10 08:45:26 +08:00
duorameng
b67fa5bd58
perf(compress): optimize short logs by bypass compressing under 128 bytes
2026-07-09 20:36:47 +08:00
duorameng
516a91acc2
feat(web): support decoding zstd-compressed logs via fzstd in frontend
2026-07-09 20:30:41 +08:00
duorameng
89ee8ccfc6
style: add scrollbar and max height to log detail dialogs
2026-07-08 09:24:55 +08:00
duorameng
12e4672478
feat(tasks): support setting a default view for task list
2026-07-06 16:05:08 +08:00
duorameng
fbe445a881
fix: prevent log dialog from closing on outside click ( #146 )
2026-07-06 08:20:13 +08:00
kesry
10bcd0ae41
Update MainLayout.vue
2026-07-03 09:48:05 +08:00
duorameng
f9bb94ef1a
fix(web): fix notification prefix update bug ( fixes #144 ) and regenerate docs lockfile
2026-06-30 17:19:42 +08:00
duorameng
c2eee38091
perf(web): optimize API polling frequency and respect page visibility
2026-06-30 11:59:58 +08:00
duorameng
837a53ecd3
style(ui): introduce StatusBadge and use it in LogDetailCard
2026-06-29 22:43:50 +08:00
duorameng
b52af6c4fd
fix(tasks): fix task cancellation process tree leak, emit cancelled events, and refine status badges styling
2026-06-29 22:34:08 +08:00
duorameng
e5fc716b8f
refactor: migrate real-time log viewing from WebSocket to SSE with JSON wrapping
2026-06-29 22:04:11 +08:00
duorameng
37ff186dce
feat(interconnect): display active node name in travel mode & update changelog
...
- Persist active interconnect node name in localStorage via api
- Pass node name on MasterList and NodeSwitcher when traveling
- Display current node name on the 'Return to Master' floating button in App.vue
- Update CHANGELOG.md, README.md and docs with v1.1.17 release notes highlighting interconnect features
2026-06-28 21:01:17 +08:00
duorameng
81e921fa73
feat: implement data import/export and optimize terminal UX
2026-06-28 20:46:00 +08:00
duorameng
6086772068
fix(interconnect): display freshly fetched load metrics in UI when clicking node status refresh
2026-06-26 09:59:09 +08:00
duorameng
2379b11836
fix(environments): restore missing delete button in large screen view of environment variables table
2026-06-26 09:48:58 +08:00
duorameng
79fcf26c88
docs: add open-source license and attribution statements to internal/sdk and internal/tunnel source files
2026-06-26 09:24:08 +08:00
duorameng
bdeda51b22
feat(interconnect): sync environment variables with original structure and IDs, and translate UI badges
2026-06-26 09:23:20 +08:00
duorameng
898cb64085
feat(interconnect): enable sync panel and add demo mode restriction for role selection
2026-06-25 23:50:31 +08:00
duorameng
a227666960
style: make buttons fill the row on small screens in MasterView
2026-06-25 22:22:49 +08:00
duorameng
60eb34e27b
fix: remove unused imports in MasterView to fix tsc build
2026-06-25 21:33:50 +08:00
duorameng
90f06de298
feat: add openconnect
2026-06-25 21:33:50 +08:00
duorameng
734df3d763
feat: update main cli description and add linux deps guide link to ui
2026-06-23 09:43:13 +08:00
duorameng
67b05f4749
docs(changelog): update changelog for v1.1.16 and fix dependabot security alerts
2026-06-22 19:01:19 +08:00
duorameng
d1f80b7986
docs(changelog): update changelog for v1.1.16 and fix dependabot security alerts
2026-06-22 18:53:44 +08:00
duorameng
b3c71a5da2
fix(web): make task execution history page height responsive #134
2026-06-22 18:02:52 +08:00
duorameng
ff90837f24
feat(web): add closable secret usage description #135
2026-06-22 17:14:03 +08:00
duorameng
2ee769b46a
feat(monitor): persist active tab using localStorage #133
2026-06-21 11:42:26 +08:00
duorameng
50daa79c0a
style(ui): optimize monitor chart tooltip unit display on small screens
2026-06-18 10:53:31 +08:00
duorameng
e2c934558c
feat(task): support custom repo sync dir name and fix UI copy ( #132 )
2026-06-18 10:43:49 +08:00
duorameng
2141831075
feat(reposync): support custom directory name for repo sync ( #132 )
2026-06-18 09:59:53 +08:00
duorameng
15f9c47cb4
feat(ui): optimize file tree node hover tooltip with shadcn component
2026-06-18 09:52:48 +08:00
duorameng
562b7a1704
feat(languages): add dismissible hint for mise extension support
2026-06-18 09:16:45 +08:00
duorameng
e7f16c5da8
style(monitor): optimize tabs styling and layout to match system theme
2026-06-18 08:55:09 +08:00
duorameng
b54a7f476a
style(monitor): optimize chart layout for large screens to be more compact and coordinated
2026-06-14 23:07:38 +08:00
duorameng
982d8bab62
chore(monitor): remove unused icon imports in Monitor.vue
2026-06-12 19:58:32 +08:00
duorameng
d5c4680fc5
feat(monitor): enhance monitor dashboard with real-time physical host metrics
2026-06-12 19:44:57 +08:00
duorameng
633d683c0e
feat: implement precise worker status tracking and monitoring UI
2026-06-12 18:48:33 +08:00
duorameng
626d20c9b8
feat: add dependent tasks view for environments ( #126 )
...
Add a dialog in the environment variables list to view which tasks depend on a specific variable/secret.
2026-06-12 09:16:24 +08:00
duorameng
b1509a3afb
feat: unify directory tree select component and support file sorting ( #110 )
2026-06-10 17:33:23 +08:00
duorameng
bf2cc7da0e
feat(editor): implement tree directory selector for file creation #110
2026-06-10 16:57:44 +08:00
duorameng
41c2b71d79
chore: fix security vulnerabilities via npm audit fix
2026-06-09 18:49:21 +08:00
duorameng
729109f887
style: optimize mobile layout and heights for history log details
2026-06-09 18:40:59 +08:00