gitlab-cloud-connector 1.8.0 → 1.9.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a799818f88f7e618976e9cdaddaf37d9e1e44204e94b98f37d7454725066f2db
4
- data.tar.gz: 21b818d8a78eddde6fd1987c3f75162407782eef12d78732561ec3c2e0f5f879
3
+ metadata.gz: 590617586593b273bb29603802241e367e8121a0cedf14c046932f005642a78b
4
+ data.tar.gz: 82bc2a0cce424a91902fe13d7ff5fe58bae4a92d67d05c9c4abaf7be0a659995
5
5
  SHA512:
6
- metadata.gz: a7f6ac2d65dc4421f0f96ba321fd1d90eb77c3ac1caab2302c1d13a0378f256b77cba20c417c7e04986abeaedbd271a898386d010a9caad212902b4604d567d9
7
- data.tar.gz: ccc4a1b97987a3817ff1fb7d4e46acc374544aabcc5d854737b733064abf20524b811b82e2fef042c74a4f0d155f571995a4e9d21d263f64292a6531363fd934
6
+ metadata.gz: 225ed047b89eaaabe116899476e261773bad0cdd7f36fe335e6a248ed22f07b88286bffbf9724e1e432a0eb6f111a195304e49747382b10a658f0dd44078ea1e
7
+ data.tar.gz: 89821a3abbe51094c4368f5add6d2fd35fe60e481492331a7a22b07d8a4353639f6b36a980dde3d24c868d385269715b82c56ffd654febaf208cf3a4f2ce84eb
@@ -0,0 +1,2 @@
1
+ ---
2
+ name: duo_core
@@ -1,10 +1,12 @@
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. It is used to categorize user questions for the purpose of product analytics.
4
4
  cut_off_date: 2024-10-17T00:00:00+00:00
5
- group: group::project management
6
- feature_category: team_planning
5
+ group: group::duo_chat
6
+ feature_category: duo_chat
7
+ documentation_url: https://docs.gitlab.com/development/ai_features/duo_chat/#product-analysis
7
8
  backend_services:
8
9
  - ai_gateway
9
10
  add_ons:
11
+ - duo_pro
10
12
  - duo_enterprise
@@ -13,4 +13,4 @@ backend_services:
13
13
  add_ons:
14
14
  - duo_pro
15
15
  - duo_enterprise
16
- - duo_nano
16
+ - duo_core
@@ -12,4 +12,4 @@ backend_services:
12
12
  add_ons:
13
13
  - duo_pro
14
14
  - duo_enterprise
15
- - duo_nano
15
+ - duo_core
@@ -13,4 +13,4 @@ backend_services:
13
13
  add_ons:
14
14
  - duo_pro
15
15
  - duo_enterprise
16
- - duo_nano
16
+ - duo_core
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Gitlab
4
4
  module CloudConnector
5
- VERSION = '1.8.0'
5
+ VERSION = '1.9.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: 1.8.0
4
+ version: 1.9.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: 2025-04-10 00:00:00.000000000 Z
11
+ date: 2025-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -96,8 +96,8 @@ files:
96
96
  - README.md
97
97
  - Rakefile
98
98
  - config/add_ons/duo_amazon_q.yml
99
+ - config/add_ons/duo_core.yml
99
100
  - config/add_ons/duo_enterprise.yml
100
- - config/add_ons/duo_nano.yml
101
101
  - config/add_ons/duo_pro.yml
102
102
  - config/backend_services/ai_gateway.yml
103
103
  - config/backend_services/ai_gateway_agent.yml
@@ -1,2 +0,0 @@
1
- ---
2
- name: duo_nano