Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-11 21:08:38 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-11 21:08:38 +0300
commite3f2c7cf9e327f6f6003e378593c2970f63f8d0d (patch)
treeafe6cae1871270555093e37aecdc65eec71b0982 /doc/user
parent4564f677f8d71e814e89618e81709c86cf50e3d2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/admin_area/settings/visibility_and_access_controls.md7
-rw-r--r--doc/user/gitlab_com/index.md40
-rw-r--r--doc/user/packages/package_registry/supported_hash_types.md11
-rw-r--r--doc/user/project/import/phabricator.md2
-rw-r--r--doc/user/project/integrations/shimo.md2
-rw-r--r--doc/user/project/integrations/zentao.md2
-rw-r--r--doc/user/project/repository/code_suggestions.md9
-rw-r--r--doc/user/project/repository/img/update-fork_v15_11.pngbin21928 -> 8581 bytes
8 files changed, 38 insertions, 35 deletions
diff --git a/doc/user/admin_area/settings/visibility_and_access_controls.md b/doc/user/admin_area/settings/visibility_and_access_controls.md
index fcad1a31225..ccc80c1fd2c 100644
--- a/doc/user/admin_area/settings/visibility_and_access_controls.md
+++ b/doc/user/admin_area/settings/visibility_and_access_controls.md
@@ -165,7 +165,7 @@ For more details on group visibility, see
When restricting visibility levels, consider how these restrictions interact
with permissions for subgroups and projects that inherit their visibility from
-the item you're changing.
+the item you're changing.
To restrict visibility levels for groups, projects, snippets, and selected pages:
@@ -187,11 +187,12 @@ To restrict visibility levels for groups, projects, snippets, and selected pages
1. Select **Save changes**.
For more details on project visibility, see
-[Project visibility](../../public_access.md).
+[Project visibility](../../public_access.md).
## Configure allowed import sources
-You can specify from which hosting sites users can [import their projects](../../project/import/index.md):
+Before projects can be imported from other systems, the [import source](../../gitlab_com/index.md#default-import-sources)
+for that system must be enabled.
1. Sign in to GitLab as a user with Administrator access level.
1. On the top bar, select **Main menu > Admin**.
diff --git a/doc/user/gitlab_com/index.md b/doc/user/gitlab_com/index.md
index c90bfba6830..de778d91478 100644
--- a/doc/user/gitlab_com/index.md
+++ b/doc/user/gitlab_com/index.md
@@ -135,7 +135,7 @@ Some settings for [GitLab Pages](../project/pages/index.md) differ from the
[defaults for self-managed instances](../../administration/pages/index.md):
| Setting | GitLab.com |
-|---------------------------------------------------|------------------------|
+|:--------------------------------------------------|:-----------------------|
| Domain name | `gitlab.io` |
| IP address | `35.185.44.232` |
| Support for custom domains | **{check-circle}** Yes |
@@ -208,21 +208,29 @@ NOTE:
Cloudflare. Git LFS and imports other than a file upload are not affected by
this limit. Repository limits apply to both public and private projects.
-## Import sources
-
-GitLab.com has the following import sources enabled.
-
-| Import source | GitLab.com default | Default (self-managed) |
-|------------------------|--------------------| ---------------------------|
-| Bitbucket Cloud | **{check-circle}** Yes | **{dotted-circle}** No |
-| Bitbucket Server | **{check-circle}** Yes | **{dotted-circle}** No |
-| FogBugz | **{check-circle}** Yes | **{dotted-circle}** No |
-| GitLab Direct Transfer | **{check-circle}** Yes | **{dotted-circle}** No |
-| Gitea | **{check-circle}** Yes | **{dotted-circle}** No |
-| GitHub | **{check-circle}** Yes | **{dotted-circle}** No |
-| GitLab export | **{check-circle}** Yes | **{dotted-circle}** No |
-| Manifest file | **{check-circle}** Yes | **{dotted-circle}** No |
-| Repository by URL | **{check-circle}** Yes | **{dotted-circle}** No |
+## Default import sources
+
+> Disabling all importers by default for new GitLab self-managed installations [introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/118970) in GitLab 16.0.
+
+The import sources that are available default depend on which GitLab you use:
+
+- GitLab.com: all available import sources are enabled by default.
+- GitLab self-managed: no import sources are enabled by default and must be
+ [enabled](../admin_area/settings/visibility_and_access_controls.md#configure-allowed-import-sources).
+
+| Import source | GitLab.com default | GitLab self-managed default |
+|:----------------------------------------------------------------------------------------------------|:-----------------------|:----------------------------|
+| [Bitbucket Cloud](../project/import/bitbucket.md) | **{check-circle}** Yes | **{dotted-circle}** No |
+| [Bitbucket Server](../project/import/bitbucket_server.md) | **{check-circle}** Yes | **{dotted-circle}** No |
+| [FogBugz](../project/import/fogbugz.md) | **{check-circle}** Yes | **{dotted-circle}** No |
+| [Gitea](../project/import/gitea.md) | **{check-circle}** Yes | **{dotted-circle}** No |
+| [GitLab by direct transfer](../group/import/index.md#migrate-groups-by-direct-transfer-recommended) | **{check-circle}** Yes | **{dotted-circle}** No |
+| [GitLab using file exports](../project/settings/import_export.md) | **{check-circle}** Yes | **{dotted-circle}** No |
+| [GitHub](../project/import/github.md) | **{check-circle}** Yes | **{dotted-circle}** No |
+| [Manifest file](../project/import/manifest.md) | **{check-circle}** Yes | **{dotted-circle}** No |
+| [Repository by URL](../project/import/repo_by_url.md) | **{check-circle}** Yes | **{dotted-circle}** No |
+
+[Other importers](../project/import/index.md#available-project-importers) are available.
## IP range
diff --git a/doc/user/packages/package_registry/supported_hash_types.md b/doc/user/packages/package_registry/supported_hash_types.md
deleted file mode 100644
index d39b8d60c93..00000000000
--- a/doc/user/packages/package_registry/supported_hash_types.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-redirect_to: 'supported_functionality.md'
-remove_date: '2023-04-22'
----
-
-This document was moved to [another location](supported_functionality.md).
-
-<!-- This redirect file can be deleted after <2023-04-22>. -->
-<!-- Redirects that point to other docs in the same project expire in three months. -->
-<!-- Redirects that point to docs in a different project or site (for example, link is not relative and starts with `https:`) expire in one year. -->
-<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/redirects.html -->
diff --git a/doc/user/project/import/phabricator.md b/doc/user/project/import/phabricator.md
index b0dedb9925c..7b9615b883c 100644
--- a/doc/user/project/import/phabricator.md
+++ b/doc/user/project/import/phabricator.md
@@ -2,7 +2,7 @@
stage: Manage
group: Import and Integrate
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
-remove_date: '2023-05-22'
+remove_date: '2023-08-22'
---
# Import Phabricator tasks into a GitLab project (removed) **(FREE SELF)**
diff --git a/doc/user/project/integrations/shimo.md b/doc/user/project/integrations/shimo.md
index 1e2e60cebe0..cf9745929a1 100644
--- a/doc/user/project/integrations/shimo.md
+++ b/doc/user/project/integrations/shimo.md
@@ -4,7 +4,7 @@ group: Import and Integrate
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
---
-<!--- start_remove The following content will be removed on remove_date: '2023-05-22' -->
+<!--- start_remove The following content will be removed on remove_date: '2023-08-22' -->
# Shimo (deprecated) **(FREE)**
diff --git a/doc/user/project/integrations/zentao.md b/doc/user/project/integrations/zentao.md
index a10c203e191..19f6a3e315c 100644
--- a/doc/user/project/integrations/zentao.md
+++ b/doc/user/project/integrations/zentao.md
@@ -4,7 +4,7 @@ group: Import and Integrate
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
---
-<!--- start_remove The following content will be removed on remove_date: '2023-05-22' -->
+<!--- start_remove The following content will be removed on remove_date: '2023-08-22' -->
# ZenTao (deprecated) **(PREMIUM)**
diff --git a/doc/user/project/repository/code_suggestions.md b/doc/user/project/repository/code_suggestions.md
index 857c75f2140..027372eb05d 100644
--- a/doc/user/project/repository/code_suggestions.md
+++ b/doc/user/project/repository/code_suggestions.md
@@ -28,12 +28,17 @@ Code Suggestions are available in Visual Studio Code when you have the GitLab Wo
Code Suggestions may produce [low-quality or incomplete suggestions](#model-accuracy-and-quality). The best results from Code Suggestions are expected for these six languages:
-- C
-- C++
+- C/C++
+- C#
- Go
- Java
- JavaScript
- Python
+- PHP
+- Ruby
+- Rust
+- Scala
+- TypeScript
Suggestions may be mixed for other languages. Using natural language code comments to request completions may also not function as expected.
diff --git a/doc/user/project/repository/img/update-fork_v15_11.png b/doc/user/project/repository/img/update-fork_v15_11.png
index b5a23924c12..244868d80ae 100644
--- a/doc/user/project/repository/img/update-fork_v15_11.png
+++ b/doc/user/project/repository/img/update-fork_v15_11.png
Binary files differ