gitlab-cloud-connector 0.2.5 → 0.2.6
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 +1 -0
- data/config/unit_primitives/categorize_duo_chat_question.yml +1 -1
- data/config/unit_primitives/summarize_new_merge_request.yml +11 -0
- data/lib/gitlab/cloud_connector/version.rb +1 -1
- metadata +3 -3
- data/config/services/summarize_new_merge_request.yml +0 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7363f0b13ebb4426d3e2885430f02e0171805731cd9bd0bf6d622f6f7a865f22
|
|
4
|
+
data.tar.gz: de851f09c3bc1f9d5553768aa39bcfec867f26aed7c03f94113d8bdd2ed547c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9bb4ffe29e4ca55b5edc0272270935db780a8da1ea457078cd7a69502547b0fcaad438b445486c2104eb35aca0ef20f1e6bcf57e20056d850e1a9614758a383
|
|
7
|
+
data.tar.gz: bb932a661b51819d44bb5a2a080c2554849b9bf7f6f5c9946e329fd46ea8243c2bd6cb122399822bf8ba3edfefd0b18349c7572ee416a6e039a421491434eb37
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: summarize_new_merge_request
|
|
3
|
+
description: Summarizes the changes for a new merge request based on the diff.
|
|
4
|
+
cut_off_date: 2024-10-17T00:00:00+00:00
|
|
5
|
+
group: group::code review
|
|
6
|
+
feature_category: code_review_workflow
|
|
7
|
+
documentation_url: https://docs.gitlab.com/ee/user/gitlab_duo/#merge-request-summary
|
|
8
|
+
backend_services:
|
|
9
|
+
- ai_gateway
|
|
10
|
+
add_ons:
|
|
11
|
+
- duo_enterprise
|
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: 0.2.
|
|
4
|
+
version: 0.2.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nikola Milojevic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-12-
|
|
11
|
+
date: 2024-12-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -117,7 +117,6 @@ files:
|
|
|
117
117
|
- config/services/generate_description.yml
|
|
118
118
|
- config/services/sast.yml
|
|
119
119
|
- config/services/self_hosted_models.yml
|
|
120
|
-
- config/services/summarize_new_merge_request.yml
|
|
121
120
|
- config/services/vertex_ai_proxy.yml
|
|
122
121
|
- config/unit_primitives/agent_quick_actions.yml
|
|
123
122
|
- config/unit_primitives/amazon_q_integration.yml
|
|
@@ -156,6 +155,7 @@ files:
|
|
|
156
155
|
- config/unit_primitives/summarize_comments.yml
|
|
157
156
|
- config/unit_primitives/summarize_issue_discussions.yml
|
|
158
157
|
- config/unit_primitives/summarize_merge_request.yml
|
|
158
|
+
- config/unit_primitives/summarize_new_merge_request.yml
|
|
159
159
|
- config/unit_primitives/summarize_review.yml
|
|
160
160
|
- config/unit_primitives/troubleshoot_job.yml
|
|
161
161
|
- config/unit_primitives/write_tests.yml
|