Skip to content

Commit f29f565

Browse files
authored
Merge branch 'main' into update-auto-heal-k8-pods-to-use-new-tool-call
2 parents d355e9b + 6f9a671 commit f29f565

File tree

36 files changed

+1223
-769
lines changed

36 files changed

+1223
-769
lines changed

docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/azure/azure-resource-graph.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ import PortApiRegionTip from "/docs/generalTemplates/_port_region_parameter_expl
1212

1313
# Azure Resource Graph (Beta)
1414

15+
:::warning Availability Notice
16+
This integration is in closed beta and is not available for general use. Please contact [Port's support team](http://support.port.io/) to request access.
17+
:::
18+
1519
Sync your Azure environment to Port at scale using Azure Resource Graph and Ocean framework. This integration is designed for high-volume data ingestion across multiple subscriptions, offering several key advantages:
1620

1721
- **Centralized Syncing**: Ingest resources from all your Azure subscriptions with a single deployment.

docs/build-your-software-catalog/sync-data-to-catalog/git/gitlab-v2/example-files/_gitlab_integration_example_package_blueprint.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<details>
2+
<summary><b>Package blueprint (click to expand)</b></summary>
13
```json showLineNumbers
24
{
35
"identifier": "package",
@@ -26,4 +28,5 @@
2628
"aggregationProperties": {},
2729
"relations": {}
2830
}
29-
```
31+
```
32+
</details>

docs/build-your-software-catalog/sync-data-to-catalog/git/gitlab-v2/example-files/_gitlab_integration_example_package_config.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<details>
2+
<summary><b>Integration mapping (click to expand)</b></summary>
13
```yaml showLineNumbers
24
resources:
35
- kind: file
@@ -21,3 +23,4 @@ resources:
2123
package: .item.key
2224
version: .item.value
2325
```
26+
</details>

docs/build-your-software-catalog/sync-data-to-catalog/git/gitlab-v2/example-folders/_gitlab_export_example_monorepo_port_app_config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<details>
22

3-
<summary> Integration mapping </summary>
3+
<summary><b>Integration mapping (click to expand)</b></summary>
44

55
```yaml showLineNumbers
66
resources:

docs/build-your-software-catalog/sync-data-to-catalog/git/gitlab-v2/example-folders/_gitlab_integration_example_folder_blueprint.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<details>
2+
<summary><b>Folder blueprint (click to expand)</b></summary>
13
```json showLineNumbers
24
{
35
"identifier": "gitlabFolder",
@@ -32,4 +34,5 @@
3234
}
3335
}
3436
}
35-
```
37+
```
38+
</details>

docs/build-your-software-catalog/sync-data-to-catalog/git/gitlab-v2/example-folders/_gitlab_integration_example_folder_config.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<details>
2+
<summary><b>Integration mapping (click to expand)</b></summary>
13
```yaml showLineNumbers
24
resources:
35
- kind: project
@@ -40,4 +42,5 @@ resources:
4042
readme: file://README.md
4143
relations:
4244
project: .references.full | gsub("!.+"; "")
43-
```
45+
```
46+
</details>

docs/build-your-software-catalog/sync-data-to-catalog/git/gitlab-v2/example-groups/_gitlab_exporter_example_group_repository_port_app_config.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<details>
2-
3-
<summary> Integration mapping </summary>
4-
2+
<summary><b>Integration mapping (click to expand)</b></summary>
53
```yaml showLineNumbers
64
deleteDependentEntities: true
75
createMissingRelatedEntities: true
@@ -43,5 +41,4 @@ resources:
4341
.path_with_namespace | gsub(" "; "") | split("/") | .[:-1] |
4442
join("/")
4543
```
46-
4744
</details>

docs/build-your-software-catalog/sync-data-to-catalog/git/gitlab-v2/example-groups/_gitlab_integration_example_group_blueprint.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<details>
2+
<summary><b>Group blueprint (click to expand)</b></summary>
13
```json
24
{
35
"identifier": "gitlabGroup",
@@ -39,4 +41,5 @@
3941
"aggregationProperties": {},
4042
"relations": {}
4143
}
42-
```
44+
```
45+
</details>

docs/build-your-software-catalog/sync-data-to-catalog/git/gitlab-v2/example-groups/_gitlab_integration_example_group_config.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<details>
2+
<summary><b>Integration mapping (click to expand)</b></summary>
13
```yaml showLineNumbers
24
resources:
35
- kind: group
@@ -13,4 +15,5 @@ resources:
1315
url: .web_url
1416
visibility: .visibility
1517
description: .description
16-
```
18+
```
19+
</details>

docs/build-your-software-catalog/sync-data-to-catalog/git/gitlab-v2/example-groups/_gitlab_integration_example_group_members_blueprint.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<details>
2+
<summary><b>Group with members blueprint (click to expand)</b></summary>
13
```json showLineNumbers
24
{
35
"identifier": "gitlabGroup",
@@ -46,4 +48,5 @@
4648
}
4749
}
4850
}
49-
```
51+
```
52+
</details>

0 commit comments

Comments
 (0)