# GitLab Docs
> 原文:[https://docs.gitlab.com/ee/README.html](https://docs.gitlab.com/ee/README.html)
* [Overview](#overview)
* [Popular topics](#popular-topics)
* [The entire DevOps Lifecycle](#the-entire-devops-lifecycle)
* [Manage](#manage)
* [Plan](#plan)
* [Create](#create)
* [Projects and Groups](#projects-and-groups)
* [Repositories](#repositories)
* [Merge Requests](#merge-requests)
* [Integration and Automation](#integration-and-automation)
* [Verify](#verify)
* [Package](#package)
* [Release](#release)
* [Configure](#configure)
* [Monitor](#monitor)
* [Secure](#secure)
* [New to Git and GitLab?](#new-to-git-and-gitlab)
* [User account](#user-account)
* [Git and GitLab](#git-and-gitlab)
* [Coming to GitLab from another platform](#coming-to-gitlab-from-another-platform)
* [Build an integration with GitLab](#build-an-integration-with-gitlab)
* [Contributing to GitLab](#contributing-to-gitlab)
*訪問[docs.gitlab.com,](https://docs.gitlab.com/ee/)以獲得優化的導航,可發現性和可讀性.*
# GitLab Docs[](#gitlab-docs "Permalink")
歡迎使用[GitLab](https://about.gitlab.com/)文檔.
在這里,您可以訪問 GitLab 的完整文檔,這是[整個 DevOps 生命周期](#the-entire-devops-lifecycle)的單個應用程序.
## Overview[](#overview "Permalink")
無論您如何使用 GitLab,我們都會為您提供文檔.
| 基本文件 | Essential documentation |
| --- | --- |
| [**用戶文件**](user/index.html)
探索適用于 GitLab 用戶的功能和概念. | [**管理員文件**](administration/index.html)
GitLab 自我管理管理員需要知道的一切. |
| [**為 GitLab 做貢獻**](#contributing-to-gitlab)
在 GitLab,每個人都可以貢獻力量! | [**是 Git 和 GitLab 的新手嗎?**](#new-to-git-and-gitlab)
我們有資源可以幫助您入門. |
| [**與 GitLab 建立整合?**](#build-an-integration-with-gitlab)
請查閱我們的自動化和集成文檔. | [**從另一個平臺進入 GitLab?**](#coming-to-gitlab-from-another-platform)
請查閱我們的便捷指南. |
| [**安裝 GitLab**](https://about.gitlab.com/install/)
不同平臺的安裝選項. | [**顧客**](subscriptions/index.html)
給新老客戶的信息. |
| [**更新 GitLab**](update/README.html)
將您的 GitLab 自我管理實例更新到最新版本. | [**參考架構**](administration/reference_architectures/index.html)
GitLab 的參考架構 |
| [**GitLab 發布**](https://about.gitlab.com/releases/)
GitLab 的新功能. | ? |
## Popular topics[](#popular-topics "Permalink")
看看我們一些最受歡迎的主題:
| 熱門話題 | Description |
| --- | --- |
| [Two-factor authentication](user/profile/account/two_factor_authentication.html) | 提高您的 GitLab 帳戶的安全性. |
| [GitLab groups](user/group/index.html) | 一起管理項目. |
| [GitLab CI/CD pipeline configuration reference](ci/yaml/README.html) | `.gitlab-ci.yml`文件的可用配置選項. |
| [Activate GitLab EE with a license](user/admin_area/license.html) | 使用許可證激活 GitLab 企業版功能. |
| [Back up and restore GitLab](raketasks/backup_restore.html) | 用于備份和還原 GitLab 自管理實例的耙任務. |
| [GitLab release and maintenance policy](policy/maintenance.html) | 版本命名和節奏策略以及升級建議. |
| [Elasticsearch integration](integration/elasticsearch.html) | 將 Elasticsearch 與 GitLab 集成以啟用高級搜索. |
| [Omnibus GitLab database settings](https://docs.gitlab.com/omnibus/settings/database.html) | Omnibus GitLab 自我管理實例的數據庫設置. |
| [Omnibus GitLab NGINX settings](https://docs.gitlab.com/omnibus/settings/nginx.html) | Omnibus GitLab 自我管理實例的 NGINX 設置. |
| [Omnibus GitLab SSL configuration](https://docs.gitlab.com/omnibus/settings/ssl.html) | Omnibus GitLab 自我管理實例的 SSL 設置. |
| [GitLab.com settings](user/gitlab_com/index.html) | 用于 GitLab.com 的設置. |
## The entire DevOps Lifecycle[](#the-entire-devops-lifecycle "Permalink")
GitLab 是第一個用于軟件開發,安全性和操作的單一應用程序,可啟用[并發 DevOps](https://about.gitlab.com/concurrent-devops/) ,從而使軟件生命周期更快并從根本上提高了業務速度.
GitLab 為[DevOps 生命周期的每個階段](https://about.gitlab.com/stages-devops-lifecycle/)提供解決方案:
[](img/devops-stages.png)
GitLab 就像制作軟件的頂級廚房. 作為行政總廚,您可以決定要提供的軟件. 使用您的食譜,GitLab 可以處理所有準備工作,烹飪和交付,因此您可以比以往更快地處理訂單.
以下各節提供了每個 DevOps 階段的文檔鏈接:
| DevOps 階段 | 有關的文件 |
| --- | --- |
| [Manage](#manage) | 統計和分析功能. |
| [Plan](#plan) | 項目計劃和管理功能. |
| [Create](#create) | 源代碼,數據創建和管理功能. |
| [Verify](#verify) | 測試,代碼質量和持續集成功能. |
| [Package](#package) | Docker 容器注冊表. |
| [Release](#release) | 應用程序發布和交付功能. |
| [Configure](#configure) | 應用程序和基礎結構配置工具. |
| [Monitor](#monitor) | 應用程序監視和指標功能. |
| [Secure](#secure) | 安全功能功能. |
[Back to Overview](#overview)
### Manage[](#manage "Permalink")
GitLab 提供統計數據并深入了解您如何在組織中最大化 GitLab 的價值.
以下文檔與 DevOps **Manage**階段有關:
| 管理主題 | Description |
| --- | --- |
| [Authentication and
Authorization](administration/auth/README.html) | 支持的身份驗證和授權提供者. |
| [GitLab Value Stream Analytics](user/project/cycle_analytics.html) | 測量您擁有的每個項目從[構思到生產](https://about.gitlab.com/blog/2016/08/05/continuous-integration-delivery-and-deployment-with-gitlab/#from-idea-to-production-with-gitlab)所需的時間. |
| [Instance Statistics](user/instance_statistics/index.html) | 查找有關您使用的 GitLab 功能數量和用戶活動的統計信息. |
[Back to Overview](#overview)
### Plan[](#plan "Permalink")
無論您使用 Waterfall,敏捷還是會話開發,GitLab 均可簡化您的協作工作流程.
使用 GitLab 靈活的項目管理工具可視化,確定優先級,協調和跟蹤進度.
以下文檔與 DevOps **計劃**階段有關:
| 計劃主題 | Description |
| --- | --- |
| [Burndown Charts](user/project/milestones/burndown_charts.html) | 在特定的里程碑中觀察項目的進度. |
| [Discussions](user/discussions/index.html) | 問題,提交和合并請求中的線程,注釋和可解決線程. |
| [Due Dates](user/project/issues/due_dates.html) | 跟蹤發行期限. |
| [Epics](user/group/epics/index.html) | 跟蹤共享主題的問題組. |
| [問題](user/project/issues/index.html) ,包括[機密問題](user/project/issues/confidential_issues.html) ,
[發布和合并請求模板](user/project/description_templates.html) ,
和[移動的問題](user/project/issues/managing_issues.html#moving-issues) | 項目問題并限制對問題的訪問,并創建用于提交新問題和合并請求的模板. 此外,在項目之間轉移問題. |
| [Labels](user/project/labels.html) | 分類問題或使用描述性標簽合并請求. |
| [Milestones](user/project/milestones/index.html) | 設置發布問題和合并請求的里程碑,并帶有可選的截止日期. |
| [Project Issue Board](user/project/issue_board.html) | 在 Scrum 或看板上顯示問題. |
| [Quick Actions](user/project/quick_actions.html) | 針對問題或合并請求的常見操作的快捷方式,而無需單擊按鈕或在 GitLab 的 UI 中使用下拉菜單. |
| [Related Issues](user/project/issues/related_issues.html) | 在問題之間建立關系. |
| [Requirements Management](user/project/requirements/index.html) | Check your products against a set of criteria. |
| [Roadmap](user/group/roadmap/index.html) | 可視化史詩般的時間表. |
| [Service Desk](user/project/service_desk.html) | 一種允許人們在不需要自己的用戶帳戶的情況下在您的 GitLab 實例中創建問題的簡單方法. |
| [Time Tracking](user/project/time_tracking.html) | 跟蹤花費在問題和合并請求上的時間. |
| [Todos](user/todos.html) | 通過在簡單儀表板上顯示的時間順序列表,跟蹤需要注意的工作. |
[Back to Overview](#overview)
### Create[](#create "Permalink")
將源代碼整合到一個易于管理和控制的[分布式版本控制系統中](https://en.wikipedia.org/wiki/Distributed_version_control) ,而不會中斷您的工作流程.
GitLab 存儲庫隨附分支工具和訪問控制,可為項目和代碼的協作提供可擴展的單一事實來源.
以下文檔與 DevOps **Create**階段有關:
#### Projects and Groups[](#projects-and-groups "Permalink")
| 創建主題-項目和組 | Description |
| --- | --- |
| [Advanced global search](user/search/advanced_global_search.html) | 利用 Elasticsearch 在整個 GitLab 實例上進行更快,更高級的代碼搜索. |
| [Advanced syntax search](user/search/advanced_search_syntax.html) | 使用高級查詢獲得更具針對性的搜索結果. |
| [Contribution analytics](user/group/contribution_analytics/index.html) | 請參閱小組貢獻者的詳細統計信息. |
| [創建](gitlab-basics/create-project.html)并[派生](gitlab-basics/fork-project.html)項目,以及
[進出口項目](user/project/settings/import_export.html) [](user/project/settings/import_export.html) [實例之間](user/project/settings/import_export.html) | 創建,復制和移動項目. |
| [File locking](user/project/file_lock.html) | 鎖定文件以避免合并沖突. |
| [GitLab Pages](user/project/pages/index.html) | 使用 GitLab Pages 構建,測試和部署您的靜態網站. |
| [Groups](user/group/index.html) and [Subgroups](user/group/subgroups/index.html) | 分組組織您的項目. |
| [Issues Analytics](user/group/issues_analytics/index.html) | 檢查每月創建了多少個問題. |
| [項目](user/project/index.html) ,包括[項目訪問](public_access/public_access.html)
和[設置](user/project/settings/index.html) | 托管源代碼,并控制項目的可見性和設置配置. |
| [Search through GitLab](user/search/index.html) | 搜索問題,合并請求,項目,組和待辦事項. |
| [Snippets](user/snippets.html) | 片段使您可以創建一些代碼. |
| [Web IDE](user/project/web_ide/index.html) | 在 GitLab 的用戶界面中編輯文件. |
| [Static Site Editor](user/project/static_site_editor/index.html) | 在靜態網站上編輯內容. |
| [Wikis](user/project/wiki/index.html) | 使用內置的 Wiki 增強您的存儲庫文檔. |
[Back to Overview](#overview)
#### Repositories[](#repositories "Permalink")
| 創建主題-存儲庫 | Description |
| --- | --- |
| [分支](user/project/repository/branches/index.html)和[默認分支](user/project/repository/branches/index.html#default-branch) | 如何在 GitLab 中使用分支. |
| [Commits](user/project/repository/index.html#commits) and [signing commits](user/project/repository/gpg_signed_commits/index.html) | 處理提交,并使用 GPG 對您的提交進行簽名. |
| [創建分支](user/project/repository/web_editor.html#create-a-new-branch) , [創建](user/project/repository/web_editor.html#create-a-file)
并[上傳](user/project/repository/web_editor.html#upload-a-file)文件,并[創建目錄](user/project/repository/web_editor.html#create-a-directory) | 在 GitLab 中創建分支,創建和上傳文件以及創建目錄. |
| [Delete merged branches](user/project/repository/branches/index.html#delete-merged-branches) | 合并更改后的批量刪除分支. |
| [File templates](user/project/repository/web_editor.html#template-dropdowns) | 通用文件的文件模板. |
| [Files](user/project/repository/index.html#files) | 文件管理. |
| [Jupyter Notebook files](user/project/repository/jupyter_notebooks/index.html#jupyter-notebook-files) | GitLab 對`.ipynb`文件的支持. |
| [Protected branches](user/project/protected_branches.html) | 使用受保護的分支. |
| [Push rules](push_rules/push_rules.html) | 對項目推送的附加控制. |
| [Repositories](user/project/repository/index.html) | 在 GitLab 的用戶界面中管理源代碼存儲庫. |
| [Repository mirroring](user/project/repository/repository_mirroring.html) | 推入或拉出 GitLab 外部的存儲庫 |
| [Start a merge request](user/project/repository/web_editor.html#tips) | 通過 GitLab 的用戶界面提交時啟動合并請求. |
[Back to Overview](#overview)
#### Merge Requests[](#merge-requests "Permalink")
| 創建主題-合并請求 | Description |
| --- | --- |
| [Checking out merge requests locally](user/project/merge_requests/reviewing_and_managing_merge_requests.html#checkout-merge-requests-locally) | 在本地處理合并請求的提示. |
| [Cherry-picking](user/project/merge_requests/cherry_pick_changes.html) | 使用 GitLab 進行挑剔的更改. |
| [Merge request thread resolution](user/discussions/index.html#moving-a-single-thread-to-a-new-issue) | 解析線程,將合并請求中的線程移至問題,并且僅在解決所有線程后才允許合并請求. |
| [Merge requests](user/project/merge_requests/index.html) | 合并請求管理. |
| [**Draft** merge requests](user/project/merge_requests/work_in_progress_merge_requests.html) | 防止合并草稿合并請求. |
[Back to Overview](#overview)
#### Integration and Automation[](#integration-and-automation "Permalink")
| 創建主題-集成和自動化 | Description |
| --- | --- |
| [GitLab API](api/README.html) | 通過簡單而強大的 API 集成 GitLab. |
| [GitLab Integration](integration/README.html) | 與 GitLab 集成多個第三方服務,以允許外部問題跟蹤器和外部身份驗證. |
| [GitLab Webhooks](user/project/integrations/webhooks.html) | 當新代碼被推送到您的項目時,讓 GitLab 通知您. |
| [Jira Development Panel](integration/jira_development_panel.html) | 請參閱 Jira 開發面板中的 GitLab 信息. |
| [Integrations](user/project/integrations/overview.html) | 將項目與外部服務(例如 CI 和聊天)集成. |
| [Trello Power-Up](integration/trello_power_up.html) | 與 GitLab 的 Trello 上電集成. |
[Back to Overview](#overview)
### Verify[](#verify "Permalink")
內置的靜態代碼分析,代碼測試,代碼質量,依賴項檢查和 Review Apps 可以更快地發現錯誤,提高安全性并縮短反饋周期. 自定義您的批準工作流控件,自動測試代碼質量,并為每個代碼更改啟動過渡環境.
GitLab 持續集成是最受歡迎的下一代測試系統,可以擴展以更快地運行測試.
以下文檔與 DevOps **驗證**階段有關:
| 驗證主題 | Description |
| --- | --- |
| [Code Quality reports](user/project/merge_requests/code_quality.html) | 分析源代碼質量. |
| [GitLab CI/CD](ci/README.html) | 探索與 GitLab 持續集成的特??性和功能. |
| [JUnit test reports](ci/junit_test_reports.html) | 顯示有關合并請求的 JUnit 測試報告. |
| [Multi-project pipelines](ci/multi_project_pipelines.html) | 可視化跨越多個項目的整個管道,包括所有跨項目的相互依賴關系. |
| [Pipeline Graphs](ci/pipelines/index.html#visualize-pipelines) | 可視化構建. |
| [Review Apps](ci/review_apps/index.html) | 直接從合并請求預覽對應用程序的更改. |
[Back to Overview](#overview)
### Package[](#package "Permalink")
GitLab 軟件包允許組織將 GitLab 用作各種常見軟件包管理器的私有存儲庫. 用戶能夠構建和發布程序包,這些程序包可以很容易地作為下游項目中的依賴項使用.
以下文檔與 DevOps **Package**階段有關:
| 套餐主題 | Description |
| --- | --- |
| [Container Registry](user/packages/container_registry/index.html) | GitLab 容器注冊表使 GitLab 中的每個項目都有自己的空間來存儲[Docker](https://www.docker.com/)映像. |
| [Dependency Proxy](user/packages/dependency_proxy/index.html) | GitLab 依賴代理為經常使用的上游映像/軟件包設置了本地代理. |
| [Conan Repository](user/packages/conan_repository/index.html) | GitLab 柯南存儲庫使 GitLab 中的每個項目都有自己的空間來存儲[柯南](https://conan.io/)軟件包. |
| [Maven Repository](user/packages/maven_repository/index.html) | GitLab Maven 存儲庫使 GitLab 中的每個項目都有自己的空間來存儲[Maven](https://maven.apache.org/)軟件包. |
| [NPM Registry](user/packages/npm_registry/index.html) | GitLab NPM 注冊表使 GitLab 中的每個項目都有自己的空間來存儲[NPM](https://s0www0npmjs0com.icopy.site/)軟件包. |
[Back to Overview](#overview)
### Release[](#release "Permalink")
花更少的時間配置工具,而花更多的時間創建. 無論您要部署到一臺服務器還是數千臺服務器,都可以通過 GitLab 內置的持續交付和部署來自信,安全地構建,測試和發布代碼.
以下文檔與 DevOps **發布**階段有關:
| 發布主題 | Description |
| --- | --- |
| [Auto Deploy](topics/autodevops/stages.html#auto-deploy) | 配置 GitLab 以部署應用程序. |
| [Canary Deployments](user/project/canary_deployments.html) | 采用流行的 CI 策略,首先將機隊的一小部分更新為新版本. |
| [Deploy Boards](user/project/deploy_boards.html) | 查看 Kubernetes 上運行的每個 CI 環境的當前運行狀況和狀態,顯示部署中 Pod 的狀態. |
| [Environments and deployments](ci/environments/index.html) | 借助環境,您可以控制 GitLab 中軟件的連續部署. |
| [Environment-specific variables](ci/variables/README.html#limit-the-environment-scopes-of-environment-variables) | 將變量的范圍限制為特定的環境. |
| [GitLab CI/CD](ci/README.html) | 探索使用 GitLab 進行持續部署和交付的功能. |
| [GitLab Pages](user/project/pages/index.html) | 直接從 GitLab 構建,測試和部署靜態站點. |
| [Protected Runners](ci/runners/README.html#prevent-runners-from-revealing-sensitive-information) | 選擇"運行程序"僅選擇受保護的分支和標簽的作業. |
| [Scheduled Pipelines](ci/pipelines/schedules.html) | 按計劃執行管道. |
[Back to Overview](#overview)
### Configure[](#configure "Permalink")
使用 GitLab Auto DevOps 自動執行從構建到部署和監視的整個工作流程. 最佳實踐模板可幫助您從最小到零的配置開始. 然后自定義所有內容,從構建包到 CI / CD.
以下文檔與 DevOps **配置**階段有關:
| 配置主題 | Description |
| --- | --- |
| [Auto DevOps](topics/autodevops/index.html) | 自動采用完整的 DevOps 生命周期. |
| [Create Kubernetes clusters](user/project/clusters/add_remove_clusters.html#create-new-cluster) | 使用 Kubernetes 和 GitLab |
| [Executable Runbooks](user/project/clusters/runbooks/index.html) | 記錄了說明如何執行特定過程的過程. |
| [GitLab ChatOps](ci/chatops/README.html) | 通過聊天服務與 CI / CD 作業進行交互. |
| [Installing Applications](user/project/clusters/index.html#installing-applications) | 在 Kubernetes 上安裝 Helm 圖表,例如 Ingress 和 Prometheus. |
| [Mattermost slash commands](user/project/integrations/mattermost_slash_commands.html) | 從 Mattermost 內部啟用和使用斜杠命令. |
| [Multiple Kubernetes Clusters](user/project/clusters/index.html#multiple-kubernetes-clusters) | 將多個 Kubernetes 集群關聯到您的項目. |
| [Protected variables](ci/variables/README.html#protect-a-custom-variable) | 將變量限制為受保護的分支和標簽. |
| [Serverless](user/project/clusters/serverless/index.html) | 在 Kubernetes 上運行無服務器工作負載. |
| [Slack slash commands](user/project/integrations/slack_slash_commands.html) | 在 Slack 中啟用和使用斜杠命令. |
| [Manage your infrastructure with Terraform](user/infrastructure/index.html) | 運行 CI / CD 管道時管理基礎結構. |
[Back to Overview](#overview)
### Monitor[](#monitor "Permalink")
確保您的應用程序始終響應并可用.
GitLab 收集并顯示已部署應用程序的性能指標,因此您可以立即知道代碼更改如何影響您的生產環境.
以下文檔與 DevOps **Monitor**階段有關:
| 監控主題 | Description |
| --- | --- |
| [GitLab Performance Monitoring](administration/monitoring/performance/index.html) | 使用 Prometheus 和 Grafana 監視您的 GitLab 實例的性能. |
| [GitLab Prometheus](administration/monitoring/prometheus/index.html) | 配置捆綁的 Prometheus,以從您的 GitLab 實例收集各種指標. |
| [Health check](user/admin_area/monitoring/health_check.html) | GitLab provides liveness and readiness probes to indicate service health and reachability to required services. |
| [Prometheus project integration](user/project/integrations/prometheus.html) | 配置每個項目的 Prometheus 集成并監視您的 CI / CD 環境. |
| [Prometheus metrics](user/project/integrations/prometheus_library/index.html) | 讓 Prometheus 從各種服務中收集指標,例如 Kubernetes,NGINX,NGINX Ingress 控制器,HAProxy 和 Amazon Cloud Watch. |
| [Incident management](user/incident_management/index.html) | 使用 GitLab 可以幫助您更好地響應系統中可能發生的事件. |
[Back to Overview](#overview)
### Secure[](#secure "Permalink")
檢查您的應用程序是否存在安全漏洞,這些漏洞可能導致未經授權的訪問,數據泄漏和服務拒絕. GitLab 將對您的應用程序代碼執行靜態和動態測試,查找已知缺陷并在合并請求中報告這些缺陷,以便您可以在合并之前修復它們. 安全團隊可以使用儀表板來獲得項目和組的高級視圖,并在需要時啟動補救過程.
以下文檔與 DevOps **Secure**階段有關:
| 安全主題 | Description |
| --- | --- |
| [Compliance Dashboard](user/compliance/compliance_dashboard/index.html) | 查看組中的最新"合并請求"活動. |
| [Container Scanning](user/application_security/container_scanning/index.html) | 使用 Clair 掃描 Docker 映像中的已知漏洞. |
| [Dependency List](user/application_security/dependency_list/index.html) | 查看項目的依存關系及其已知漏洞. |
| [Dependency Scanning](user/application_security/dependency_scanning/index.html) | 分析您的依賴項是否存在已知漏洞. |
| [Dynamic Application Security Testing (DAST)](user/application_security/dast/index.html) | 分析運行中的 Web 應用程序是否存在已知漏洞. |
| [Group Security Dashboard](user/application_security/security_dashboard/index.html#group-security-dashboard) | 查看組及其子組中所有項目中的漏洞. |
| [Instance Security Dashboard](user/application_security/security_dashboard/index.html#instance-security-dashboard) | 查看您感興趣的所有項目中的漏洞. |
| [License Compliance](user/compliance/license_compliance/index.html) | 在項目的依賴項中搜索其許可證. |
| [Pipeline Security](user/application_security/security_dashboard/index.html#pipeline-security) | 查看項目管道的安全報告. |
| [Project Security Dashboard](user/application_security/security_dashboard/index.html#project-security-dashboard) | 查看項目的最新安全報告. |
| [Static Application Security Testing (SAST)](user/application_security/sast/index.html) | 分析源代碼中的已知漏洞. |
## New to Git and GitLab?[](#new-to-git-and-gitlab "Permalink")
使用新系統可能會令人生畏.
我們有以下文檔可快速提升您的 GitLab 知識:
| Topic | Description |
| --- | --- |
| [GitLab basics guides](gitlab-basics/README.html) | 開始在命令行和 GitLab 上工作. |
| [GitLab workflow overview](https://about.gitlab.com/blog/2016/10/25/gitlab-workflow-an-overview/) | 利用最佳的 GitLab 工作流程增強您的工作流程. |
| [Get started with GitLab CI/CD](ci/quick_start/README.html) | 快速實施 GitLab CI / CD. |
| [Auto DevOps](topics/autodevops/index.html) | 了解有關 GitLab Auto DevOps 的更多信息. |
| [GitLab Markdown](user/markdown.html) | GitLab 的高級格式化系統(GitLab Flavored Markdown) |
[Back to Overview](#overview)
### User account[](#user-account "Permalink")
了解有關 GitLab 帳戶管理的更多信息:
| Topic | Description |
| --- | --- |
| [User account](user/profile/index.html) | 管理您的帳戶. |
| [Authentication](topics/authentication/index.html) | 具有兩因素身份驗證的帳戶安全性,設置您的 SSH 密鑰,并部署密鑰以安全地訪問您的項目. |
| [Profile settings](user/profile/index.html#profile-settings) | 管理您的個人資料設置,兩因素身份驗證等. |
| [User permissions](user/permissions.html) | 了解項目中的每個角色可以做什么. |
[Back to Overview](#overview)
### Git and GitLab[](#git-and-gitlab "Permalink")
了解有關使用 Git 以及將 Git 與 GitLab 結合使用的更多信息:
| Topic | Description |
| --- | --- |
| [Git](topics/git/index.html) | Git 入門,分支策略,Git LFS 和高級用法. |
| [Git cheat sheet](https://about.gitlab.com/images/press/git-cheat-sheet.pdf) | 下載描述最常用的 Git 操作的 PDF. |
| [GitLab Flow](topics/gitlab_flow.html) | 使用 GitLab Flow 策略探索 Git 的精華. |
[Back to Overview](#overview)
## Coming to GitLab from another platform[](#coming-to-gitlab-from-another-platform "Permalink")
如果您是從另一個平臺進入 GitLab,您會發現以下有用信息:
| Topic | Description |
| --- | --- |
| [Importing to GitLab](user/project/import/index.html) | 從 GitHub,Bitbucket,GitLab.com,FogBugz 和 SVN 導入項目到 GitLab. |
| [Migrating from SVN](user/project/import/svn.html) | 將 SVN 存儲庫轉換為 Git 和 GitLab. |
[Back to Overview](#overview)
## Build an integration with GitLab[](#build-an-integration-with-gitlab "Permalink")
與 GitLab 集成的方法很多,包括:
| Topic | Description |
| --- | --- |
| [GitLab API](api/README.html) | 通過簡單而強大的 API 集成 GitLab. |
| [Integrations and automation](#integration-and-automation) | 所有的 GitLab 集成和自動化選項. |
[Back to Overview](#overview)
## Contributing to GitLab[](#contributing-to-gitlab "Permalink")
GitLab 社區版是[開源的,](https://gitlab.com/gitlab-org/gitlab-foss/)而 GitLab 企業版是[開放核的](https://gitlab.com/gitlab-org/gitlab/) .
了解如何通過以下資源為 GitLab 做出貢獻:
| Topic | Description |
| --- | --- |
| [Development](development/README.html) | 如何為 GitLab 開發做出貢獻. |
| [Legal](legal/README.html) | 貢獻者許可協議. |
| [Writing documentation](development/documentation/index.html) | 如何為 GitLab 文檔做出貢獻. |
[Back to Overview](#overview)
- GitLab Docs
- Installation
- Requirements
- GitLab cloud native Helm Chart
- Install GitLab with Docker
- Installation from source
- Install GitLab on Microsoft Azure
- Installing GitLab on Google Cloud Platform
- Installing GitLab on Amazon Web Services (AWS)
- Analytics
- Code Review Analytics
- Productivity Analytics
- Value Stream Analytics
- Kubernetes clusters
- Adding and removing Kubernetes clusters
- Adding EKS clusters
- Adding GKE clusters
- Group-level Kubernetes clusters
- Instance-level Kubernetes clusters
- Canary Deployments
- Cluster Environments
- Deploy Boards
- GitLab Managed Apps
- Crossplane configuration
- Cluster management project (alpha)
- Kubernetes Logs
- Runbooks
- Serverless
- Deploying AWS Lambda function using GitLab CI/CD
- Securing your deployed applications
- Groups
- Contribution Analytics
- Custom group-level project templates
- Epics
- Manage epics
- Group Import/Export
- Insights
- Issues Analytics
- Iterations
- Public access
- SAML SSO for GitLab.com groups
- SCIM provisioning using SAML SSO for GitLab.com groups
- Subgroups
- Roadmap
- Projects
- GitLab Secure
- Security Configuration
- Container Scanning
- Dependency Scanning
- Dependency List
- Static Application Security Testing (SAST)
- Secret Detection
- Dynamic Application Security Testing (DAST)
- GitLab Security Dashboard
- Offline environments
- Standalone Vulnerability pages
- Security scanner integration
- Badges
- Bulk editing issues and merge requests at the project level
- Code Owners
- Compliance
- License Compliance
- Compliance Dashboard
- Create a project
- Description templates
- Deploy Keys
- Deploy Tokens
- File finder
- Project integrations
- Integrations
- Atlassian Bamboo CI Service
- Bugzilla Service
- Custom Issue Tracker service
- Discord Notifications service
- Enabling emails on push
- GitHub project integration
- Hangouts Chat service
- Atlassian HipChat
- Irker IRC Gateway
- GitLab Jira integration
- Mattermost Notifications Service
- Mattermost slash commands
- Microsoft Teams service
- Mock CI Service
- Prometheus integration
- Redmine Service
- Slack Notifications Service
- Slack slash commands
- GitLab Slack application
- Webhooks
- YouTrack Service
- Insights
- Issues
- Crosslinking Issues
- Design Management
- Confidential issues
- Due dates
- Issue Boards
- Issue Data and Actions
- Labels
- Managing issues
- Milestones
- Multiple Assignees for Issues
- Related issues
- Service Desk
- Sorting and ordering issue lists
- Issue weight
- Associate a Zoom meeting with an issue
- Merge requests
- Allow collaboration on merge requests across forks
- Merge Request Approvals
- Browser Performance Testing
- How to create a merge request
- Cherry-pick changes
- Code Quality
- Load Performance Testing
- Merge Request dependencies
- Fast-forward merge requests
- Merge when pipeline succeeds
- Merge request conflict resolution
- Reverting changes
- Reviewing and managing merge requests
- Squash and merge
- Merge requests versions
- Draft merge requests
- Members of a project
- Migrating projects to a GitLab instance
- Import your project from Bitbucket Cloud to GitLab
- Import your project from Bitbucket Server to GitLab
- Migrating from ClearCase
- Migrating from CVS
- Import your project from FogBugz to GitLab
- Gemnasium
- Import your project from GitHub to GitLab
- Project importing from GitLab.com to your private GitLab instance
- Import your project from Gitea to GitLab
- Import your Jira project issues to GitLab
- Migrating from Perforce Helix
- Import Phabricator tasks into a GitLab project
- Import multiple repositories by uploading a manifest file
- Import project from repo by URL
- Migrating from SVN to GitLab
- Migrating from TFVC to Git
- Push Options
- Releases
- Repository
- Branches
- Git Attributes
- File Locking
- Git file blame
- Git file history
- Repository mirroring
- Protected branches
- Protected tags
- Push Rules
- Reduce repository size
- Signing commits with GPG
- Syntax Highlighting
- GitLab Web Editor
- Web IDE
- Requirements Management
- Project settings
- Project import/export
- Project access tokens (Alpha)
- Share Projects with other Groups
- Snippets
- Static Site Editor
- Wiki
- Project operations
- Monitor metrics for your CI/CD environment
- Set up alerts for Prometheus metrics
- Embedding metric charts within GitLab-flavored Markdown
- Embedding Grafana charts
- Using the Metrics Dashboard
- Dashboard YAML properties
- Metrics dashboard settings
- Panel types for dashboards
- Using Variables
- Templating variables for metrics dashboards
- Prometheus Metrics library
- Monitoring AWS Resources
- Monitoring HAProxy
- Monitoring Kubernetes
- Monitoring NGINX
- Monitoring NGINX Ingress Controller
- Monitoring NGINX Ingress Controller with VTS metrics
- Alert Management
- Error Tracking
- Tracing
- Incident Management
- GitLab Status Page
- Feature Flags
- GitLab CI/CD
- GitLab CI/CD pipeline configuration reference
- GitLab CI/CD include examples
- Introduction to CI/CD with GitLab
- Getting started with GitLab CI/CD
- How to enable or disable GitLab CI/CD
- Using SSH keys with GitLab CI/CD
- Migrating from CircleCI
- Migrating from Jenkins
- Auto DevOps
- Getting started with Auto DevOps
- Requirements for Auto DevOps
- Customizing Auto DevOps
- Stages of Auto DevOps
- Upgrading PostgreSQL for Auto DevOps
- Cache dependencies in GitLab CI/CD
- GitLab ChatOps
- Cloud deployment
- Docker integration
- Building Docker images with GitLab CI/CD
- Using Docker images
- Building images with kaniko and GitLab CI/CD
- GitLab CI/CD environment variables
- Predefined environment variables reference
- Where variables can be used
- Deprecated GitLab CI/CD variables
- Environments and deployments
- Protected Environments
- GitLab CI/CD Examples
- Test a Clojure application with GitLab CI/CD
- Using Dpl as deployment tool
- Testing a Phoenix application with GitLab CI/CD
- End-to-end testing with GitLab CI/CD and WebdriverIO
- DevOps and Game Dev with GitLab CI/CD
- Deploy a Spring Boot application to Cloud Foundry with GitLab CI/CD
- How to deploy Maven projects to Artifactory with GitLab CI/CD
- Testing PHP projects
- Running Composer and NPM scripts with deployment via SCP in GitLab CI/CD
- Test and deploy Laravel applications with GitLab CI/CD and Envoy
- Test and deploy a Python application with GitLab CI/CD
- Test and deploy a Ruby application with GitLab CI/CD
- Test and deploy a Scala application to Heroku
- GitLab CI/CD for external repositories
- Using GitLab CI/CD with a Bitbucket Cloud repository
- Using GitLab CI/CD with a GitHub repository
- GitLab Pages
- GitLab Pages
- GitLab Pages domain names, URLs, and baseurls
- Create a GitLab Pages website from scratch
- Custom domains and SSL/TLS Certificates
- GitLab Pages integration with Let's Encrypt
- GitLab Pages Access Control
- Exploring GitLab Pages
- Incremental Rollouts with GitLab CI/CD
- Interactive Web Terminals
- Optimizing GitLab for large repositories
- Metrics Reports
- CI/CD pipelines
- Pipeline Architecture
- Directed Acyclic Graph
- Multi-project pipelines
- Parent-child pipelines
- Pipelines for Merge Requests
- Pipelines for Merged Results
- Merge Trains
- Job artifacts
- Pipeline schedules
- Pipeline settings
- Triggering pipelines through the API
- Review Apps
- Configuring GitLab Runners
- GitLab CI services examples
- Using MySQL
- Using PostgreSQL
- Using Redis
- Troubleshooting CI/CD
- GitLab Package Registry
- GitLab Container Registry
- Dependency Proxy
- GitLab Composer Repository
- GitLab Conan Repository
- GitLab Maven Repository
- GitLab NPM Registry
- GitLab NuGet Repository
- GitLab PyPi Repository
- API Docs
- API resources
- .gitignore API
- GitLab CI YMLs API
- Group and project access requests API
- Appearance API
- Applications API
- Audit Events API
- Avatar API
- Award Emoji API
- Project badges API
- Group badges API
- Branches API
- Broadcast Messages API
- Project clusters API
- Group clusters API
- Instance clusters API
- Commits API
- Container Registry API
- Custom Attributes API
- Dashboard annotations API
- Dependencies API
- Deploy Keys API
- Deployments API
- Discussions API
- Dockerfiles API
- Environments API
- Epics API
- Events
- Feature Flags API
- Feature flag user lists API
- Freeze Periods API
- Geo Nodes API
- Group Activity Analytics API
- Groups API
- Import API
- Issue Boards API
- Group Issue Boards API
- Issues API
- Epic Issues API
- Issues Statistics API
- Jobs API
- Keys API
- Labels API
- Group Labels API
- License
- Licenses API
- Issue links API
- Epic Links API
- Managed Licenses API
- Markdown API
- Group and project members API
- Merge request approvals API
- Merge requests API
- Project milestones API
- Group milestones API
- Namespaces API
- Notes API
- Notification settings API
- Packages API
- Pages domains API
- Pipeline schedules API
- Pipeline triggers API
- Pipelines API
- Project Aliases API
- Project import/export API
- Project repository storage moves API
- Project statistics API
- Project templates API
- Projects API
- Protected branches API
- Protected tags API
- Releases API
- Release links API
- Repositories API
- Repository files API
- Repository submodules API
- Resource label events API
- Resource milestone events API
- Resource weight events API
- Runners API
- SCIM API
- Search API
- Services API
- Application settings API
- Sidekiq Metrics API
- Snippets API
- Project snippets
- Application statistics API
- Suggest Changes API
- System hooks API
- Tags API
- Todos API
- Users API
- Project-level Variables API
- Group-level Variables API
- Version API
- Vulnerabilities API
- Vulnerability Findings API
- Wikis API
- GraphQL API
- Getting started with GitLab GraphQL API
- GraphQL API Resources
- API V3 to API V4
- Validate the .gitlab-ci.yml (API)
- User Docs
- Abuse reports
- User account
- Active sessions
- Deleting a User account
- Permissions
- Personal access tokens
- Profile preferences
- Threads
- GitLab and SSH keys
- GitLab integrations
- Git
- GitLab.com settings
- Infrastructure as code with Terraform and GitLab
- GitLab keyboard shortcuts
- GitLab Markdown
- AsciiDoc
- GitLab Notification Emails
- GitLab Quick Actions
- Autocomplete characters
- Reserved project and group names
- Search through GitLab
- Advanced Global Search
- Advanced Syntax Search
- Time Tracking
- GitLab To-Do List
- Administrator Docs
- Reference architectures
- Reference architecture: up to 1,000 users
- Reference architecture: up to 2,000 users
- Reference architecture: up to 3,000 users
- Reference architecture: up to 5,000 users
- Reference architecture: up to 10,000 users
- Reference architecture: up to 25,000 users
- Reference architecture: up to 50,000 users
- Troubleshooting a reference architecture set up
- Working with the bundled Consul service
- Configuring PostgreSQL for scaling
- Configuring GitLab application (Rails)
- Load Balancer for multi-node GitLab
- Configuring a Monitoring node for Scaling and High Availability
- NFS
- Working with the bundled PgBouncer service
- Configuring Redis for scaling
- Configuring Sidekiq
- Admin Area settings
- Continuous Integration and Deployment Admin settings
- Custom instance-level project templates
- Diff limits administration
- Enable and disable GitLab features deployed behind feature flags
- Geo nodes Admin Area
- GitLab Pages administration
- Health Check
- Job logs
- Labels administration
- Log system
- PlantUML & GitLab
- Repository checks
- Repository storage paths
- Repository storage types
- Account and limit settings
- Service templates
- System hooks
- Changing your time zone
- Uploads administration
- Abuse reports
- Activating and deactivating users
- Audit Events
- Blocking and unblocking users
- Broadcast Messages
- Elasticsearch integration
- Gitaly
- Gitaly Cluster
- Gitaly reference
- Monitoring GitLab
- Monitoring GitLab with Prometheus
- Performance Bar
- Usage statistics
- Object Storage
- Performing Operations in GitLab
- Cleaning up stale Redis sessions
- Fast lookup of authorized SSH keys in the database
- Filesystem Performance Benchmarking
- Moving repositories managed by GitLab
- Run multiple Sidekiq processes
- Sidekiq MemoryKiller
- Switching to Puma
- Understanding Unicorn and unicorn-worker-killer
- User lookup via OpenSSH's AuthorizedPrincipalsCommand
- GitLab Package Registry administration
- GitLab Container Registry administration
- Replication (Geo)
- Geo database replication
- Geo with external PostgreSQL instances
- Geo configuration
- Using a Geo Server
- Updating the Geo nodes
- Geo with Object storage
- Docker Registry for a secondary node
- Geo for multiple nodes
- Geo security review (Q&A)
- Location-aware Git remote URL with AWS Route53
- Tuning Geo
- Removing secondary Geo nodes
- Geo data types support
- Geo Frequently Asked Questions
- Geo Troubleshooting
- Geo validation tests
- Disaster Recovery (Geo)
- Disaster recovery for planned failover
- Bring a demoted primary node back online
- Automatic background verification
- Rake tasks
- Back up and restore GitLab
- Clean up
- Namespaces
- Maintenance Rake tasks
- Geo Rake Tasks
- GitHub import
- Import bare repositories
- Integrity check Rake task
- LDAP Rake tasks
- Listing repository directories
- Praefect Rake tasks
- Project import/export administration
- Repository storage Rake tasks
- Generate sample Prometheus data
- Uploads migrate Rake tasks
- Uploads sanitize Rake tasks
- User management
- Webhooks administration
- X.509 signatures
- Server hooks
- Static objects external storage
- Updating GitLab
- GitLab release and maintenance policy
- Security
- Password Storage
- Custom password length limits
- Restrict allowed SSH key technologies and minimum length
- Rate limits
- Webhooks and insecure internal web services
- Information exclusivity
- How to reset your root password
- How to unlock a locked user from the command line
- User File Uploads
- How we manage the TLS protocol CRIME vulnerability
- User email confirmation at sign-up
- Security of running jobs
- Proxying assets
- CI/CD Environment Variables
- Contributor and Development Docs
- Contribute to GitLab
- Community members & roles
- Implement design & UI elements
- Issues workflow
- Merge requests workflow
- Code Review Guidelines
- Style guides
- GitLab Architecture Overview
- CI/CD development documentation
- Database guides
- Database Review Guidelines
- Database Review Guidelines
- Migration Style Guide
- What requires downtime?
- Understanding EXPLAIN plans
- Rake tasks for developers
- Mass inserting Rails models
- GitLab Documentation guidelines
- Documentation Style Guide
- Documentation structure and template
- Documentation process
- Documentation site architecture
- Global navigation
- GitLab Docs monthly release process
- Telemetry Guide
- Usage Ping Guide
- Snowplow Guide
- Experiment Guide
- Feature flags in development of GitLab
- Feature flags process
- Developing with feature flags
- Feature flag controls
- Document features deployed behind feature flags
- Frontend Development Guidelines
- Accessibility & Readability
- Ajax
- Architecture
- Axios
- Design Patterns
- Frontend Development Process
- DropLab
- Emojis
- Filter
- Frontend FAQ
- GraphQL
- Icons and SVG Illustrations
- InputSetter
- Performance
- Principles
- Security
- Tooling
- Vuex
- Vue
- Geo (development)
- Geo self-service framework (alpha)
- Gitaly developers guide
- GitLab development style guides
- API style guide
- Go standards and style guidelines
- GraphQL API style guide
- Guidelines for shell commands in the GitLab codebase
- HTML style guide
- JavaScript style guide
- Migration Style Guide
- Newlines style guide
- Python Development Guidelines
- SCSS style guide
- Shell scripting standards and style guidelines
- Sidekiq debugging
- Sidekiq Style Guide
- SQL Query Guidelines
- Vue.js style guide
- Instrumenting Ruby code
- Testing standards and style guidelines
- Flaky tests
- Frontend testing standards and style guidelines
- GitLab tests in the Continuous Integration (CI) context
- Review Apps
- Smoke Tests
- Testing best practices
- Testing levels
- Testing Rails migrations at GitLab
- Testing Rake tasks
- End-to-end Testing
- Beginner's guide to writing end-to-end tests
- End-to-end testing Best Practices
- Dynamic Element Validation
- Flows in GitLab QA
- Page objects in GitLab QA
- Resource class in GitLab QA
- Style guide for writing end-to-end tests
- Testing with feature flags
- Translate GitLab to your language
- Internationalization for GitLab
- Translating GitLab
- Proofread Translations
- Merging translations from CrowdIn
- Value Stream Analytics development guide
- GitLab subscription
- Activate GitLab EE with a license