271 Commits

Author SHA1 Message Date
BertrandC
0cc6b173d9 合并申请时冲突合并处理测试22 2025-05-23 18:55:42 +08:00
BertrandC
41e63dd670 合并申请时冲突合并处理测试 2025-05-23 18:48:01 +08:00
BertrandC
a988640126 - 同步 gateway 缓存配置添加
All checks were successful
Build and Push Docker Image / build (push) Successful in 8m13s
2025-05-21 15:52:01 +08:00
BertrandC
fd2a6fa329 - 修改目标节点问题
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m59s
2025-05-21 15:33:06 +08:00
BertrandC
63dddd09bb - 前段部份功能代码缺失问题 2025-05-21 15:29:38 +08:00
BertrandC
9de067b234 - ui 请求域名问题
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m20s
2025-05-21 14:07:41 +08:00
BertrandC
e116552b90 Merge remote-tracking branch 'sac/ca_router' into sac_ca_router
All checks were successful
Build and Push Docker Image / build (push) Successful in 6m39s
2025-05-21 13:55:39 +08:00
BertrandC
de36f8ffce - 初始化代码生成时 无限循环查数据库问题 2025-05-21 13:54:46 +08:00
0af6901d0d 更新 sf-ui/nginx.conf
All checks were successful
Build and Push Docker Image / build (push) Successful in 6m31s
2025-05-21 03:14:22 +00:00
b539e95ed1 更新 sf-ui/Dockerfile
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
2025-05-21 03:14:08 +00:00
BertrandC
7a2ac63e78 - 前段打包缺少 nginx.conf 配置文件问题
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
2025-05-21 11:07:22 +08:00
BertrandC
589d916d91 - 前段打包 node 版本导致的加密组件问题
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m9s
2025-05-19 15:57:54 +08:00
BertrandC
26b0c8d585 - SpringBootVFS 依赖问题
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m48s
2025-05-19 15:49:30 +08:00
BertrandC
07ed193c7d - 打包模块缺少 pagehelper 依赖问题
All checks were successful
Build and Push Docker Image / build (push) Successful in 5m31s
2025-05-19 15:22:07 +08:00
BertrandC
cec4b26323 - 打包 common 模块缺少 pagehelper 依赖问题
All checks were successful
Build and Push Docker Image / build (push) Successful in 5m30s
2025-05-19 15:13:04 +08:00
79d27f6986 更新 sf-vertx/Dockerfile
All checks were successful
Build and Push Docker Image / build (push) Successful in 5m32s
2025-05-19 07:04:01 +00:00
9e2f59a048 Merge pull request '更新 sf-admin/Dockerfile' (#1) from chenzihao-patch-1 into ca_router
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
Reviewed-on: #1
2025-05-19 07:00:31 +00:00
b1ab37b347 更新 sf-admin/Dockerfile 2025-05-19 06:59:38 +00:00
58b5a1ab23 更新 .gitea/workflows/builder-vertx.yaml
All checks were successful
Build and Push Docker Image / build (push) Successful in 5m20s
2025-05-19 06:49:33 +00:00
c734b28d0a 更新 .gitea/workflows/builder-ui.yaml
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
2025-05-19 06:49:07 +00:00
5b9c3df4fc 更新 .gitea/workflows/builder-admin.yaml
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
2025-05-19 06:48:31 +00:00
jun
5a2a299bb2 ci(sf-ui): 添加 UI 项目的 Docker 镜像构建和推送流程
Some checks failed
Build and Push Docker Image / build (push) Failing after 24s
- 新增 builder-ui.yaml 工作流,用于在 Gitea 上构建和推送 Docker 镜像
- 在 Makefile 中添加 ui 目标,支持本地构建
- 更新 sf-ui/Dockerfile,使用多阶段构建以减小镜像大小
2025-05-16 06:24:24 -04:00
jun
36010ea742 build: 更新 Docker 镜像仓库地址并添加 admin 服务构建
All checks were successful
Build and Push Docker Image / build (push) Successful in 6m5s
- 将 Docker 镜像仓库地址从 192.168.5.120 修改为 docker.yzj
- 保留原有的 sf-vertx 服务构建,并命名为 vertx
- 新增 sf-admin 服务构建,命名为 admin
2025-05-16 06:16:44 -04:00
jun
91854d75fc ci: 更新 Docker 构建流程并添加新工作流
All checks were successful
Build and Push Docker Image / build (push) Successful in 5m27s
- 新增 builder-admin.yaml 工作流,用于构建和推送 Docker 镜像
- 重命名 builder.yaml 为 builder-vertx.yaml
- 更新 sf-admin/Dockerfile,使用多阶段构建以减小镜像大小
- 修改工作目录和入口点路径
2025-05-16 06:02:04 -04:00
jun
e21efa0ae1 build(sf-vertx): 更新 Docker 镜像构建配置
All checks were successful
Build and Push Docker Image / build (push) Successful in 6m28s
- 移除登录到 192.168.5.120 的步骤
- 将 Docker 镜像仓库地址从 192.168.5.120 更改为 docker.yzj
- 更新 Dockerfile 中的 FROM 语句,使用新的 Maven 镜像地址
2025-05-16 05:54:27 -04:00
jun
06b159c82d ci: 更新 builder 工作流触发分支
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m7s
- 在 builder.yaml 文件中添加 ca_router 分支作为触发分支
- 保持 main 分支和 releases/* 通配符不变
2025-05-16 05:48:55 -04:00
jun
23bd60945b ci: 更新 GitHub Actions 构建环境
- 将构建运行环境从 ubuntu-latest 改为 ubuntu-24.04
- 此更改旨在确保构建过程在稳定的 Ubuntu 24.04 版本上运行,提高构建的一致性和可靠性
2025-05-16 05:48:16 -04:00
jun
bb12232ca8 ci: 更新 builder 工作流并添加 Makefile
- 重命名 builder-sf-vertx.yaml 为 builder.yaml
- 添加登录到 docker.yzj 和 192.168.5.120 两个 Docker registry 的步骤
- 新增 Makefile,定义构建和推送 sf-vertx 镜像的命令
2025-05-16 05:45:11 -04:00
jun
1ddb6a2eb9 ci(sf-vertx): 添加 Docker 镜像构建和推送工作流
- 新增 builder-sf-vertx.yaml 文件,定义 Docker 镜像构建和推送工作流
- 更新 Dockerfile,使用多阶段构建以减小镜像大小
- 工作流在 main 分支或 releases/* 分支推送时触发
- 使用 DockerHub 登录操作,支持私有仓库推送
2025-05-16 05:34:19 -04:00
BertrandC
15f2eb9a0c 数据库与redis链接问题 2025-03-20 18:13:26 +08:00
BertrandC
68951a2b7b 数据库与redis链接问题 2025-03-20 17:55:40 +08:00
BertrandC
e09779eb13 数据库与redis链接问题 2025-02-24 16:39:43 +08:00
BertrandC
f7c5f9a114 docker jdk问题 2025-02-24 15:59:34 +08:00
BertrandC
a81aa5f241 docker jdk问题 2025-02-24 15:57:38 +08:00
ztzh_xieyun
ece03ed0e8 修改docker镜像为阿里云 2024-08-02 16:45:50 +08:00
ztzh_xieyun
a09b9f1372 docker镜像地址 2024-08-01 18:47:22 +08:00
ztzh_xieyun
3af6a24569 修改配置 2024-08-01 18:43:24 +08:00
ztzh_xieyun
fff45e56eb 反向代理支持https 2024-08-01 18:39:56 +08:00
ztzh_xieyun
08d0713d5d 测试环境变量 2024-06-03 17:16:10 +08:00
ztzh_xieyun
0048dc81e3 压测环境 2024-06-03 17:06:56 +08:00
ztzh_xieyun
36b364ac8d 172.32.0.3 压测环境配置 2024-06-03 17:01:24 +08:00
ztzh_xieyun
85b9504710 docker jdk镜像 2024-06-03 16:19:19 +08:00
ztzh_xieyun
49057b881d 修改docker jdk镜像 2024-06-03 16:18:05 +08:00
ztzh_xieyun
6d0eb56f5d 修改描述文字 2024-06-03 16:01:57 +08:00
ztzh_xieyun
48d64a869a 删除冗余代码
mock代码还原
2024-06-03 15:41:00 +08:00
ztzh_xieyun
6fac2783bf 保留了ReverseProxy反向代理区分body请求,这块代码可以去掉
ReverseProxy 源码部分仅使用了连接超时
request.setTimeout(AppConfigHandler.getApicodeConfigTimeOut(key));

vertx有一个使用问题,一定要注意, 异常情况可能不会抛出, 导致后台一直不返回.
很可能是业务代码逻辑问题, 比如空异常等等
2024-06-03 14:02:35 +08:00
ztzh_xieyun
17da90448e 反向代理-接口连接超时
"apiConfig": [
                {
                    "apiCode": "sac6872cb7daf0249e998f11f4b7686f548",
                    "method": "POST",
                    "strategy": [],
                    "timeout": 300,
                    "uri": "*"
                },

ReverseProxy setConnectionTimeout方法
2024-05-31 16:15:08 +08:00
ztzh_xieyun
49a797870e 功能调整.采用handle模式, 不修改源码 2024-05-31 09:56:02 +08:00
akun
2efcb5a275 Vert.x网关改造 2024-05-28 17:48:52 +08:00
akun
b20639a02c 环境维护appcode字段错误 2024-05-27 15:51:55 +08:00