Skip to content

build(module): rename module to qiniu ci-runner#4

Merged
jimyag merged 2 commits into
qiniu:mainfrom
jimyag:qiniu-module-path
Jun 24, 2026
Merged

build(module): rename module to qiniu ci-runner#4
jimyag merged 2 commits into
qiniu:mainfrom
jimyag:qiniu-module-path

Conversation

@jimyag

@jimyag jimyag commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

摘要

将 Go module 路径从 github.com/jimyag/e2b-github-runner 调整为 github.com/qiniu/ci-runner,匹配上游仓库路径。

关键改动

  • 更新根目录 go.modui/go.mod 的 module path。
  • 更新代码和测试中的内部 import 前缀到 github.com/qiniu/ci-runner

验证

  • rg "github.com/jimyag/e2b-github-runner|github.com/jimyag/ci-runner" -n 无旧路径残留。
  • go test ./internal/... 未完全通过:internal/server/server.go:90:12: pattern admin/*: no matching files found,当前仓库缺少 embed 的 admin/* 文件。其他 internal 包测试通过。

备注

  • 本 PR 只做 module path 和内部 import 路径替换,不调整运行逻辑。

Update the root and UI Go module paths plus internal imports so the code builds under github.com/qiniu/ci-runner.

Signed-off-by: jimyag <git@jimyag.com>

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Go module path and all internal import paths from github.com/jimyag/e2b-github-runner to github.com/qiniu/ci-runner across multiple files, including go.mod, ui/go.mod, and various Go source files. There are no review comments, and I have no additional feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@fennoai fennoai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review findings:

  • The module/import rename is consistent in the changed Go files. One release metadata gap remains inline.

Comment thread go.mod
Point GoReleaser, Docker image defaults, and README usage at qiniu/ci-runner so release artifacts match the renamed module.

Signed-off-by: jimyag <git@jimyag.com>
@jimyag jimyag merged commit ea55e7c into qiniu:main Jun 24, 2026
10 checks passed
@jimyag jimyag deleted the qiniu-module-path branch June 24, 2026 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant