gitlab-cloud-connector 0.2.4 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 67ce9f6dcc2ee1ea8bcb29bb7d7f5a4a5c95a6e0e3e6830352541cf627bb73e8
4
- data.tar.gz: e3e31b925c70a6bd0a1e99ae2d3d2692a85dd9a055f88debfb433ce2ba3bb8d9
3
+ metadata.gz: 7363f0b13ebb4426d3e2885430f02e0171805731cd9bd0bf6d622f6f7a865f22
4
+ data.tar.gz: de851f09c3bc1f9d5553768aa39bcfec867f26aed7c03f94113d8bdd2ed547c3
5
5
  SHA512:
6
- metadata.gz: 4d457b2ea48bf430d5c5fab197a2da85d9c6e6657219f53370e776ae60a49af24a9a0480b026be796d43d296a06e14796026ce167683f6f8af2100bd5a740144
7
- data.tar.gz: ea09694cf8331e5add4372630f67bcc768e3eb253901ab5b23133da7a72887fc1fbcd8ea927a399d6ceeb19ea21f1fba54adf3dfd60268925847b02b85028428
6
+ metadata.gz: e9bb4ffe29e4ca55b5edc0272270935db780a8da1ea457078cd7a69502547b0fcaad438b445486c2104eb35aca0ef20f1e6bcf57e20056d850e1a9614758a383
7
+ data.tar.gz: bb932a661b51819d44bb5a2a080c2554849b9bf7f6f5c9946e329fd46ea8243c2bd6cb122399822bf8ba3edfefd0b18349c7572ee416a6e039a421491434eb37
@@ -8,4 +8,5 @@ unit_primitives:
8
8
  - resolve_vulnerability
9
9
  - review_merge_request
10
10
  - summarize_issue_discussions
11
+ - summarize_new_merge_request
11
12
  - summarize_review
@@ -0,0 +1,9 @@
1
+ ---
2
+ name: amazon_q_integration
3
+ description: 'Amazon Q Integration.'
4
+ group: group::duo_chat
5
+ feature_category: duo_chat
6
+ backend_services:
7
+ - ai_gateway
8
+ license_types:
9
+ - ultimate
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: categorize_duo_chat_question
3
- description: This should not be an unit primitive
3
+ description: This should not be an unit primitive.
4
4
  cut_off_date: 2024-10-17T00:00:00+00:00
5
5
  group: group::project management
6
6
  feature_category: team_planning
@@ -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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Gitlab
4
4
  module CloudConnector
5
- VERSION = '0.2.4'
5
+ VERSION = '0.2.6'
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: 0.2.4
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-05 00:00:00.000000000 Z
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
@@ -1,4 +0,0 @@
1
- ---
2
- name: summarize_new_merge_request
3
- unit_primitives:
4
- - summarize_merge_request