Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9a733f13
Commit
9a733f13
authored
Mar 23, 2022
by
Niklas
Committed by
Fiona Neill
Mar 23, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Consistency Update: user/project/index.md
Remove inline tier badges
parent
c0ccea30
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
19 deletions
+19
-19
doc/user/project/index.md
doc/user/project/index.md
+7
-7
doc/user/project/working_with_projects.md
doc/user/project/working_with_projects.md
+12
-12
No files found.
doc/user/project/index.md
View file @
9a733f13
...
...
@@ -35,7 +35,7 @@ Projects include the following [features](https://about.gitlab.com/features/):
-
[
Deploy tokens
](
deploy_tokens/index.md
)
: Manage access to the repository and Container Registry.
-
[
Web IDE
](
web_ide/index.md
)
-
[
CVE ID Requests
](
../application_security/cve_id_request.md
)
: Request a CVE identifier to track a
vulnerability in your project.
**(FREE SAAS)**
vulnerability in your project.
**Issues and merge requests:**
...
...
@@ -83,7 +83,7 @@ Projects include the following [features](https://about.gitlab.com/features/):
-
[
Kubernetes cluster integration
](
../infrastructure/clusters/index.md
)
: Connect your GitLab project
with a Kubernetes cluster.
-
[
Feature Flags
](
../../operations/feature_flags.md
)
: Ship different features
by dynamically toggling functionality.
**(PREMIUM)**
by dynamically toggling functionality.
-
[
GitLab Pages
](
pages/index.md
)
: Build, test, and deploy your static
website.
...
...
@@ -92,8 +92,8 @@ Projects include the following [features](https://about.gitlab.com/features/):
-
[
Wiki
](
wiki/index.md
)
: Document your GitLab project in an integrated Wiki.
-
[
Snippets
](
../snippets.md
)
: Store, share and collaborate on code snippets.
-
[
Value Stream Analytics
](
../analytics/value_stream_analytics.md
)
: Review your development lifecycle.
-
[
Insights
](
insights/index.md
)
: Configure the insights that matter for your projects.
**(ULTIMATE)**
-
[
Security Dashboard
](
../application_security/security_dashboard/index.md
)
**(ULTIMATE)**
-
[
Insights
](
insights/index.md
)
: Configure the insights that matter for your projects.
-
[
Security Dashboard
](
../application_security/security_dashboard/index.md
)
-
[
Syntax highlighting
](
highlighting.md
)
: Customize
your code blocks, overriding the default language choice.
-
[
Badges
](
badges.md
)
: Add an image to the
**Project information**
page.
...
...
@@ -102,9 +102,9 @@ Projects include the following [features](https://about.gitlab.com/features/):
associated with a released version of your code.
-
[
Package Registry
](
../packages/package_registry/index.md
)
: Publish and install packages.
-
[
Code owners
](
code_owners.md
)
: Specify code owners for specific files.
-
[
License Compliance
](
../compliance/license_compliance/index.md
)
: Approve and deny licenses for projects.
**(ULTIMATE)**
-
[
Dependency List
](
../application_security/dependency_list/index.md
)
: View project dependencies.
**(ULTIMATE)**
-
[
Requirements
](
requirements/index.md
)
: Create criteria to check your products against.
**(ULTIMATE)**
-
[
License Compliance
](
../compliance/license_compliance/index.md
)
: Approve and deny licenses for projects.
-
[
Dependency List
](
../application_security/dependency_list/index.md
)
: View project dependencies.
-
[
Requirements
](
requirements/index.md
)
: Create criteria to check your products against.
-
[
Code Intelligence
](
code_intelligence.md
)
: Navigate code.
## Project integrations
...
...
doc/user/project/working_with_projects.md
View file @
9a733f13
...
...
@@ -76,13 +76,13 @@ To create a project in GitLab:
-
[
custom template
](
#create-a-project-from-a-custom-template
)
.
-
[
HIPAA audit protocol template
](
#create-a-project-from-the-hipaa-audit-protocol-template
)
.
-
[
Import a project
](
../../user/project/import/index.md
)
from a different repository. Contact your GitLab administrator if this option is not available.
from a different repository. Contact your GitLab administrator if this option is not available.
-
[
Connect an external repository to GitLab CI/CD
](
../../ci/ci_cd_for_external_repos/index.md
)
.
-
For a list of words that you cannot use as project names, see
[
reserved project and group names
](
../../user/reserved_names.md
)
.
[
reserved project and group names
](
../../user/reserved_names.md
)
.
-
For a list of characters that you cannot use in project and group names, see
[
limitations on project and group names
](
../../user/reserved_names.md#limitations-on-project-and-group-names
)
.
[
limitations on project and group names
](
../../user/reserved_names.md#limitations-on-project-and-group-names
)
.
## Create a blank project
...
...
@@ -100,11 +100,11 @@ To create a blank project:
-
In the
**Project target (optional)**
field, select your project's deployment target.
This information helps GitLab better understand its users and their deployment requirements.
-
To modify the project's
[
viewing and access rights
](
../public_access.md
)
for
users, change the
**Visibility Level**
.
users, change the
**Visibility Level**
.
-
To create README file so that the Git repository is initialized, has a default branch, and
can be cloned, select
**Initialize repository with a README**
.
-
To analyze the source code in the project for known security vulnerabilities,
select
**Enable Static Application Security Testing (SAST)**
.
select
**Enable Static Application Security Testing (SAST)**
.
1.
Select
**Create project**
.
## Create a project from a built-in template
...
...
@@ -133,12 +133,12 @@ To create a project from a built-in template:
then change the slug.
-
In the
**Project description (optional)**
field, enter the description of your project's dashboard.
-
To modify the project's
[
viewing and access rights
](
../public_access.md
)
for users,
change the
**Visibility Level**
.
change the
**Visibility Level**
.
1.
Select
**Create project**
.
## Create a project from a custom template **(PREMIUM)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/6860) in
[GitLab Premium](https://about.gitlab.com/pricing/)
11.2.
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/6860) in
GitLab
11.2.
Custom project templates are available at:
...
...
@@ -159,7 +159,7 @@ Custom project templates are available at:
then change the slug.
-
The description of your project's dashboard in the
**Project description (optional)**
field.
-
To modify the project's
[
viewing and access rights
](
../public_access.md
)
for users,
change the
**Visibility Level**
.
change the
**Visibility Level**
.
1.
Select
**Create project**
.
## Create a project from the HIPAA Audit Protocol template **(ULTIMATE)**
...
...
@@ -185,7 +185,7 @@ To create a project from the HIPAA Audit Protocol template:
then change the slug.
-
In the
**Project description (optional)**
field, enter the description of your project's dashboard.
-
To modify the project's
[
viewing and access rights
](
../public_access.md
)
for users,
change the
**Visibility Level**
.
change the
**Visibility Level**
.
1.
Select
**Create project**
.
## Create a new project with Git push
...
...
@@ -207,7 +207,7 @@ used or renamed project, use the [UI](#create-a-project) or the [Projects API](.
Prerequisites:
-
To push with SSH, you must have
[
an SSH key
](
../../ssh/index.md
)
that is
[
added to your GitLab account
](
../../ssh/index.md#add-an-ssh-key-to-your-gitlab-account
)
.
[
added to your GitLab account
](
../../ssh/index.md#add-an-ssh-key-to-your-gitlab-account
)
.
-
You must have permission to add new projects to a namespace. To check if you have permission:
1.
On the top bar, select
**Menu > Projects**
.
...
...
@@ -409,9 +409,9 @@ To disable fetching:
1.
Disable checksum queries in
`GONOSUMDB`
.
-
If the module name or its prefix is in
`GOPRIVATE`
or
`GONOPROXY`
, Go does not query module
proxies.
proxies.
-
If the module name or its prefix is in
`GONOPRIVATE`
or
`GONOSUMDB`
, Go does not query
Checksum databases.
Checksum databases.
### Fetch Go modules from Geo secondary sites
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment