This website requires JavaScript.
Explore
Help
Sign In
wangdl
/
api-server
Watch
2
Star
0
Fork
0
You've already forked api-server
Code
Issues
45
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
deploy.yml
Actor
All actors
suche-Hermes
suyun-Claude
wangdl
Status
All status
success
failure
waiting
running
fix: skip /data disk when identical to / on remote
deploy.yml #79
:
Commit
97af7f4cce
pushed by
suyun-Claude
main
2026-05-22 14:13:23 +08:00
36s
fix: add python/main.py process aliases
deploy.yml #78
:
Commit
7c712bc931
pushed by
suyun-Claude
main
2026-05-22 14:10:00 +08:00
39s
fix: clean rewrite remote metrics with individual SSH calls
deploy.yml #77
:
Commit
3079b2a18e
pushed by
suyun-Claude
main
2026-05-22 14:04:57 +08:00
37s
fix: add newlines to remote SSH awk commands
deploy.yml #76
:
Commit
27dfc1c028
pushed by
suyun-Claude
main
2026-05-22 14:01:14 +08:00
37s
fix: correct ps auxww column parsing + robust remote SSH script
deploy.yml #75
:
Commit
fc968830c5
pushed by
suyun-Claude
main
2026-05-22 13:58:07 +08:00
36s
fix: single SSH script for remote metrics + Chinese uptime + process desc
deploy.yml #74
:
Commit
92173cb8c4
pushed by
suyun-Claude
main
2026-05-22 13:52:03 +08:00
38s
feat: friendly process names + data disk + public IPs + domains
deploy.yml #73
:
Commit
1776bed47e
pushed by
suyun-Claude
main
2026-05-22 13:43:22 +08:00
36s
fix: simplify remote SSH commands for reliability
deploy.yml #72
:
Commit
13a7718a3c
pushed by
suyun-Claude
main
2026-05-22 13:34:51 +08:00
37s
fix: use wangdl.pem for 4-core SSH
deploy.yml #71
:
Commit
ad6112f4ab
pushed by
suyun-Claude
main
2026-05-22 13:32:30 +08:00
39s
feat: server metrics API — local os + remote SSH
deploy.yml #70
:
Commit
f30a446bd5
pushed by
suyun-Claude
main
2026-05-22 13:31:29 +08:00
39s
feat: runs + SSE streaming proxy from Hermes /v1/runs
deploy.yml #69
:
Commit
c31725433d
pushed by
suyun-Claude
main
2026-05-22 11:30:06 +08:00
39s
fix: normalize IP by stripping ::ffff: prefix
deploy.yml #68
:
Commit
aa0575b71b
pushed by
suyun-Claude
main
2026-05-22 11:23:47 +08:00
36s
fix: trust proxy for real client IP from Nginx
deploy.yml #67
:
Commit
63e73ecfaa
pushed by
suyun-Claude
main
2026-05-22 11:21:36 +08:00
37s
fix: add validation decorators to conversation DTO
deploy.yml #65
:
Commit
73e52d2201
pushed by
suyun-Claude
main
2026-05-22 10:50:10 +08:00
38s
feat: add conversation management — sessionId + X-Hermes-Session-Id + CRUD
deploy.yml #64
:
Commit
f20bdc0d7a
pushed by
suyun-Claude
main
2026-05-22 10:44:01 +08:00
37s
refactor: remove hardcoded system prompt — let Hermes handle natively
deploy.yml #63
:
Commit
3b42a8618a
pushed by
suyun-Claude
main
2026-05-22 10:29:26 +08:00
40s
refactor: remove DeepSeek fallback — Hermes only; fail fast on error
deploy.yml #62
:
Commit
c2e8f92abe
pushed by
suyun-Claude
main
2026-05-22 10:10:54 +08:00
39s
ci: fix missing DATABASE_URL env for prisma migrate
deploy.yml #61
:
Commit
6413936472
pushed by
suyun-Claude
main
2026-05-22 10:09:03 +08:00
35s
feat: add admin backend modules — dashboard, audit-log, admin-users
deploy.yml #54
:
Commit
b8a1fb0921
pushed by
suyun-Claude
main
2026-05-21 17:23:02 +08:00
10s
feat: implement complete admin authentication system
deploy.yml #53
:
Commit
5a7c21dd60
pushed by
suyun-Claude
main
2026-05-21 15:05:50 +08:00
10s
feat: add admin_users, admin_sessions, admin_audit_logs tables
deploy.yml #52
:
Commit
e5c6113b25
pushed by
suyun-Claude
main
2026-05-21 14:39:52 +08:00
13s
simplify CI: remove Docker deploy, keep only RAG Worker + health
deploy.yml #51
:
Commit
69dbf24237
pushed by
suyun-Claude
main
2026-05-20 17:58:09 +08:00
21s
add rerank module + bug fixes from e2e test
deploy.yml #41
:
Commit
c9882c8d04
pushed by
suyun-Claude
main
2026-05-20 16:05:50 +08:00
15s
revert: remove Agent View config from README and delete AI_BACKEND_WORKSPACE
deploy.yml #40
:
Commit
1947a0c0d5
pushed by
suyun-Claude
main
2026-05-20 13:38:17 +08:00
15s
docs: add AI Backend workspace template and For AI Agents section to README
deploy.yml #39
:
Commit
536f406b73
pushed by
suyun-Claude
main
2026-05-20 10:59:23 +08:00
14s
fix: COS region changed from ap-guangzhou to ap-beijing
deploy.yml #31
:
Commit
6db19c8ac8
pushed by
suyun-Claude
main
2026-05-19 16:36:06 +08:00
1m0s
fix: add global /api prefix to match nginx proxy; exclude health endpoint
deploy.yml #30
:
Commit
01df2453d7
pushed by
suyun-Claude
main
2026-05-18 15:30:33 +08:00
54s
fix: use double quotes for MYSQL_PASS variable expansion in mysql exec
deploy.yml #29
:
Commit
4b11010c65
pushed by
suyun-Claude
main
2026-05-18 15:26:43 +08:00
15s
fix: replace RateLimitService with global RateLimitGuard
deploy.yml #23
:
Commit
82fcaa1f2f
pushed by
suyun-Claude
main
2026-05-18 10:24:21 +08:00
59s
feat: implement P1 async — AI analysis + document import via BullMQ workers
deploy.yml #22
:
Commit
b1a6160d29
pushed by
suyun-Claude
main
2026-05-18 10:18:08 +08:00
59s
First
Previous
1
2
Next
Last