gitlab-cloud-connector 1.17.0 → 1.19.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: 84e9e87efe4387a0a77b93efd3bd519c067a51e0e6d4688c978f1c55c0ed9bc4
4
- data.tar.gz: 3e56a0a9b50489e48731bbad822deddcad47fde0622e33a4a66528229b6f09bb
3
+ metadata.gz: 1f7b376e0dcf4bf79e502d2291a1efe03d10a69f396ef46c650f3796489947b0
4
+ data.tar.gz: 5b195444ea0c32d188ee357433236eb1b3399be3c0c5dc93774fa062b4a49f9c
5
5
  SHA512:
6
- metadata.gz: bc88d402211ee1cb036323b65432eb5a6fd2dbda1afb47b3b15db8ab1b625bed8ae1866560065449c82709e81869c5bd2c001cf11dd5f7c09fdb04610f36456f
7
- data.tar.gz: 51152d3f2882e539cc7ab23c76c36233485e9941f55785a23f112153e3e4dca40aa764e5f3a24942bdb6ca39f97cdc2a5692a5b93768885d1133b7c5f8bd374d
6
+ metadata.gz: e3358b30e25e5bea161e38046964eadef417825d0fbc20bb140dac0a5d5c187f32b01e92b1380bd2378058c58c2584b459617ba686f40528cd780542a47b68d3
7
+ data.tar.gz: b874724df817fbd72c653763a1774d77f9455eb06dda4ef5e2942d49918ea7bbead8a5ab855d3aad22387909cff746c7421b155f0929f20c828f663a82ef2fa8
data/README.md CHANGED
@@ -67,7 +67,7 @@ To test changes to the Ruby gem in your environment, you need to source gem cont
67
67
  1. Set `path` in `Gemfile` to point to the library project source:
68
68
 
69
69
  ```ruby
70
- gem "gitlab-cloud-connector", "~> 1.5", require: 'gitlab/cloud_connector', feature_category: :cloud_connector, path: '/path/to/gitlab-cloud-connector/src/ruby/'
70
+ gem "gitlab-cloud-connector", "~> 1.5", require: 'gitlab/cloud_connector', feature_category: :plan_provisioning, path: '/path/to/gitlab-cloud-connector/src/ruby/'
71
71
  ```
72
72
 
73
73
  1. Run `bundle install` to apply the changes
@@ -46,7 +46,7 @@
46
46
  "type": "string"
47
47
  },
48
48
  "group": {
49
- "description": "The group that introduced the unit primitive, e.g. \"group::cloud connector\"",
49
+ "description": "The group that introduced the unit primitive, e.g. \"group::duo chat\"",
50
50
  "type": "string"
51
51
  },
52
52
  "introduced_by_url": {
@@ -7,6 +7,7 @@ unit_primitives:
7
7
  - ask_epic
8
8
  - ask_issue
9
9
  - ask_merge_request
10
+ - ask_work_item
10
11
  - codebase_search
11
12
  - documentation_search
12
13
  - duo_chat
@@ -8,6 +8,7 @@ unit_primitives:
8
8
  - ask_epic
9
9
  - ask_issue
10
10
  - ask_merge_request
11
+ - ask_work_item
11
12
  - codebase_search
12
13
  - complete_code
13
14
  - generate_code
@@ -0,0 +1,11 @@
1
+ ---
2
+ name: ask_work_item
3
+ description: Ask questions about GitLab work items.
4
+ group: group::duo_chat
5
+ feature_category: duo_chat
6
+ documentation_url: "" # To be added: https://gitlab.com/gitlab-org/gitlab/-/issues/551101
7
+ backend_services:
8
+ - ai_gateway
9
+ - duo_workflow_service
10
+ add_ons:
11
+ - duo_enterprise
@@ -13,8 +13,6 @@ module Gitlab
13
13
  categorize_duo_chat_question
14
14
  complete_code
15
15
  documentation_search
16
- duo_workflow_execute_workflow
17
- duo_workflow_generate_token
18
16
  explain_code
19
17
  fix_code
20
18
  generate_code
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Gitlab
4
4
  module CloudConnector
5
- VERSION = '1.17.0'
5
+ VERSION = '1.19.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.17.0
4
+ version: 1.19.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-06-12 00:00:00.000000000 Z
11
+ date: 2025-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -126,6 +126,7 @@ files:
126
126
  - config/unit_primitives/ask_epic.yml
127
127
  - config/unit_primitives/ask_issue.yml
128
128
  - config/unit_primitives/ask_merge_request.yml
129
+ - config/unit_primitives/ask_work_item.yml
129
130
  - config/unit_primitives/categorize_duo_chat_question.yml
130
131
  - config/unit_primitives/code_suggestions.yml
131
132
  - config/unit_primitives/codebase_search.yml