gitlab_support_readiness 1.0.85 → 1.0.86
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 849c69934c1a08ad5f0aebf4c7d76603ffa71a15335485fa2a786e31e187ac4e
|
4
|
+
data.tar.gz: 6bece7519407c6e398fe2b5127ed2558f8ef0ab55690dcea1957f66b0ab67868
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f2bbab55afdec7bcfb39621747d96341feed2cd93650ea64af260d67c4182918a4467dbe6f0a649a96c2a8567d86db9fc545297f78a18d7fc6852533d1ca355
|
7
|
+
data.tar.gz: 7736d26f017d16a35771c9bdacd412765e8404471b081a4a0c0f2e9f7b9d1b13e1eeb4cf09016c6b25a3637eaae048733197c8e39d53f3f1d2cb2c23a2c4a367
|
@@ -25,7 +25,7 @@ module Readiness
|
|
25
25
|
]
|
26
26
|
ticket.requester = { name: customer_name, email: customer_email }
|
27
27
|
ticket.comment = { html_body: body }
|
28
|
-
ticket.subject =
|
28
|
+
ticket.subject = ticket_subject
|
29
29
|
ticket.tags = %w[support_gratis_request manual_support_upgrade]
|
30
30
|
ticket.priority = 'medium'
|
31
31
|
ticket.status = 'new'
|
@@ -101,6 +101,15 @@ module Readiness
|
|
101
101
|
@opportunity_link ||= ENV.fetch('GRATIS_OPPORTUNITY_LINK')
|
102
102
|
end
|
103
103
|
|
104
|
+
##
|
105
|
+
# Sets the global variable ticket_subject
|
106
|
+
#
|
107
|
+
# @author Jason Colyer
|
108
|
+
# @since 1.0.86
|
109
|
+
def self.ticket_subject
|
110
|
+
@ticket_subject ||= ENV.fetch('GRATIS_SUBJECT', 'Gratis Support Request')
|
111
|
+
end
|
112
|
+
|
104
113
|
##
|
105
114
|
# Sets the global variable context
|
106
115
|
#
|
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.86
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Colyer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|