gitlab-cloud-connector 0.2.5 → 0.3.0

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: c67bf53f19e59f53539e9492c7ad90695e3e9986d8ac9afd1eaad60bd0f426bf
4
- data.tar.gz: f61bcf16396ed0c05b5da04e2cd84f865b597fad0f39ff007e8c41afed69c1cd
3
+ metadata.gz: ba0e1c9f5b77ddd68494a8c03334925cfb64dc37e18837c6ffdfa23fee41f12d
4
+ data.tar.gz: e184009e5f0df3176aec7361424d9d3d35c7f6217293205f2cac7cfde939f25e
5
5
  SHA512:
6
- metadata.gz: 6fe26d08d1bc89590782e1995ea2e8c59410ec7b05a0fd25273416cc32a08624e04dec70b5ea78fd3e940e9dd0acbe9b857ee4bb5bb1524edb2a0b6d764f4fdb
7
- data.tar.gz: a8c32d1ee2175dbc85eab503c34df8190c593e26cb7ce869e19fcb534e0436a0459510e4691f8a0326d78fc70c40265bf242f434603f839747cbb9b9915e9373
6
+ metadata.gz: 3720195985967cd355d03f72be3522a67a33fa4c2907245c612a85f33fb358ab363282efb0b6dd56695659e4adfb3ec01ae8d9dac1c5cc47121ef44433b29908
7
+ data.tar.gz: 66d62a4f3764a7be75c3c0ea64c8fdc5ff2903cfd267b6a9386ce2927495151054856438040f22bbb557c99229b80fd160879cbcd807c5588312e0a02e94f5ca
@@ -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
@@ -10,6 +10,7 @@ unit_primitives:
10
10
  - documentation_search
11
11
  - duo_chat
12
12
  - explain_code
13
+ - explain_terminal
13
14
  - fix_code
14
15
  - include_dependency_context
15
16
  - include_file_context
@@ -0,0 +1,12 @@
1
+ ---
2
+ name: explain_terminal
3
+ description: Explain terminal or command line interface output.
4
+ cut_off_date: 2024-10-17T00:00:00+00:00
5
+ group: group::duo_chat
6
+ feature_category: duo_chat
7
+ documentation_url: "" # To be added: https://gitlab.com/gitlab-org/gitlab/-/issues/504104
8
+ backend_services:
9
+ - ai_gateway
10
+ add_ons:
11
+ - duo_pro
12
+ - duo_enterprise
@@ -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.5'
5
+ VERSION = '0.3.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: 0.2.5
4
+ version: 0.3.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: 2024-12-11 00:00:00.000000000 Z
11
+ date: 2024-12-31 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
@@ -133,6 +132,7 @@ files:
133
132
  - config/unit_primitives/duo_chat.yml
134
133
  - config/unit_primitives/duo_workflow_execute_workflow.yml
135
134
  - config/unit_primitives/explain_code.yml
135
+ - config/unit_primitives/explain_terminal.yml
136
136
  - config/unit_primitives/explain_vulnerability.yml
137
137
  - config/unit_primitives/fix_code.yml
138
138
  - config/unit_primitives/generate_code.yml
@@ -156,6 +156,7 @@ files:
156
156
  - config/unit_primitives/summarize_comments.yml
157
157
  - config/unit_primitives/summarize_issue_discussions.yml
158
158
  - config/unit_primitives/summarize_merge_request.yml
159
+ - config/unit_primitives/summarize_new_merge_request.yml
159
160
  - config/unit_primitives/summarize_review.yml
160
161
  - config/unit_primitives/troubleshoot_job.yml
161
162
  - config/unit_primitives/write_tests.yml
@@ -1,4 +0,0 @@
1
- ---
2
- name: summarize_new_merge_request
3
- unit_primitives:
4
- - summarize_merge_request