diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-04 10:03:30 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-04 10:03:30 +0000 |
commit | d35df0ad158c14cb28f583f4b26c4196ef23a3f7 (patch) | |
tree | 5a1992758772519104eacb5de2c231721876541c /doc | |
parent | 3c51da6f5782e53123a7ed5af98ba0828cbfa49f (diff) | |
download | gitlab-ce-d35df0ad158c14cb28f583f4b26c4196ef23a3f7.tar.gz |
Add latest changes from gitlab-org/gitlab@12-10-stable-ee
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/projects.md | 4 | ||||
-rw-r--r-- | doc/ci/pipelines/settings.md | 8 | ||||
-rw-r--r-- | doc/ssh/README.md | 8 |
3 files changed, 4 insertions, 16 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index f0b65b9ac6a..16c8569349c 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -312,8 +312,8 @@ GET /projects?custom_attributes[key]=value&custom_attributes[other_key]=other_va ### Pagination limits -From GitLab 12.10, [offset-based pagination](README.md#offset-based-pagination) will be -[limited to 10,000 records](https://gitlab.com/gitlab-org/gitlab/issues/34565). +From GitLab 13.0, [offset-based pagination](README.md#offset-based-pagination) will be +[limited to 50,000 records](https://gitlab.com/gitlab-org/gitlab/issues/34565). [Keyset pagination](README.md#keyset-based-pagination) will be required to retrieve projects beyond this limit. diff --git a/doc/ci/pipelines/settings.md b/doc/ci/pipelines/settings.md index 7ac9ba6a7dd..3221023f73a 100644 --- a/doc/ci/pipelines/settings.md +++ b/doc/ci/pipelines/settings.md @@ -288,14 +288,6 @@ https://example.gitlab.com/<namespace>/<project>/badges/<branch>/coverage.svg?st [Environment variables](../variables/README.md#gitlab-cicd-environment-variables) can be set in an environment to be available to a runner. -## Deploy Keys - -With Deploy Keys, GitLab allows you to import SSH public keys. You can then have -read only or read/write access to your project from the machines the keys were generated from. - -SSH keys added to your project settings will be used for continuous integration, -staging, or production servers. - <!-- ## Troubleshooting Include any troubleshooting steps that you can foresee. If you know beforehand what issues diff --git a/doc/ssh/README.md b/doc/ssh/README.md index e6375f15157..06db8e59850 100644 --- a/doc/ssh/README.md +++ b/doc/ssh/README.md @@ -384,9 +384,7 @@ If you don't have a key pair, you might want to use a Project maintainers and owners can add a deploy key for a repository. -1. Navigate to the project's **Settings** page, then: - - On GitLab 12.8 and earlier, click **Repository**. - - On GitLab 12.9 and later, click **CI / CD**. +1. Navigate to the project's **Settings > Repository** page. 1. Expand the **Deploy Keys** section. 1. Specify a title for the new deploy key and paste a public SSH key. @@ -432,9 +430,7 @@ your repository". Once a GitLab administrator adds the Global Deployment key, project maintainers and owners can add it by: -1. Navigating the settings page: - - On GitLab 12.8 and earlier, the project's **Settings > Repository** page. - - On GitLab 12.9 and later, the project's **Settings > CI / CD** page. +1. Navigate to the project's **Settings > Repository** page. 1. Expanding the **Deploy Keys** section. 1. Clicking **Enable** next to the appropriate key listed under **Public deploy keys available to any project**. |