[PR #1] [MERGED] Dev #118

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

📋 Pull Request Information

Original PR: https://github.com/team-ide/teamide/pull/1
Author: @team-ide
Created: 12/12/2021
Status: Merged
Merged: 12/12/2021
Merged by: @team-ide

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

130 files changed (+36763 additions, -0 deletions)

View changed files

.github/release-config.yml (+44 -0)
.github/workflows/ci.yml (+106 -0)
.gitignore (+2 -0)
RELEASE.md (+6 -0)
RELEASE.version (+1 -0)
html/.env.development (+3 -0)
html/.env.production (+3 -0)
html/.gitignore (+24 -0)
html/README.md (+24 -0)
html/babel.config.js (+5 -0)
html/jsconfig.json (+5 -0)
html/package-lock.json (+29620 -0)
html/package.json (+51 -0)
html/public/index.html (+17 -0)
html/public/static/favicon.ico (+0 -0)
html/public/static/favicon.png (+0 -0)
html/public/static/loading.gif (+0 -0)
html/public/static/logo.png (+0 -0)
html/src/App.vue (+106 -0)
html/src/app.scss (+7 -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/1 **Author:** [@team-ide](https://github.com/team-ide) **Created:** 12/12/2021 **Status:** ✅ Merged **Merged:** 12/12/2021 **Merged by:** [@team-ide](https://github.com/team-ide) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`0faacee`](https://github.com/team-ide/teamide/commit/0faacee4e363df0e7e71f5e6eda5d5f7d6a8ab1e) 提交 - [`eb17787`](https://github.com/team-ide/teamide/commit/eb177872c18f152d88447c3fa4f29a094b5a035b) 提交 - [`a10bbfb`](https://github.com/team-ide/teamide/commit/a10bbfb320be3b6f4e3dfd0ea1d7fb6f30f847e8) Update FormBox.vue - [`1741828`](https://github.com/team-ide/teamide/commit/17418285602b5a6ab67f6b1b3ccf5b4740956032) Create package-lock.json - [`9d122b7`](https://github.com/team-ide/teamide/commit/9d122b7e896f42130a8f833a70bdc7bf63ccc448) 修改安装方式,每个步骤记录一条SQL,添加打包html和wbs一些表设计 - [`ac02c23`](https://github.com/team-ide/teamide/commit/ac02c23f4c48feb34eb96089c6ef275568adf6f9) 添加serverId标识 - [`bd9b521`](https://github.com/team-ide/teamide/commit/bd9b52149bab428772c723477dbe6b90a0b107dd) Update user.go - [`317d40e`](https://github.com/team-ide/teamide/commit/317d40e7972e658c89d7a7893923708340ef04e7) 调整结构 - [`a861601`](https://github.com/team-ide/teamide/commit/a861601054bc3db9b6b61f393d33bfe907f8a8aa) 调整结构 - [`3015461`](https://github.com/team-ide/teamide/commit/3015461cd8ce26cd743168de6f72900ca14b7e21) Update constant.go ### 📊 Changes **130 files changed** (+36763 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/release-config.yml` (+44 -0) ➕ `.github/workflows/ci.yml` (+106 -0) ➕ `.gitignore` (+2 -0) ➕ `RELEASE.md` (+6 -0) ➕ `RELEASE.version` (+1 -0) ➕ `html/.env.development` (+3 -0) ➕ `html/.env.production` (+3 -0) ➕ `html/.gitignore` (+24 -0) ➕ `html/README.md` (+24 -0) ➕ `html/babel.config.js` (+5 -0) ➕ `html/jsconfig.json` (+5 -0) ➕ `html/package-lock.json` (+29620 -0) ➕ `html/package.json` (+51 -0) ➕ `html/public/index.html` (+17 -0) ➕ `html/public/static/favicon.ico` (+0 -0) ➕ `html/public/static/favicon.png` (+0 -0) ➕ `html/public/static/loading.gif` (+0 -0) ➕ `html/public/static/logo.png` (+0 -0) ➕ `html/src/App.vue` (+106 -0) ➕ `html/src/app.scss` (+7 -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:46 +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#118
No description provided.