[PR #128] [CLOSED] 優化流水線流程 && 優化項目結構 #856

Closed
opened 2026-03-03 01:06:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/128
Author: @yanlc39
Created: 9/30/2024
Status: Closed

Base: mainHead: feat/adjust_project_structure


📝 Commits (2)

📊 Changes

38 files changed (+273 additions, -542 deletions)

View changed files

📝 .github/workflows/release.yml (+10 -9)
📝 .gitignore (+2 -0)
📝 Dockerfile_build (+14 -5)
📝 Makefile (+14 -1)
📝 README.md (+1 -2)
📝 README_EN.md (+1 -2)
📝 internal/web/embed.go (+1 -1)
📝 main.go (+2 -3)
ui/.env (+4 -0)
📝 ui/.eslintrc.cjs (+10 -9)
📝 ui/.gitignore (+0 -2)
ui/dist/assets/index--un-5Tw_.js (+0 -322)
ui/dist/assets/index-I--T0qY3.css (+0 -1)
ui/dist/imgs/providers/aliyun.svg (+0 -1)
ui/dist/imgs/providers/baidu.svg (+0 -1)
ui/dist/imgs/providers/baisan.avif (+0 -0)
ui/dist/imgs/providers/cloudflare.svg (+0 -24)
ui/dist/imgs/providers/favicon-docs.dogecloud.com-1-200x200.svg (+0 -7)
ui/dist/imgs/providers/godaddy.svg (+0 -5)
ui/dist/imgs/providers/letsencrypt.svg (+0 -18)

...and 18 more files

📄 Description

本次 PR 主要變動如下:

  • 將 Web 項目產物從倉庫中脫離,減少倉庫記錄壓力
  • 對 Makefile 新增關於 Web 部分的構建操作
  • 對 Dockerfile_build 中新增關於 Web 部分的構建操作
  • 對 Github Actions 編譯腳本中新增關於 Web 部分的構建操作
  • 調整 Web 項目中部分配置
    • 更改產物目錄至 /internal/web ,並移動相對應 embed.go
    • 新增 .env 文件,便於對前端項目中部分 執行/編譯 參數進行快速定義

🔄 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/certimate-go/certimate/pull/128 **Author:** [@yanlc39](https://github.com/yanlc39) **Created:** 9/30/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/adjust_project_structure` --- ### 📝 Commits (2) - [`5436eb7`](https://github.com/certimate-go/certimate/commit/5436eb7a0db496c645a6c332278517650bd4512f) feat: adjust project structure - [`ae43e70`](https://github.com/certimate-go/certimate/commit/ae43e7096fec97658725e4cce10266e3fdbd7181) docs: update readme ### 📊 Changes **38 files changed** (+273 additions, -542 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+10 -9) 📝 `.gitignore` (+2 -0) 📝 `Dockerfile_build` (+14 -5) 📝 `Makefile` (+14 -1) 📝 `README.md` (+1 -2) 📝 `README_EN.md` (+1 -2) 📝 `internal/web/embed.go` (+1 -1) 📝 `main.go` (+2 -3) ➕ `ui/.env` (+4 -0) 📝 `ui/.eslintrc.cjs` (+10 -9) 📝 `ui/.gitignore` (+0 -2) ➖ `ui/dist/assets/index--un-5Tw_.js` (+0 -322) ➖ `ui/dist/assets/index-I--T0qY3.css` (+0 -1) ➖ `ui/dist/imgs/providers/aliyun.svg` (+0 -1) ➖ `ui/dist/imgs/providers/baidu.svg` (+0 -1) ➖ `ui/dist/imgs/providers/baisan.avif` (+0 -0) ➖ `ui/dist/imgs/providers/cloudflare.svg` (+0 -24) ➖ `ui/dist/imgs/providers/favicon-docs.dogecloud.com-1-200x200.svg` (+0 -7) ➖ `ui/dist/imgs/providers/godaddy.svg` (+0 -5) ➖ `ui/dist/imgs/providers/letsencrypt.svg` (+0 -18) _...and 18 more files_ </details> ### 📄 Description ### 本次 PR 主要變動如下: - 將 Web 項目產物從倉庫中脫離,減少倉庫記錄壓力 - 對 Makefile 新增關於 Web 部分的構建操作 - 對 Dockerfile_build 中新增關於 Web 部分的構建操作 - 對 Github Actions 編譯腳本中新增關於 Web 部分的構建操作 - 調整 Web 項目中部分配置 - 更改產物目錄至 `/internal/web` ,並移動相對應 embed.go - 新增 .env 文件,便於對前端項目中部分 執行/編譯 參數進行快速定義 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:06:32 +03:00
Sign in to join this conversation.
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/certimate#856
No description provided.