Actions
9 個項目
套件
24 個項目
AGit
In Gitea 1.13, support for AGit was added. AGit enables users to create pull requests directly, even without write permissions of the repository, eliminating the need to fork it. This helps reduce the number of duplicated repositories and minimizes unnecessary disk usage.
個人資料 README
要在您的 Gitea 個人資料頁面顯示一個 Markdown 文件,只需建立一個名為 .profile 的存放庫,並編輯其中的 README.md 文件。Gitea 將自動獲取該文件並在您的存放庫上方顯示。
Blame File View
Gitea supports viewing the line-by-line revision history for a file also known as blame view.
郵件接收
Gitea 支援通過接收郵件執行多種操作。本頁面描述瞭如何進行設定。
標籤
您可以使用標籤對工單和合併請求進行分類,並提高對它們的概覽。
合併請求
合併請求(PR)是一種提出對存放庫進行更改的方式。
權限
Gitea 支援對存放庫進行權限管理,這樣您就可以為不同的人員提供不同的存取權限。首先,我們需要了解 單元(Unit)。
模板存放庫
Gitea 1.11.0 及以上版本引入了模板存放庫,並且其中一個實現的功能是自動展開模板文件中的特定變量。
從模板建立工單與合併請求
開發者可以利用問題模板建立工單與合併請求,其目的在於規範參與者的語言表達。
自動鏈接引用
當發佈工單、合併請求或評論時,文本描述會被解析以查找引用。這些引用將顯示為工單視圖中的鏈接,並且在某些情況下會觸發特定的“操作”。
合併消息模板
文件名
推送
在將提交推送到 Gitea 伺服器時,還有一些額外的功能。
Blocking a user
Gitea supports blocking of users to restrict how they can interact with you and your content.
克隆過濾器 (部分克隆)
Git 引入了 --filter 選項用於 git clone 命令,該選項可以過濾掉大文件和對象(如 blob),從而建立一個存放庫的部分克隆。克隆過濾器對於大型存放庫和/或按流量計費的連接特別有用,因為完全克隆(不使用 --filter)可能會很昂貴(需要下載所有歷史資料)。
Code Owners
Gitea maintains code owner files. It looks for it in the following locations in this order:
Webhooks
Gitea 支援用於存放庫事件的 Webhooks。這可以在存放庫管理員在設定頁面 /reponame/settings/hooks 中進行設定。Webhooks 還可以基於組織和整個系統進行設定。
Migration
You can migrate repositories from other Git services to your Gitea instance.
受保護的標籤
受保護的標籤允許控制誰有權限建立或更新 Git 標籤。每個規則可以匹配單個標籤名稱,或者使用適當的模式來同時控制多個標籤。
存放庫鏡像
存放庫鏡像允許將存放庫與外部源之間進行鏡像。您可以使用它在存放庫之間鏡像分支、標籤和提交。
Markdown
Gitea uses MarkDown structured text in many places, you can recognise it by the .md file extension.
Multi-factor Authentication (MFA)
Multi-factor Authentication (also referred to as MFA or 2FA) enhances security by requiring a time-sensitive set of credentials in addition to a password.