XuqmGroup
|
ca73202b7d
|
feat(ci): 模块选择改为复选框,每个模块独立勾选
|
2026-05-23 01:28:42 +08:00 |
|
XuqmGroup
|
174555fa53
|
fix(ci): 修复 choice 参数语法,使用 choices 数组
|
2026-05-23 01:25:12 +08:00 |
|
XuqmGroup
|
391ac3a915
|
chore(ci): 更新 Jenkins 配置以支持多模块版本管理
- 为 Android、Flutter、iOS 和 RN SDK 的 Jenkinsfile 添加模块化版本控制
- 引入版本升级策略选择(major/minor/patch)和自定义版本号功能
- 实现多模块独立版本管理和选择性构建发布
- 更新 iOS SDK Package.swift 以支持独立模块化库
- 修改 iOS SDK podspec 文件以适应新的标签命名约定
- 优化 Jenkins 构建流程以支持按需选择特定模块进行构建和发布
- 修复 iOS 测试中的可选类型转换问题以提高代码健壮性
|
2026-05-23 01:20:58 +08:00 |
|
XuqmGroup
|
09175c4612
|
fix: use scalar Set-Content with [char]10 newline for two-line .npmrc to avoid BOM and array issues
|
2026-05-16 12:41:43 +08:00 |
|
XuqmGroup
|
191d742591
|
fix: generate npm auth via PowerShell to bypass Jenkins Groovy sandbox
|
2026-05-16 12:25:32 +08:00 |
|
XuqmGroup
|
987e4f5952
|
fix: use string concat for npm auth to avoid Jenkins sandbox GString.getBytes restriction
|
2026-05-16 12:19:14 +08:00 |
|
XuqmGroup
|
44df386935
|
ci: remove all params, always run all stages, lock to main
|
2026-05-16 11:53:11 +08:00 |
|
XuqmGroup
|
748def7fb1
|
fix: set up Nexus auth before npm install, use npm install over npm ci
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-05-16 11:49:32 +08:00 |
|
XuqmGroup
|
dfb95dc9e0
|
fix: split npm publish commands into separate bat steps
|
2026-05-14 19:26:36 +08:00 |
|
XuqmGroup
|
19deb4f00c
|
fix: remove withCredentials wrapper for npm publish
|
2026-05-14 19:21:37 +08:00 |
|
XuqmGroup
|
85471505a9
|
fix: add --verbose to npm publish for debugging
|
2026-05-14 19:13:32 +08:00 |
|
XuqmGroup
|
b35fb46726
|
fix: use ACR_PASSWORD credential and remove branch condition
|
2026-05-14 18:50:28 +08:00 |
|
|
|
c59adf7f81
|
fix: clean bat returnStdout, fix publish condition, add IMAGE_TAG param
|
2026-05-14 18:16:11 +08:00 |
|
XuqmGroup
|
2f72e7a0f2
|
fix: update Jenkinsfile for Windows compatibility and xuqmGroup org
|
2026-05-14 16:27:49 +08:00 |
|
XuqmGroup
|
fb6ee4d9a5
|
docs(deploy): 添加完整的部署文档和配置示例
- 新增 compose.production.yaml 和 compose.production.server.yaml 部署配置
- 添加 nginx.dev.xuqinmin.com.conf 和 nginx.sentry.xuqinmin.com.conf 反向代理配置
- 创建详细的部署指南文档 deploy/README.md,涵盖架构设计和部署步骤
- 添加前端访问文档 web/README.md,包含线上地址和接口说明
- 补充平台文档总览 README.md,整合各模块文档入口
- 配置多服务容器化部署,包括 tenant-service、im-service、push-service 等
- 设置外部数据库和 Redis 连接配置,确保服务间正确通信
- 配置 WebSocket 和 API 路由转发规则,支持实时通信和版本更新服务
|
2026-05-09 14:53:42 +08:00 |
|