diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-01 18:07:56 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-01 18:07:56 +0000 |
commit | 33aa02e7a38d8dfc5e470dd5d776c8d4ce5b2dd5 (patch) | |
tree | 8cd2bc4711d3a017d839760c7fbea267e2ba4951 /doc/user/project | |
parent | 1219a9dce91f4edbc135dfc08299b4122b4825a8 (diff) | |
download | gitlab-ce-33aa02e7a38d8dfc5e470dd5d776c8d4ce5b2dd5.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project')
-rw-r--r-- | doc/user/project/issues/design_management.md | 2 | ||||
-rw-r--r-- | doc/user/project/issues/index.md | 15 | ||||
-rw-r--r-- | doc/user/project/merge_requests/index.md | 8 | ||||
-rw-r--r-- | doc/user/project/settings/index.md | 2 |
4 files changed, 2 insertions, 25 deletions
diff --git a/doc/user/project/issues/design_management.md b/doc/user/project/issues/design_management.md index 896ae8e7c51..dd65c8f0929 100644 --- a/doc/user/project/issues/design_management.md +++ b/doc/user/project/issues/design_management.md @@ -22,7 +22,7 @@ For an overview, see the video [Design Management (GitLab 12.2)](https://www.you ## Requirements Design Management requires -[Large File Storage (LFS)](../../../administration/lfs/manage_large_binaries_with_git_lfs.md) +[Large File Storage (LFS)](../../../topics/git/lfs/index.md) to be enabled: - For GitLab.com, LFS is already enabled. diff --git a/doc/user/project/issues/index.md b/doc/user/project/issues/index.md index f8608c4b711..e213f92c297 100644 --- a/doc/user/project/issues/index.md +++ b/doc/user/project/issues/index.md @@ -201,18 +201,3 @@ Feature.disable(:save_issuable_health_status) - [Issues API](../../../api/issues.md) - Configure an [external issue tracker](../../../integration/external-issue-tracker.md) such as Jira, Redmine, or Bugzilla. - -## Limits - -This section gives an overview of limits of Issues and an overview of their background. - -### Description and comment length - -> Introduced in [GitLab 12.2](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/61974). - -Descriptions and comments on [issuable](../../../development/issuable-like-models.md) can be no -longer than 1 million characters. - -Previously, there was no limit to issuable description size, which created a -[possibility of a DoS attack](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/61974) by allowing -very long descriptions. It's possible that we will set this limit to a lower number in the future. diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md index 3657237157f..9d288d5da92 100644 --- a/doc/user/project/merge_requests/index.md +++ b/doc/user/project/merge_requests/index.md @@ -124,11 +124,3 @@ There are two main ways to have a merge request flow with GitLab: 1. Working with forks of an authoritative project [Learn more about the authorization for merge requests.](authorization_for_merge_requests.md) - -## Limits - -This section gives an overview of limits of Merge Requests and an overview of their background. - -### Description and comment length - -See [Issues: Description and comment length](../issues/index.md#description-and-comment-length) diff --git a/doc/user/project/settings/index.md b/doc/user/project/settings/index.md index 1deb66aacfd..ce94a8f5521 100644 --- a/doc/user/project/settings/index.md +++ b/doc/user/project/settings/index.md @@ -46,7 +46,7 @@ Use the switches to enable or disable the following features: | **Forks** | ✓ | Enables [forking](../index.md#fork-a-project) functionality | | **Pipelines** | ✓ | Enables [CI/CD](../../../ci/README.md) functionality | | **Container Registry** | | Activates a [registry](../../packages/container_registry/) for your docker images | -| **Git Large File Storage** | | Enables the use of [large files](../../../administration/lfs/manage_large_binaries_with_git_lfs.md#git-lfs) | +| **Git Large File Storage** | | Enables the use of [large files](../../../topics/git/lfs/index.md#git-lfs) | | **Packages** | | Supports configuration of a [package registry](../../../administration/packages/index.md#gitlab-package-registry-administration-premium-only) functionality | | **Wiki** | ✓ | Enables a separate system for [documentation](../wiki/) | | **Snippets** | ✓ | Enables [sharing of code and text](../../snippets.md) | |