[PR #26] [MERGED] Dev #144

Closed
opened 2026-02-28 00:38:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/team-ide/teamide/pull/26
Author: @team-ide
Created: 3/26/2022
Status: Merged
Merged: 3/26/2022
Merged by: @team-ide

Base: mainHead: dev


📝 Commits (10+)

  • 7a2e5b2 添加Model编辑器
  • 9cfe364 自动模型更改自动刷新模型面板 测试自动保存
  • f373036 模型编辑器编写
  • 5c4832d 调整下拉框选项
  • 8bf4a72 Update Action.vue
  • d79c991 微调模型编辑器
  • fb0435a 添加Context和Text相互转换
  • 4ee19bd 编辑Model编辑器
  • 1205066 添加下拉菜单用于添加action模型步骤
  • c2fb59b 调整模型编辑器结构

📊 Changes

363 files changed (+14554 additions, -6993 deletions)

View changed files

📝 .github/workflows/release.yml (+38 -12)
📝 .gitignore (+1 -0)
📝 README.md (+2 -2)
📝 RELEASE.md (+3 -1)
📝 RELEASE_HISTORY.md (+0 -0)
application/invoke/service.go (+0 -46)
application/loader.go (+0 -194)
application/model/dictionary.go (+0 -17)
application/model/model.go (+0 -5)
application/model/test.go (+0 -38)
application/model/validate.go (+0 -75)
cert.pem (+20 -0)
conf/config.back.yaml (+34 -0)
📝 conf/config.release.yaml (+0 -0)
📝 conf/config.yaml (+0 -34)
conf/private.pem (+15 -0)
conf/public.pem (+6 -0)
conf/server.info (+0 -49)
data/apps/1/aa/struct/aa.yaml (+1 -0)
data/database (+0 -0)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/team-ide/teamide/pull/26 **Author:** [@team-ide](https://github.com/team-ide) **Created:** 3/26/2022 **Status:** ✅ Merged **Merged:** 3/26/2022 **Merged by:** [@team-ide](https://github.com/team-ide) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`7a2e5b2`](https://github.com/team-ide/teamide/commit/7a2e5b287c6d29dd228c28c6072bd40b03250f53) 添加Model编辑器 - [`9cfe364`](https://github.com/team-ide/teamide/commit/9cfe364f927d7bf75d46413ebd1848b1c0999e62) 自动模型更改自动刷新模型面板 测试自动保存 - [`f373036`](https://github.com/team-ide/teamide/commit/f373036d323791d003b56396633d27f7b91002fa) 模型编辑器编写 - [`5c4832d`](https://github.com/team-ide/teamide/commit/5c4832daa2dc186c0e0f11936c0c246106c412ac) 调整下拉框选项 - [`8bf4a72`](https://github.com/team-ide/teamide/commit/8bf4a721bfd4f8b706517c97618262f11fca0c84) Update Action.vue - [`d79c991`](https://github.com/team-ide/teamide/commit/d79c991342a93ca3017870ac4d9ccdaa4a4441fa) 微调模型编辑器 - [`fb0435a`](https://github.com/team-ide/teamide/commit/fb0435aaa814eea90cf2d9bd64d6b4148552b05b) 添加Context和Text相互转换 - [`4ee19bd`](https://github.com/team-ide/teamide/commit/4ee19bdb1f524a85002928d19b56f11cdc9f7fc7) 编辑Model编辑器 - [`1205066`](https://github.com/team-ide/teamide/commit/120506671f76c62da68a1275ac60f28c052fe93a) 添加下拉菜单用于添加action模型步骤 - [`c2fb59b`](https://github.com/team-ide/teamide/commit/c2fb59b700ee7ccd14fb1794099abdbcb77f32b8) 调整模型编辑器结构 ### 📊 Changes **363 files changed** (+14554 additions, -6993 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+38 -12) 📝 `.gitignore` (+1 -0) 📝 `README.md` (+2 -2) 📝 `RELEASE.md` (+3 -1) 📝 `RELEASE_HISTORY.md` (+0 -0) ➖ `application/invoke/service.go` (+0 -46) ➖ `application/loader.go` (+0 -194) ➖ `application/model/dictionary.go` (+0 -17) ➖ `application/model/model.go` (+0 -5) ➖ `application/model/test.go` (+0 -38) ➖ `application/model/validate.go` (+0 -75) ➕ `cert.pem` (+20 -0) ➕ `conf/config.back.yaml` (+34 -0) 📝 `conf/config.release.yaml` (+0 -0) 📝 `conf/config.yaml` (+0 -34) ➕ `conf/private.pem` (+15 -0) ➕ `conf/public.pem` (+6 -0) ➖ `conf/server.info` (+0 -49) ➕ `data/apps/1/aa/struct/aa.yaml` (+1 -0) ➕ `data/database` (+0 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:38:52 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/teamide-team-ide#144
No description provided.