Commit Graph

13 Commits

Author SHA1 Message Date
lanrtop
9355c07a6f chore: 迁移收尾——本项目 settings.json 换单一 lian-jing key + package.json 版本对齐 0.1.19
All checks were successful
Push & PR Check / check (push) Successful in 50s
- .claude/settings.json:由 migrate_to_single_server 自动重写(组级 key → lian-jing)
- package.json:0.1.18 → 0.1.19,与 Cargo.toml / tauri.conf.json 对齐(发版脚本此前漏更)
- .blueprint/usage.json:飞轮快照累积数据
2026-07-06 21:16:53 +09:00
lanrtop
965d095820 chore(release): v0.1.18
All checks were successful
Release / release (push) Successful in 4m18s
2026-07-03 13:24:32 +09:00
lanrtop
45ce0ad9be chore: 升级版本号至 0.1.17
All checks were successful
Release / release (push) Successful in 4m33s
2026-07-02 20:06:38 +09:00
lanrtop
8b7038fd1b chore: 升级版本号至 0.1.16
Some checks failed
Release / release (push) Failing after 3m53s
2026-07-02 17:27:08 +09:00
lanrtop
bdb43a2abf chore(hooks): 引入 lefthook——pre-commit typecheck + commit-msg 规范校验
参考 enterprise-system git 体系,补齐炼境本地 git hooks:
- pre-commit: pnpm typecheck(tsc --noEmit)
- commit-msg: Conventional Commits 格式强校验
2026-06-29 17:17:45 +09:00
lanrtop
8afb16480a feat: 引入 vitest 测试体系,前端测试基建 + 蓝图接入闭环 2026-05-07 01:24:30 +09:00
lanrtop
9660bcbc48 feat: 服务器管理体系 + 云产品扩展 + 源码库 + API密钥管理
新增多个核心功能模块(后端 Rust 命令 + 前端 Panel 全部接线完成):

- 服务器注册表:servers.rs + ServerManagerPanel、ProjectServerPanel(项目关联服务器)
- SSH Config 自动同步:ssh_config.rs
- 服务器软件管理:server_software.rs + ServerSoftwareBlock
- 宿主机应用管理:host_apps.rs + HostAppsPanel
- 服务配置管理:service_config.rs + ServiceConfigBlock
- 项目部署信息:deploy_info.rs + DeployInfoPanel
- API密钥管理:api_keys.rs + ApiKeysPanel
- 云产品管理:cloud_products.rs + CloudProductsPanel(含 Docker应用、云数据库实例子模块)
- 源码库:source_library.rs + SourceLibraryPage(分类管理 + 项目详情)

导航栏新增「源码库」入口;蓝图 manifest 同步补录 7 个新模块
2026-04-17 22:25:06 +09:00
lanrtop
e4c7015ee1 chore: 升级版本号至 0.1.15 2026-04-11 13:02:16 +09:00
lanrtop
0cdaa3678c feat: add Blueprint feature to ProjectCard and commands
- Introduced BlueprintModal in ProjectCard for project blueprint visualization.
- Added state management for displaying the BlueprintModal.
- Implemented Blueprint-related interfaces and functions in commands.ts for handling blueprint data.
2026-04-02 19:12:53 +09:00
lanrtop
be7db96d48 release: v0.1.11 2026-04-02 14:50:53 +09:00
lanrtop
fcdab7f575 release: v0.1.10 2026-04-02 14:19:41 +09:00
lanrtop
533c069e43 feat: add WSL editor launch modes and update checking functionality
- Introduced WSL editor launch modes in SettingsPage with options for internal, remote, and UNC path launches.
- Enhanced settings saving to include the new WSL launch mode.
- Added an update section to check for application updates, download, and install them with progress tracking.
- Updated Toast component to handle error messages with a copy button for convenience.
- Expanded commands to include project tags and templates management, along with WSL proxy synchronization features.
2026-04-01 23:12:23 +09:00
lanrtop
0baa304fbe feat: WSL路径支持、项目发布到GitHub、三灯状态指示
- 新增发布到GitHub功能(scan/init/commit/push/register全流程)
- 新增WSL发行版检测与UNC路径自动转换,路径存储改为Windows可访问格式
- 修复libgit2访问WSL UNC路径的owner验证问题(启动时全局禁用)
- ProjectCard新增本地项目/本地仓库/远程仓库三灯状态指示
- ProjectModal重构为基本信息+部署信息双标签页,固定高度稳定切换
- 添加项目支持顶部快速选择文件夹并自动填充ID和名称
- 设置页WSL区块改为下拉检测选择发行版
- Dialog组件支持fixedHeight固定高度模式
2026-04-01 01:36:21 +09:00