gitlab-cloud-connector 1.20.0 → 1.22.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 +4 -4
- data/config/services/anthropic_proxy.yml +0 -4
- data/config/services/vertex_ai_proxy.yml +0 -2
- data/config/unit_primitives/ask_work_item.yml +1 -1
- data/config/unit_primitives/duo_agent_platform.yml +14 -0
- data/config/unit_primitives/generate_commit_message.yml +1 -1
- data/config/unit_primitives/generate_cube_query.yml +3 -1
- data/config/unit_primitives/summarize_issue_discussions.yml +3 -1
- data/lib/gitlab/cloud_connector/available_services_generator.rb +0 -4
- data/lib/gitlab/cloud_connector/version.rb +1 -1
- metadata +3 -3
- data/config/services/sast.yml +0 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a2c437d22afb9cbf02c4459b89e97d51dcfbf89ccaec037a0938e11e48603892
|
4
|
+
data.tar.gz: f3f9469f99fbeb77ad73fde6c71d0549f561363056f2225d9d4097ef858326db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b72e438393b82e39de26111a651208b67baa8749cbe80da3ee6a11ed599cfa39db5f38ef27bd14a6eef36ad4543b7e268337c123e619d99a2119088a8bbcd477
|
7
|
+
data.tar.gz: a42003ad31c2b44c8f572bfac598fc746a6c5e8e4664d83f95c7102918140ee447ac4c47582a122f1680865f901bd778c9e0f383948b27358ced1ca98342f2e5
|
@@ -1,13 +1,9 @@
|
|
1
1
|
---
|
2
2
|
name: anthropic_proxy
|
3
3
|
unit_primitives:
|
4
|
-
- categorize_duo_chat_question
|
5
4
|
- generate_commit_message
|
6
5
|
- generate_issue_description
|
7
|
-
- glab_ask_git_command
|
8
6
|
- resolve_vulnerability
|
9
7
|
- review_merge_request
|
10
8
|
- summarize_issue_discussions
|
11
|
-
- summarize_new_merge_request
|
12
|
-
- summarize_review
|
13
9
|
- description_composer
|
@@ -3,7 +3,7 @@ name: ask_work_item
|
|
3
3
|
description: Ask questions about GitLab work items.
|
4
4
|
group: group::duo_chat
|
5
5
|
feature_category: duo_chat
|
6
|
-
documentation_url:
|
6
|
+
documentation_url: https://docs.gitlab.com/user/gitlab_duo_chat/examples/#ask-about-a-specific-work-item
|
7
7
|
backend_services:
|
8
8
|
- ai_gateway
|
9
9
|
- duo_workflow_service
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
name: duo_agent_platform
|
3
|
+
description: Automate tasks and help increase productivity in your development workflow by using GitLab Duo Agent Platform.
|
4
|
+
cut_off_date: 2025-07-03T00:00:00+00:00
|
5
|
+
group: group::duo workflow
|
6
|
+
feature_category: duo_workflow
|
7
|
+
documentation_url: https://docs.gitlab.com/user/duo_agent_platform/
|
8
|
+
backend_services:
|
9
|
+
- ai_gateway
|
10
|
+
- duo_workflow_service
|
11
|
+
add_ons:
|
12
|
+
- duo_pro
|
13
|
+
- duo_enterprise
|
14
|
+
- duo_core
|
@@ -2,7 +2,7 @@
|
|
2
2
|
name: generate_commit_message
|
3
3
|
description: Generate a Git commit message.
|
4
4
|
cut_off_date: 2024-10-17T00:00:00+00:00
|
5
|
-
group: group::code
|
5
|
+
group: group::code creation
|
6
6
|
feature_category: code_review_workflow
|
7
7
|
documentation_url: https://docs.gitlab.com/ee/user/gitlab_duo/#merge-commit-message-generation
|
8
8
|
introduced_by_url: https://gitlab.com/gitlab-org/customers-gitlab-com/-/merge_requests/10371
|
@@ -7,4 +7,6 @@ feature_category: product_analytics_visualization
|
|
7
7
|
backend_services:
|
8
8
|
- ai_gateway
|
9
9
|
add_ons:
|
10
|
-
- duo_enterprise
|
10
|
+
- duo_enterprise
|
11
|
+
deprecated_by_url: https://gitlab.com/gitlab-org/cloud-connector/gitlab-cloud-connector/-/merge_requests/185
|
12
|
+
deprecation_message: This feature was never fully rolled out and is being removed in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/196263.
|
@@ -7,4 +7,6 @@ backend_services:
|
|
7
7
|
- ai_gateway
|
8
8
|
- duo_workflow_service
|
9
9
|
add_ons:
|
10
|
-
- duo_enterprise
|
10
|
+
- duo_enterprise
|
11
|
+
deprecated_by_url: https://gitlab.com/gitlab-org/cloud-connector/gitlab-cloud-connector/-/merge_requests/185
|
12
|
+
deprecation_message: This feature is no longer used and will be removed in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/197660.
|
@@ -10,17 +10,13 @@ module Gitlab
|
|
10
10
|
WRONG_GITLAB_REALM_MESSAGE = 'Wrong gitlab_realm. Please use one of the following: %s'
|
11
11
|
IGNORE_UNIT_PRIMITIVES = %w[
|
12
12
|
agent_quick_actions
|
13
|
-
categorize_duo_chat_question
|
14
13
|
complete_code
|
15
14
|
documentation_search
|
16
15
|
explain_code
|
17
16
|
fix_code
|
18
17
|
generate_code
|
19
|
-
generate_issue_description
|
20
18
|
refactor_code
|
21
19
|
security_scans
|
22
|
-
semantic_search_issue
|
23
|
-
summarize_issue_discussions
|
24
20
|
write_tests
|
25
21
|
].freeze
|
26
22
|
|
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.22.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-
|
11
|
+
date: 2025-07-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -116,7 +116,6 @@ files:
|
|
116
116
|
- config/services/code_suggestions.yml
|
117
117
|
- config/services/duo_chat.yml
|
118
118
|
- config/services/generate_description.yml
|
119
|
-
- config/services/sast.yml
|
120
119
|
- config/services/self_hosted_models.yml
|
121
120
|
- config/services/vertex_ai_proxy.yml
|
122
121
|
- config/unit_primitives/agent_quick_actions.yml
|
@@ -133,6 +132,7 @@ files:
|
|
133
132
|
- config/unit_primitives/complete_code.yml
|
134
133
|
- config/unit_primitives/description_composer.yml
|
135
134
|
- config/unit_primitives/documentation_search.yml
|
135
|
+
- config/unit_primitives/duo_agent_platform.yml
|
136
136
|
- config/unit_primitives/duo_chat.yml
|
137
137
|
- config/unit_primitives/duo_workflow_execute_workflow.yml
|
138
138
|
- config/unit_primitives/explain_code.yml
|