gitlab-cloud-connector 1.16.0 → 1.18.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 +4 -4
- data/README.md +1 -1
- data/config/schemas/unit_primitive_schema.json +1 -1
- data/config/services/duo_chat.yml +1 -0
- data/config/services/self_hosted_models.yml +1 -0
- data/config/unit_primitives/include_os_information_context.yml +9 -0
- data/lib/gitlab/cloud_connector/available_services_generator.rb +0 -2
- data/lib/gitlab/cloud_connector/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b3e952625f049bbb146e868e7bf197e318dc08664b2be9997cff5d617b1c35f
|
4
|
+
data.tar.gz: 5084e176939813b9cc718a04ffe063d06e020da8fca804345b8f4756cdcb1782
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc79fde94d2d8c2a9757b9dc90db5309d1908d22219ddfb3fb5543d4f68a03f2e61346f77bcf438a11418ee689c09438f22d5b5a2a0064bd6aa1768596a682e7
|
7
|
+
data.tar.gz: 9e0b9198704cb9a7139964ac4caa5e00d586f36fec9727d567d9f730bc0357f39b8445714bca3d022541305b655ae045851bee86921c9a250b6fa1860d76155c
|
data/README.md
CHANGED
@@ -67,7 +67,7 @@ To test changes to the Ruby gem in your environment, you need to source gem cont
|
|
67
67
|
1. Set `path` in `Gemfile` to point to the library project source:
|
68
68
|
|
69
69
|
```ruby
|
70
|
-
gem "gitlab-cloud-connector", "~> 1.5", require: 'gitlab/cloud_connector', feature_category: :
|
70
|
+
gem "gitlab-cloud-connector", "~> 1.5", require: 'gitlab/cloud_connector', feature_category: :plan_provisioning, path: '/path/to/gitlab-cloud-connector/src/ruby/'
|
71
71
|
```
|
72
72
|
|
73
73
|
1. Run `bundle install` to apply the changes
|
@@ -46,7 +46,7 @@
|
|
46
46
|
"type": "string"
|
47
47
|
},
|
48
48
|
"group": {
|
49
|
-
"description": "The group that introduced the unit primitive, e.g. \"group::
|
49
|
+
"description": "The group that introduced the unit primitive, e.g. \"group::duo chat\"",
|
50
50
|
"type": "string"
|
51
51
|
},
|
52
52
|
"introduced_by_url": {
|
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.
|
4
|
+
version: 1.18.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-06-
|
11
|
+
date: 2025-06-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -149,6 +149,7 @@ files:
|
|
149
149
|
- config/unit_primitives/include_issue_context.yml
|
150
150
|
- config/unit_primitives/include_local_git_context.yml
|
151
151
|
- config/unit_primitives/include_merge_request_context.yml
|
152
|
+
- config/unit_primitives/include_os_information_context.yml
|
152
153
|
- config/unit_primitives/include_repository_context.yml
|
153
154
|
- config/unit_primitives/include_snippet_context.yml
|
154
155
|
- config/unit_primitives/include_terminal_context.yml
|