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
39710abc
Commit
39710abc
authored
Jun 06, 2017
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove references to old settings location
parent
5f77689e
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
32 deletions
+14
-32
doc/user/project/img/project_settings_list.png
doc/user/project/img/project_settings_list.png
+0
-0
doc/user/project/integrations/img/accessing_integrations.png
doc/user/project/integrations/img/accessing_integrations.png
+0
-0
doc/user/project/integrations/index.md
doc/user/project/integrations/index.md
+3
-5
doc/user/project/integrations/project_services.md
doc/user/project/integrations/project_services.md
+5
-10
doc/user/project/integrations/webhooks.md
doc/user/project/integrations/webhooks.md
+2
-5
doc/user/project/pipelines/settings.md
doc/user/project/pipelines/settings.md
+2
-7
doc/user/project/protected_branches.md
doc/user/project/protected_branches.md
+2
-5
No files found.
doc/user/project/img/project_settings_list.png
deleted
100644 → 0
View file @
5f77689e
5.78 KB
doc/user/project/integrations/img/accessing_integrations.png
deleted
100644 → 0
View file @
5f77689e
8.73 KB
doc/user/project/integrations/index.md
View file @
39710abc
# Project integrations
# Project integrations
You can find the available integrations under the
**Integrations**
page by
You can find the available integrations under your project's
navigating to the cog icon in the upper right corner of your project. You need
**Settings ➔ Integrations**
page. You need to have at least
to have at least
[
master permission
][
permissions
]
on the project.
[
master permission
][
permissions
]
on the project.
![
Accessing the integrations
](
img/accessing_integrations.png
)
## Project services
## Project services
...
...
doc/user/project/integrations/project_services.md
View file @
39710abc
...
@@ -6,18 +6,13 @@ functionality to GitLab.
...
@@ -6,18 +6,13 @@ functionality to GitLab.
## Accessing the project services
## Accessing the project services
You can find the available services under
the
**Integrations**
page in your
You can find the available services under
your project's
project's settings
.
**Settings ➔ Integrations**
page
.
1.
Navigate to the cog icon in the upper right corner of your project. You need
There are more than 20 services to integrate with. Click on the one that you
to have at least
[
master permission
][
permissions
]
on the project
.
want to configure
.
![Accessing the services](img/accessing_integrations.png)
!
[
Project services list
](
img/project_services.png
)
1.
There are more than 20 services to integrate with. Click on the one that you
want to configure.
![Project services list](img/project_services.png)
Below, you will find a list of the currently supported ones accompanied with
Below, you will find a list of the currently supported ones accompanied with
comprehensive documentation.
comprehensive documentation.
...
...
doc/user/project/integrations/webhooks.md
View file @
39710abc
...
@@ -14,11 +14,8 @@ to the webhook URL.
...
@@ -14,11 +14,8 @@ to the webhook URL.
Webhooks can be used to update an external issue tracker, trigger CI jobs,
Webhooks can be used to update an external issue tracker, trigger CI jobs,
update a backup mirror, or even deploy to your production server.
update a backup mirror, or even deploy to your production server.
Navigate to the webhooks page by going to the
**Integrations**
page from your
Navigate to the webhooks page by going to your project's
project's settings which can be found under the wheel icon in the upper right
**Settings ➔ Integrations**
.
corner.
![
Accessing the integrations
](
img/accessing_integrations.png
)
## Webhook endpoint tips
## Webhook endpoint tips
...
...
doc/user/project/pipelines/settings.md
View file @
39710abc
# Pipelines settings
# Pipelines settings
To reach the pipelines settings:
To reach the pipelines settings navigate to your project's
**Settings ➔ CI/CD Pipelines**
.
1.
Navigate to your project and click the cog icon in the upper right corner.
![Project settings menu](../img/project_settings_list.png)
1.
Select
**Pipelines**
from the menu.
The following settings can be configured per project.
The following settings can be configured per project.
...
...
doc/user/project/protected_branches.md
View file @
39710abc
...
@@ -27,11 +27,8 @@ See the [Changelog](#changelog) section for changes over time.
...
@@ -27,11 +27,8 @@ See the [Changelog](#changelog) section for changes over time.
To protect a branch, you need to have at least Master permission level. Note
To protect a branch, you need to have at least Master permission level. Note
that the
`master`
branch is protected by default.
that the
`master`
branch is protected by default.
1.
Navigate to the main page of the project.
1.
Navigate to your project's
**Settings ➔ Repository**
1.
In the upper right corner, click the settings wheel and select
**Protected branches**
.
1.
Scroll to find the
**Protected branches**
section.
![Project settings list](img/project_settings_list.png)
1.
From the
**Branch**
dropdown menu, select the branch you want to protect and
1.
From the
**Branch**
dropdown menu, select the branch you want to protect and
click
**Protect**
. In the screenshot below, we chose the
`develop`
branch.
click
**Protect**
. In the screenshot below, we chose the
`develop`
branch.
...
...
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