gitlab_support_readiness 1.4.1 → 1.5.1

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.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/lib/support_readiness/support_super_form_processor/disable_us_government.rb +1 -1
  3. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_billing_entity_change.rb +11 -11
  4. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_extension.rb +12 -12
  5. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_investigate.rb +12 -12
  6. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_link.rb +9 -9
  7. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_nfr.rb +10 -10
  8. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_reset_seat_qsr.rb +9 -9
  9. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_trials_edit.rb +10 -10
  10. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_trials_extension.rb +13 -13
  11. data/lib/support_readiness/support_super_form_processor/global_ir_hackerone_license.rb +5 -5
  12. data/lib/support_readiness/support_super_form_processor/global_ir_oem_license.rb +10 -43
  13. data/lib/support_readiness/support_super_form_processor/global_ir_order_management.rb +15 -15
  14. data/lib/support_readiness/support_super_form_processor/global_ir_other.rb +3 -3
  15. data/lib/support_readiness/support_super_form_processor/global_ir_provison_failure.rb +7 -7
  16. data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_did_not_receive.rb +7 -7
  17. data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_multiyear.rb +7 -7
  18. data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_nfr.rb +9 -9
  19. data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_resend.rb +7 -7
  20. data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_scl.rb +8 -8
  21. data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_temp.rb +12 -12
  22. data/lib/support_readiness/support_super_form_processor/global_ir_sm_trials_edit.rb +9 -9
  23. data/lib/support_readiness/support_super_form_processor/global_ir_sm_trials_extension.rb +11 -21
  24. data/lib/support_readiness/support_super_form_processor/global_ir_sm_trials_new.rb +11 -11
  25. data/lib/support_readiness/support_super_form_processor/global_ir_wider_community_license.rb +12 -12
  26. data/lib/support_readiness/support_super_form_processor/global_set_collaboration_id.rb +2 -2
  27. data/lib/support_readiness/support_super_form_processor/global_set_org_ase.rb +2 -2
  28. data/lib/support_readiness/support_super_form_processor/gratis_request.rb +6 -6
  29. data/lib/support_readiness/support_super_form_processor/namespace_availability.rb +1 -1
  30. data/lib/support_readiness/support_super_form_processor/sa_request_for_support.rb +12 -22
  31. data/lib/support_readiness/support_super_form_processor/team_member_license.rb +5 -5
  32. data/lib/support_readiness/support_super_form_processor/usgov_ir_order_management.rb +15 -15
  33. data/lib/support_readiness/support_super_form_processor/usgov_ir_other.rb +3 -13
  34. data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_did_not_receive.rb +6 -6
  35. data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_multiyear.rb +6 -6
  36. data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_nfr.rb +9 -9
  37. data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_resend.rb +6 -6
  38. data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_scl.rb +6 -6
  39. data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_subs_temp.rb +12 -12
  40. data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_trials_edit.rb +9 -9
  41. data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_trials_extension.rb +11 -21
  42. data/lib/support_readiness/support_super_form_processor/usgov_ir_sm_trials_new.rb +11 -11
  43. data/lib/support_readiness/support_super_form_processor/usgov_set_collaboration_id.rb +2 -2
  44. data/lib/support_readiness/support_super_form_processor/usgov_set_org_ase.rb +3 -3
  45. metadata +5 -5
@@ -82,7 +82,7 @@ module Readiness
82
82
  # @author Jason Colyer
83
83
  # @since 1.0.42
84
84
  def self.context
85
- @context ||= ENV.fetch('INTERNAL_REQUEST_USFED_CONTEXT')
85
+ @context ||= ENV.fetch('LNR_OTHER_CONTEXT')
86
86
  end
87
87
 
88
88
  ##
@@ -91,7 +91,7 @@ module Readiness
91
91
  # @author Jason Colyer
92
92
  # @since 1.0.42
93
93
  def self.contact_name
94
- @contact_name ||= ENV.fetch('INTERNAL_REQUEST_USFED_CONTACT_NAME')
94
+ @contact_name ||= ENV.fetch('CONTACT_NAME')
95
95
  end
96
96
 
97
97
  ##
@@ -100,7 +100,7 @@ module Readiness
100
100
  # @author Jason Colyer
101
101
  # @since 1.0.42
102
102
  def self.contact_email
103
- @contact_email ||= ENV.fetch('INTERNAL_REQUEST_USFED_EMAIL')
103
+ @contact_email ||= ENV.fetch('CONTACT_EMAIL')
104
104
  end
105
105
 
106
106
  ##
@@ -109,7 +109,7 @@ module Readiness
109
109
  # @author Jason Colyer
110
110
  # @since 1.0.42
111
111
  def self.company
112
- @company ||= ENV.fetch('INTERNAL_REQUEST_USFED_COMPANY_NAME')
112
+ @company ||= ENV.fetch('COMPANY')
113
113
  end
114
114
 
115
115
  ##
@@ -118,7 +118,7 @@ module Readiness
118
118
  # @author Jason Colyer
119
119
  # @since 1.0.42
120
120
  def self.license_end_date
121
- @license_end_date ||= ENV.fetch('USFED_SM_NFR_LICENSE_END_DATE')
121
+ @license_end_date ||= ENV.fetch('EXPIRATION_DATE')
122
122
  end
123
123
 
124
124
  ##
@@ -127,7 +127,7 @@ module Readiness
127
127
  # @author Jason Colyer
128
128
  # @since 1.0.42
129
129
  def self.current
130
- @current ||= ENV.fetch('USFED_SM_NFR_LICENSE_USERS')
130
+ @current ||= ENV.fetch('SEAT_COUNT')
131
131
  end
132
132
 
133
133
  ##
@@ -136,7 +136,7 @@ module Readiness
136
136
  # @author Jason Colyer
137
137
  # @since 1.0.42
138
138
  def self.plan
139
- @plan ||= ENV.fetch('USFED_SM_NFR_LICENSE_PLAN')
139
+ @plan ||= ENV.fetch('SM_PLAN')
140
140
  end
141
141
 
142
142
  ##
@@ -145,7 +145,7 @@ module Readiness
145
145
  # @author Jason Colyer
146
146
  # @since 1.0.42
147
147
  def self.sfdc_account
148
- @sfdc_account ||= ENV.fetch('INTERNAL_REQUEST_USFED_SFDC_ACCOUNT')
148
+ @sfdc_account ||= ENV.fetch('SFDC_ACCOUNT')
149
149
  end
150
150
 
151
151
  ##
@@ -154,7 +154,7 @@ module Readiness
154
154
  # @author Jason Colyer
155
155
  # @since 1.0.42
156
156
  def self.version
157
- @version ||= ENV.fetch('INTERNAL_REQUEST_USFED_VERSION')
157
+ @version ||= ENV.fetch('SM_VERSION')
158
158
  end
159
159
 
160
160
  ##
@@ -76,7 +76,7 @@ module Readiness
76
76
  # @author Jason Colyer
77
77
  # @since 1.0.42
78
78
  def self.context
79
- @context ||= ENV.fetch('INTERNAL_REQUEST_USFED_CONTEXT')
79
+ @context ||= ENV.fetch('LNR_OTHER_CONTEXT')
80
80
  end
81
81
 
82
82
  ##
@@ -85,7 +85,7 @@ module Readiness
85
85
  # @author Jason Colyer
86
86
  # @since 1.0.42
87
87
  def self.contact_name
88
- @contact_name ||= ENV.fetch('INTERNAL_REQUEST_USFED_CONTACT_NAME')
88
+ @contact_name ||= ENV.fetch('CONTACT_NAME')
89
89
  end
90
90
 
91
91
  ##
@@ -94,7 +94,7 @@ module Readiness
94
94
  # @author Jason Colyer
95
95
  # @since 1.0.42
96
96
  def self.contact_email
97
- @contact_email ||= ENV.fetch('INTERNAL_REQUEST_USFED_EMAIL')
97
+ @contact_email ||= ENV.fetch('CONTACT_EMAIL')
98
98
  end
99
99
 
100
100
  ##
@@ -103,7 +103,7 @@ module Readiness
103
103
  # @author Jason Colyer
104
104
  # @since 1.0.42
105
105
  def self.opp_link
106
- @opp_link ||= ENV.fetch('USFED_SM_LICENSE_RESEND_OPP_LINK')
106
+ @opp_link ||= ENV.fetch('SFDC_OPPORTUNITY')
107
107
  end
108
108
 
109
109
  ##
@@ -112,7 +112,7 @@ module Readiness
112
112
  # @author Jason Colyer
113
113
  # @since 1.0.42
114
114
  def self.sfdc_account
115
- @sfdc_account ||= ENV.fetch('INTERNAL_REQUEST_USFED_SFDC_ACCOUNT')
115
+ @sfdc_account ||= ENV.fetch('SFDC_ACCOUNT')
116
116
  end
117
117
 
118
118
  ##
@@ -121,7 +121,7 @@ module Readiness
121
121
  # @author Jason Colyer
122
122
  # @since 1.0.42
123
123
  def self.version
124
- @version ||= ENV.fetch('INTERNAL_REQUEST_USFED_VERSION')
124
+ @version ||= ENV.fetch('SM_VERSION')
125
125
  end
126
126
 
127
127
  ##
@@ -76,7 +76,7 @@ module Readiness
76
76
  # @author Jason Colyer
77
77
  # @since 1.0.42
78
78
  def self.context
79
- @context ||= ENV.fetch('INTERNAL_REQUEST_USFED_CONTEXT')
79
+ @context ||= ENV.fetch('LNR_OTHER_CONTEXT')
80
80
  end
81
81
 
82
82
  ##
@@ -85,7 +85,7 @@ module Readiness
85
85
  # @author Jason Colyer
86
86
  # @since 1.0.42
87
87
  def self.contact_name
88
- @contact_name ||= ENV.fetch('INTERNAL_REQUEST_USFED_CONTACT_NAME')
88
+ @contact_name ||= ENV.fetch('CONTACT_NAME')
89
89
  end
90
90
 
91
91
  ##
@@ -94,7 +94,7 @@ module Readiness
94
94
  # @author Jason Colyer
95
95
  # @since 1.0.42
96
96
  def self.contact_email
97
- @contact_email ||= ENV.fetch('INTERNAL_REQUEST_USFED_EMAIL')
97
+ @contact_email ||= ENV.fetch('CONTACT_EMAIL')
98
98
  end
99
99
 
100
100
  ##
@@ -103,7 +103,7 @@ module Readiness
103
103
  # @author Jason Colyer
104
104
  # @since 1.0.42
105
105
  def self.chattr_link
106
- @chattr_link ||= ENV.fetch('USFED_SM_SCL_SFDC_CHATTER')
106
+ @chattr_link ||= ENV.fetch('SFDC_CHATTER')
107
107
  end
108
108
 
109
109
  ##
@@ -112,7 +112,7 @@ module Readiness
112
112
  # @author Jason Colyer
113
113
  # @since 1.0.42
114
114
  def self.sfdc_account
115
- @sfdc_account ||= ENV.fetch('INTERNAL_REQUEST_USFED_SFDC_ACCOUNT')
115
+ @sfdc_account ||= ENV.fetch('SFDC_ACCOUNT')
116
116
  end
117
117
 
118
118
  ##
@@ -121,7 +121,7 @@ module Readiness
121
121
  # @author Jason Colyer
122
122
  # @since 1.0.42
123
123
  def self.version
124
- @version ||= ENV.fetch('INTERNAL_REQUEST_USFED_VERSION')
124
+ @version ||= ENV.fetch('SM_VERSION')
125
125
  end
126
126
 
127
127
  ##
@@ -76,7 +76,7 @@ module Readiness
76
76
  # @author Jason Colyer
77
77
  # @since 1.0.42
78
78
  def self.context
79
- @context ||= ENV.fetch('INTERNAL_REQUEST_USFED_CONTEXT')
79
+ @context ||= ENV.fetch('LNR_OTHER_CONTEXT')
80
80
  end
81
81
 
82
82
  ##
@@ -85,7 +85,7 @@ module Readiness
85
85
  # @author Jason Colyer
86
86
  # @since 1.0.42
87
87
  def self.contact_name
88
- @contact_name ||= ENV.fetch('INTERNAL_REQUEST_USFED_CONTACT_NAME')
88
+ @contact_name ||= ENV.fetch('CONTACT_NAME')
89
89
  end
90
90
 
91
91
  ##
@@ -94,7 +94,7 @@ module Readiness
94
94
  # @author Jason Colyer
95
95
  # @since 1.0.42
96
96
  def self.contact_email
97
- @contact_email ||= ENV.fetch('INTERNAL_REQUEST_USFED_EMAIL')
97
+ @contact_email ||= ENV.fetch('CONTACT_EMAIL')
98
98
  end
99
99
 
100
100
  ##
@@ -103,7 +103,7 @@ module Readiness
103
103
  # @author Jason Colyer
104
104
  # @since 1.0.42
105
105
  def self.company
106
- @company ||= ENV.fetch('INTERNAL_REQUEST_USFED_COMPANY_NAME')
106
+ @company ||= ENV.fetch('COMPANY')
107
107
  end
108
108
 
109
109
  ##
@@ -112,7 +112,7 @@ module Readiness
112
112
  # @author Jason Colyer
113
113
  # @since 1.0.42
114
114
  def self.opp_link
115
- @opp_link ||= ENV.fetch('USFED_SM_LICENSE_TEMP_OPP_LINK')
115
+ @opp_link ||= ENV.fetch('SFDC_OPPORTUNITY')
116
116
  end
117
117
 
118
118
  ##
@@ -121,7 +121,7 @@ module Readiness
121
121
  # @author Jason Colyer
122
122
  # @since 1.0.42
123
123
  def self.current
124
- @current ||= ENV.fetch('USFED_SM_LICENSE_SEATS')
124
+ @current ||= ENV.fetch('SEAT_COUNT')
125
125
  end
126
126
 
127
127
  ##
@@ -130,7 +130,7 @@ module Readiness
130
130
  # @author Jason Colyer
131
131
  # @since 1.0.42
132
132
  def self.trueup
133
- @trueup ||= ENV.fetch('USFED_SM_LICENSE_TRUEUPS')
133
+ @trueup ||= ENV.fetch('TRUEUP_COUNT')
134
134
  end
135
135
 
136
136
  ##
@@ -139,7 +139,7 @@ module Readiness
139
139
  # @author Jason Colyer
140
140
  # @since 1.0.42
141
141
  def self.plan
142
- @plan ||= ENV.fetch('USFED_SM_LICENSE_PLAN')
142
+ @plan ||= ENV.fetch('SM_PLAN')
143
143
  end
144
144
 
145
145
  ##
@@ -148,7 +148,7 @@ module Readiness
148
148
  # @author Jason Colyer
149
149
  # @since 1.0.42
150
150
  def self.extension_date
151
- @extension_date ||= ENV.fetch('USFED_SM_LICENSE_EXPIRATION')
151
+ @extension_date ||= ENV.fetch('EXPIRATION_DATE')
152
152
  end
153
153
 
154
154
  ##
@@ -157,7 +157,7 @@ module Readiness
157
157
  # @author Jason Colyer
158
158
  # @since 1.0.42
159
159
  def self.reason
160
- @reason ||= ENV.fetch('USFED_SM_LICENSE_REASON')
160
+ @reason ||= ENV.fetch('EXTENSION_REASON')
161
161
  end
162
162
 
163
163
  ##
@@ -166,7 +166,7 @@ module Readiness
166
166
  # @author Jason Colyer
167
167
  # @since 1.0.42
168
168
  def self.sfdc_account
169
- @sfdc_account ||= ENV.fetch('INTERNAL_REQUEST_USFED_SFDC_ACCOUNT')
169
+ @sfdc_account ||= ENV.fetch('SFDC_ACCOUNT')
170
170
  end
171
171
 
172
172
  ##
@@ -175,7 +175,7 @@ module Readiness
175
175
  # @author Jason Colyer
176
176
  # @since 1.0.42
177
177
  def self.version
178
- @version ||= ENV.fetch('INTERNAL_REQUEST_USFED_VERSION')
178
+ @version ||= ENV.fetch('SM_VERSION')
179
179
  end
180
180
 
181
181
  ##
@@ -76,7 +76,7 @@ module Readiness
76
76
  # @author Jason Colyer
77
77
  # @since 1.0.42
78
78
  def self.context
79
- @context ||= ENV.fetch('INTERNAL_REQUEST_USFED_CONTEXT')
79
+ @context ||= ENV.fetch('LNR_OTHER_CONTEXT')
80
80
  end
81
81
 
82
82
  ##
@@ -85,7 +85,7 @@ module Readiness
85
85
  # @author Jason Colyer
86
86
  # @since 1.0.42
87
87
  def self.contact_name
88
- @contact_name ||= ENV.fetch('INTERNAL_REQUEST_USFED_CONTACT_NAME')
88
+ @contact_name ||= ENV.fetch('CONTACT_NAME')
89
89
  end
90
90
 
91
91
  ##
@@ -94,7 +94,7 @@ module Readiness
94
94
  # @author Jason Colyer
95
95
  # @since 1.0.42
96
96
  def self.contact_email
97
- @contact_email ||= ENV.fetch('INTERNAL_REQUEST_USFED_EMAIL')
97
+ @contact_email ||= ENV.fetch('CONTACT_EMAIL')
98
98
  end
99
99
 
100
100
  ##
@@ -103,7 +103,7 @@ module Readiness
103
103
  # @author Jason Colyer
104
104
  # @since 1.0.42
105
105
  def self.company
106
- @company ||= ENV.fetch('INTERNAL_REQUEST_USFED_COMPANY_NAME')
106
+ @company ||= ENV.fetch('COMPANY')
107
107
  end
108
108
 
109
109
  ##
@@ -112,7 +112,7 @@ module Readiness
112
112
  # @author Jason Colyer
113
113
  # @since 1.0.42
114
114
  def self.license_link
115
- @license_link ||= ENV.fetch('USFED_SM_TRIAL_EDIT_LICENSE')
115
+ @license_link ||= ENV.fetch('CDOT_LICENSE')
116
116
  end
117
117
 
118
118
  ##
@@ -121,7 +121,7 @@ module Readiness
121
121
  # @author Jason Colyer
122
122
  # @since 1.0.42
123
123
  def self.current
124
- @current ||= ENV.fetch('USFED_SM_TRIAL_EDIT_USERS')
124
+ @current ||= ENV.fetch('SEAT_COUNT')
125
125
  end
126
126
 
127
127
  ##
@@ -130,7 +130,7 @@ module Readiness
130
130
  # @author Jason Colyer
131
131
  # @since 1.0.42
132
132
  def self.plan
133
- @plan ||= ENV.fetch('USFED_SM_TRIAL_EDIT_PLAN')
133
+ @plan ||= ENV.fetch('SM_PLAN')
134
134
  end
135
135
 
136
136
  ##
@@ -139,7 +139,7 @@ module Readiness
139
139
  # @author Jason Colyer
140
140
  # @since 1.0.42
141
141
  def self.sfdc_account
142
- @sfdc_account ||= ENV.fetch('INTERNAL_REQUEST_USFED_SFDC_ACCOUNT')
142
+ @sfdc_account ||= ENV.fetch('SFDC_ACCOUNT')
143
143
  end
144
144
 
145
145
  ##
@@ -148,7 +148,7 @@ module Readiness
148
148
  # @author Jason Colyer
149
149
  # @since 1.0.42
150
150
  def self.version
151
- @version ||= ENV.fetch('INTERNAL_REQUEST_USFED_VERSION')
151
+ @version ||= ENV.fetch('SM_VERSION')
152
152
  end
153
153
 
154
154
  ##
@@ -76,7 +76,7 @@ module Readiness
76
76
  # @author Jason Colyer
77
77
  # @since 1.0.42
78
78
  def self.context
79
- @context ||= ENV.fetch('INTERNAL_REQUEST_USFED_CONTEXT')
79
+ @context ||= ENV.fetch('LNR_OTHER_CONTEXT')
80
80
  end
81
81
 
82
82
  ##
@@ -85,7 +85,7 @@ module Readiness
85
85
  # @author Jason Colyer
86
86
  # @since 1.0.42
87
87
  def self.contact_name
88
- @contact_name ||= ENV.fetch('INTERNAL_REQUEST_USFED_CONTACT_NAME')
88
+ @contact_name ||= ENV.fetch('CONTACT_NAME')
89
89
  end
90
90
 
91
91
  ##
@@ -94,7 +94,7 @@ module Readiness
94
94
  # @author Jason Colyer
95
95
  # @since 1.0.42
96
96
  def self.contact_email
97
- @contact_email ||= ENV.fetch('INTERNAL_REQUEST_USFED_EMAIL')
97
+ @contact_email ||= ENV.fetch('CONTACT_EMAIL')
98
98
  end
99
99
 
100
100
  ##
@@ -103,7 +103,7 @@ module Readiness
103
103
  # @author Jason Colyer
104
104
  # @since 1.0.42
105
105
  def self.company
106
- @company ||= ENV.fetch('INTERNAL_REQUEST_USFED_COMPANY_NAME')
106
+ @company ||= ENV.fetch('COMPANY')
107
107
  end
108
108
 
109
109
  ##
@@ -112,7 +112,7 @@ module Readiness
112
112
  # @author Jason Colyer
113
113
  # @since 1.0.42
114
114
  def self.license_link
115
- @license_link ||= ENV.fetch('USFED_SM_TRIAL_EXTEND_LICENSE')
115
+ @license_link ||= ENV.fetch('CDOT_LICENSE')
116
116
  end
117
117
 
118
118
  ##
@@ -121,7 +121,7 @@ module Readiness
121
121
  # @author Jason Colyer
122
122
  # @since 1.0.42
123
123
  def self.current
124
- @current ||= ENV.fetch('USFED_SM_TRIAL_EXTEND_USERS')
124
+ @current ||= ENV.fetch('SEAT_COUNT')
125
125
  end
126
126
 
127
127
  ##
@@ -130,16 +130,7 @@ module Readiness
130
130
  # @author Jason Colyer
131
131
  # @since 1.0.42
132
132
  def self.plan
133
- @plan ||= ENV.fetch('USFED_SM_TRIAL_EXTEND_PLAN')
134
- end
135
-
136
- ##
137
- # Sets the global variable expiration
138
- #
139
- # @author Jason Colyer
140
- # @since 1.0.42
141
- def self.expiration
142
- @expiration ||= ENV.fetch('USFED_SM_TRIAL_EXTEND_CURRENT_EXPIRATION')
133
+ @plan ||= ENV.fetch('SM_PLAN')
143
134
  end
144
135
 
145
136
  ##
@@ -148,7 +139,7 @@ module Readiness
148
139
  # @author Jason Colyer
149
140
  # @since 1.0.42
150
141
  def self.extension_date
151
- @extension_date ||= ENV.fetch('USFED_SM_TRIAL_EXTEND_NEW_EXPIRATION')
142
+ @extension_date ||= ENV.fetch('EXPIRATION_DATE')
152
143
  end
153
144
 
154
145
  ##
@@ -157,7 +148,7 @@ module Readiness
157
148
  # @author Jason Colyer
158
149
  # @since 1.0.42
159
150
  def self.reason
160
- @reason ||= ENV.fetch('USFED_SM_TRIAL_EXTEND_REASON')
151
+ @reason ||= ENV.fetch('EXTENSION_REASON')
161
152
  end
162
153
 
163
154
  ##
@@ -166,7 +157,7 @@ module Readiness
166
157
  # @author Jason Colyer
167
158
  # @since 1.0.42
168
159
  def self.sfdc_account
169
- @sfdc_account ||= ENV.fetch('INTERNAL_REQUEST_USFED_SFDC_ACCOUNT')
160
+ @sfdc_account ||= ENV.fetch('SFDC_ACCOUNT')
170
161
  end
171
162
 
172
163
  ##
@@ -175,7 +166,7 @@ module Readiness
175
166
  # @author Jason Colyer
176
167
  # @since 1.0.42
177
168
  def self.version
178
- @version ||= ENV.fetch('INTERNAL_REQUEST_USFED_VERSION')
169
+ @version ||= ENV.fetch('SM_VERSION')
179
170
  end
180
171
 
181
172
  ##
@@ -203,7 +194,6 @@ module Readiness
203
194
  <li>Contact's email: #{contact_email}</li>
204
195
  <li>Company: #{company}</li>
205
196
  <li>Current license: #{license_link}</li>
206
- <li>Current license expiration date: #{expiration}</li>
207
197
  <li>Desired expiration date: #{extension_date}</li>
208
198
  <li>User count: #{current}</li>
209
199
  <li>Plan: #{plan}</li>
@@ -76,7 +76,7 @@ module Readiness
76
76
  # @author Jason Colyer
77
77
  # @since 1.0.42
78
78
  def self.context
79
- @context ||= ENV.fetch('INTERNAL_REQUEST_USFED_CONTEXT')
79
+ @context ||= ENV.fetch('LNR_OTHER_CONTEXT')
80
80
  end
81
81
 
82
82
  ##
@@ -85,7 +85,7 @@ module Readiness
85
85
  # @author Jason Colyer
86
86
  # @since 1.0.42
87
87
  def self.contact_name
88
- @contact_name ||= ENV.fetch('INTERNAL_REQUEST_USFED_CONTACT_NAME')
88
+ @contact_name ||= ENV.fetch('CONTACT_NAME')
89
89
  end
90
90
 
91
91
  ##
@@ -94,7 +94,7 @@ module Readiness
94
94
  # @author Jason Colyer
95
95
  # @since 1.0.42
96
96
  def self.contact_email
97
- @contact_email ||= ENV.fetch('INTERNAL_REQUEST_USFED_EMAIL')
97
+ @contact_email ||= ENV.fetch('CONTACT_EMAIL')
98
98
  end
99
99
 
100
100
  ##
@@ -103,7 +103,7 @@ module Readiness
103
103
  # @author Jason Colyer
104
104
  # @since 1.0.42
105
105
  def self.company
106
- @company ||= ENV.fetch('INTERNAL_REQUEST_USFED_COMPANY_NAME')
106
+ @company ||= ENV.fetch('COMPANY')
107
107
  end
108
108
 
109
109
  ##
@@ -112,7 +112,7 @@ module Readiness
112
112
  # @author Jason Colyer
113
113
  # @since 1.0.42
114
114
  def self.start_date
115
- @start_date ||= ENV.fetch('USFED_SM_TRIAL_NEW_START_DATE')
115
+ @start_date ||= ENV.fetch('START_DATE')
116
116
  end
117
117
 
118
118
  ##
@@ -121,7 +121,7 @@ module Readiness
121
121
  # @author Jason Colyer
122
122
  # @since 1.0.42
123
123
  def self.end_date
124
- @end_date ||= ENV.fetch('USFED_SM_TRIAL_NEW_END_DATE')
124
+ @end_date ||= ENV.fetch('EXPIRATION_DATE')
125
125
  end
126
126
 
127
127
  ##
@@ -130,7 +130,7 @@ module Readiness
130
130
  # @author Jason Colyer
131
131
  # @since 1.0.42
132
132
  def self.current
133
- @current ||= ENV.fetch('USFED_SM_TRIAL_NEW_USERS')
133
+ @current ||= ENV.fetch('SEAT_COUNT')
134
134
  end
135
135
 
136
136
  ##
@@ -139,7 +139,7 @@ module Readiness
139
139
  # @author Jason Colyer
140
140
  # @since 1.0.42
141
141
  def self.plan
142
- @plan ||= ENV.fetch('USFED_SM_TRIAL_NEW_PLAN')
142
+ @plan ||= ENV.fetch('SM_PLAN')
143
143
  end
144
144
 
145
145
  ##
@@ -148,7 +148,7 @@ module Readiness
148
148
  # @author Jason Colyer
149
149
  # @since 1.0.42
150
150
  def self.reason
151
- @reason ||= ENV.fetch('USFED_SM_TRIAL_NEW_REASON')
151
+ @reason ||= ENV.fetch('NEW_TRIAL_REASON')
152
152
  end
153
153
 
154
154
  ##
@@ -157,7 +157,7 @@ module Readiness
157
157
  # @author Jason Colyer
158
158
  # @since 1.0.42
159
159
  def self.sfdc_account
160
- @sfdc_account ||= ENV.fetch('INTERNAL_REQUEST_USFED_SFDC_ACCOUNT')
160
+ @sfdc_account ||= ENV.fetch('SFDC_ACCOUNT')
161
161
  end
162
162
 
163
163
  ##
@@ -166,7 +166,7 @@ module Readiness
166
166
  # @author Jason Colyer
167
167
  # @since 1.0.42
168
168
  def self.version
169
- @version ||= ENV.fetch('INTERNAL_REQUEST_USFED_VERSION')
169
+ @version ||= ENV.fetch('SM_VERSION')
170
170
  end
171
171
 
172
172
  ##
@@ -91,7 +91,7 @@ module Readiness
91
91
  # @author Jason Colyer
92
92
  # @since 1.0.42
93
93
  def self.org_id
94
- @org_id ||= ENV.fetch('ZENDESK_USGOV_ORGANIZATION_ID')
94
+ @org_id ||= ENV.fetch('ORG_ID')
95
95
  end
96
96
 
97
97
  ##
@@ -100,7 +100,7 @@ module Readiness
100
100
  # @author Jason Colyer
101
101
  # @since 1.0.42
102
102
  def self.collaboriation_project_id
103
- @collaboriation_project_id ||= ENV.fetch('ZENDESK_USGOV_ORGANIZATION_COLLAB_ID')
103
+ @collaboriation_project_id ||= ENV.fetch('PROJECT_ID')
104
104
  end
105
105
 
106
106
  ##
@@ -95,7 +95,7 @@ module Readiness
95
95
  directors = team.select { |t| t['title'] =~ /Director/ }
96
96
  members += directors.select { |t| t['region'] =~ /AMER/ }
97
97
  managers = team.select { |t| t['title'] =~ /Manager/ }
98
- members += managers.select { |t| t['zendesk']['us-federal']['role'] == 'Administrator' }
98
+ members += managers.select { |t| t['zendesk']['us-federal']['role'] == 'Support Managers' }
99
99
  members
100
100
  end
101
101
 
@@ -176,7 +176,7 @@ module Readiness
176
176
  # @author Jason Colyer
177
177
  # @since 1.0.42
178
178
  def self.org_id
179
- @org_id ||= ENV.fetch('ZENDESK_USGOV_ORGANIZATION_ID')
179
+ @org_id ||= ENV.fetch('ORG_ID')
180
180
  end
181
181
 
182
182
  ##
@@ -194,7 +194,7 @@ module Readiness
194
194
  # @author Jason Colyer
195
195
  # @since 1.0.42
196
196
  def self.agent_id
197
- @agent_id ||= ENV.fetch('ZENDESK_USGOV_ORGANIZATION_ASE_ID')
197
+ @agent_id ||= ENV.fetch('ZENDESK_AGENT_ID')
198
198
  end
199
199
 
200
200
  ##
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.4.1
4
+ version: 1.5.1
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-08-29 00:00:00.000000000 Z
11
+ date: 2025-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -445,12 +445,12 @@ files:
445
445
  - lib/support_readiness/zendesk/via_types.rb
446
446
  - lib/support_readiness/zendesk/views.rb
447
447
  - lib/support_readiness/zendesk/webhooks.rb
448
- homepage: https://gitlab.com/gitlab-support-readiness/gitlab_support_readiness_gem
448
+ homepage: https://gitlab.com/reyloc/gitlab_support_readiness_gem
449
449
  licenses:
450
450
  - MIT
451
451
  metadata:
452
- bug_tracker_uri: https://gitlab.com/gitlab-com/support/support-ops/support-ops-project/-/issues
453
- documentation_uri: https://gitlab-support-readiness.gitlab.io/gitlab_support_readiness_gem/
452
+ bug_tracker_uri: https://gitlab.com/reyloc/support-ops/support-ops-project/-/issues
453
+ documentation_uri: https://gitlab-support-readiness-gem-72b378.gitlab.io/
454
454
  post_install_message:
455
455
  rdoc_options: []
456
456
  require_paths: