mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
Update meta data of docs
This commit is contained in:
@@ -1,16 +1,9 @@
|
||||
---
|
||||
date: "2023-04-27T15:00:00+08:00"
|
||||
title: "Act Runner"
|
||||
|
||||
slug: "act-runner"
|
||||
sidebar_position: 20
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "actions"
|
||||
name: "Act Runner"
|
||||
sidebar_position: 20
|
||||
identifier: "actions-runner"
|
||||
|
||||
---
|
||||
|
||||
# Act Runner
|
||||
|
||||
@@ -1,16 +1,7 @@
|
||||
---
|
||||
date: "2023-04-27T15:00:00+08:00"
|
||||
title: "Compared to GitHub Actions"
|
||||
slug: "comparison"
|
||||
sidebar_position: 30
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "actions"
|
||||
name: "Comparison"
|
||||
sidebar_position: 30
|
||||
identifier: "actions-comparison"
|
||||
---
|
||||
|
||||
# Compared to GitHub Actions
|
||||
|
||||
@@ -1,16 +1,7 @@
|
||||
---
|
||||
date: "2023-04-27T15:00:00+08:00"
|
||||
title: "Design of Gitea Actions"
|
||||
slug: "design"
|
||||
sidebar_position: 40
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "actions"
|
||||
name: "Design"
|
||||
sidebar_position: 40
|
||||
identifier: "actions-design"
|
||||
---
|
||||
|
||||
# Design of Gitea Actions
|
||||
|
||||
@@ -1,16 +1,7 @@
|
||||
---
|
||||
date: "2023-04-27T15:00:00+08:00"
|
||||
title: "Frequently Asked Questions of Gitea Actions"
|
||||
slug: "faq"
|
||||
sidebar_position: 100
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "actions"
|
||||
name: "FAQ"
|
||||
sidebar_position: 100
|
||||
identifier: "actions-faq"
|
||||
---
|
||||
|
||||
# Frequently Asked Questions of Gitea Actions
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
---
|
||||
date: "2023-04-27T15:00:00+08:00"
|
||||
title: "Gitea Actions"
|
||||
|
||||
slug: "overview"
|
||||
sidebar_position: 1
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "actions"
|
||||
name: "Overview"
|
||||
sidebar_position: 1
|
||||
identifier: "actions-overview"
|
||||
|
||||
---
|
||||
|
||||
# Gitea Actions
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
---
|
||||
date: "2023-04-27T15:00:00+08:00"
|
||||
title: "Quick Start"
|
||||
|
||||
slug: "quickstart"
|
||||
sidebar_position: 10
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "actions"
|
||||
name: "Quick Start"
|
||||
sidebar_position: 10
|
||||
identifier: "actions-quickstart"
|
||||
|
||||
---
|
||||
|
||||
# Quick Start
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
---
|
||||
date: "2024-04-10T22:21:00+08:00"
|
||||
title: "Variables"
|
||||
slug: "actions-variables"
|
||||
sidebar_position: 25
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "actions"
|
||||
@@ -13,13 +10,13 @@ menu:
|
||||
identifier: "actions-variables"
|
||||
---
|
||||
|
||||
## Variables
|
||||
# Variables
|
||||
|
||||
You can create configuration variables on the user, organization and repository level.
|
||||
The level of the variable depends on where you created it. When creating a variable, the
|
||||
key will be converted to uppercase. You need use uppercase on the yaml file.
|
||||
|
||||
### Naming conventions
|
||||
## Naming conventions
|
||||
|
||||
The following rules apply to variable names:
|
||||
|
||||
@@ -30,12 +27,12 @@ The following rules apply to variable names:
|
||||
- Variable names must be unique at the level they are created at.
|
||||
- Variable names must not be `CI`.
|
||||
|
||||
### Using variable
|
||||
## Using variable
|
||||
|
||||
After creating configuration variables, they will be automatically filled in the `vars` context.
|
||||
They can be accessed through expressions like `${{ vars.VARIABLE_NAME }}` in the workflow.
|
||||
|
||||
### Precedence
|
||||
## Precedence
|
||||
|
||||
If a variable with the same name exists at multiple levels, the variable at the lowest level takes precedence:
|
||||
A repository variable will always be chosen over an organization/user variable.
|
||||
|
||||
@@ -1,18 +1,12 @@
|
||||
---
|
||||
date: " 2022-09-01T20:50:42+0000"
|
||||
title: "Agit Setup"
|
||||
|
||||
slug: "agit-setup"
|
||||
sidebar_position: 12
|
||||
toc: false
|
||||
draft: false
|
||||
|
||||
aliases:
|
||||
- /en-us/agit-setup
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "usage"
|
||||
name: "Agit Setup"
|
||||
sidebar_position: 12
|
||||
identifier: "agit-setup"
|
||||
|
||||
---
|
||||
|
||||
# Agit Setup
|
||||
|
||||
@@ -1,18 +1,12 @@
|
||||
---
|
||||
date: "2016-12-01T16:00:00+02:00"
|
||||
title: "Authentication"
|
||||
|
||||
slug: "authentication"
|
||||
sidebar_position: 10
|
||||
toc: false
|
||||
draft: false
|
||||
|
||||
aliases:
|
||||
- /en-us/authentication
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "usage"
|
||||
name: "Authentication"
|
||||
sidebar_position: 10
|
||||
identifier: "authentication"
|
||||
|
||||
---
|
||||
|
||||
# Authentication
|
||||
|
||||
@@ -1,18 +1,12 @@
|
||||
---
|
||||
date: "2023-08-14T00:00:00+00:00"
|
||||
title: "Blame File View"
|
||||
|
||||
slug: "blame"
|
||||
sidebar_position: 13
|
||||
toc: false
|
||||
draft: false
|
||||
|
||||
aliases:
|
||||
- /en-us/blame
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "usage"
|
||||
name: "Blame"
|
||||
sidebar_position: 13
|
||||
identifier: "blame"
|
||||
|
||||
---
|
||||
|
||||
# Blame File View
|
||||
|
||||
@@ -1,18 +1,11 @@
|
||||
---
|
||||
date: "2021-02-02"
|
||||
title: "Clone filters (partial clone)"
|
||||
|
||||
slug: "clone-filters"
|
||||
sidebar_position: 25
|
||||
draft: false
|
||||
toc: false
|
||||
aliases:
|
||||
- /en-us/clone-filters
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "usage"
|
||||
name: "Clone filters"
|
||||
sidebar_position: 25
|
||||
identifier: "clone-filters"
|
||||
|
||||
---
|
||||
|
||||
# Clone filters (partial clone)
|
||||
|
||||
@@ -1,18 +1,12 @@
|
||||
---
|
||||
date: "2023-05-24T16:00:00+00:00"
|
||||
title: "Code Owners"
|
||||
|
||||
slug: "code-owners"
|
||||
sidebar_position: 30
|
||||
toc: false
|
||||
draft: false
|
||||
|
||||
aliases:
|
||||
- /en-us/code-owners
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "usage"
|
||||
name: "Code Owners"
|
||||
sidebar_position: 30
|
||||
identifier: "code-owners"
|
||||
|
||||
---
|
||||
|
||||
# Code Owners
|
||||
|
||||
@@ -1,18 +1,11 @@
|
||||
---
|
||||
date: "2022-12-01T00:00:00+00:00"
|
||||
title: "Incoming Email"
|
||||
|
||||
slug: "incoming-email"
|
||||
sidebar_position: 13
|
||||
draft: false
|
||||
toc: false
|
||||
aliases:
|
||||
- /en-us/incoming-email
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "usage"
|
||||
name: "Incoming Email"
|
||||
sidebar_position: 13
|
||||
identifier: "incoming-email"
|
||||
|
||||
---
|
||||
|
||||
# Incoming Email
|
||||
|
||||
@@ -1,18 +1,12 @@
|
||||
---
|
||||
date: "2018-05-10T16:00:00+02:00"
|
||||
title: "Issue and Pull Request templates"
|
||||
|
||||
slug: "issue-pull-request-templates"
|
||||
sidebar_position: 15
|
||||
toc: false
|
||||
draft: false
|
||||
|
||||
aliases:
|
||||
- /en-us/issue-pull-request-templates
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "usage"
|
||||
name: "Issue and Pull Request templates"
|
||||
sidebar_position: 15
|
||||
identifier: "issue-pull-request-templates"
|
||||
|
||||
---
|
||||
|
||||
# Issue and Pull Request Templates
|
||||
|
||||
@@ -1,18 +1,12 @@
|
||||
---
|
||||
date: "2023-03-04T19:00:00+00:00"
|
||||
title: "Labels"
|
||||
|
||||
slug: "labels"
|
||||
sidebar_position: 13
|
||||
toc: false
|
||||
draft: false
|
||||
|
||||
aliases:
|
||||
- /en-us/labels
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "usage"
|
||||
name: "Labels"
|
||||
sidebar_position: 13
|
||||
identifier: "labels"
|
||||
|
||||
---
|
||||
|
||||
# Labels
|
||||
|
||||
@@ -1,21 +1,12 @@
|
||||
---
|
||||
date: "2019-11-21T17:00:00-03:00"
|
||||
title: "Automatically Linked References"
|
||||
slug: "automatically-linked-references"
|
||||
sidebar_position: 15
|
||||
toc: false
|
||||
draft: false
|
||||
aliases:
|
||||
- /en-us/automatically-linked-references
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "usage"
|
||||
name: "Automatically Linked References"
|
||||
sidebar_position: 15
|
||||
identifier: "automatically-linked-references"
|
||||
---
|
||||
|
||||
# Automatically Linked References in Issues, Pull Requests and Commit Messages
|
||||
# Automatically Linked References
|
||||
|
||||
When an issue, pull request or comment is posted, the text description is parsed
|
||||
in search for references. These references will be shown as links in the Issue View
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
---
|
||||
date: "2022-08-31T17:35:40+08:00"
|
||||
title: "Merge Message templates"
|
||||
slug: "merge-message-templates"
|
||||
sidebar_position: 15
|
||||
toc: false
|
||||
draft: false
|
||||
|
||||
aliases:
|
||||
- /en-us/merge-message-templates
|
||||
menu:
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
---
|
||||
date: "2023-08-22T14:21:00+08:00"
|
||||
title: "Multi-factor Authentication (MFA)"
|
||||
|
||||
slug: "multi-factor-authentication"
|
||||
weight: 15
|
||||
toc: false
|
||||
draft: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "usage"
|
||||
name: "Multi-factor Authentication (MFA)"
|
||||
weight: 15
|
||||
identifier: "multi-factor-authentication"
|
||||
|
||||
---
|
||||
|
||||
# Multi-factor Authentication (MFA)
|
||||
|
||||
@@ -1,15 +1,8 @@
|
||||
---
|
||||
date: "2023-03-25T00:00:00+00:00"
|
||||
title: "Alpine Package Registry"
|
||||
|
||||
slug: "alpine"
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "packages"
|
||||
name: "Alpine"
|
||||
sidebar_position: 4
|
||||
identifier: "alpine"
|
||||
|
||||
---
|
||||
|
||||
# Alpine Package Registry
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
---
|
||||
date: "2022-11-20T00:00:00+00:00"
|
||||
title: "Cargo Package Registry"
|
||||
|
||||
slug: "cargo"
|
||||
sidebar_position: 5
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "packages"
|
||||
name: "Cargo"
|
||||
sidebar_position: 5
|
||||
identifier: "cargo"
|
||||
|
||||
---
|
||||
|
||||
# Cargo Package Registry
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
---
|
||||
date: "2023-01-20T00:00:00+00:00"
|
||||
title: "Chef Package Registry"
|
||||
|
||||
slug: "chef"
|
||||
sidebar_position: 5
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "packages"
|
||||
name: "Chef"
|
||||
sidebar_position: 5
|
||||
identifier: "chef"
|
||||
|
||||
---
|
||||
|
||||
# Chef Package Registry
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
---
|
||||
date: "2021-07-20T00:00:00+00:00"
|
||||
title: "Composer Package Registry"
|
||||
|
||||
slug: "composer"
|
||||
sidebar_position: 10
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "packages"
|
||||
name: "Composer"
|
||||
sidebar_position: 10
|
||||
identifier: "composer"
|
||||
|
||||
---
|
||||
|
||||
# Composer Package Registry
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
---
|
||||
date: "2021-07-20T00:00:00+00:00"
|
||||
title: "Conan Package Registry"
|
||||
|
||||
slug: "conan"
|
||||
sidebar_position: 20
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "packages"
|
||||
name: "Conan"
|
||||
sidebar_position: 20
|
||||
identifier: "conan"
|
||||
|
||||
---
|
||||
|
||||
# Conan Package Registry
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
---
|
||||
date: "2022-12-28T00:00:00+00:00"
|
||||
title: "Conda Package Registry"
|
||||
|
||||
slug: "conda"
|
||||
sidebar_position: 25
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "packages"
|
||||
name: "Conda"
|
||||
sidebar_position: 25
|
||||
identifier: "conda"
|
||||
|
||||
---
|
||||
|
||||
# Conda Package Registry
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
---
|
||||
date: "2021-07-20T00:00:00+00:00"
|
||||
title: "Container Registry"
|
||||
|
||||
slug: "container"
|
||||
sidebar_position: 30
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "packages"
|
||||
name: "Container Registry"
|
||||
sidebar_position: 30
|
||||
identifier: "container"
|
||||
|
||||
---
|
||||
|
||||
# Container Registry
|
||||
|
||||
@@ -1,15 +1,8 @@
|
||||
---
|
||||
date: "2023-01-01T00:00:00+00:00"
|
||||
title: "CRAN Package Registry"
|
||||
|
||||
slug: "cran"
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "packages"
|
||||
name: "CRAN"
|
||||
sidebar_position: 35
|
||||
identifier: "cran"
|
||||
|
||||
---
|
||||
|
||||
# CRAN Package Registry
|
||||
|
||||
@@ -1,15 +1,8 @@
|
||||
---
|
||||
date: "2023-01-07T00:00:00+00:00"
|
||||
title: "Debian Package Registry"
|
||||
|
||||
slug: "debian"
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "packages"
|
||||
name: "Debian"
|
||||
sidebar_position: 35
|
||||
identifier: "debian"
|
||||
|
||||
---
|
||||
|
||||
# Debian Package Registry
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
---
|
||||
date: "2021-07-20T00:00:00+00:00"
|
||||
title: "Generic Package Registry"
|
||||
|
||||
slug: "generic"
|
||||
sidebar_position: 40
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "packages"
|
||||
name: "Generic"
|
||||
sidebar_position: 40
|
||||
identifier: "generic"
|
||||
|
||||
---
|
||||
|
||||
# Generic Package Registry
|
||||
|
||||
@@ -1,16 +1,7 @@
|
||||
---
|
||||
date: "2023-05-10T00:00:00+00:00"
|
||||
title: "Go Package Registry"
|
||||
slug: "go"
|
||||
sidebar_position: 45
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "packages"
|
||||
name: "Go"
|
||||
sidebar_position: 45
|
||||
identifier: "go"
|
||||
---
|
||||
|
||||
# Go Package Registry
|
||||
|
||||
@@ -1,16 +1,7 @@
|
||||
---
|
||||
date: "2022-04-14T00:00:00+00:00"
|
||||
title: "Helm Chart Registry"
|
||||
slug: "helm"
|
||||
sidebar_position: 50
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "packages"
|
||||
name: "Helm"
|
||||
sidebar_position: 50
|
||||
identifier: "helm"
|
||||
---
|
||||
|
||||
# Helm Chart Registry
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
---
|
||||
date: "2021-07-20T00:00:00+00:00"
|
||||
title: "Maven Package Registry"
|
||||
|
||||
slug: "maven"
|
||||
sidebar_position: 60
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "packages"
|
||||
name: "Maven"
|
||||
sidebar_position: 60
|
||||
identifier: "maven"
|
||||
|
||||
---
|
||||
|
||||
# Maven Package Registry
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
---
|
||||
date: "2021-07-20T00:00:00+00:00"
|
||||
title: "npm Package Registry"
|
||||
|
||||
slug: "npm"
|
||||
sidebar_position: 70
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "packages"
|
||||
name: "npm"
|
||||
sidebar_position: 70
|
||||
identifier: "npm"
|
||||
|
||||
---
|
||||
|
||||
# npm Package Registry
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
---
|
||||
date: "2021-07-20T00:00:00+00:00"
|
||||
title: "NuGet Package Registry"
|
||||
|
||||
slug: "nuget"
|
||||
sidebar_position: 80
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "packages"
|
||||
name: "NuGet"
|
||||
sidebar_position: 80
|
||||
identifier: "nuget"
|
||||
|
||||
---
|
||||
|
||||
# NuGet Package Registry
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
---
|
||||
date: "2021-07-20T00:00:00+00:00"
|
||||
title: "Package Registry"
|
||||
|
||||
slug: "overview"
|
||||
sidebar_position: 1
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "packages"
|
||||
name: "Overview"
|
||||
sidebar_position: 1
|
||||
identifier: "packages-overview"
|
||||
|
||||
---
|
||||
|
||||
# Package Registry
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
---
|
||||
date: "2022-07-31T00:00:00+00:00"
|
||||
title: "Pub Package Registry"
|
||||
|
||||
slug: "pub"
|
||||
sidebar_position: 90
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "packages"
|
||||
name: "Pub"
|
||||
sidebar_position: 90
|
||||
identifier: "pub"
|
||||
|
||||
---
|
||||
|
||||
# Pub Package Registry
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
---
|
||||
date: "2021-07-20T00:00:00+00:00"
|
||||
title: "PyPI Package Registry"
|
||||
|
||||
slug: "pypi"
|
||||
sidebar_position: 100
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "packages"
|
||||
name: "PyPI"
|
||||
sidebar_position: 100
|
||||
identifier: "pypi"
|
||||
|
||||
---
|
||||
|
||||
# PyPI Package Registry
|
||||
|
||||
@@ -1,15 +1,6 @@
|
||||
---
|
||||
date: "2023-03-08T00:00:00+00:00"
|
||||
title: "RPM Package Registry"
|
||||
slug: "rpm"
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "packages"
|
||||
name: "RPM"
|
||||
sidebar_position: 105
|
||||
identifier: "rpm"
|
||||
---
|
||||
|
||||
# RPM Package Registry
|
||||
|
||||
@@ -1,16 +1,7 @@
|
||||
---
|
||||
date: "2021-07-20T00:00:00+00:00"
|
||||
title: "RubyGems Package Registry"
|
||||
slug: "rubygems"
|
||||
sidebar_position: 110
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "packages"
|
||||
name: "RubyGems"
|
||||
sidebar_position: 110
|
||||
identifier: "rubygems"
|
||||
---
|
||||
|
||||
# RubyGems Package Registry
|
||||
|
||||
@@ -1,16 +1,7 @@
|
||||
---
|
||||
date: "2022-11-01T00:00:00+00:00"
|
||||
title: "Storage"
|
||||
slug: "storage"
|
||||
sidebar_position: 5
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "packages"
|
||||
name: "Storage"
|
||||
sidebar_position: 2
|
||||
identifier: "storage"
|
||||
---
|
||||
|
||||
# Storage
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
---
|
||||
date: "2023-01-10T00:00:00+00:00"
|
||||
title: "Swift Package Registry"
|
||||
|
||||
slug: "swift"
|
||||
sidebar_position: 95
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "packages"
|
||||
name: "Swift"
|
||||
sidebar_position: 95
|
||||
identifier: "swift"
|
||||
|
||||
---
|
||||
|
||||
# Swift Package Registry
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
---
|
||||
date: "2022-08-23T00:00:00+00:00"
|
||||
title: "Vagrant Package Registry"
|
||||
|
||||
slug: "vagrant"
|
||||
sidebar_position: 120
|
||||
draft: false
|
||||
toc: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "packages"
|
||||
name: "Vagrant"
|
||||
sidebar_position: 120
|
||||
identifier: "vagrant"
|
||||
|
||||
---
|
||||
|
||||
# Vagrant Package Registry
|
||||
|
||||
@@ -1,18 +1,11 @@
|
||||
---
|
||||
date: "2021-12-13:10:10+08:00"
|
||||
title: "Permissions"
|
||||
|
||||
slug: "permissions"
|
||||
sidebar_position: 14
|
||||
toc: false
|
||||
draft: false
|
||||
|
||||
aliases:
|
||||
- /en-us/permissions
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "usage"
|
||||
name: "Permissions"
|
||||
sidebar_position: 14
|
||||
identifier: "permissions"
|
||||
---
|
||||
|
||||
# Permissions
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
---
|
||||
date: "2023-03-02T21:00:00+05:00"
|
||||
title: "Profile READMEs"
|
||||
|
||||
slug: "profile-readme"
|
||||
sidebar_position: 12
|
||||
toc: false
|
||||
draft: false
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "usage"
|
||||
name: "Profile READMEs"
|
||||
sidebar_position: 12
|
||||
identifier: "profile-readme"
|
||||
|
||||
---
|
||||
|
||||
# Profile READMEs
|
||||
|
||||
@@ -1,18 +1,9 @@
|
||||
---
|
||||
date: "2021-05-14T00:00:00-00:00"
|
||||
title: "Protected tags"
|
||||
slug: "protected-tags"
|
||||
sidebar_position: 45
|
||||
toc: false
|
||||
draft: false
|
||||
aliases:
|
||||
- /en-us/protected-tags
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "usage"
|
||||
name: "Protected tags"
|
||||
sidebar_position: 45
|
||||
identifier: "protected-tags"
|
||||
---
|
||||
|
||||
# Protected tags
|
||||
|
||||
@@ -1,18 +1,12 @@
|
||||
---
|
||||
date: "2018-06-01T19:00:00+02:00"
|
||||
title: "Pull Request"
|
||||
|
||||
slug: "pull-request"
|
||||
sidebar_position: 13
|
||||
toc: false
|
||||
draft: false
|
||||
|
||||
aliases:
|
||||
- /en-us/pull-request
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "usage"
|
||||
name: "Pull Request"
|
||||
sidebar_position: 13
|
||||
identifier: "pull-request"
|
||||
|
||||
---
|
||||
|
||||
# Pull Request
|
||||
|
||||
@@ -1,24 +1,17 @@
|
||||
---
|
||||
date: "2020-07-06T16:00:00+02:00"
|
||||
title: "Push"
|
||||
slug: "push"
|
||||
sidebar_position: 15
|
||||
toc: false
|
||||
draft: false
|
||||
aliases:
|
||||
- /en-us/push-to-create
|
||||
- /en-us/push-options
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "usage"
|
||||
name: "Push"
|
||||
sidebar_position: 15
|
||||
identifier: "push"
|
||||
---
|
||||
|
||||
# Push
|
||||
|
||||
There are some additional features when pushing commits to Gitea server.
|
||||
|
||||
# Open PR through Push
|
||||
## Open PR through Push
|
||||
|
||||
When you push commits to a non-default branch for the first time,
|
||||
you will receive a link you can click on to visit the compare page of your branch compared to your main branch.
|
||||
@@ -26,12 +19,12 @@ From there, it's easy to create a pull request, even if you want to target anoth
|
||||
|
||||

|
||||
|
||||
# Push Options
|
||||
## Push Options
|
||||
|
||||
In Gitea `1.13`, support for some [push options](https://git-scm.com/docs/git-push#Documentation/git-push.txt--oltoptiongt)
|
||||
were added.
|
||||
|
||||
## Supported Options
|
||||
### Supported Options
|
||||
|
||||
- `repo.private` (true|false) - Change the repository's visibility.
|
||||
|
||||
@@ -45,15 +38,15 @@ Example of changing a repository's visibility to public:
|
||||
git push -o repo.private=false -u origin main
|
||||
```
|
||||
|
||||
# Push To Create
|
||||
## Push To Create
|
||||
|
||||
Push to create is a feature that allows you to push to a repository that does not exist yet in Gitea. This is useful for automation and for allowing users to create repositories without having to go through the web interface. This feature is disabled by default.
|
||||
|
||||
## Enabling Push To Create
|
||||
### Enabling Push To Create
|
||||
|
||||
In the `app.ini` file, set `ENABLE_PUSH_CREATE_USER` to `true` and `ENABLE_PUSH_CREATE_ORG` to `true` if you want to allow users to create repositories in their own user account and in organizations they are a member of respectively. Restart Gitea for the changes to take effect. You can read more about these two options in the [Configuration Cheat Sheet](../administration/config-cheat-sheet.md#repository-repository).
|
||||
|
||||
## Using Push To Create
|
||||
### Using Push To Create
|
||||
|
||||
Assuming you have a git repository in the current directory, you can push to a repository that does not exist yet in Gitea by running the following command:
|
||||
|
||||
|
||||
@@ -1,18 +1,11 @@
|
||||
---
|
||||
date: "2021-05-13T00:00:00-00:00"
|
||||
title: "Repository Mirror"
|
||||
|
||||
slug: "repo-mirror"
|
||||
sidebar_position: 45
|
||||
toc: false
|
||||
draft: false
|
||||
|
||||
aliases:
|
||||
- /en-us/repo-mirror
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "usage"
|
||||
name: "Repository Mirror"
|
||||
sidebar_position: 45
|
||||
identifier: "repo-mirror"
|
||||
---
|
||||
|
||||
# Repository Mirror
|
||||
|
||||
@@ -1,18 +1,11 @@
|
||||
---
|
||||
date: "2024-07-10T09:23:00+02:00"
|
||||
title: "Secrets"
|
||||
|
||||
slug: "secrets"
|
||||
sidebar_position: 50
|
||||
draft: false
|
||||
toc: false
|
||||
aliases:
|
||||
- /en-us/secrets
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "usage"
|
||||
name: "Secrets"
|
||||
sidebar_position: 50
|
||||
identifier: "usage-secrets"
|
||||
|
||||
---
|
||||
|
||||
# Secrets
|
||||
|
||||
@@ -1,18 +1,11 @@
|
||||
---
|
||||
date: "2019-11-28:00:00+02:00"
|
||||
title: "Template Repositories"
|
||||
|
||||
slug: "template-repositories"
|
||||
sidebar_position: 14
|
||||
toc: false
|
||||
draft: false
|
||||
|
||||
aliases:
|
||||
- /en-us/template-repositories
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "usage"
|
||||
name: "Template Repositories"
|
||||
sidebar_position: 14
|
||||
identifier: "template-repositories"
|
||||
---
|
||||
|
||||
# Template Repositories
|
||||
|
||||
@@ -1,18 +1,12 @@
|
||||
---
|
||||
date: "2016-12-01T16:00:00+02:00"
|
||||
title: "Webhooks"
|
||||
|
||||
slug: "webhooks"
|
||||
sidebar_position: 30
|
||||
toc: false
|
||||
draft: false
|
||||
|
||||
aliases:
|
||||
- /en-us/webhooks
|
||||
menu:
|
||||
sidebar:
|
||||
parent: "usage"
|
||||
name: "Webhooks"
|
||||
sidebar_position: 30
|
||||
identifier: "webhooks"
|
||||
|
||||
---
|
||||
|
||||
# Webhooks
|
||||
|
||||
Reference in New Issue
Block a user