gitlab-cloud-connector 1.13.0 → 1.14.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: 077de053a3fe1fce666a22074c0b6b8e4eaff5acf93055d3fffbe80ee11edcd2
4
- data.tar.gz: 45161c6c8d5d4a44141845caf4c3a766d3f7521216a6c2fdfc50b6f1f9a9997a
3
+ metadata.gz: cb83b610b630d8bec2117b6c5473856274b4cf19824a9b96c729808647b8c55c
4
+ data.tar.gz: f95a96e59789f000725c2b9ef87fb166ce17d23082f6460125d3bde5d45f7f75
5
5
  SHA512:
6
- metadata.gz: f45035bc44bd61356cb4de0566ddedb3322dc37535437eb1d7552f29dfe2a4c169e73373432eae44877c96885709c2153e1f43f3430404a14e8755951a95253c
7
- data.tar.gz: 5dc5d7321a6b93f30cba742f3fff4b19440109f88836f0c29da8e940e036aa50ed2441bccc33bf3dea7715e221bc0ec89a2cf9f6094dbfc73f14b5e173fbf2ac
6
+ metadata.gz: c8c12b5077dbbe30f6ebb538f5a90c4ad867418200f1502088cd53a276a8469ad3778c532ccfb8336b2745abc7a0d48abbcab9b599f65b77f30bac66457289fd
7
+ data.tar.gz: cc05305427fa886ce5e96662dfc6b3d50a67b1180fbe75aff0b3732a29dc8a07127b222b864b2cf531db4c4c0f92785e0e6e06f95ba22d9490a7c39357194e13
data/README.md CHANGED
@@ -61,14 +61,14 @@ duo_chat.backend_services.map(&:jwt_aud)
61
61
  ## Contributing
62
62
 
63
63
  ### Test your changes locally
64
-
65
- To test changes to the Ruby gem in your environment, you need to source gem contents from you local dir:
66
64
 
67
- 1. add a `path` attribute to the `gem` definition in the `Gemfile:
65
+ To test changes to the Ruby gem in your environment, you need to source gem contents from you local dir:
68
66
 
69
- ```ruby
70
- gem "gitlab-cloud-connector", "~> 1.5", require: 'gitlab/cloud_connector', feature_category: :cloud_connector, path: '<path to gitlab-cloud-connector folder on your machine>/src/ruby/'
71
- ```
67
+ 1. Set `path` in `Gemfile` to point to the library project source:
68
+
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/'
71
+ ```
72
72
 
73
73
  1. Run `bundle install` to apply the changes
74
74
 
@@ -7,6 +7,7 @@ unit_primitives:
7
7
  - ask_epic
8
8
  - ask_issue
9
9
  - ask_merge_request
10
+ - codebase_search
10
11
  - documentation_search
11
12
  - duo_chat
12
13
  - explain_code
@@ -8,6 +8,7 @@ unit_primitives:
8
8
  - ask_epic
9
9
  - ask_issue
10
10
  - ask_merge_request
11
+ - codebase_search
11
12
  - complete_code
12
13
  - generate_code
13
14
  - documentation_search
@@ -0,0 +1,16 @@
1
+ ---
2
+ name: codebase_search
3
+ description: Perform semantic search on a GitLab repository for a given query.
4
+ cut_off_date: 2024-10-17T00:00:00+00:00
5
+ group: group::code creation
6
+ feature_category: duo_chat
7
+ documentation_url: "" # To be added: https://gitlab.com/gitlab-org/gitlab/-/issues/537573
8
+ milestone: "18.1"
9
+ introduced_by_url: "https://gitlab.com/gitlab-org/cloud-connector/gitlab-cloud-connector/-/merge_requests/149"
10
+ unit_primitive_issue_url: https://gitlab.com/gitlab-org/cloud-connector/gitlab-cloud-connector/-/issues/72
11
+ backend_services:
12
+ - ai_gateway
13
+ add_ons:
14
+ - duo_pro
15
+ - duo_enterprise
16
+ - duo_amazon_q
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Gitlab
4
4
  module CloudConnector
5
- VERSION = '1.13.0'
5
+ VERSION = '1.14.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.13.0
4
+ version: 1.14.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-05-15 00:00:00.000000000 Z
11
+ date: 2025-05-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -128,6 +128,7 @@ files:
128
128
  - config/unit_primitives/ask_merge_request.yml
129
129
  - config/unit_primitives/categorize_duo_chat_question.yml
130
130
  - config/unit_primitives/code_suggestions.yml
131
+ - config/unit_primitives/codebase_search.yml
131
132
  - config/unit_primitives/complete_code.yml
132
133
  - config/unit_primitives/description_composer.yml
133
134
  - config/unit_primitives/documentation_search.yml