Commit 0b1129e7 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Fix docs conflicts

[ci skip]
parent 745c08b0
...@@ -67,12 +67,9 @@ Manage files and branches from the UI (user interface): ...@@ -67,12 +67,9 @@ Manage files and branches from the UI (user interface):
- [Create a branch](user/project/repository/web_editor.md#create-a-new-branch) - [Create a branch](user/project/repository/web_editor.md#create-a-new-branch)
- [Protected branches](user/project/protected_branches.md#protected-branches) - [Protected branches](user/project/protected_branches.md#protected-branches)
- [Delete merged branches](user/project/repository/branches/index.md#delete-merged-branches) - [Delete merged branches](user/project/repository/branches/index.md#delete-merged-branches)
<<<<<<< HEAD
- **(EES/EEP)** [Repository Mirroring](workflow/repository_mirroring.md) - **(EES/EEP)** [Repository Mirroring](workflow/repository_mirroring.md)
- **(EES/EEP)** [Push rules](push_rules/push_rules.md): Additional control over pushes to your project. - **(EES/EEP)** [Push rules](push_rules/push_rules.md): Additional control over pushes to your project.
- **(EEP)** [File Locking](user/project/file_lock.md): Lock a file to avoid merge conflicts. - **(EEP)** [File Locking](user/project/file_lock.md): Lock a file to avoid merge conflicts.
=======
>>>>>>> bf57a7e80c44080dc7ec0fd774148afdae29cc31
### Issues and Merge Requests (MRs) ### Issues and Merge Requests (MRs)
......
...@@ -46,10 +46,7 @@ To disable artifacts site-wide, follow the steps below. ...@@ -46,10 +46,7 @@ To disable artifacts site-wide, follow the steps below.
After a successful job, GitLab Runner uploads an archive containing the job After a successful job, GitLab Runner uploads an archive containing the job
artifacts to GitLab. artifacts to GitLab.
### Using local storage To change the location where the artifacts are stored, follow the steps below.
To change the location where the artifacts are stored locally, follow the steps
below.
--- ---
...@@ -85,7 +82,6 @@ _The artifacts are stored by default in ...@@ -85,7 +82,6 @@ _The artifacts are stored by default in
1. Save the file and [restart GitLab][] for the changes to take effect. 1. Save the file and [restart GitLab][] for the changes to take effect.
<<<<<<< HEAD
--- ---
**Using Object Store** **Using Object Store**
...@@ -93,7 +89,7 @@ _The artifacts are stored by default in ...@@ -93,7 +89,7 @@ _The artifacts are stored by default in
The previously mentioned methods use the local disk to store artifacts. However, The previously mentioned methods use the local disk to store artifacts. However,
there is the option to use object stores like AWS' S3. To do this, set the there is the option to use object stores like AWS' S3. To do this, set the
`object_store` in your `gitlab.yml`. This relies on valid AWS `object_store` in your `gitlab.yml`. This relies on valid AWS
credentials to be configured already. credentials to be configured already.
```yaml ```yaml
artifacts: artifacts:
...@@ -121,14 +117,6 @@ for all new files. Currently the artifacts migration has to be executed manually ...@@ -121,14 +117,6 @@ for all new files. Currently the artifacts migration has to be executed manually
Please note, that enabling this feature Please note, that enabling this feature
will have the effect that artifacts are _not_ browsable anymore through the web will have the effect that artifacts are _not_ browsable anymore through the web
interface. This limitation will be removed in one of the upcoming releases. interface. This limitation will be removed in one of the upcoming releases.
=======
### Using object storage
In [GitLab Enterprise Edition Premium][eep] you can use an object storage like
AWS S3 to store the artifacts.
[Learn how to use the object storage option.][ee-os]
>>>>>>> bf57a7e80c44080dc7ec0fd774148afdae29cc31
## Expiring artifacts ## Expiring artifacts
...@@ -196,5 +184,3 @@ memory and disk I/O. ...@@ -196,5 +184,3 @@ memory and disk I/O.
[reconfigure gitlab]: restart_gitlab.md "How to restart GitLab" [reconfigure gitlab]: restart_gitlab.md "How to restart GitLab"
[restart gitlab]: restart_gitlab.md "How to restart GitLab" [restart gitlab]: restart_gitlab.md "How to restart GitLab"
[gitlab workhorse]: https://gitlab.com/gitlab-org/gitlab-workhorse "GitLab Workhorse repository" [gitlab workhorse]: https://gitlab.com/gitlab-org/gitlab-workhorse "GitLab Workhorse repository"
[ee-os]: https://docs.gitlab.com/ee/administration/job_artifacts.html#using-object-storage
[eep]: https://about.gitlab.com/gitlab-ee/ "GitLab Enterprise Edition Premium"
...@@ -254,11 +254,8 @@ Parameters: ...@@ -254,11 +254,8 @@ Parameters:
- `can_create_group` (optional) - User can create groups - true or false - `can_create_group` (optional) - User can create groups - true or false
- `confirm` (optional) - Require confirmation - true (default) or false - `confirm` (optional) - Require confirmation - true (default) or false
- `external` (optional) - Flags the user as external - true or false(default) - `external` (optional) - Flags the user as external - true or false(default)
<<<<<<< HEAD
- `shared_runners_minutes_limit` (optional) - Pipeline minutes quota for this user - `shared_runners_minutes_limit` (optional) - Pipeline minutes quota for this user
=======
- `avatar` (optional) - Image file for user's avatar - `avatar` (optional) - Image file for user's avatar
>>>>>>> bf57a7e80c44080dc7ec0fd774148afdae29cc31
## User modification ## User modification
...@@ -287,11 +284,8 @@ Parameters: ...@@ -287,11 +284,8 @@ Parameters:
- `admin` (optional) - User is admin - true or false (default) - `admin` (optional) - User is admin - true or false (default)
- `can_create_group` (optional) - User can create groups - true or false - `can_create_group` (optional) - User can create groups - true or false
- `external` (optional) - Flags the user as external - true or false(default) - `external` (optional) - Flags the user as external - true or false(default)
<<<<<<< HEAD
- `shared_runners_minutes_limit` (optional) - Pipeline minutes quota for this user - `shared_runners_minutes_limit` (optional) - Pipeline minutes quota for this user
=======
- `avatar` (optional) - Image file for user's avatar - `avatar` (optional) - Image file for user's avatar
>>>>>>> bf57a7e80c44080dc7ec0fd774148afdae29cc31
On password update, user will be forced to change it upon next login. On password update, user will be forced to change it upon next login.
Note, at the moment this method does only return a `404` error, Note, at the moment this method does only return a `404` error,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment