gitlab_support_readiness 1.4.1 → 1.5.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/lib/support_readiness/support_super_form_processor/disable_us_government.rb +1 -1
- data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_billing_entity_change.rb +11 -11
- data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_extension.rb +12 -12
- data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_investigate.rb +12 -12
- data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_link.rb +9 -9
- data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_nfr.rb +10 -10
- data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_reset_seat_qsr.rb +9 -9
- data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_trials_edit.rb +10 -10
- data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_trials_extension.rb +13 -13
- data/lib/support_readiness/support_super_form_processor/global_ir_hackerone_license.rb +5 -5
- data/lib/support_readiness/support_super_form_processor/global_ir_oem_license.rb +10 -43
- data/lib/support_readiness/support_super_form_processor/global_ir_order_management.rb +15 -15
- data/lib/support_readiness/support_super_form_processor/global_ir_other.rb +3 -3
- data/lib/support_readiness/support_super_form_processor/global_ir_provison_failure.rb +7 -7
- data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_did_not_receive.rb +7 -7
- data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_multiyear.rb +7 -7
- data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_nfr.rb +9 -9
- data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_resend.rb +7 -7
- data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_scl.rb +8 -8
- data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_temp.rb +12 -12
- data/lib/support_readiness/support_super_form_processor/global_ir_sm_trials_edit.rb +9 -9
- data/lib/support_readiness/support_super_form_processor/global_ir_sm_trials_extension.rb +11 -21
- data/lib/support_readiness/support_super_form_processor/global_ir_sm_trials_new.rb +11 -11
- data/lib/support_readiness/support_super_form_processor/global_ir_wider_community_license.rb +12 -12
- data/lib/support_readiness/support_super_form_processor/global_set_collaboration_id.rb +2 -2
- data/lib/support_readiness/support_super_form_processor/global_set_org_ase.rb +2 -2
- data/lib/support_readiness/support_super_form_processor/gratis_request.rb +6 -6
- data/lib/support_readiness/support_super_form_processor/namespace_availability.rb +1 -1
- data/lib/support_readiness/support_super_form_processor/sa_request_for_support.rb +12 -22
- data/lib/support_readiness/support_super_form_processor/team_member_license.rb +5 -5
- data/lib/support_readiness/support_super_form_processor/usgov_ir_order_management.rb +15 -15
- data/lib/support_readiness/support_super_form_processor/usgov_ir_other.rb +3 -13
- data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_did_not_receive.rb +6 -6
- data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_multiyear.rb +6 -6
- data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_nfr.rb +9 -9
- data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_resend.rb +6 -6
- data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_scl.rb +6 -6
- data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_temp.rb +12 -12
- data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_trials_edit.rb +9 -9
- data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_trials_extension.rb +11 -21
- data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_trials_new.rb +11 -11
- data/lib/support_readiness/support_super_form_processor/usgov_set_collaboration_id.rb +2 -2
- data/lib/support_readiness/support_super_form_processor/usgov_set_org_ase.rb +2 -2
- metadata +5 -5
data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_trials_extension.rb
CHANGED
@@ -51,7 +51,7 @@ module Readiness
|
|
51
51
|
ticket.comment = { html_body: body }
|
52
52
|
ticket.subject = 'Internal Request - GitLab.com - Extend an existing trial'
|
53
53
|
ticket.tags = %w[lnr_internal_request lnr_valid_request lnr_saas_trial lnr_saas_trial_extension]
|
54
|
-
ticket.tags.push('lnr_saas_trial_duo_related') if duo_related
|
54
|
+
ticket.tags.push('lnr_saas_trial_duo_related') if duo_related.to_s == 'yes'
|
55
55
|
ticket.priority = request_priority
|
56
56
|
ticket.status = 'new'
|
57
57
|
ticket.ticket_form_id = @lnr_form.id
|
@@ -106,7 +106,7 @@ module Readiness
|
|
106
106
|
# @author Jason Colyer
|
107
107
|
# @since 1.0.42
|
108
108
|
def self.request_priority
|
109
|
-
@request_priority ||= ENV.fetch('
|
109
|
+
@request_priority ||= ENV.fetch('PRIORITY')
|
110
110
|
end
|
111
111
|
|
112
112
|
##
|
@@ -115,7 +115,7 @@ module Readiness
|
|
115
115
|
# @author Jason Colyer
|
116
116
|
# @since 1.0.42
|
117
117
|
def self.namespace_provided
|
118
|
-
@namespace_provided ||= ENV.fetch('
|
118
|
+
@namespace_provided ||= ENV.fetch('NAMESPACE')
|
119
119
|
end
|
120
120
|
|
121
121
|
##
|
@@ -124,7 +124,7 @@ module Readiness
|
|
124
124
|
# @author Jason Colyer
|
125
125
|
# @since 1.0.42
|
126
126
|
def self.context
|
127
|
-
@context ||= ENV.fetch('
|
127
|
+
@context ||= ENV.fetch('LNR_OTHER_CONTEXT')
|
128
128
|
end
|
129
129
|
|
130
130
|
##
|
@@ -133,7 +133,7 @@ module Readiness
|
|
133
133
|
# @author Jason Colyer
|
134
134
|
# @since 1.0.42
|
135
135
|
def self.contact_name
|
136
|
-
@contact_name ||= ENV.fetch('
|
136
|
+
@contact_name ||= ENV.fetch('CONTACT_NAME')
|
137
137
|
end
|
138
138
|
|
139
139
|
##
|
@@ -142,7 +142,7 @@ module Readiness
|
|
142
142
|
# @author Jason Colyer
|
143
143
|
# @since 1.0.42
|
144
144
|
def self.contact_email
|
145
|
-
@contact_email ||= ENV.fetch('
|
145
|
+
@contact_email ||= ENV.fetch('CONTACT_EMAIL')
|
146
146
|
end
|
147
147
|
|
148
148
|
##
|
@@ -151,7 +151,7 @@ module Readiness
|
|
151
151
|
# @author Jason Colyer
|
152
152
|
# @since 1.0.42
|
153
153
|
def self.company
|
154
|
-
@company ||= ENV.fetch('
|
154
|
+
@company ||= ENV.fetch('COMPANY')
|
155
155
|
end
|
156
156
|
|
157
157
|
##
|
@@ -160,7 +160,7 @@ module Readiness
|
|
160
160
|
# @author Jason Colyer
|
161
161
|
# @since 1.0.42
|
162
162
|
def self.opp_link
|
163
|
-
@opp_link ||= ENV.fetch('
|
163
|
+
@opp_link ||= ENV.fetch('SFDC_OPPORTUNITY')
|
164
164
|
end
|
165
165
|
|
166
166
|
##
|
@@ -169,7 +169,7 @@ module Readiness
|
|
169
169
|
# @author Jason Colyer
|
170
170
|
# @since 1.0.42
|
171
171
|
def self.extension_date
|
172
|
-
@extension_date ||= ENV.fetch('
|
172
|
+
@extension_date ||= ENV.fetch('EXPIRATION_DATE')
|
173
173
|
end
|
174
174
|
|
175
175
|
##
|
@@ -178,7 +178,7 @@ module Readiness
|
|
178
178
|
# @author Jason Colyer
|
179
179
|
# @since 1.0.42
|
180
180
|
def self.plan
|
181
|
-
@plan ||= ENV.fetch('
|
181
|
+
@plan ||= ENV.fetch('COM_PLAN')
|
182
182
|
end
|
183
183
|
|
184
184
|
##
|
@@ -187,7 +187,7 @@ module Readiness
|
|
187
187
|
# @author Jason Colyer
|
188
188
|
# @since 1.0.42
|
189
189
|
def self.sfdc_account_link
|
190
|
-
@sfdc_account_link ||= ENV.fetch('
|
190
|
+
@sfdc_account_link ||= ENV.fetch('SFDC_ACCOUNT')
|
191
191
|
end
|
192
192
|
|
193
193
|
##
|
@@ -196,7 +196,7 @@ module Readiness
|
|
196
196
|
# @author Jason Colyer
|
197
197
|
# @since 1.0.42
|
198
198
|
def self.reason
|
199
|
-
@reason ||= ENV.fetch('
|
199
|
+
@reason ||= ENV.fetch('EXTENSION_REASON')
|
200
200
|
end
|
201
201
|
|
202
202
|
##
|
@@ -205,7 +205,7 @@ module Readiness
|
|
205
205
|
# @author Jason Colyer
|
206
206
|
# @since 1.3.0
|
207
207
|
def self.duo_related
|
208
|
-
@duo_related ||= ENV.fetch('
|
208
|
+
@duo_related ||= ENV.fetch('DUO_RELATED', false)
|
209
209
|
end
|
210
210
|
|
211
211
|
##
|
@@ -101,7 +101,7 @@ module Readiness
|
|
101
101
|
# @author Jason Colyer
|
102
102
|
# @since 1.0.42
|
103
103
|
def self.request_priority
|
104
|
-
@request_priority ||= ENV.fetch('
|
104
|
+
@request_priority ||= ENV.fetch('PRIORITY')
|
105
105
|
end
|
106
106
|
|
107
107
|
##
|
@@ -110,7 +110,7 @@ module Readiness
|
|
110
110
|
# @author Jason Colyer
|
111
111
|
# @since 1.0.42
|
112
112
|
def self.context
|
113
|
-
@context ||= ENV.fetch('
|
113
|
+
@context ||= ENV.fetch('LNR_OTHER_CONTEXT')
|
114
114
|
end
|
115
115
|
|
116
116
|
##
|
@@ -119,7 +119,7 @@ module Readiness
|
|
119
119
|
# @author Jason Colyer
|
120
120
|
# @since 1.0.42
|
121
121
|
def self.contact_name
|
122
|
-
@contact_name ||= ENV.fetch('
|
122
|
+
@contact_name ||= ENV.fetch('CONTACT_NAME')
|
123
123
|
end
|
124
124
|
|
125
125
|
##
|
@@ -128,7 +128,7 @@ module Readiness
|
|
128
128
|
# @author Jason Colyer
|
129
129
|
# @since 1.0.42
|
130
130
|
def self.contact_email
|
131
|
-
@contact_email ||= ENV.fetch('
|
131
|
+
@contact_email ||= ENV.fetch('CONTACT_EMAIL')
|
132
132
|
end
|
133
133
|
|
134
134
|
##
|
@@ -137,7 +137,7 @@ module Readiness
|
|
137
137
|
# @author Jason Colyer
|
138
138
|
# @since 1.0.42
|
139
139
|
def self.company
|
140
|
-
@company ||= ENV.fetch('
|
140
|
+
@company ||= ENV.fetch('COMPANY')
|
141
141
|
end
|
142
142
|
|
143
143
|
##
|
@@ -99,16 +99,7 @@ module Readiness
|
|
99
99
|
end
|
100
100
|
|
101
101
|
def self.request_priority
|
102
|
-
@request_priority ||= ENV.fetch('
|
103
|
-
end
|
104
|
-
|
105
|
-
##
|
106
|
-
# Sets the global variable partner
|
107
|
-
#
|
108
|
-
# @author Jason Colyer
|
109
|
-
# @since 1.0.42
|
110
|
-
def self.partner
|
111
|
-
@partner ||= ENV.fetch('OEM_LICENSE_PARTNER')
|
102
|
+
@request_priority ||= ENV.fetch('PRIORITY')
|
112
103
|
end
|
113
104
|
|
114
105
|
##
|
@@ -117,16 +108,7 @@ module Readiness
|
|
117
108
|
# @author Jason Colyer
|
118
109
|
# @since 1.0.42
|
119
110
|
def self.company
|
120
|
-
@company ||= ENV.fetch('
|
121
|
-
end
|
122
|
-
|
123
|
-
##
|
124
|
-
# Sets the global variable previous_email
|
125
|
-
#
|
126
|
-
# @author Jason Colyer
|
127
|
-
# @since 1.0.42
|
128
|
-
def self.previous_email
|
129
|
-
@previous_email ||= ENV.fetch('OEM_LICENSE_SENT_TO')
|
111
|
+
@company ||= ENV.fetch('OEM_CUSTOMER_COMPANY')
|
130
112
|
end
|
131
113
|
|
132
114
|
##
|
@@ -135,16 +117,7 @@ module Readiness
|
|
135
117
|
# @author Jason Colyer
|
136
118
|
# @since 1.0.42
|
137
119
|
def self.opportunity
|
138
|
-
@opportunity ||= ENV.fetch('
|
139
|
-
end
|
140
|
-
|
141
|
-
##
|
142
|
-
# Sets the global variable license
|
143
|
-
#
|
144
|
-
# @author Jason Colyer
|
145
|
-
# @since 1.0.42
|
146
|
-
def self.license
|
147
|
-
@license ||= ENV.fetch('OEM_LICENSE_PREVIOUS_LICENSE')
|
120
|
+
@opportunity ||= ENV.fetch('SFDC_OPPORTUNITY')
|
148
121
|
end
|
149
122
|
|
150
123
|
##
|
@@ -153,7 +126,7 @@ module Readiness
|
|
153
126
|
# @author Jason Colyer
|
154
127
|
# @since 1.0.42
|
155
128
|
def self.start_date
|
156
|
-
@start_date ||= ENV.fetch('
|
129
|
+
@start_date ||= ENV.fetch('START_DATE')
|
157
130
|
end
|
158
131
|
|
159
132
|
##
|
@@ -162,7 +135,7 @@ module Readiness
|
|
162
135
|
# @author Jason Colyer
|
163
136
|
# @since 1.0.42
|
164
137
|
def self.end_date
|
165
|
-
@end_date ||= ENV.fetch('
|
138
|
+
@end_date ||= ENV.fetch('EXPIRATION_DATE')
|
166
139
|
end
|
167
140
|
|
168
141
|
##
|
@@ -171,7 +144,7 @@ module Readiness
|
|
171
144
|
# @author Jason Colyer
|
172
145
|
# @since 1.0.42
|
173
146
|
def self.current_count
|
174
|
-
@current_count ||= ENV.fetch('
|
147
|
+
@current_count ||= ENV.fetch('SEAT_COUNT')
|
175
148
|
end
|
176
149
|
|
177
150
|
##
|
@@ -180,7 +153,7 @@ module Readiness
|
|
180
153
|
# @author Jason Colyer
|
181
154
|
# @since 1.0.42
|
182
155
|
def self.previous_count
|
183
|
-
@previous_count ||= ENV.fetch('
|
156
|
+
@previous_count ||= ENV.fetch('PREVIOUS_COUNT')
|
184
157
|
end
|
185
158
|
|
186
159
|
##
|
@@ -189,7 +162,7 @@ module Readiness
|
|
189
162
|
# @author Jason Colyer
|
190
163
|
# @since 1.0.42
|
191
164
|
def self.trueup
|
192
|
-
@trueup ||= ENV.fetch('
|
165
|
+
@trueup ||= ENV.fetch('TRUEUP_COUNT')
|
193
166
|
end
|
194
167
|
|
195
168
|
##
|
@@ -198,7 +171,7 @@ module Readiness
|
|
198
171
|
# @author Jason Colyer
|
199
172
|
# @since 1.0.42
|
200
173
|
def self.sfdc_account_link
|
201
|
-
@sfdc_account_link ||= ENV.fetch('
|
174
|
+
@sfdc_account_link ||= ENV.fetch('SFDC_ACCOUNT')
|
202
175
|
end
|
203
176
|
|
204
177
|
##
|
@@ -207,7 +180,7 @@ module Readiness
|
|
207
180
|
# @author Jason Colyer
|
208
181
|
# @since 1.0.42
|
209
182
|
def self.context
|
210
|
-
@context ||= ENV.fetch('
|
183
|
+
@context ||= ENV.fetch('LNR_OTHER_CONTEXT')
|
211
184
|
end
|
212
185
|
|
213
186
|
##
|
@@ -234,12 +207,6 @@ module Readiness
|
|
234
207
|
<li>Company name: #{company}</li>
|
235
208
|
<li>#{Readiness::SupportSuperFormProcessor::Shared.sfdc_opportunity_string(opportunity)}</li>
|
236
209
|
<li>#{Readiness::SupportSuperFormProcessor::Shared.sfdc_account_string(sfdc_account_link)}</li>
|
237
|
-
<li>
|
238
|
-
Previous license sent to: <a href='mailto:#{previous_email}'>#{previous_email}</a>
|
239
|
-
<a href="https://www.zuora.com/platform/apps/search?searchTerm=#{previous_email}" target='_blank'>(Zuora Search)</a>
|
240
|
-
<a href="https://customers.gitlab.com/admin/customer?model_name=customer&query=#{previous_email}" target='_blank'>(Portal Search)</a>
|
241
|
-
</li>
|
242
|
-
<li>Previous License: <a href='#{license}' target='_blank'>#{license}</a></li>
|
243
210
|
<li>Start date: #{start_date}</li>
|
244
211
|
<li>End date: #{end_date}</li>
|
245
212
|
<li>Current user count: #{current_count}</li>
|
@@ -104,7 +104,7 @@ module Readiness
|
|
104
104
|
# @author Jason Colyer
|
105
105
|
# @since 1.0.42
|
106
106
|
def self.request_priority
|
107
|
-
@request_priority ||= ENV.fetch('
|
107
|
+
@request_priority ||= ENV.fetch('PRIORITY')
|
108
108
|
end
|
109
109
|
|
110
110
|
##
|
@@ -113,7 +113,7 @@ module Readiness
|
|
113
113
|
# @author Jason Colyer
|
114
114
|
# @since 1.0.42
|
115
115
|
def self.context
|
116
|
-
@context ||= ENV.fetch('
|
116
|
+
@context ||= ENV.fetch('LNR_OTHER_CONTEXT')
|
117
117
|
end
|
118
118
|
|
119
119
|
##
|
@@ -122,7 +122,7 @@ module Readiness
|
|
122
122
|
# @author Jason Colyer
|
123
123
|
# @since 1.0.42
|
124
124
|
def self.contact_name
|
125
|
-
@contact_name ||= ENV.fetch('
|
125
|
+
@contact_name ||= ENV.fetch('CONTACT_NAME')
|
126
126
|
end
|
127
127
|
|
128
128
|
##
|
@@ -131,7 +131,7 @@ module Readiness
|
|
131
131
|
# @author Jason Colyer
|
132
132
|
# @since 1.0.42
|
133
133
|
def self.contact_email
|
134
|
-
@contact_email ||= ENV.fetch('
|
134
|
+
@contact_email ||= ENV.fetch('CONTACT_EMAIL')
|
135
135
|
end
|
136
136
|
|
137
137
|
##
|
@@ -140,7 +140,7 @@ module Readiness
|
|
140
140
|
# @author Jason Colyer
|
141
141
|
# @since 1.0.42
|
142
142
|
def self.company
|
143
|
-
@company ||= ENV.fetch('
|
143
|
+
@company ||= ENV.fetch('COMPANY')
|
144
144
|
end
|
145
145
|
|
146
146
|
##
|
@@ -149,7 +149,7 @@ module Readiness
|
|
149
149
|
# @author Jason Colyer
|
150
150
|
# @since 1.0.42
|
151
151
|
def self.opp_link
|
152
|
-
@opp_link ||= ENV.fetch('
|
152
|
+
@opp_link ||= ENV.fetch('SFDC_OPPORTUNITY')
|
153
153
|
end
|
154
154
|
|
155
155
|
##
|
@@ -158,7 +158,7 @@ module Readiness
|
|
158
158
|
# @author Jason Colyer
|
159
159
|
# @since 1.0.42
|
160
160
|
def self.sub_name
|
161
|
-
@sub_name ||= ENV.fetch('
|
161
|
+
@sub_name ||= ENV.fetch('SUB_NAME')
|
162
162
|
end
|
163
163
|
|
164
164
|
##
|
@@ -167,7 +167,7 @@ module Readiness
|
|
167
167
|
# @author Jason Colyer
|
168
168
|
# @since 1.0.42
|
169
169
|
def self.sub_id
|
170
|
-
@sub_id ||= ENV.fetch('
|
170
|
+
@sub_id ||= ENV.fetch('ZUORA_SUB_ID')
|
171
171
|
end
|
172
172
|
|
173
173
|
##
|
@@ -176,7 +176,7 @@ module Readiness
|
|
176
176
|
# @author Jason Colyer
|
177
177
|
# @since 1.0.42
|
178
178
|
def self.start_date
|
179
|
-
@start_date ||= ENV.fetch('
|
179
|
+
@start_date ||= ENV.fetch('START_DATE')
|
180
180
|
end
|
181
181
|
|
182
182
|
##
|
@@ -185,7 +185,7 @@ module Readiness
|
|
185
185
|
# @author Jason Colyer
|
186
186
|
# @since 1.0.42
|
187
187
|
def self.end_date
|
188
|
-
@end_date ||= ENV.fetch('
|
188
|
+
@end_date ||= ENV.fetch('EXPIRATION_DATE')
|
189
189
|
end
|
190
190
|
|
191
191
|
##
|
@@ -194,7 +194,7 @@ module Readiness
|
|
194
194
|
# @author Jason Colyer
|
195
195
|
# @since 1.0.42
|
196
196
|
def self.current
|
197
|
-
@current ||= ENV.fetch('
|
197
|
+
@current ||= ENV.fetch('SEAT_COUNT')
|
198
198
|
end
|
199
199
|
|
200
200
|
##
|
@@ -203,7 +203,7 @@ module Readiness
|
|
203
203
|
# @author Jason Colyer
|
204
204
|
# @since 1.0.42
|
205
205
|
def self.previous
|
206
|
-
@previous ||= ENV.fetch('
|
206
|
+
@previous ||= ENV.fetch('PREVIOUS_COUNT')
|
207
207
|
end
|
208
208
|
|
209
209
|
##
|
@@ -212,7 +212,7 @@ module Readiness
|
|
212
212
|
# @author Jason Colyer
|
213
213
|
# @since 1.0.42
|
214
214
|
def self.trueup
|
215
|
-
@trueup ||= ENV.fetch('
|
215
|
+
@trueup ||= ENV.fetch('TRUEUP_COUNT')
|
216
216
|
end
|
217
217
|
|
218
218
|
##
|
@@ -221,7 +221,7 @@ module Readiness
|
|
221
221
|
# @author Jason Colyer
|
222
222
|
# @since 1.0.42
|
223
223
|
def self.sfdc_account_link
|
224
|
-
@sfdc_account_link ||= ENV.fetch('
|
224
|
+
@sfdc_account_link ||= ENV.fetch('SFDC_ACCOUNT')
|
225
225
|
end
|
226
226
|
|
227
227
|
##
|
@@ -230,7 +230,7 @@ module Readiness
|
|
230
230
|
# @author Jason Colyer
|
231
231
|
# @since 1.0.42
|
232
232
|
def self.plan
|
233
|
-
@plan ||= ENV.fetch('
|
233
|
+
@plan ||= ENV.fetch('SM_PLAN')
|
234
234
|
end
|
235
235
|
|
236
236
|
##
|
@@ -101,7 +101,7 @@ module Readiness
|
|
101
101
|
# @author Jason Colyer
|
102
102
|
# @since 1.0.42
|
103
103
|
def self.request_priority
|
104
|
-
@request_priority ||= ENV.fetch('
|
104
|
+
@request_priority ||= ENV.fetch('PRIORITY')
|
105
105
|
end
|
106
106
|
|
107
107
|
##
|
@@ -110,7 +110,7 @@ module Readiness
|
|
110
110
|
# @author Jason Colyer
|
111
111
|
# @since 1.0.42
|
112
112
|
def self.context
|
113
|
-
@context ||= ENV.fetch('
|
113
|
+
@context ||= ENV.fetch('LNR_OTHER_CONTEXT')
|
114
114
|
end
|
115
115
|
|
116
116
|
##
|
@@ -119,7 +119,7 @@ module Readiness
|
|
119
119
|
# @author Jason Colyer
|
120
120
|
# @since 1.0.42
|
121
121
|
def self.sfdc_account_link
|
122
|
-
@sfdc_account_link ||= ENV.fetch('
|
122
|
+
@sfdc_account_link ||= ENV.fetch('SFDC_ACCOUNT')
|
123
123
|
end
|
124
124
|
|
125
125
|
##
|
@@ -101,7 +101,7 @@ module Readiness
|
|
101
101
|
# @author Jason Colyer
|
102
102
|
# @since 1.0.42
|
103
103
|
def self.request_priority
|
104
|
-
@request_priority ||= ENV.fetch('
|
104
|
+
@request_priority ||= ENV.fetch('PRIORITY')
|
105
105
|
end
|
106
106
|
|
107
107
|
##
|
@@ -110,7 +110,7 @@ module Readiness
|
|
110
110
|
# @author Jason Colyer
|
111
111
|
# @since 1.0.42
|
112
112
|
def self.context
|
113
|
-
@context ||= ENV.fetch('
|
113
|
+
@context ||= ENV.fetch('LNR_OTHER_CONTEXT')
|
114
114
|
end
|
115
115
|
|
116
116
|
##
|
@@ -119,7 +119,7 @@ module Readiness
|
|
119
119
|
# @author Jason Colyer
|
120
120
|
# @since 1.0.42
|
121
121
|
def self.customer_link
|
122
|
-
@customer_link ||= ENV.fetch('
|
122
|
+
@customer_link ||= ENV.fetch('CDOT_CUSTOMER')
|
123
123
|
end
|
124
124
|
|
125
125
|
##
|
@@ -128,7 +128,7 @@ module Readiness
|
|
128
128
|
# @author Jason Colyer
|
129
129
|
# @since 1.0.42
|
130
130
|
def self.provision_link
|
131
|
-
@provision_link ||= ENV.fetch('
|
131
|
+
@provision_link ||= ENV.fetch('CDOT_PROVISION')
|
132
132
|
end
|
133
133
|
|
134
134
|
##
|
@@ -137,7 +137,7 @@ module Readiness
|
|
137
137
|
# @author Jason Colyer
|
138
138
|
# @since 1.0.42
|
139
139
|
def self.zuora_sub_link
|
140
|
-
@zuora_sub_link ||= ENV.fetch('
|
140
|
+
@zuora_sub_link ||= ENV.fetch('OTHER_PROVISION_FAILURE')
|
141
141
|
end
|
142
142
|
|
143
143
|
##
|
@@ -146,7 +146,7 @@ module Readiness
|
|
146
146
|
# @author Jason Colyer
|
147
147
|
# @since 1.0.42
|
148
148
|
def self.provision_message
|
149
|
-
@provision_message ||= ENV.fetch('
|
149
|
+
@provision_message ||= ENV.fetch('PROVISON_DESCRIPTION')
|
150
150
|
end
|
151
151
|
|
152
152
|
##
|
@@ -184,7 +184,7 @@ module Readiness
|
|
184
184
|
Some additional context for this request is:
|
185
185
|
</p>
|
186
186
|
<pre>
|
187
|
-
#{
|
187
|
+
#{context}
|
188
188
|
</pre>
|
189
189
|
<p>
|
190
190
|
You can find the workflow for this ticket
|
@@ -101,7 +101,7 @@ module Readiness
|
|
101
101
|
# @author Jason Colyer
|
102
102
|
# @since 1.0.42
|
103
103
|
def self.request_priority
|
104
|
-
@request_priority ||= ENV.fetch('
|
104
|
+
@request_priority ||= ENV.fetch('PRIORITY')
|
105
105
|
end
|
106
106
|
|
107
107
|
##
|
@@ -110,7 +110,7 @@ module Readiness
|
|
110
110
|
# @author Jason Colyer
|
111
111
|
# @since 1.0.42
|
112
112
|
def self.context
|
113
|
-
@context ||= ENV.fetch('
|
113
|
+
@context ||= ENV.fetch('LNR_OTHER_CONTEXT')
|
114
114
|
end
|
115
115
|
|
116
116
|
##
|
@@ -119,7 +119,7 @@ module Readiness
|
|
119
119
|
# @author Jason Colyer
|
120
120
|
# @since 1.0.42
|
121
121
|
def self.contact_name
|
122
|
-
@contact_name ||= ENV.fetch('
|
122
|
+
@contact_name ||= ENV.fetch('CONTACT_NAME')
|
123
123
|
end
|
124
124
|
|
125
125
|
##
|
@@ -128,7 +128,7 @@ module Readiness
|
|
128
128
|
# @author Jason Colyer
|
129
129
|
# @since 1.0.42
|
130
130
|
def self.contact_email
|
131
|
-
@contact_email ||= ENV.fetch('
|
131
|
+
@contact_email ||= ENV.fetch('CONTACT_EMAIL')
|
132
132
|
end
|
133
133
|
|
134
134
|
##
|
@@ -137,7 +137,7 @@ module Readiness
|
|
137
137
|
# @author Jason Colyer
|
138
138
|
# @since 1.0.42
|
139
139
|
def self.company
|
140
|
-
@company ||= ENV.fetch('
|
140
|
+
@company ||= ENV.fetch('COMPANY')
|
141
141
|
end
|
142
142
|
|
143
143
|
##
|
@@ -146,7 +146,7 @@ module Readiness
|
|
146
146
|
# @author Jason Colyer
|
147
147
|
# @since 1.0.42
|
148
148
|
def self.sfdc_account_link
|
149
|
-
@sfdc_account_link ||= ENV.fetch('
|
149
|
+
@sfdc_account_link ||= ENV.fetch('SFDC_ACCOUNT')
|
150
150
|
end
|
151
151
|
|
152
152
|
##
|
@@ -155,7 +155,7 @@ module Readiness
|
|
155
155
|
# @author Jason Colyer
|
156
156
|
# @since 1.0.42
|
157
157
|
def self.opp_link
|
158
|
-
@opp_link ||= ENV.fetch('
|
158
|
+
@opp_link ||= ENV.fetch('SFDC_OPPORTUNITY')
|
159
159
|
end
|
160
160
|
|
161
161
|
##
|
data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_multiyear.rb
CHANGED
@@ -101,7 +101,7 @@ module Readiness
|
|
101
101
|
# @author Jason Colyer
|
102
102
|
# @since 1.0.42
|
103
103
|
def self.request_priority
|
104
|
-
@request_priority ||= ENV.fetch('
|
104
|
+
@request_priority ||= ENV.fetch('PRIORITY')
|
105
105
|
end
|
106
106
|
|
107
107
|
##
|
@@ -110,7 +110,7 @@ module Readiness
|
|
110
110
|
# @author Jason Colyer
|
111
111
|
# @since 1.0.42
|
112
112
|
def self.context
|
113
|
-
@context ||= ENV.fetch('
|
113
|
+
@context ||= ENV.fetch('LNR_OTHER_CONTEXT')
|
114
114
|
end
|
115
115
|
|
116
116
|
##
|
@@ -119,7 +119,7 @@ module Readiness
|
|
119
119
|
# @author Jason Colyer
|
120
120
|
# @since 1.0.42
|
121
121
|
def self.contact_name
|
122
|
-
@contact_name ||= ENV.fetch('
|
122
|
+
@contact_name ||= ENV.fetch('CONTACT_NAME')
|
123
123
|
end
|
124
124
|
|
125
125
|
##
|
@@ -128,7 +128,7 @@ module Readiness
|
|
128
128
|
# @author Jason Colyer
|
129
129
|
# @since 1.0.42
|
130
130
|
def self.contact_email
|
131
|
-
@contact_email ||= ENV.fetch('
|
131
|
+
@contact_email ||= ENV.fetch('CONTACT_EMAIL')
|
132
132
|
end
|
133
133
|
|
134
134
|
##
|
@@ -137,7 +137,7 @@ module Readiness
|
|
137
137
|
# @author Jason Colyer
|
138
138
|
# @since 1.0.42
|
139
139
|
def self.company
|
140
|
-
@company ||= ENV.fetch('
|
140
|
+
@company ||= ENV.fetch('COMPANY')
|
141
141
|
end
|
142
142
|
|
143
143
|
##
|
@@ -146,7 +146,7 @@ module Readiness
|
|
146
146
|
# @author Jason Colyer
|
147
147
|
# @since 1.0.42
|
148
148
|
def self.sfdc_account_link
|
149
|
-
@sfdc_account_link ||= ENV.fetch('
|
149
|
+
@sfdc_account_link ||= ENV.fetch('SFDC_ACCOUNT')
|
150
150
|
end
|
151
151
|
|
152
152
|
##
|
@@ -155,7 +155,7 @@ module Readiness
|
|
155
155
|
# @author Jason Colyer
|
156
156
|
# @since 1.0.42
|
157
157
|
def self.opp_link
|
158
|
-
@opp_link ||= ENV.fetch('
|
158
|
+
@opp_link ||= ENV.fetch('SFDC_OPPORTUNITY')
|
159
159
|
end
|
160
160
|
|
161
161
|
##
|