gitlab-cloud-connector 0.2.4 → 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/amazon_q_integration.yml +9 -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 +4 -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,9 +117,9 @@ 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
|
|
122
|
+
- config/unit_primitives/amazon_q_integration.yml
|
|
123
123
|
- config/unit_primitives/ask_build.yml
|
|
124
124
|
- config/unit_primitives/ask_commit.yml
|
|
125
125
|
- config/unit_primitives/ask_epic.yml
|
|
@@ -155,6 +155,7 @@ files:
|
|
|
155
155
|
- config/unit_primitives/summarize_comments.yml
|
|
156
156
|
- config/unit_primitives/summarize_issue_discussions.yml
|
|
157
157
|
- config/unit_primitives/summarize_merge_request.yml
|
|
158
|
+
- config/unit_primitives/summarize_new_merge_request.yml
|
|
158
159
|
- config/unit_primitives/summarize_review.yml
|
|
159
160
|
- config/unit_primitives/troubleshoot_job.yml
|
|
160
161
|
- config/unit_primitives/write_tests.yml
|