gitlab_support_readiness 1.0.97 → 1.0.99
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8dc7fd990882686085701557b01aace06ccec7bac9cc9da3511d7b376c887491
|
4
|
+
data.tar.gz: cbbbadf995335829623eff125c745c04c532fee08ffac889db18689f29a0dbbc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ecc2ec436986dc13f4e2c332ad71100e240c4adeb6c93fb7561b0b5ed1a5403913d000dbde07cd3054f13bebf0306cdf7e5853d974c3023e342c909fa73f962b
|
7
|
+
data.tar.gz: 7b2b27ef716d35190cc29643c61adbb22b944e8ba629b5fd5113fb0a6ec44d541227b9f8d4ef2ed8b23ff6d7cdd5a1627a257b2e4cd090a8fe83acfb455f7708
|
@@ -182,7 +182,7 @@ module Readiness
|
|
182
182
|
if c['field'] =~ /Field\:\ /
|
183
183
|
name = c['field'].split('Field: ').last
|
184
184
|
ticket_field = Readiness::Zendesk::TicketFields.find_by_name(@zendesk_client, name, @ticket_fields)
|
185
|
-
trigger['conditions'][type][i]['
|
185
|
+
trigger['conditions'][type][i]['field'] = "custom_fields_#{ticket_field.id}"
|
186
186
|
end
|
187
187
|
if c['value'].to_s =~ /Schedule\:\ /
|
188
188
|
name = c['value'].split('Schedule: ').last
|
@@ -271,6 +271,10 @@ module Readiness
|
|
271
271
|
'Quarter',
|
272
272
|
'Quick Start with HA (less than 10,000 users)',
|
273
273
|
'Quick Start without HA, less than 500 users',
|
274
|
+
'Success Essentials - Monthly',
|
275
|
+
'Success Essentials - 3 Year',
|
276
|
+
'Success Essentials - 2 Year',
|
277
|
+
'Success Essentials - 1 Year',
|
274
278
|
'Training LMS Settlement Revenue',
|
275
279
|
'Training Workshop',
|
276
280
|
'Training Workshop | OneTime',
|
@@ -640,11 +644,7 @@ module Readiness
|
|
640
644
|
'Self-Managed - Success Plan Services - 1 Year',
|
641
645
|
'Self-Managed - Success Plan Services - 2 Year',
|
642
646
|
'Self-Managed - Success Plan Services - 3 Year',
|
643
|
-
'Self-Managed - Success Plan Services - Monthly'
|
644
|
-
'Success Essentials - Monthly',
|
645
|
-
'Success Essentials - 3 Year',
|
646
|
-
'Success Essentials - 2 Year',
|
647
|
-
'Success Essentials - 1 Year'
|
647
|
+
'Self-Managed - Success Plan Services - Monthly'
|
648
648
|
]
|
649
649
|
end
|
650
650
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitlab_support_readiness
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.99
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Colyer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-01-
|
11
|
+
date: 2025-01-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|