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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cb83b610b630d8bec2117b6c5473856274b4cf19824a9b96c729808647b8c55c
|
4
|
+
data.tar.gz: f95a96e59789f000725c2b9ef87fb166ce17d23082f6460125d3bde5d45f7f75
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
65
|
+
To test changes to the Ruby gem in your environment, you need to source gem contents from you local dir:
|
68
66
|
|
69
|
-
|
70
|
-
|
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
|
|
@@ -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
|
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.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-
|
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
|