Skip to content

Commit 995cca5

Browse files
truszkowskipeterdeme
authored andcommitted
update Gitlab & Bitbucket Datacenter: "VCS Management" -> "Source Code"
1 parent fcabd30 commit 995cca5

16 files changed

+12
-8
lines changed
Loading
Loading
Loading
Loading
Loading
43.1 KB
Loading
91 Bytes
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

docs/integrations/source-control/bitbucket-datacenter-server.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Spacelift supports using an on-premises Bitbucket installation as the source of
66

77
### Creating the integration
88

9-
In order to set up the integration from the Spacelift side, please navigate to the _VCS Management_ page of Spacelift, click on the **Set up integration** button in the top right corner and choose Bitbucket Data Center
9+
In order to set up the integration from the Spacelift side, please navigate to the **Source code** page of Spacelift, click on the **Set up integration** button in the top right corner and choose Bitbucket Data Center
1010

11-
![Click on VCS management from the Left Navigation Sidebar to access your VCS integrations.](../../assets/screenshots/BitbucketDatacenter_vcs_management.png)
11+
![Click on Source code from the Left Navigation Sidebar to access your VCS integrations.](../../assets/screenshots/BitbucketDatacenter_vcs_management.png)
1212

1313
![Click on the Set Up Integration button in the top-right corner.](../../assets/screenshots/BitbucketDatacenter_set_up_integration.png)
1414

@@ -54,7 +54,7 @@ You can now save the integration.
5454

5555
### Configuring webhooks
5656

57-
In order for Spacelift to be notified of any changes made in your repositories, you need to setup webhooks in Bitbucket Data Center. You can find your **webhook endpoint** and **webhook secret** after clicking the 3 dots next to the integration name on the VCS providers page, and then clicking **See details**.
57+
In order for Spacelift to be notified of any changes made in your repositories, you need to setup webhooks in Bitbucket Data Center. You can find your **webhook endpoint** and **webhook secret** after clicking the 3 dots next to the integration name on the **Source code** page, and then clicking **See details**.
5858

5959
!!! note
6060
Space-level integrations will be listed to users with **read** access to the integration Space. Integration details however contain sensitive information (such as webhook secret) so they are only visible to those with **admin** access. On the other hand, default integrations are visible to all users of the account, but only **root** Space admins can see the details of them.
@@ -89,7 +89,7 @@ When creating a Stack, you will now be able to choose the Bitbucket Data Center
8989

9090
## Deleting the Integration
9191

92-
If you no longer need the integration, you can delete it by clicking the 3 dots next to the integration name on the VCS providers page, and then clicking **Delete**. You need **admin** access to the integration Space to be able to delete it.
92+
If you no longer need the integration, you can delete it by clicking the 3 dots next to the integration name on the **Source code** page, and then clicking **Delete**. You need **admin** access to the integration Space to be able to delete it.
9393

9494
<p align="center">
9595
<img src="../../assets/screenshots/BitbucketDatacenter_deletion_button.png"/>

docs/integrations/source-control/gitlab.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Spacelift supports using GitLab as the source of code for your [stacks](../../co
44

55
## Setup Guide
66

7-
In order to set up the GitLab integration from the Spacelift side, please navigate to the VCS management page of Spacelift, click on the **Set up integration** button in the top right corner and choose GitLab.
7+
In order to set up the GitLab integration from the Spacelift side, please navigate to the **Source code** page of Spacelift, click on the **Set up integration** button in the top right corner and choose GitLab.
88

9-
![Click on VCS management from the Left Navigation Sidebar to access your VCS integrations.](../../assets/screenshots/Gitlab_vcs_management.png)
9+
![Click on Source code from the Left Navigation Sidebar to access your VCS integrations.](../../assets/screenshots/Gitlab_vcs_management.png)
1010

1111
![Click on the Set Up Integration button in the top-right corner.](../../assets/screenshots/Gitlab_set_up_integration.png)
1212

@@ -50,7 +50,7 @@ Once you've created your personal API token, please pass it - along with the ser
5050

5151
### Setting up Webhooks
5252

53-
For every GitLab project that's being used by a Spacelift project (stack or module), you will need to set up a webhook to notify Spacelift about the project changes. You can find yout **webhook endpoint** and **webhook secret** after clicking the 3 dots next to the integration name on the VCS providers page, and then clicking **See details**.
53+
For every GitLab project that's being used by a Spacelift project (stack or module), you will need to set up a webhook to notify Spacelift about the project changes. You can find yout **webhook endpoint** and **webhook secret** after clicking the 3 dots next to the integration name on the **Source code** page, and then clicking **See details**.
5454

5555
!!! note
5656
Space-level integrations will be listed to users with **read** access to the integration Space. Integration details however contain sensitive information (such as webhook secret) so they are only visible to those with **admin** access. On the other hand, default integrations are visible to all users of the account, but only **root** Space admins can see the details of them.
@@ -124,7 +124,7 @@ This functionality allows you to track Spacelift history directly from GitLab.
124124

125125
## Deleting the Integration
126126

127-
If you no longer need the integration, you can delete it by clicking the 3 dots next to the integration name on the VCS providers page, and then clicking **Delete**. You need **admin** access to the integration Space to be able to delete it.
127+
If you no longer need the integration, you can delete it by clicking the 3 dots next to the integration name on the **Source code** page, and then clicking **Delete**. You need **admin** access to the integration Space to be able to delete it.
128128

129129
<p align="center"><img src="../../assets/screenshots/Gitlab_delete.png"/></p>
130130

@@ -135,6 +135,10 @@ If you no longer need the integration, you can delete it by clicking the 3 dots
135135

136136
When a stack has a detached integration, it will no longer be able to receive webhooks from GitLab and you won't be able to trigger runs manually either.
137137

138+
<p align="center">
139+
<img src="../../assets/screenshots/Gitlab_detached_stack.png"/>
140+
</p>
141+
138142
You'll need to open the stack, go to the **Settings** tab and choose a new integration.
139143

140144
!!! tip

0 commit comments

Comments
 (0)