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
0b1129e7
Commit
0b1129e7
authored
Jun 20, 2017
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix docs conflicts
[ci skip]
parent
745c08b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
25 deletions
+2
-25
doc/README.md
doc/README.md
+0
-3
doc/administration/job_artifacts.md
doc/administration/job_artifacts.md
+2
-16
doc/api/users.md
doc/api/users.md
+0
-6
No files found.
doc/README.md
View file @
0b1129e7
...
...
@@ -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
)
-
[
Protected branches
](
user/project/protected_branches.md#protected-branches
)
-
[
Delete merged branches
](
user/project/repository/branches/index.md#delete-merged-branches
)
<<<<<<< HEAD
-
**(EES/EEP)**
[
Repository Mirroring
](
workflow/repository_mirroring.md
)
-
**(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.
=======
>>>>>>> bf57a7e80c44080dc7ec0fd774148afdae29cc31
### Issues and Merge Requests (MRs)
...
...
doc/administration/job_artifacts.md
View file @
0b1129e7
...
...
@@ -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
artifacts to GitLab.
### Using local storage
To change the location where the artifacts are stored locally, follow the steps
below.
To change the location where the artifacts are stored, follow the steps below.
---
...
...
@@ -85,7 +82,6 @@ _The artifacts are stored by default in
1.
Save the file and
[
restart GitLab
][]
for the changes to take effect.
<<<<<<< HEAD
---
**Using Object Store**
...
...
@@ -93,7 +89,7 @@ _The artifacts are stored by default in
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
`object_store`
in your
`gitlab.yml`
. This relies on valid AWS
credentials to be configured already.
credentials to be configured already.
```yaml
artifacts:
...
...
@@ -121,14 +117,6 @@ for all new files. Currently the artifacts migration has to be executed manually
Please note, that enabling this feature
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.
=======
### 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
...
...
@@ -196,5 +184,3 @@ memory and disk I/O.
[
reconfigure 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"
[
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"
doc/api/users.md
View file @
0b1129e7
...
...
@@ -254,11 +254,8 @@ Parameters:
-
`can_create_group`
(optional) - User can create groups - true or false
-
`confirm`
(optional) - Require confirmation - true (default) or false
-
`external`
(optional) - Flags the user as external - true or false(default)
<<<<<<< HEAD
-
`shared_runners_minutes_limit`
(optional) - Pipeline minutes quota for this user
=======
-
`avatar`
(optional) - Image file for user's avatar
>>>>>>> bf57a7e80c44080dc7ec0fd774148afdae29cc31
## User modification
...
...
@@ -287,11 +284,8 @@ Parameters:
-
`admin`
(optional) - User is admin - true or false (default)
-
`can_create_group`
(optional) - User can create groups - true or false
-
`external`
(optional) - Flags the user as external - true or false(default)
<<<<<<< HEAD
-
`shared_runners_minutes_limit`
(optional) - Pipeline minutes quota for this user
=======
-
`avatar`
(optional) - Image file for user's avatar
>>>>>>> bf57a7e80c44080dc7ec0fd774148afdae29cc31
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,
...
...
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