gitlab_support_readiness 1.0.41 → 1.0.42
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/support_readiness/mailgun/client.rb +2 -1
- data/lib/support_readiness/mailgun/emails.rb +1 -1
- data/lib/support_readiness/support_super_form_processor/create_article.rb +375 -0
- data/lib/support_readiness/support_super_form_processor/create_macro.rb +183 -0
- data/lib/support_readiness/support_super_form_processor/edit_macro.rb +161 -0
- data/lib/support_readiness/support_super_form_processor/enable_us_government.rb +236 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_billing_entity_change.rb +218 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_extension.rb +238 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_investigate.rb +238 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_link.rb +213 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_nfr.rb +224 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_reset_seat_qsr.rb +194 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_trials_edit.rb +198 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_trials_extension.rb +228 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_trials_over_plan.rb +219 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_hackerone_license.rb +172 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_oem_license.rb +241 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_order_management.rb +267 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_other.rb +137 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_provison_failure.rb +179 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_did_not_receive.rb +191 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_multiyear.rb +188 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_nfr.rb +215 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_resend.rb +188 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_scl.rb +194 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_temp.rb +234 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_sm_trials_edit.rb +203 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_sm_trials_extension.rb +233 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_sm_trials_new.rb +223 -0
- data/lib/support_readiness/support_super_form_processor/global_ir_wider_community_license.rb +247 -0
- data/lib/support_readiness/support_super_form_processor/global_set_collaboration_id.rb +151 -0
- data/lib/support_readiness/support_super_form_processor/global_set_org_ase.rb +293 -0
- data/lib/support_readiness/support_super_form_processor/global_toggle_escalation.rb +142 -0
- data/lib/support_readiness/support_super_form_processor/gratis_support_extension.rb +247 -0
- data/lib/support_readiness/support_super_form_processor/gratis_support_former_customer.rb +288 -0
- data/lib/support_readiness/support_super_form_processor/gratis_support_migration.rb +238 -0
- data/lib/support_readiness/support_super_form_processor/gratis_support_other.rb +221 -0
- data/lib/support_readiness/support_super_form_processor/gratis_support_prospect.rb +288 -0
- data/lib/support_readiness/support_super_form_processor/gratis_support_upgrade.rb +298 -0
- data/lib/support_readiness/support_super_form_processor/namespace_availability.rb +213 -0
- data/lib/support_readiness/support_super_form_processor/pd_shadow_modification.rb +189 -0
- data/lib/support_readiness/support_super_form_processor/sa_request_for_support.rb +214 -0
- data/lib/support_readiness/support_super_form_processor/shared.rb +518 -0
- data/lib/support_readiness/support_super_form_processor/team_member_license.rb +144 -0
- data/lib/support_readiness/support_super_form_processor/two_fa_exemption.rb +260 -0
- data/lib/support_readiness/support_super_form_processor/usgov_ir_order_management.rb +252 -0
- data/lib/support_readiness/support_super_form_processor/usgov_ir_other.rb +136 -0
- data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_did_not_receive.rb +162 -0
- data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_multiyear.rb +159 -0
- data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_nfr.rb +196 -0
- data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_resend.rb +159 -0
- data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_scl.rb +160 -0
- data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_temp.rb +219 -0
- data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_trials_edit.rb +189 -0
- data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_trials_extension.rb +219 -0
- data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_trials_new.rb +209 -0
- data/lib/support_readiness/support_super_form_processor/usgov_set_collaboration_id.rb +151 -0
- data/lib/support_readiness/support_super_form_processor/usgov_set_org_ase.rb +295 -0
- data/lib/support_readiness/support_super_form_processor.rb +67 -0
- data/lib/support_readiness.rb +1 -0
- metadata +59 -2
@@ -0,0 +1,295 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Defines the module Readiness.
|
4
|
+
module Readiness
|
5
|
+
# Defines the module SupportSuperFormProcessor
|
6
|
+
module SupportSuperFormProcessor
|
7
|
+
##
|
8
|
+
# Defines the class USGovSetOrgASE within the module {Readiness::Zendesk}.
|
9
|
+
#
|
10
|
+
# @author Jason Colyer
|
11
|
+
# @since 1.0.42
|
12
|
+
class USGovSetOrgASE < Readiness::Client
|
13
|
+
##
|
14
|
+
# Process setting an ASE on a US Government organization
|
15
|
+
#
|
16
|
+
# @author Jason Colyer
|
17
|
+
# @since 1.0.42
|
18
|
+
def self.process!(gitlab_client, gitlab_admin_client, zendesk_client, redis_client)
|
19
|
+
@gitlab_client = gitlab_client
|
20
|
+
@gitlab_admin_client = gitlab_admin_client
|
21
|
+
@zendesk_client = zendesk_client
|
22
|
+
@redis_client = redis_client
|
23
|
+
requester
|
24
|
+
bad_requester unless approved_requester?
|
25
|
+
org_does_not_exist if org.is_a? Hash
|
26
|
+
invalid_agent unless agent_valid?
|
27
|
+
new_org = Readiness::Zendesk::Organizations.new
|
28
|
+
new_org.id = org.id
|
29
|
+
new_org.custom_fields = {
|
30
|
+
"assigned_se" => agent_info
|
31
|
+
}
|
32
|
+
Readiness::Zendesk::Organizations.update!(@zendesk_client, new_org)
|
33
|
+
issue = Readiness::GitLab::Issues.new
|
34
|
+
issue.title = "Set an Assigned Support Engineer for a Zendesk US Goverment organization - #{org.id}"
|
35
|
+
issue.description = message
|
36
|
+
create = Readiness::GitLab::Issues.create!(@gitlab_client, project, issue)
|
37
|
+
puts "Issue created: #{create.web_url}"
|
38
|
+
exit 0
|
39
|
+
end
|
40
|
+
|
41
|
+
def self.bad_requester
|
42
|
+
issue = Readiness::GitLab::Issues.new
|
43
|
+
issue.title = 'Invalid Request - Not approved to make this request'
|
44
|
+
issue.description = bad_requester_message
|
45
|
+
create = Readiness::GitLab::Issues.create!(@gitlab_client, project, issue)
|
46
|
+
puts "Issue created: #{create.web_url}"
|
47
|
+
exit 0
|
48
|
+
end
|
49
|
+
|
50
|
+
def self.org_does_not_exist
|
51
|
+
issue = Readiness::GitLab::Issues.new
|
52
|
+
issue.title = 'Invalid Request - Organization Not Found'
|
53
|
+
issue.description = org_does_not_exist_message
|
54
|
+
create = Readiness::GitLab::Issues.create!(@gitlab_client, project, issue)
|
55
|
+
puts "Issue created: #{create.web_url}"
|
56
|
+
exit 0
|
57
|
+
end
|
58
|
+
|
59
|
+
def self.invalid_agent
|
60
|
+
issue = Readiness::GitLab::Issues.new
|
61
|
+
issue.title = 'Invalid Request - Invalid agent provided'
|
62
|
+
issue.description = invalid_user_message
|
63
|
+
create = Readiness::GitLab::Issues.create!(@gitlab_client, project, issue)
|
64
|
+
puts "Issue created: #{create.web_url}"
|
65
|
+
exit 0
|
66
|
+
end
|
67
|
+
|
68
|
+
##
|
69
|
+
# Determines if the requester is authorized to make the request
|
70
|
+
#
|
71
|
+
# @author Jason Colyer
|
72
|
+
# @since 1.0.42
|
73
|
+
def self.approved_requester?
|
74
|
+
return true if approved_requester_list.map { |t| t['email'] }.include? requester_email
|
75
|
+
|
76
|
+
false
|
77
|
+
end
|
78
|
+
|
79
|
+
##
|
80
|
+
# Sets the global variable approved_requester_list
|
81
|
+
#
|
82
|
+
# @author Jason Colyer
|
83
|
+
# @since 1.0.42
|
84
|
+
def self.approved_requester_list
|
85
|
+
@approved_requester_list ||= determine_approved_requesters
|
86
|
+
end
|
87
|
+
|
88
|
+
##
|
89
|
+
# Determines the list of approved requesters
|
90
|
+
#
|
91
|
+
# @author Jason Colyer
|
92
|
+
# @since 1.0.42
|
93
|
+
def self.determine_approved_requesters
|
94
|
+
members = []
|
95
|
+
directors = team.select { |t| t['title'] =~ /Director/ }
|
96
|
+
members += directors.select { |t| t['region'] =~ /AMER/ }
|
97
|
+
managers = team.select { |t| t['title'] =~ /Manager/ }
|
98
|
+
members += managers.select { |t| t['zendesk']['us-federal']['role'] == 'Administrator' }
|
99
|
+
members
|
100
|
+
end
|
101
|
+
|
102
|
+
##
|
103
|
+
# Determines if the agent to use is valid
|
104
|
+
#
|
105
|
+
# @author Jason Colyer
|
106
|
+
# @since 1.0.42
|
107
|
+
def self.agent_valid?
|
108
|
+
return true if agent_id == 'None'
|
109
|
+
return false if agent.is_a? Hash
|
110
|
+
return false if agent.role == 'end-user'
|
111
|
+
return false if agent.suspended
|
112
|
+
return false if agent.custom_role_id == 360008074111
|
113
|
+
|
114
|
+
true
|
115
|
+
end
|
116
|
+
|
117
|
+
##
|
118
|
+
# Returns the value to set the organization field to
|
119
|
+
#
|
120
|
+
# @author Jason Colyer
|
121
|
+
# @since 1.0.42
|
122
|
+
def self.agent_info
|
123
|
+
return '' if agent_id == 'None'
|
124
|
+
|
125
|
+
agent.id
|
126
|
+
end
|
127
|
+
|
128
|
+
##
|
129
|
+
# Sets the global variable team
|
130
|
+
#
|
131
|
+
# @author Jason Colyer
|
132
|
+
# @since 1.0.42
|
133
|
+
def self.team
|
134
|
+
@team ||= Readiness::Redis.get(@redis_client, 'support_team')
|
135
|
+
end
|
136
|
+
|
137
|
+
##
|
138
|
+
# Sets the global variable requester
|
139
|
+
#
|
140
|
+
# @author Jason Colyer
|
141
|
+
# @since 1.0.42
|
142
|
+
def self.requester
|
143
|
+
@requester ||= Readiness::SupportSuperFormProcessor::Shared.gitlab_user_check(@gitlab_admin_client, requester_email)
|
144
|
+
end
|
145
|
+
|
146
|
+
##
|
147
|
+
# Sets the global variable requester_email
|
148
|
+
#
|
149
|
+
# @author Jason Colyer
|
150
|
+
# @since 1.0.42
|
151
|
+
def self.requester_email
|
152
|
+
@requester_email ||= ENV.fetch('REQUESTER_EMAIL')
|
153
|
+
end
|
154
|
+
|
155
|
+
##
|
156
|
+
# Sets the global variable project
|
157
|
+
#
|
158
|
+
# @author Jason Colyer
|
159
|
+
# @since 1.0.42
|
160
|
+
def self.project
|
161
|
+
@project ||= Readiness::GitLab::Projects.find!(@gitlab_client, 12811526)
|
162
|
+
end
|
163
|
+
|
164
|
+
##
|
165
|
+
# Sets the global variable org
|
166
|
+
#
|
167
|
+
# @author Jason Colyer
|
168
|
+
# @since 1.0.42
|
169
|
+
def self.org
|
170
|
+
@org ||= Readiness::Zendesk::Organizations.find(@zendesk_client, org_id)
|
171
|
+
end
|
172
|
+
|
173
|
+
##
|
174
|
+
# Sets the global variable org_id
|
175
|
+
#
|
176
|
+
# @author Jason Colyer
|
177
|
+
# @since 1.0.42
|
178
|
+
def self.org_id
|
179
|
+
@org_id ||= ENV.fetch('ZENDESK_USGOV_ORGANIZATION_ID')
|
180
|
+
end
|
181
|
+
|
182
|
+
##
|
183
|
+
# Sets the global variable agent
|
184
|
+
#
|
185
|
+
# @author Jason Colyer
|
186
|
+
# @since 1.0.42
|
187
|
+
def self.agent
|
188
|
+
@agent ||= Readiness::Zendesk::Users.find(@zendesk_client, agent_id)
|
189
|
+
end
|
190
|
+
|
191
|
+
##
|
192
|
+
# Sets the global variable agent_id
|
193
|
+
#
|
194
|
+
# @author Jason Colyer
|
195
|
+
# @since 1.0.42
|
196
|
+
def self.agent_id
|
197
|
+
@agent_id ||= ENV.fetch('ZENDESK_USGOV_ORGANIZATION_ASE_ID')
|
198
|
+
end
|
199
|
+
|
200
|
+
##
|
201
|
+
# Returns the issue description
|
202
|
+
#
|
203
|
+
# @author Jason Colyer
|
204
|
+
# @since 1.0.42
|
205
|
+
def self.message
|
206
|
+
<<~STRING
|
207
|
+
## Set an Assigned Support Engineer for a Zendesk US Goverment organization - #{org.id}
|
208
|
+
|
209
|
+
Greetings @#{requester.username} !
|
210
|
+
|
211
|
+
We have set the Assigned Support Engineer of the Zendesk US Goverment organization to that of #{agent_id} at this time.
|
212
|
+
|
213
|
+
If that is not the ID of the agent you were intending to use, please review the Zendesk agent you were wanting to use once more and file a new submission.
|
214
|
+
|
215
|
+
If you need assistance in locating the agent's ID, please ask in the Slack channel [#support_operations](https://gitlab.slack.com/archives/C018ZGZAMPD)
|
216
|
+
|
217
|
+
/label ~"AutomatedRequests::Set Org ASE"
|
218
|
+
|
219
|
+
/assign @#{requester.username}
|
220
|
+
STRING
|
221
|
+
end
|
222
|
+
|
223
|
+
##
|
224
|
+
# Returns the issue description
|
225
|
+
#
|
226
|
+
# @author Jason Colyer
|
227
|
+
# @since 1.0.42
|
228
|
+
def self.org_does_not_exist_message
|
229
|
+
<<~STRING
|
230
|
+
## Invalid Request Organization Not Found
|
231
|
+
|
232
|
+
Greetings @#{requester.username} !
|
233
|
+
|
234
|
+
We received a request from you recently, however the organization ID given #{org_id} is not a valid Zendesk US Goverment Organization ID. As such, we are not able to proceed.
|
235
|
+
|
236
|
+
Please review the Zendesk US Goverment organization you were wanting to use once more and file a new submission.
|
237
|
+
|
238
|
+
If you need assistance in locating the organization's ID, please ask in the Slack channel [#support_operations](https://gitlab.slack.com/archives/C018ZGZAMPD)
|
239
|
+
|
240
|
+
/label ~"AutomatedRequests::Invalid Organization"
|
241
|
+
|
242
|
+
/label ~"Invalid Zendesk US Goverment organization given"
|
243
|
+
|
244
|
+
/assign @#{requester.username}
|
245
|
+
STRING
|
246
|
+
end
|
247
|
+
|
248
|
+
def self.bad_requester_message
|
249
|
+
<<~STRING
|
250
|
+
## Invalid Request - Not approved to make this request
|
251
|
+
|
252
|
+
Greetings @#{requester.username} !
|
253
|
+
|
254
|
+
We received a request from you recently to set an ASE on a Zendesk US Goverment organization, however this type of request can only be made by specifc approved persons.
|
255
|
+
|
256
|
+
Please contact one fo the following via [#support_leadership](https://gitlab.enterprise.slack.com/archives/C01F9S37AKT) to discuss this request:
|
257
|
+
|
258
|
+
#{approved_requester_list.map { |a| "- #{a['email']}" }.join("\n")}
|
259
|
+
|
260
|
+
/label ~"AutomatedRequests::Invalid Permissions"
|
261
|
+
|
262
|
+
/assign @#{requester.username}
|
263
|
+
STRING
|
264
|
+
end
|
265
|
+
|
266
|
+
##
|
267
|
+
# Returns the issue description for an invalid user
|
268
|
+
#
|
269
|
+
# @author Jason Colyer
|
270
|
+
# @since 1.0.42
|
271
|
+
def self.invalid_user_message
|
272
|
+
<<~STRING
|
273
|
+
## Set an Assigned Support Engineer for a Zendesk US Goverment organization - #{org.id}
|
274
|
+
|
275
|
+
Greetings @#{requester.username} !
|
276
|
+
|
277
|
+
We were unable to set the ASE on the Zendesk US Goverment organization at this time, as we were encountered one of the following issues with the Zendesk US Government agent with the ID of #{agent_id}:
|
278
|
+
|
279
|
+
- The agent does not exist
|
280
|
+
- The agent does not have write permissions on tickets
|
281
|
+
- The agent is suspended
|
282
|
+
- The agent is an end-user
|
283
|
+
|
284
|
+
Please review the Zendesk agent you were wanting to use once more and file a new submission.
|
285
|
+
|
286
|
+
If you need assistance in locating the agent's ID, please ask in the Slack channel [#support_operations](https://gitlab.slack.com/archives/C018ZGZAMPD)
|
287
|
+
|
288
|
+
/label ~"AutomatedRequests::Set Org ASE" ~"SupportOps::Blocked"
|
289
|
+
|
290
|
+
/assign @#{requester.username}
|
291
|
+
STRING
|
292
|
+
end
|
293
|
+
end
|
294
|
+
end
|
295
|
+
end
|
@@ -0,0 +1,67 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# Defines the module Readiness.
|
4
|
+
module Readiness
|
5
|
+
##
|
6
|
+
# Defines the module SupportSuperFormProcessor
|
7
|
+
# @author Jason Colyer
|
8
|
+
# @since 1.0.42
|
9
|
+
module SupportSuperFormProcessor
|
10
|
+
# Needs to be first
|
11
|
+
require "#{__dir__}/support_super_form_processor/shared"
|
12
|
+
|
13
|
+
require "#{__dir__}/support_super_form_processor/create_article"
|
14
|
+
require "#{__dir__}/support_super_form_processor/create_macro"
|
15
|
+
require "#{__dir__}/support_super_form_processor/edit_macro"
|
16
|
+
require "#{__dir__}/support_super_form_processor/enable_us_government"
|
17
|
+
require "#{__dir__}/support_super_form_processor/global_ir_dotcom_subscriptions_billing_entity_change"
|
18
|
+
require "#{__dir__}/support_super_form_processor/global_ir_dotcom_subscriptions_extension"
|
19
|
+
require "#{__dir__}/support_super_form_processor/global_ir_dotcom_subscriptions_investigate"
|
20
|
+
require "#{__dir__}/support_super_form_processor/global_ir_dotcom_subscriptions_link"
|
21
|
+
require "#{__dir__}/support_super_form_processor/global_ir_dotcom_subscriptions_nfr"
|
22
|
+
require "#{__dir__}/support_super_form_processor/global_ir_dotcom_subscriptions_reset_seat_qsr"
|
23
|
+
require "#{__dir__}/support_super_form_processor/global_ir_dotcom_trials_edit"
|
24
|
+
require "#{__dir__}/support_super_form_processor/global_ir_dotcom_trials_extension"
|
25
|
+
require "#{__dir__}/support_super_form_processor/global_ir_dotcom_trials_over_plan"
|
26
|
+
require "#{__dir__}/support_super_form_processor/global_ir_hackerone_license"
|
27
|
+
require "#{__dir__}/support_super_form_processor/global_ir_oem_license"
|
28
|
+
require "#{__dir__}/support_super_form_processor/global_ir_order_management"
|
29
|
+
require "#{__dir__}/support_super_form_processor/global_ir_other"
|
30
|
+
require "#{__dir__}/support_super_form_processor/global_ir_provison_failure"
|
31
|
+
require "#{__dir__}/support_super_form_processor/global_ir_sm_subscriptions_did_not_receive"
|
32
|
+
require "#{__dir__}/support_super_form_processor/global_ir_sm_subscriptions_multiyear"
|
33
|
+
require "#{__dir__}/support_super_form_processor/global_ir_sm_subscriptions_nfr"
|
34
|
+
require "#{__dir__}/support_super_form_processor/global_ir_sm_subscriptions_resend"
|
35
|
+
require "#{__dir__}/support_super_form_processor/global_ir_sm_subscriptions_scl"
|
36
|
+
require "#{__dir__}/support_super_form_processor/global_ir_sm_subscriptions_temp"
|
37
|
+
require "#{__dir__}/support_super_form_processor/global_ir_sm_trials_edit"
|
38
|
+
require "#{__dir__}/support_super_form_processor/global_ir_sm_trials_extension"
|
39
|
+
require "#{__dir__}/support_super_form_processor/global_ir_sm_trials_new"
|
40
|
+
require "#{__dir__}/support_super_form_processor/global_ir_wider_community_license"
|
41
|
+
require "#{__dir__}/support_super_form_processor/global_set_collaboration_id"
|
42
|
+
require "#{__dir__}/support_super_form_processor/global_toggle_escalation"
|
43
|
+
require "#{__dir__}/support_super_form_processor/gratis_support_extension"
|
44
|
+
require "#{__dir__}/support_super_form_processor/gratis_support_former_customer"
|
45
|
+
require "#{__dir__}/support_super_form_processor/gratis_support_migration"
|
46
|
+
require "#{__dir__}/support_super_form_processor/gratis_support_other"
|
47
|
+
require "#{__dir__}/support_super_form_processor/gratis_support_prospect"
|
48
|
+
require "#{__dir__}/support_super_form_processor/gratis_support_upgrade"
|
49
|
+
require "#{__dir__}/support_super_form_processor/namespace_availability"
|
50
|
+
require "#{__dir__}/support_super_form_processor/pd_shadow_modification"
|
51
|
+
require "#{__dir__}/support_super_form_processor/team_member_license"
|
52
|
+
require "#{__dir__}/support_super_form_processor/two_fa_exemption"
|
53
|
+
require "#{__dir__}/support_super_form_processor/usgov_ir_order_management"
|
54
|
+
require "#{__dir__}/support_super_form_processor/usgov_ir_other"
|
55
|
+
require "#{__dir__}/support_super_form_processor/usgov_ir_sm_subs_did_not_receive"
|
56
|
+
require "#{__dir__}/support_super_form_processor/usgov_ir_sm_subs_multiyear"
|
57
|
+
require "#{__dir__}/support_super_form_processor/usgov_ir_sm_subs_nfr"
|
58
|
+
require "#{__dir__}/support_super_form_processor/usgov_ir_sm_subs_resend"
|
59
|
+
require "#{__dir__}/support_super_form_processor/usgov_ir_sm_subs_scl"
|
60
|
+
require "#{__dir__}/support_super_form_processor/usgov_ir_sm_subs_temp"
|
61
|
+
require "#{__dir__}/support_super_form_processor/usgov_ir_sm_trials_edit"
|
62
|
+
require "#{__dir__}/support_super_form_processor/usgov_ir_sm_trials_extension"
|
63
|
+
require "#{__dir__}/support_super_form_processor/usgov_ir_sm_trials_new"
|
64
|
+
require "#{__dir__}/support_super_form_processor/usgov_set_collaboration_id"
|
65
|
+
require "#{__dir__}/support_super_form_processor/usgov_set_org_ase"
|
66
|
+
end
|
67
|
+
end
|
data/lib/support_readiness.rb
CHANGED
@@ -42,4 +42,5 @@ require "#{__dir__}/support_readiness/redis"
|
|
42
42
|
require "#{__dir__}/support_readiness/repos"
|
43
43
|
require "#{__dir__}/support_readiness/salesforce"
|
44
44
|
require "#{__dir__}/support_readiness/slack"
|
45
|
+
require "#{__dir__}/support_readiness/support_super_form_processor"
|
45
46
|
require "#{__dir__}/support_readiness/zendesk"
|
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.42
|
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-11-
|
11
|
+
date: 2024-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -315,6 +315,63 @@ files:
|
|
315
315
|
- lib/support_readiness/slack/client.rb
|
316
316
|
- lib/support_readiness/slack/configuration.rb
|
317
317
|
- lib/support_readiness/slack/messages.rb
|
318
|
+
- lib/support_readiness/support_super_form_processor.rb
|
319
|
+
- lib/support_readiness/support_super_form_processor/create_article.rb
|
320
|
+
- lib/support_readiness/support_super_form_processor/create_macro.rb
|
321
|
+
- lib/support_readiness/support_super_form_processor/edit_macro.rb
|
322
|
+
- lib/support_readiness/support_super_form_processor/enable_us_government.rb
|
323
|
+
- lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_billing_entity_change.rb
|
324
|
+
- lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_extension.rb
|
325
|
+
- lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_investigate.rb
|
326
|
+
- lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_link.rb
|
327
|
+
- lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_nfr.rb
|
328
|
+
- lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_reset_seat_qsr.rb
|
329
|
+
- lib/support_readiness/support_super_form_processor/global_ir_dotcom_trials_edit.rb
|
330
|
+
- lib/support_readiness/support_super_form_processor/global_ir_dotcom_trials_extension.rb
|
331
|
+
- lib/support_readiness/support_super_form_processor/global_ir_dotcom_trials_over_plan.rb
|
332
|
+
- lib/support_readiness/support_super_form_processor/global_ir_hackerone_license.rb
|
333
|
+
- lib/support_readiness/support_super_form_processor/global_ir_oem_license.rb
|
334
|
+
- lib/support_readiness/support_super_form_processor/global_ir_order_management.rb
|
335
|
+
- lib/support_readiness/support_super_form_processor/global_ir_other.rb
|
336
|
+
- lib/support_readiness/support_super_form_processor/global_ir_provison_failure.rb
|
337
|
+
- lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_did_not_receive.rb
|
338
|
+
- lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_multiyear.rb
|
339
|
+
- lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_nfr.rb
|
340
|
+
- lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_resend.rb
|
341
|
+
- lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_scl.rb
|
342
|
+
- lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_temp.rb
|
343
|
+
- lib/support_readiness/support_super_form_processor/global_ir_sm_trials_edit.rb
|
344
|
+
- lib/support_readiness/support_super_form_processor/global_ir_sm_trials_extension.rb
|
345
|
+
- lib/support_readiness/support_super_form_processor/global_ir_sm_trials_new.rb
|
346
|
+
- lib/support_readiness/support_super_form_processor/global_ir_wider_community_license.rb
|
347
|
+
- lib/support_readiness/support_super_form_processor/global_set_collaboration_id.rb
|
348
|
+
- lib/support_readiness/support_super_form_processor/global_set_org_ase.rb
|
349
|
+
- lib/support_readiness/support_super_form_processor/global_toggle_escalation.rb
|
350
|
+
- lib/support_readiness/support_super_form_processor/gratis_support_extension.rb
|
351
|
+
- lib/support_readiness/support_super_form_processor/gratis_support_former_customer.rb
|
352
|
+
- lib/support_readiness/support_super_form_processor/gratis_support_migration.rb
|
353
|
+
- lib/support_readiness/support_super_form_processor/gratis_support_other.rb
|
354
|
+
- lib/support_readiness/support_super_form_processor/gratis_support_prospect.rb
|
355
|
+
- lib/support_readiness/support_super_form_processor/gratis_support_upgrade.rb
|
356
|
+
- lib/support_readiness/support_super_form_processor/namespace_availability.rb
|
357
|
+
- lib/support_readiness/support_super_form_processor/pd_shadow_modification.rb
|
358
|
+
- lib/support_readiness/support_super_form_processor/sa_request_for_support.rb
|
359
|
+
- lib/support_readiness/support_super_form_processor/shared.rb
|
360
|
+
- lib/support_readiness/support_super_form_processor/team_member_license.rb
|
361
|
+
- lib/support_readiness/support_super_form_processor/two_fa_exemption.rb
|
362
|
+
- lib/support_readiness/support_super_form_processor/usgov_ir_order_management.rb
|
363
|
+
- lib/support_readiness/support_super_form_processor/usgov_ir_other.rb
|
364
|
+
- lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_did_not_receive.rb
|
365
|
+
- lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_multiyear.rb
|
366
|
+
- lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_nfr.rb
|
367
|
+
- lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_resend.rb
|
368
|
+
- lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_scl.rb
|
369
|
+
- lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_temp.rb
|
370
|
+
- lib/support_readiness/support_super_form_processor/usgov_ir_sm_trials_edit.rb
|
371
|
+
- lib/support_readiness/support_super_form_processor/usgov_ir_sm_trials_extension.rb
|
372
|
+
- lib/support_readiness/support_super_form_processor/usgov_ir_sm_trials_new.rb
|
373
|
+
- lib/support_readiness/support_super_form_processor/usgov_set_collaboration_id.rb
|
374
|
+
- lib/support_readiness/support_super_form_processor/usgov_set_org_ase.rb
|
318
375
|
- lib/support_readiness/zendesk.rb
|
319
376
|
- lib/support_readiness/zendesk/app_job_statuses.rb
|
320
377
|
- lib/support_readiness/zendesk/apps.rb
|