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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
685c048d
Commit
685c048d
authored
Aug 08, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'simplify_intro_features_doc' into 'master'
Simplify feature introduction note See merge request !5705
parents
91030230
689de9c6
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
55 additions
and
58 deletions
+55
-58
doc/administration/container_registry.md
doc/administration/container_registry.md
+1
-2
doc/administration/custom_hooks.md
doc/administration/custom_hooks.md
+1
-2
doc/administration/housekeeping.md
doc/administration/housekeeping.md
+1
-1
doc/administration/raketasks/project_import_export.md
doc/administration/raketasks/project_import_export.md
+8
-7
doc/administration/repository_checks.md
doc/administration/repository_checks.md
+2
-3
doc/api/README.md
doc/api/README.md
+1
-1
doc/api/award_emoji.md
doc/api/award_emoji.md
+3
-1
doc/api/todos.md
doc/api/todos.md
+1
-1
doc/ci/triggers/README.md
doc/ci/triggers/README.md
+1
-1
doc/container_registry/README.md
doc/container_registry/README.md
+2
-3
doc/development/doc_styleguide.md
doc/development/doc_styleguide.md
+5
-5
doc/monitoring/health_check.md
doc/monitoring/health_check.md
+1
-1
doc/user/project/labels.md
doc/user/project/labels.md
+6
-6
doc/user/project/protected_branches.md
doc/user/project/protected_branches.md
+1
-2
doc/user/project/settings/import_export.md
doc/user/project/settings/import_export.md
+13
-12
doc/workflow/award_emoji.md
doc/workflow/award_emoji.md
+3
-3
doc/workflow/cherry_pick_changes.md
doc/workflow/cherry_pick_changes.md
+1
-2
doc/workflow/file_finder.md
doc/workflow/file_finder.md
+1
-1
doc/workflow/revert_changes.md
doc/workflow/revert_changes.md
+1
-1
doc/workflow/todos.md
doc/workflow/todos.md
+1
-1
doc/workflow/web_editor.md
doc/workflow/web_editor.md
+1
-2
No files found.
doc/administration/container_registry.md
View file @
685c048d
# GitLab Container Registry Administration
> **Note:**
This feature was
[
introduced
][
ce-4040
]
in GitLab 8.8.
> [Introduced][ce-4040] in GitLab 8.8.
With the Docker Container Registry integrated into GitLab, every project can
have its own space to store its Docker images.
...
...
doc/administration/custom_hooks.md
View file @
685c048d
...
...
@@ -44,8 +44,7 @@ as appropriate.
## Custom error messages
>**Note:**
This feature was
[
introduced
][
5073
]
in GitLab 8.10.
> [Introduced][5073] in GitLab 8.10.
If the commit is declined or an error occurs during the Git hook check,
the STDERR or STDOUT message of the hook will be present in GitLab's UI.
...
...
doc/administration/housekeeping.md
View file @
685c048d
# Housekeeping
_**Note:** This feature was [introduced][ce-2371] in GitLab 8.4_
> [Introduced][ce-2371] in GitLab 8.4.
---
...
...
doc/administration/raketasks/project_import_export.md
View file @
685c048d
# Project import/export
>**Note:**
-
This feature was
[
introduced
][
ce-3050
]
in GitLab 8.9
-
Importing will not be possible if the import instance version is lower
than that of the exporter.
-
For existing installations, the project import option has to be enabled in
application settings (
`/admin/application_settings`
) under 'Import sources'.
-
The exports are stored in a temporary
[
shared directory
][
tmp
]
and are deleted
every 24 hours by a specific worker.
>
> - [Introduced][ce-3050] in GitLab 8.9.
> - Importing will not be possible if the import instance version is lower
> than that of the exporter.
> - For existing installations, the project import option has to be enabled in
> application settings (`/admin/application_settings`) under 'Import sources'.
> - The exports are stored in a temporary [shared directory][tmp] and are deleted
> every 24 hours by a specific worker.
The GitLab Import/Export version can be checked by using:
...
...
doc/administration/repository_checks.md
View file @
685c048d
# Repository checks
>**Note:**
This feature was
[
introduced
][
ce-3232
]
in GitLab 8.7. It is OFF by
default because it still causes too many false alarms.
> [Introduced][ce-3232] in GitLab 8.7. It is OFF by default because it still
causes too many false alarms.
Git has a built-in mechanism,
[
git fsck
][
git-fsck
]
, to verify the
integrity of all data committed to a repository. GitLab administrators
...
...
doc/api/README.md
View file @
685c048d
...
...
@@ -81,7 +81,7 @@ Read more about [GitLab as an OAuth2 client](oauth2.md).
### Personal Access Tokens
>
**Note:** This feature was [introduced][ce-3749] in GitLab 8.8
>
[Introduced][ce-3749] in GitLab 8.8.
You can create as many personal access tokens as you like from your GitLab
profile (
`/profile/personal_access_tokens`
); perhaps one for each application
...
...
doc/api/award_emoji.md
View file @
685c048d
# Award Emoji
>**Note:** This feature was introduced in GitLab 8.9
> [Introduced][ce-4575] in GitLab 8.9.
An awarded emoji tells a thousand words, and can be awarded on issues, merge
requests and notes/comments. Issues, merge requests and notes are further called
...
...
@@ -365,3 +365,5 @@ Example Response:
"awardable_type"
:
"Note"
}
```
[
ce-4575
]:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4575
doc/api/todos.md
View file @
685c048d
# Todos
**Note:**
This feature was
[
introduced
][
ce-3188
]
in GitLab 8.10
> [Introduced][ce-3188] in GitLab 8.10.
## Get a list of todos
...
...
doc/ci/triggers/README.md
View file @
685c048d
# Triggering Builds through the API
_**Note:** This feature was [introduced][ci-229] in GitLab CE 7.14_
> [Introduced][ci-229] in GitLab CE 7.14.
Triggers can be used to force a rebuild of a specific branch, tag or commit,
with an API call.
...
...
doc/container_registry/README.md
View file @
685c048d
# GitLab Container Registry
> **Note:**
This feature was
[
introduced
][
ce-4040
]
in GitLab 8.8. Docker Registry manifest
v1 support was added in GitLab 8.9 to support Docker versions earlier than 1.10.
> [Introduced][ce-4040] in GitLab 8.8. Docker Registry manifest
`v1`
support was added in GitLab 8.9 to support Docker versions earlier than 1.10.
> **Note:**
This document is about the user guide. To learn how to enable GitLab Container
...
...
doc/development/doc_styleguide.md
View file @
685c048d
...
...
@@ -155,15 +155,15 @@ Inside the document:
-
Every piece of documentation that comes with a new feature should declare the
GitLab version that feature got introduced. Right below the heading add a
note:
`>
**Note:** This feature was introduced in GitLab 8.3`
note:
`>
Introduced in GitLab 8.3.`
.
-
If possible every feature should have a link to the MR that introduced it.
The above note would be then transformed to:
`>
**Note:** This feature was [introduced][ce-1242] in GitLab 8.3
`
, where
`>
[Introduced][ce-1242] in GitLab 8.3.
`
, where
the
[
link identifier
](
#links
)
is named after the repository (CE) and the MR
number
number
.
-
If the feature is only in GitLab EE, don't forget to mention it, like:
`>
**Note:** This feature was introduced in GitLab EE 8.3
`
. Otherwise, leave
this mention out
`>
Introduced in GitLab EE 8.3.
`
. Otherwise, leave
this mention out
.
## References
...
...
doc/monitoring/health_check.md
View file @
685c048d
# Health Check
>
**Note:** This feature was [i
ntroduced][ce-3888] in GitLab 8.8.
>
[I
ntroduced][ce-3888] in GitLab 8.8.
GitLab provides a health check endpoint for uptime monitoring on the
`health_check`
web
endpoint. The health check reports on the overall system status based on the status of
...
...
doc/user/project/labels.md
View file @
685c048d
...
...
@@ -46,10 +46,11 @@ When you are ready press the **Create label** button to create the new label.
## Prioritize labels
>**Notes:**
-
This feature was introduced in GitLab 8.9.
-
Priority sorting is based on the highest priority label only. This might
change in the future, follow the discussion in
https://gitlab.com/gitlab-org/gitlab-ce/issues/18554.
>
> - Introduced in GitLab 8.9.
> - Priority sorting is based on the highest priority label only. This might
> change in the future, follow the discussion in
> https://gitlab.com/gitlab-org/gitlab-ce/issues/18554.
Prioritized labels are like any other label, but sorted by priority. This allows
you to sort issues and merge requests by priority.
...
...
@@ -87,8 +88,7 @@ important.
## Create a new label right from the issue tracker
>**Note:**
This feature was introduced in GitLab 8.6.
> Introduced in GitLab 8.6.
There are times when you are already in the issue tracker searching for a
label, only to realize it doesn't exist. Instead of going to the
**Labels**
...
...
doc/user/project/protected_branches.md
View file @
685c048d
...
...
@@ -47,8 +47,7 @@ creation.
## Wildcard protected branches
>**Note:**
This feature was
[
introduced
][
ce-4665
]
in GitLab 8.10.
> [Introduced][ce-4665] in GitLab 8.10.
You can specify a wildcard protected branch, which will protect all branches
matching the wildcard. For example:
...
...
doc/user/project/settings/import_export.md
View file @
685c048d
# Project import/export
>**Notes:**
-
This feature was
[
introduced
][
ce-3050
]
in GitLab 8.9
-
Importing will not be possible if the import instance version is lower
than that of the exporter.
-
For existing installations, the project import option has to be enabled in
application settings (
`/admin/application_settings`
) under 'Import sources'.
Ask your administrator if you don't see the
**GitLab export**
button when
creating a new project.
-
You can find some useful raketasks if you are an administrator in the
[
import_export
](
../../../administration/raketasks/project_import_export.md
)
raketask.
-
The exports are stored in a temporary
[
shared directory
][
tmp
]
and are deleted
every 24 hours by a specific worker.
>
> - [Introduced][ce-3050] in GitLab 8.9.
> - Importing will not be possible if the import instance version is lower
> than that of the exporter.
> - For existing installations, the project import option has to be enabled in
> application settings (`/admin/application_settings`) under 'Import sources'.
> Ask your administrator if you don't see the **GitLab export** button when
> creating a new project.
> - You can find some useful raketasks if you are an administrator in the
> [import_export](../../../administration/raketasks/project_import_export.md)
> raketask.
> - The exports are stored in a temporary [shared directory][tmp] and are deleted
> every 24 hours by a specific worker.
Existing projects running on any GitLab instance or GitLab.com can be exported
with all their related data and be moved into a new GitLab instance.
...
...
doc/workflow/award_emoji.md
View file @
685c048d
# Award emoji
>**Note:**
This feature was
[
i
ntroduced
][
1825
]
in GitLab 8.2.
[
I
ntroduced
][
1825
]
in GitLab 8.2.
When you're collaborating online, you get fewer opportunities for high-fives
and thumbs-ups. Emoji can be awarded to issues and merge requests, making
...
...
@@ -16,7 +16,7 @@ award emoji.
## Sort issues and merge requests on vote count
>**Note:**
This feature was
[
i
ntroduced
][
2871
]
in GitLab 8.5.
[
I
ntroduced
][
2871
]
in GitLab 8.5.
You can quickly sort issues and merge requests by the number of votes they
have received. The sort options can be found in the dropdown menu as "Most
...
...
@@ -45,7 +45,7 @@ downvotes.
## Award emoji for comments
>**Note:**
This feature was
[
i
ntroduced
][
4291
]
in GitLab 8.9.
[
I
ntroduced
][
4291
]
in GitLab 8.9.
Award emoji can also be applied to individual comments when you want to
celebrate an accomplishment or agree with an opinion.
...
...
doc/workflow/cherry_pick_changes.md
View file @
685c048d
# Cherry-pick changes
>**Note:**
This feature was
[
introduced
][
ce-3514
]
in GitLab 8.7.
> [Introduced][ce-3514] in GitLab 8.7.
---
...
...
doc/workflow/file_finder.md
View file @
685c048d
# File finder
_**Note:** This feature was [introduced][gh-9889] in GitLab 8.4._
> [Introduced][gh-9889] in GitLab 8.4.
---
...
...
doc/workflow/revert_changes.md
View file @
685c048d
# Reverting changes
_**Note:** This feature was [introduced][ce-1990] in GitLab 8.5._
> [Introduced][ce-1990] in GitLab 8.5.
---
...
...
doc/workflow/todos.md
View file @
685c048d
# GitLab Todos
>
**Note:** This feature was [i
ntroduced][ce-2817] in GitLab 8.5.
>
[I
ntroduced][ce-2817] in GitLab 8.5.
When you log into GitLab, you normally want to see where you should spend your
time and take some action, or what you need to keep an eye on. All without the
...
...
doc/workflow/web_editor.md
View file @
685c048d
...
...
@@ -70,8 +70,7 @@ There are multiple ways to create a branch from GitLab's web interface.
### Create a new branch from an issue
>**Note:**
This feature was
[
introduced
][
ce-2808
]
in GitLab 8.6.
> [Introduced][ce-2808] in GitLab 8.6.
In case your development workflow dictates to have an issue for every merge
request, you can quickly create a branch right on the issue page which will be
...
...
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