WIP: feature/devstar-vscode #40

Draft
lat5211 wants to merge 3 commits from feature/devstar-vscode into main
Owner

Please check the following:

  1. Make sure you are targeting the main branch, pull requests on release branches are only allowed for backports.
  2. Make sure you have read contributing guidelines: https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md .
  3. For documentations contribution, please go to https://gitea.com/gitea/docs
  4. Describe what your pull request does and which issue you're targeting (if any).
  5. It is recommended to enable "Allow edits by maintainers", so maintainers can help more easily.
  6. Your input here will be included in the commit message when this PR has been merged. If you don't want some content to be included, please separate them with a line like ---.
  7. Delete all these tips before posting.
<!-- start tips --> Please check the following: 1. Make sure you are targeting the `main` branch, pull requests on release branches are only allowed for backports. 2. Make sure you have read contributing guidelines: https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md . 3. For documentations contribution, please go to https://gitea.com/gitea/docs 4. Describe what your pull request does and which issue you're targeting (if any). 5. It is recommended to enable "Allow edits by maintainers", so maintainers can help more easily. 6. Your input here will be included in the commit message when this PR has been merged. If you don't want some content to be included, please separate them with a line like `---`. 7. Delete all these tips before posting. <!-- end tips -->
lat5211 added 3 commits 2025-12-24 08:17:27 +00:00
解决中英文适配
Some checks failed
DevStar Studio Auto Test Pipeline / unit-frontend-test (pull_request) Successful in 19m12s
DevStar Studio Auto Test Pipeline / unit-backend-test (pull_request) Failing after 11m58s
DevStar Studio CI/CD Pipeline / build-and-push-x86-64-docker-image (pull_request) Successful in 11m17s
DevStar E2E Test / e2e-test (pull_request) Successful in 6m7s
8072c9d508
mengning reviewed 2025-12-24 08:34:03 +00:00
@@ -123,0 +74,4 @@
// 标签类型配置(支持前缀约定,如 os:linux, framework:react
const tagTypeConfig = {
'os': { color: 'blue', label: '系统' },
Owner

这里的os应该是开发环境操作系统,可以考虑叫devos开发环境OS,类似devos:ubuntu-latest

docker search ubuntu
docker search alpine
docker search centos
docker search openeuler/openeuler
docker search debian
docker search fedora

主要有这些,每种还有不同的版本,怎么形成开发环境OS的下拉列表项目?合并所有devos:类?默认植入一些主流的版本?

这里的os应该是开发环境操作系统,可以考虑叫devos开发环境OS,类似devos:ubuntu-latest docker search ubuntu docker search alpine docker search centos docker search openeuler/openeuler docker search debian docker search fedora 主要有这些,每种还有不同的版本,怎么形成开发环境OS的下拉列表项目?合并所有devos:类?默认植入一些主流的版本?

📋 E2E 测试结果报告

测试状态

通过 (Passed)

🔍 详细报告

HTML 报告已上传至 Artifacts,请点击下方链接查看。
👉 查看运行日志与下载报告

🏗️ 构建信息


此评论由 DevStar Actions 自动生成,用于 PR 质量检查。

## 📋 E2E 测试结果报告 ### 测试状态 ✅ **通过 (Passed)** ### 🔍 详细报告 HTML 报告已上传至 Artifacts,请点击下方链接查看。 👉 [查看运行日志与下载报告](https://devstar.cn/devstar/devstar/actions/runs/441) ### 🏗️ 构建信息 - **工作流**: DevStar E2E Test - **提交**: 8072c9d - **触发者**: @lat5211 --- > *此评论由 DevStar Actions 自动生成,用于 PR 质量检查。*
Some checks failed
DevStar Studio Auto Test Pipeline / unit-frontend-test (pull_request) Successful in 19m12s
DevStar Studio Auto Test Pipeline / unit-backend-test (pull_request) Failing after 11m58s
DevStar Studio CI/CD Pipeline / build-and-push-x86-64-docker-image (pull_request) Successful in 11m17s
DevStar E2E Test / e2e-test (pull_request) Successful in 6m7s
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/devstar-vscode:feature/devstar-vscode
git checkout feature/devstar-vscode
Sign in to join this conversation.
No description provided.