gitlab-cloud-connector 1.21.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 14c4552d7227d0465b39a55c3e7547d119a4cdacf31f094c414208dc6580c266
4
- data.tar.gz: 11f560a6079bda358c677d76881443f10e924b4caeb1dcd43bade4e81d3c6ad8
3
+ metadata.gz: a2c437d22afb9cbf02c4459b89e97d51dcfbf89ccaec037a0938e11e48603892
4
+ data.tar.gz: f3f9469f99fbeb77ad73fde6c71d0549f561363056f2225d9d4097ef858326db
5
5
  SHA512:
6
- metadata.gz: b958c7c90251c348cde825d316e0291c05f97207f747ee57e99ef6e221f19681bcb69b13ac6e939e00e3b3987ca26870fed9f9ca34552233e021f39e6b4d05e5
7
- data.tar.gz: 82f52535e491bbaf6d2d8f8160d8f41282adf1124c900a68074374f255a66bdc5b6c554a9ef4687913264b865c2f59765641baa3b34a6353a4cdabe08f44dca0
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
@@ -2,7 +2,5 @@
2
2
  name: vertex_ai_proxy
3
3
  unit_primitives:
4
4
  - generate_commit_message
5
- - generate_cube_query
6
5
  - glab_ask_git_command
7
6
  - semantic_search_issue
8
- - summarize_issue_discussions
@@ -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: "" # To be added: https://gitlab.com/gitlab-org/gitlab/-/issues/551101
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
@@ -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 review
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
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Gitlab
4
4
  module CloudConnector
5
- VERSION = '1.21.0'
5
+ VERSION = '1.22.0'
6
6
  end
7
7
  end
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.21.0
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-07-08 00:00:00.000000000 Z
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
@@ -1,6 +0,0 @@
1
- ---
2
- name: sast
3
- gitlab_realm:
4
- - gitlab-com
5
- unit_primitives:
6
- - security_scans