jiang
260c493fc8
ci: enable full cd path
...
Build Push and Deploy / docker-image (push) Failing after 1m36s
Build Push and Deploy / deploy-fallback-log (push) Successful in 1s
Remove test-tag bypass logic so release tags exercise registry login, image push, and deploy webhook end to end on Gitea Actions.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-04-24 16:05:08 +08:00
jiang
46a4d7157d
ci: harden test tag guards
...
Build Push and Deploy / docker-image (push) Failing after 51s
Build Push and Deploy / deploy-fallback-log (push) Successful in 0s
Use direct shell checks on github.ref_name inside workflow steps so test tags skip registry login, image push, and deploy webhook regardless of Gitea expression behavior.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-04-24 16:01:08 +08:00
jiang
3ba252462d
更新 .gitignore,添加 memery.md 文件
2026-04-24 15:59:58 +08:00
jiang
5ca9a55a7b
ci: skip deploy steps for test tags
...
Build Push and Deploy / docker-image (push) Failing after 50s
Build Push and Deploy / deploy-fallback-log (push) Successful in 1s
Use workflow-level conditions for registry login and deploy webhook steps so *-test tags only validate the build path on Gitea Actions.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-04-24 15:57:38 +08:00
jiang
9206c480b2
ci: lowercase image repository
...
Build Push and Deploy / docker-image (push) Failing after 1m59s
Build Push and Deploy / deploy-fallback-log (push) Successful in 1s
Normalize github.repository to lowercase before composing Docker image tags so Gitea registry references stay valid on the runner.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-04-24 15:54:03 +08:00
jiang
23bd2f47c3
ci: use ubuntu-22.04 runner label
...
Build Push and Deploy / docker-image (push) Failing after 2s
Build Push and Deploy / deploy-fallback-log (push) Successful in 1s
Switch runs-on to the short ubuntu-22.04 label so Gitea matches the online runner mapping to gitea/runner-images:ubuntu-22.04.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-04-24 15:50:39 +08:00
jiang
c4269f40e3
ci: pin gitea runner image
...
Build Push and Deploy / docker-image (push) Has been cancelled
Build Push and Deploy / deploy-fallback-log (push) Has been cancelled
Use the full ubuntu runner label so Gitea Actions resolves gitea/runner-images:ubuntu-22.04 instead of falling back to ubuntu:latest during test runs.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-04-24 15:43:36 +08:00
jiang
3afe885cc0
ci: harden gitea package workflow
...
Build Push and Deploy / docker-image (push) Failing after 2s
Build Push and Deploy / deploy-fallback-log (push) Successful in 2s
Make checkout idempotent for reused runner workspaces and add a safe test-tag path that validates builds without pushing images or calling the deploy webhook.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-04-24 15:31:01 +08:00
jiang
b99fe66704
refactor: checkout no longer depends on node actions
2026-04-24 15:19:35 +08:00
jiang
c2785f0746
chore: normalize registry host for docker image refs
Build Push and Deploy / docker-image (push) Failing after 1m9s
Build Push and Deploy / deploy-fallback-log (push) Successful in 2s
2026-04-24 15:15:03 +08:00
jiang
1ed09c9594
chore(workflow): use host docker instead of buildx
Build Push and Deploy / docker-image (push) Failing after 10s
Build Push and Deploy / deploy-fallback-log (push) Successful in 1s
2026-04-24 15:10:18 +08:00
jiang
baa5d41bec
调整工作流环境,移除 Git 和 Docker 安装步骤
...
Build Push and Deploy / docker-image (push) Failing after 15s
Build Push and Deploy / deploy-fallback-log (push) Successful in 1s
Co-authored-by: Copilot <copilot@github.com >
2026-04-24 15:06:55 +08:00
jiang
05868c6af6
ci: bootstrap docker cli in runner
Build Push and Deploy / deploy-fallback-log (push) Has been cancelled
Build Push and Deploy / docker-image (push) Has been cancelled
2026-04-24 14:39:29 +08:00
jiang
e81305d046
ci: use sh shell for gitea runner compatibility
Build Push and Deploy / docker-image (push) Failing after 1m3s
Build Push and Deploy / deploy-fallback-log (push) Failing after 2s
2026-04-24 14:36:38 +08:00
jiang
b963562a5f
ci: add git bootstrap for runner
Build Push and Deploy / docker-image (push) Failing after 7s
Build Push and Deploy / deploy-fallback-log (push) Failing after 0s
2026-04-24 14:34:42 +08:00
jiang
bfd41b58e3
ci: fix checkout server url for gitea
Build Push and Deploy / docker-image (push) Failing after 3m49s
Build Push and Deploy / deploy-fallback-log (push) Failing after 1s
2026-04-24 14:25:10 +08:00
jiang
333d0d3353
更新依赖版本,简化工作流配置
2026-04-24 14:23:48 +08:00
jiang
f207e2b192
统一方案类型命名为小写形式
2026-04-24 09:19:42 +08:00
jiang
4f195b0e06
ci: pin action versions for gitea runner
Build Push and Deploy / docker-image (push) Failing after 49s
Build Push and Deploy / deploy-fallback-log (push) Failing after 1s
2026-04-23 17:53:17 +08:00
jiang
0f110ce0c6
ci: run gitea workflow on node runner
Build Push and Deploy / docker-image (push) Failing after 8m55s
Build Push and Deploy / deploy-fallback-log (push) Failing after 0s
2026-04-23 17:50:09 +08:00
jiang
a23626614f
ci: run gitea job in node container
2026-04-23 17:48:52 +08:00
jiang
1debaed7ea
更新 Checkout 步骤,添加 GitHub 服务器 URL 配置,使用 Gitea 服务器
...
Build Push and Deploy / docker-image (push) Failing after 2m54s
Build Push and Deploy / deploy-fallback-log (push) Successful in 1s
Co-authored-by: Copilot <copilot@github.com >
2026-04-23 17:40:44 +08:00
jiang
74b4a4157c
区分 secrets
...
Build Push and Deploy / deploy-fallback-log (push) Has been cancelled
Build Push and Deploy / docker-image (push) Has been cancelled
Co-authored-by: Copilot <copilot@github.com >
2026-04-23 15:18:50 +08:00
jiang
efd04fd651
移除 API URL 环境变量配置
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-23 11:57:57 +08:00
jiang
5aa28c8409
新增 API URL 配置,更新 Dockerfile 和 docker-compose
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-23 11:52:49 +08:00
jiang
8b6dda08e6
新增 gitea 工作流
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-23 11:43:37 +08:00
jiang
427cbe70b3
更新音频服务 URL 为正式环境地址
2026-04-23 11:25:08 +08:00
jiang
6410df0cb7
添加方案记录缓存支持到爆管和漏损检测面板
2026-04-15 18:42:50 +08:00
jiang
ff5cbfde9c
更新时间格式为 ISO 格式并修正 API 路径
2026-04-15 17:40:52 +08:00
jiang
5cbf1e82f8
更新爆管定位和爆管侦测的顺序
2026-04-15 17:40:45 +08:00
jiang
259202ca8f
添加音频服务 URL 配置到环境变量;使用新的 TTS 服务
2026-04-15 17:40:30 +08:00
jiang
bfa4020239
更新 TypeScript 配置,目标版本改为 esnext
2026-04-15 11:52:40 +08:00
jiang
5dab6464c3
更新 React 和 React-DOM 版本至 19.2.4
2026-04-07 10:08:00 +08:00
jiang
b752be498a
更新 @refinedev 相关依赖版本至最新
2026-04-07 09:46:22 +08:00
jiang
781711943a
添加 NEXT_PUBLIC_COPILOT_URL 变量到环境配置
2026-04-07 09:45:15 +08:00
jiang
7d05ad4920
更新 @refinedev 相关依赖版本;修复漏洞
2026-04-07 09:45:06 +08:00
jiang
f0fad61bb2
调整预设对话
2026-04-03 14:08:59 +08:00
jiang
d763876f86
重构 GlobalChatbox 组件,拆分为多个模块
2026-04-03 14:07:27 +08:00
jiang
56b4777dbd
优化queryFeaturesByIds ID 处理逻辑,确保查询功能正常
2026-04-03 13:58:44 +08:00
jiang
c484aad1d3
抽象统一定位方法,支持多种地理要素
2026-04-03 13:45:37 +08:00
jiang
d610a09c14
添加工具调用解析和聊天工具操作处理
2026-04-03 11:49:05 +08:00
jiang
a1c8041b11
添加常用功能面板
2026-04-02 16:10:23 +08:00
jiang
295c959b52
添加语音识别和朗读功能
2026-04-02 15:24:05 +08:00
jiang
adc12c13f9
添加聊天框可调整宽度功能,优化用户体验
2026-03-30 17:05:37 +08:00
jiang
6559d0c062
添加 Markdown 拓展支持
2026-03-30 17:03:59 +08:00
jiang
a101e79750
添加聊天框消息解析功能;优化请求头处理;更新部分 api base url
2026-03-27 18:00:30 +08:00
jiang
8713e5a468
优化聊天框状态持久化,添加 Markdown 样式支持;调整地图组件的层级,避免和聊天框冲突
2026-03-26 11:55:19 +08:00
jiang
03a77f7368
优化聊天框状态持久化,增强错误处理逻辑;优化信息可读性
2026-03-24 16:44:19 +08:00
jiang
825acbf29c
优化聊天框输入聚焦逻辑,增强网络错误处理
2026-03-24 16:25:09 +08:00
jiang
045391d036
更新依赖,优化认证流程;添加聊天框动画效果,优化消息处理逻辑
2026-03-24 10:56:25 +08:00