gitlab-cloud-connector 0.2.3 → 0.2.5

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: 631ee0be48c3afe5732dcdd2cbf8f1f2bfb081ac40783a3790981072c80ab57d
4
- data.tar.gz: b22b16aaf5e29d67081cd4ee03e83f572daeed2db9ab15962c0e82ed192676ab
3
+ metadata.gz: c67bf53f19e59f53539e9492c7ad90695e3e9986d8ac9afd1eaad60bd0f426bf
4
+ data.tar.gz: f61bcf16396ed0c05b5da04e2cd84f865b597fad0f39ff007e8c41afed69c1cd
5
5
  SHA512:
6
- metadata.gz: c4cb3e67ea39fb9b7db24a5fe6b9375d8e1b8278c27bd91b929d11dd8bec180adbfb7a182d9f175a744ac3e7f2e490bd05bc888b7770d01b4b30dfe7f2aa3aff
7
- data.tar.gz: 01ce43956fe3a3fc248757294520cf220dbc00b25b7d5f3774fc5320f467874f0f1ac1f43bbe91efcf07d1d9c80df7dbbfe21ce1ca429f3c5719a045396ebdd8
6
+ metadata.gz: 6fe26d08d1bc89590782e1995ea2e8c59410ec7b05a0fd25273416cc32a08624e04dec70b5ea78fd3e940e9dd0acbe9b857ee4bb5bb1524edb2a0b6d764f4fdb
7
+ data.tar.gz: a8c32d1ee2175dbc85eab503c34df8190c593e26cb7ce869e19fcb534e0436a0459510e4691f8a0326d78fc70c40265bf242f434603f839747cbb9b9915e9373
@@ -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
@@ -0,0 +1,12 @@
1
+ ---
2
+ name: measure_comment_temperature
3
+ description: Measure the temperature of a comment.
4
+ cut_off_date: 2024-10-17T00:00:00+00:00
5
+ group: group::ai framework
6
+ feature_category: ai_abstraction_layer
7
+ introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/174067
8
+ backend_services:
9
+ - ai_gateway
10
+ add_ons:
11
+ - duo_enterprise
12
+ - duo_pro
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Gitlab
4
4
  module CloudConnector
5
- VERSION = '0.2.3'
5
+ VERSION = '0.2.5'
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.3
4
+ version: 0.2.5
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-02 00:00:00.000000000 Z
11
+ date: 2024-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -120,6 +120,7 @@ files:
120
120
  - config/services/summarize_new_merge_request.yml
121
121
  - config/services/vertex_ai_proxy.yml
122
122
  - config/unit_primitives/agent_quick_actions.yml
123
+ - config/unit_primitives/amazon_q_integration.yml
123
124
  - config/unit_primitives/ask_build.yml
124
125
  - config/unit_primitives/ask_commit.yml
125
126
  - config/unit_primitives/ask_epic.yml
@@ -145,6 +146,7 @@ files:
145
146
  - config/unit_primitives/include_local_git_context.yml
146
147
  - config/unit_primitives/include_merge_request_context.yml
147
148
  - config/unit_primitives/include_snippet_context.yml
149
+ - config/unit_primitives/measure_comment_temperature.yml
148
150
  - config/unit_primitives/observability_all.yml
149
151
  - config/unit_primitives/refactor_code.yml
150
152
  - config/unit_primitives/resolve_vulnerability.yml