gitlab-cloud-connector 1.51.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
|
|
@@ -144,6 +150,7 @@ files:
|
|
|
144
150
|
- config/unit_primitives/duo_workflow_execute_workflow.yml
|
|
145
151
|
- config/unit_primitives/explain_code.yml
|
|
146
152
|
- config/unit_primitives/explain_vulnerability.yml
|
|
153
|
+
- config/unit_primitives/feature_discovery_search.yml
|
|
147
154
|
- config/unit_primitives/fix_code.yml
|
|
148
155
|
- config/unit_primitives/generate_code.yml
|
|
149
156
|
- config/unit_primitives/generate_commit_message.yml
|