gitlab-cloud-connector 1.50.0 → 1.52.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: 53fb1ff0bc02c22bc9957c247a47e28b4ab34f4541772d263b99f9acd12bef46
|
|
4
|
+
data.tar.gz: e71fe9b49d979d48d831731608c13235c3a84cf01e4103c5e764d34aacbdd3bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61d735af16b4d5b322d1567061f5a90363e0043832be196604c09b7d4bf24ac17cf7e8dd245b57b74a8b31a73cbca5f3d8299ed45af758fc8862108e30c2c4ee
|
|
7
|
+
data.tar.gz: 1d8b660972415812e6fd3ab719296971288274b41f507d7fadd8b76e03662a5eb743cbfccb5592f90bc8d141b06d4c9ce968abf8a21e7b91d4e5845e723f0b29
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: feature_discovery_search
|
|
3
|
+
description: Search and surface relevant GitLab features.
|
|
4
|
+
cut_off_date: 2026-06-23T00:00:00+00:00
|
|
5
|
+
group: group::activation
|
|
6
|
+
feature_category: activation
|
|
7
|
+
unit_primitive_issue_url: https://gitlab.com/gitlab-org/gitlab/-/work_items/603089
|
|
8
|
+
introduced_by_url: https://gitlab.com/gitlab-org/cloud-connector/gitlab-cloud-connector/-/merge_requests/250
|
|
9
|
+
backend_services:
|
|
10
|
+
- ai_gateway
|
|
11
|
+
add_ons:
|
|
12
|
+
- duo_core
|
|
13
|
+
- duo_pro
|
|
14
|
+
- duo_enterprise
|
|
15
|
+
- self_hosted_dap
|
|
16
|
+
- gitlab_credits
|
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.52.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: 2026-
|
|
11
|
+
date: 2026-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -30,14 +30,20 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '2.
|
|
33
|
+
version: '2.10'
|
|
34
|
+
- - ">="
|
|
35
|
+
- !ruby/object:Gem::Version
|
|
36
|
+
version: 2.10.3
|
|
34
37
|
type: :runtime
|
|
35
38
|
prerelease: false
|
|
36
39
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
40
|
requirements:
|
|
38
41
|
- - "~>"
|
|
39
42
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '2.
|
|
43
|
+
version: '2.10'
|
|
44
|
+
- - ">="
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: 2.10.3
|
|
41
47
|
- !ruby/object:Gem::Dependency
|
|
42
48
|
name: gitlab-styles
|
|
43
49
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -103,6 +109,7 @@ files:
|
|
|
103
109
|
- config/add_ons/self_hosted_dap.yml
|
|
104
110
|
- config/backend_services/ai_gateway.yml
|
|
105
111
|
- config/backend_services/ai_gateway_agent.yml
|
|
112
|
+
- config/backend_services/artifact_registry.yml
|
|
106
113
|
- config/backend_services/duo_workflow_service.yml
|
|
107
114
|
- config/backend_services/observability.yml
|
|
108
115
|
- config/backend_services/pmdb_distribution_service.yml
|
|
@@ -121,6 +128,7 @@ files:
|
|
|
121
128
|
- config/services/generate_description.yml
|
|
122
129
|
- config/services/self_hosted_models.yml
|
|
123
130
|
- config/services/vertex_ai_proxy.yml
|
|
131
|
+
- config/unit_primitives/access_artifact_registry.yml
|
|
124
132
|
- config/unit_primitives/agent_quick_actions.yml
|
|
125
133
|
- config/unit_primitives/ai_gateway_model_provider_proxy.yml
|
|
126
134
|
- config/unit_primitives/amazon_q_integration.yml
|
|
@@ -142,6 +150,7 @@ files:
|
|
|
142
150
|
- config/unit_primitives/duo_workflow_execute_workflow.yml
|
|
143
151
|
- config/unit_primitives/explain_code.yml
|
|
144
152
|
- config/unit_primitives/explain_vulnerability.yml
|
|
153
|
+
- config/unit_primitives/feature_discovery_search.yml
|
|
145
154
|
- config/unit_primitives/fix_code.yml
|
|
146
155
|
- config/unit_primitives/generate_code.yml
|
|
147
156
|
- config/unit_primitives/generate_commit_message.yml
|