You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/integrations/source-control/bitbucket-datacenter-server.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ Spacelift supports using an on-premises Bitbucket installation as the source of
6
6
7
7
### Creating the integration
8
8
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
10
10
11
-

11
+

12
12
13
13

14
14
@@ -54,7 +54,7 @@ You can now save the integration.
54
54
55
55
### Configuring webhooks
56
56
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**.
58
58
59
59
!!! note
60
60
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
89
89
90
90
## Deleting the Integration
91
91
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.
Copy file name to clipboardexpand all lines: docs/integrations/source-control/gitlab.md
+8-4
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ Spacelift supports using GitLab as the source of code for your [stacks](../../co
4
4
5
5
## Setup Guide
6
6
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.
8
8
9
-

9
+

10
10
11
11

12
12
@@ -50,7 +50,7 @@ Once you've created your personal API token, please pass it - along with the ser
50
50
51
51
### Setting up Webhooks
52
52
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**.
54
54
55
55
!!! note
56
56
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.
124
124
125
125
## Deleting the Integration
126
126
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.
@@ -135,6 +135,10 @@ If you no longer need the integration, you can delete it by clicking the 3 dots
135
135
136
136
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.
0 commit comments