gitlab-cloud-connector 1.27.0 → 1.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 115acf47d006cc3d45dc36d8889e6080f3594633f7996b665ba9fff06cac9ead
|
4
|
+
data.tar.gz: 5ddda51a61d27ec62b1c3bc7cd31fbe6f6f0c33589fdb8027f9ce6fbb7e4ba89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d403a1a93f882820ed1c1b74f4490f26a9683c64a38c1c6200535b6a2726652dd85bdbfb0ab152c1aedc952ca0cb681405a44ab420da1968034c8464fd2eceb
|
7
|
+
data.tar.gz: dc1acc0a949c910564ed7977deffc484319b0aade195396a38c4ccd52fee2eb0a4e270336e5414ad590014dc5440f1c9a1c216dde00a8c149ddb819d00927083
|
@@ -0,0 +1,10 @@
|
|
1
|
+
---
|
2
|
+
name: ai_gateway_model_provider_proxy
|
3
|
+
description: Use AI Gateway as a proxy to model providers.
|
4
|
+
cut_off_date: 2025-08-25T00:00:00+00:00
|
5
|
+
group: group::ai_framework
|
6
|
+
feature_category: duo_agent_platform
|
7
|
+
backend_services:
|
8
|
+
- ai_gateway
|
9
|
+
add_ons:
|
10
|
+
- duo_enterprise
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
name: self_hosted_models
|
3
|
+
description: >
|
4
|
+
To maintain full control over your data privacy, security, and the deployment of large language models (LLMs) in your own infrastructure, use GitLab Duo Self-Hosted
|
5
|
+
By deploying GitLab Duo Self-Hosted, you can manage the entire lifecycle of requests made to LLM backends for GitLab Duo features,
|
6
|
+
ensuring that all requests stay in your enterprise network, and avoiding external dependencies.
|
7
|
+
cut_off_date: 2024-10-17T00:00:00+00:00
|
8
|
+
group: group::custom models
|
9
|
+
feature_category: custom_models
|
10
|
+
documentation_url: https://docs.gitlab.com/administration/gitlab_duo_self_hosted/
|
11
|
+
backend_services:
|
12
|
+
- ai_gateway
|
13
|
+
add_ons:
|
14
|
+
- duo_enterprise
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitlab-cloud-connector
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.29.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nikola Milojevic
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -119,6 +119,7 @@ files:
|
|
119
119
|
- config/services/self_hosted_models.yml
|
120
120
|
- config/services/vertex_ai_proxy.yml
|
121
121
|
- config/unit_primitives/agent_quick_actions.yml
|
122
|
+
- config/unit_primitives/ai_gateway_model_provider_proxy.yml
|
122
123
|
- config/unit_primitives/amazon_q_integration.yml
|
123
124
|
- config/unit_primitives/ask_build.yml
|
124
125
|
- config/unit_primitives/ask_commit.yml
|
@@ -162,6 +163,7 @@ files:
|
|
162
163
|
- config/unit_primitives/resolve_vulnerability.yml
|
163
164
|
- config/unit_primitives/review_merge_request.yml
|
164
165
|
- config/unit_primitives/security_scans.yml
|
166
|
+
- config/unit_primitives/self_hosted_models.yml
|
165
167
|
- config/unit_primitives/semantic_search_issue.yml
|
166
168
|
- config/unit_primitives/summarize_comments.yml
|
167
169
|
- config/unit_primitives/summarize_issue_discussions.yml
|